unplugged-system/cts/hostsidetests/compilation/assets
2025-10-06 13:59:42 +00:00
..
app_used_by_other_app_1.prof.txt Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
app_used_by_other_app_2.prof.txt Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
primary.prof.txt Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.txt Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

primary.prof.txt is generated from CtsCompilationApp and must be updated if
CompilationTargetActivity.java changes:

$ m CtsCompilationApp
$ adb install $ANDROID_PRODUCT_OUT/data/app/CtsCompilationApp/CtsCompilationApp.apk

# Now run the app manually for a couple of minutes, look for the profile:
$ adb shell ls -l /data/misc/profiles/cur/0/android.compilation.cts/primary.prof
# Once the profile appears and is nonempty, grab it:
$ adb pull /data/misc/profiles/cur/0/android.compilation.cts/primary.prof ./


app_used_by_other_app_1.prof.txt and app_used_by_other_app_2.prof.txt are
manually constructed for AppUsedByOtherApp. The latter one should be a superset
of the former one.