diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-05-30 00:00:33 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-05-30 00:02:19 +0300 |
commit | 9faf21d484c8d9b5d30ca65d1aefdbaf101f6b22 (patch) | |
tree | d2d3891928561ba420cee9be8983d4dcaac9dd43 /android/qa | |
parent | e28ad1b5d8258df9d4014692867d6c6ee0612047 (diff) |
No cmdline file is created so don't use lo-main-indirect-cmdline then
Change-Id: Ifac7e34b34fcf32fb2a0f117e8b8ad5ab1003fc9
Diffstat (limited to 'android/qa')
-rw-r--r-- | android/qa/desktop/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/android/qa/desktop/Makefile b/android/qa/desktop/Makefile index 2253ed609352..d38b41388fe4 100644 --- a/android/qa/desktop/Makefile +++ b/android/qa/desktop/Makefile @@ -253,9 +253,7 @@ uninstall: $(ANDROID_SDK_HOME)/platform-tools/adb uninstall $(APP_PACKAGE) run: -# echo "file:///assets/demo/writer.odt" > cmdline -# $(ANDROID_SDK_HOME)/platform-tools/adb push cmdline $(APP_DATA_PATH)/cmdline - $(ANDROID_SDK_HOME)/platform-tools/adb shell am start -n $(APP_PACKAGE)/$(BOOTSTRAP) -e lo-main-indirect-cmdline "$(APP_DATA_PATH)/cmdline" + $(ANDROID_SDK_HOME)/platform-tools/adb shell am start -n $(APP_PACKAGE)/$(BOOTSTRAP) # add -e lo-strace yes # if you want that # If you reinstall an app several times, even if you uninstall it |