diff options
Diffstat (limited to 'android')
-rw-r--r-- | android/qa/desktop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/qa/desktop/Makefile b/android/qa/desktop/Makefile index d38b41388fe4..2f7cbd0adb14 100644 --- a/android/qa/desktop/Makefile +++ b/android/qa/desktop/Makefile @@ -254,7 +254,7 @@ uninstall: run: $(ANDROID_SDK_HOME)/platform-tools/adb shell am start -n $(APP_PACKAGE)/$(BOOTSTRAP) -# add -e lo-strace yes # if you want that +# add -e lo-strace "-f -o /somewhere/the/app/can/write.log" if you want # If you reinstall an app several times, even if you uninstall it # between, disk space seems to leak that won't get recycled until you |