diff options
author | Narayan Kamath <narayan@google.com> | 2014-08-11 11:45:24 +0100 |
---|---|---|
committer | Narayan Kamath <narayan@google.com> | 2014-08-13 11:05:58 +0000 |
commit | 20200849d1dd6ac5e52b3d18ced2d9becb5ff229 (patch) | |
tree | 3d361e59877b0d573d23dae2d61e3245aac1a4a8 /cmds/pm | |
parent | 7f8821c5a252f5b41a43502d6140708708b16511 (diff) | |
download | frameworks_base-20200849d1dd6ac5e52b3d18ced2d9becb5ff229.zip frameworks_base-20200849d1dd6ac5e52b3d18ced2d9becb5ff229.tar.gz frameworks_base-20200849d1dd6ac5e52b3d18ced2d9becb5ff229.tar.bz2 |
Fix a couple of PM warnings.
- "Could not delete native binary" : This one is a bit of
a WTF. git history tells us this code has been around for
a very long time (the warning's new though). It's a no-op
because codePath always contains the *current* codePath and
trying to remove native libs from the current codePath will
do nothing for bundled apps. This code sounds like it wants
to delete dangling native binaries for system apps that were
upgraded during an OTA. This sounds like a wrong place to do
that, though.
- "Unrecognized code path" : This one's harmless and removed
by moving this call closer to where it's used.
bug: 16823001
Change-Id: I9b40ae507b2c80ff3fdd45d5699df62bfc86514f
Diffstat (limited to 'cmds/pm')
0 files changed, 0 insertions, 0 deletions