diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-05-30 00:01:21 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-05-30 00:02:20 +0300 |
commit | 0453a1244a3966cef1497b4a0931d1e8279e2822 (patch) | |
tree | e7b48d8be4cf065e1469bd5d9cb78e9609fb0ce1 /android | |
parent | 9faf21d484c8d9b5d30ca65d1aefdbaf101f6b22 (diff) |
Better comment for how to use lo-strace
Change-Id: I29afe81866229bd29fcd997624264fb337c74d95
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 |