commit | a3baa3c3558ef7518fc290e897faac4ccb004456 | [log] [tgz] |
---|---|---|
author | Jeongsik Mun <[email protected]> | Thu Jun 27 13:32:38 2024 +0900 |
committer | Jeongsik Mun <[email protected]> | Wed Jul 03 07:42:59 2024 +0900 |
tree | aeab75694350b615cc83721badd7405cf9199c74 | |
parent | b983c5bc5f240e9a4958cd3edcf19472c0ab7713 [diff] |
Fix PackageManagerPerfTest with permission cache Permission cache's been enabled on PackageManagerPerfTest. That means it's measuring the performance of reading the cache, not the API on system_server. This CL disables permission caches for an app before testing. Bug: 349702715 Test: atest PackageManagerPerfTests:android.os.PackageManagerPerfTest Change-Id: I40d99e78dcddb98dd057e65f389e93b1ecb5d0c5