diff options
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 |