commit | 8706b9c9bf9292ec313d8590f7f6c0c8a753a79d | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Tue Mar 23 13:52:35 2021 -0700 |
committer | Alex Light <allight@google.com> | Tue Mar 23 15:56:58 2021 -0700 |
tree | f1de4a731b501184f97c6c3ad6f8101323a4f0c0 | |
parent | 2769f0145057396e3dab5efe53c05ebd6336d08c [diff] |
Support unrecognized methods in profman If one tried to use profman files from the future (I.E. internal master on AOSP) profman would LOG(FATAL) due to not finding the methods listed. This is undesirable and a better solution is to simply silently ignore this error since the profile files are only occasionally updated. Test: m droid Bug: 168941430 Bug: 183514504 Change-Id: I1cf48173c7c708b1d732868bed3b268138c83063