Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.txt | D | 14-Jan-2024 | 684 | 16 | 11 | |
app_used_by_other_app_1.prof.txt | D | 14-Jan-2024 | 125 | 3 | 2 | |
app_used_by_other_app_2.prof.txt | D | 14-Jan-2024 | 195 | 4 | 3 | |
package-dex-usage.textproto | D | 15-Dec-2024 | 2.5 KiB | 98 | 97 | |
primary.prof.txt | D | 14-Jan-2024 | 6.2 KiB | 103 | 103 |
README.txt
1primary.prof.txt is generated from CtsCompilationApp and must be updated if 2CompilationTargetActivity.java changes: 3 4$ m CtsCompilationApp 5$ adb install $ANDROID_PRODUCT_OUT/data/app/CtsCompilationApp/CtsCompilationApp.apk 6 7# Now run the app manually for a couple of minutes, look for the profile: 8$ adb shell ls -l /data/misc/profiles/cur/0/android.compilation.cts/primary.prof 9# Once the profile appears and is nonempty, grab it: 10$ adb pull /data/misc/profiles/cur/0/android.compilation.cts/primary.prof ./ 11 12 13app_used_by_other_app_1.prof.txt and app_used_by_other_app_2.prof.txt are 14manually constructed for AppUsedByOtherApp. The latter one should be a superset 15of the former one. 16