You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| README.txt | 1 year ago | |
| app_used_by_other_app_1.prof.txt | 1 year ago | |
| app_used_by_other_app_2.prof.txt | 1 year ago | |
| primary.prof.txt | 1 year ago | |
README.txt
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.