summaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-01-20 13:18:52 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-01-20 13:25:34 +0200
commita52146c8eaaea54ded167e20fcae9ad840c4a5cf (patch)
treeb40759aea3cb5601ce513ab3fbf0b692ac03de2a /android
parentIt's scfiltlo, not scfilt (diff)
downloadcore-a52146c8eaaea54ded167e20fcae9ad840c4a5cf.tar.gz
core-a52146c8eaaea54ded167e20fcae9ad840c4a5cf.zip
Add a stop-start-cycle target to do the adb shell stop & start dance
Diffstat (limited to 'android')
-rw-r--r--android/qa/sc/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/android/qa/sc/Makefile b/android/qa/sc/Makefile
index 0e077d340b94..6c499f8811ea 100644
--- a/android/qa/sc/Makefile
+++ b/android/qa/sc/Makefile
@@ -179,6 +179,12 @@ run_filters_test:
run: run_ucalc run_filters_test
+# 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
+# stop and start...
+stop-start-cycle:
+ adb shell stop && adb shell start && sleep 10
+
clean:
ant clean
rm -rf assets $(SODEST) $(OBJLOCAL)