summaryrefslogtreecommitdiff
path: root/services/art-profile-boot
AgeCommit message (Collapse)Author
2020-04-22[pm] fix potential NPE during permission checkSongchun Fan
Removing redundant copy of sourcePackageSetting from BasePermission. BUG: 154337853 Test: cts-tf > run cts -m CtsAppSecurityHostTestCases -t android.appsecurity.cts.AppSecurityTests Change-Id: I9d235b66d18f8fcbe88afc9aa8aa0dca2d715deb
2020-01-14Rename AppCompactor to CachedAppOptimizerMarco Ballesio
The AppCompactor class is suitable to handling more than just compaction, hence the renaming to a more generic set of tasks. Change-Id: I5424989e62c78383a067cf1bd7d529c093de6b97 Bug: 143308662 Test: manual, atest CachedAppOptimizerTest
2019-08-12New version of boot profiles.Nicolas Geoffray
This time taken with JIT profiling: include all warmup methods that execute at boot. Test: boot Bug: 119800099 Change-Id: I7f4aa58ca520e6d10b60246f070aaaa9c35c48ae
2019-08-06Update boot profiles for zygote and system server.Nicolas Geoffray
Same simpleperf input than previous version, but: - Look at all threads of system server instead of the main one. - Order by execution order instead of hotness order. Test: boot Bug: 119800099 Change-Id: I2830c16e488c261f9e05a4733ab2f220f9d645c1
2019-08-05Initial seed for boot profiles.Nicolas Geoffray
Taken from profiling system server with simpleperf at boot. Bug: 119800099 Test: boots Change-Id: Icb5f8d137fd0fb52aa94e2896214411ca583db9f