commit | 08718c4e74e36d26051da65c80f4d61707d943c1 | [log] [tgz] |
---|---|---|
author | lpeter <lpeter@google.com> | Thu Sep 21 10:47:58 2023 +0000 |
committer | Peter Li <lpeter@google.com> | Thu Sep 21 15:40:52 2023 +0000 |
tree | 6135a89359783417330e3658cbaeb75529c0cffd | |
parent | 8433b368424137f92d02090a5d1d1d8e5b616c7e [diff] |
Fix the command problem "adb shell pm list permissions -f" After using the command adb shell pm list permissions -f, it will break the list when dealing with a malformed APEX. We think that we should not break the list. We should print the error and continue to list all permissions. Bug: 300268371 Bug: 301211657 Test: Manual by using adb shell pm list permissions -f Change-Id: I8322900989385d360e3d0a7be66a334ffc1091cf