From 9faf21d484c8d9b5d30ca65d1aefdbaf101f6b22 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 30 May 2012 00:00:33 +0300 Subject: No cmdline file is created so don't use lo-main-indirect-cmdline then Change-Id: Ifac7e34b34fcf32fb2a0f117e8b8ad5ab1003fc9 --- android/qa/desktop/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'android') 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 -- cgit