• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

CtsCompilationApp.apkD22-Nov-20238.9 KiB

README.txtD22-Nov-2023594 129

primary.profD22-Nov-20231.2 KiB

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