Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
CtsCompilationApp.apk | 05-Oct-2017 | 8.9K | |
primary.prof | 05-Oct-2017 | 1.2K | |
README.txt | 05-Oct-2017 | 594 |
1 This APK and profile file are generated from CompilationTargetActivity.java and must be 2 updated 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