Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
CtsCompilationApp.apk | D | 22-Nov-2023 | 8.9 KiB | |||
README.txt | D | 22-Nov-2023 | 594 | 12 | 9 | |
primary.prof | D | 22-Nov-2023 | 252 |
README.txt
1This APK and profile file are generated from CompilationTargetActivity.java and must be 2updated if that file changes: 3 4$ (croot ; make CtsCompilationApp) 5$ cp ${ANDROID_BUILD_TOP}/out/target/product/${TARGET_PRODUCT}/data/app/CtsCompilationApp/CtsCompilationApp.apk . 6$ adb install CtsCompilationApp.apk 7 8 # Now run the app manually for a couple of minutes, look for the profile: 9$ adb shell ls -l /data/misc/profiles/cur/0/android.cts.compilation/primary.prof 10 # once the profile appears and is nonempty, grab it: 11$ adb pull /data/misc/profiles/cur/0/android.cts.compilation/primary.prof ./ 12