diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-20 13:18:52 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-20 13:25:34 +0200 |
commit | a52146c8eaaea54ded167e20fcae9ad840c4a5cf (patch) | |
tree | b40759aea3cb5601ce513ab3fbf0b692ac03de2a /android | |
parent | d0fce05606a80dca91a33526d0524f4a9cc65826 (diff) |
Add a stop-start-cycle target to do the adb shell stop & start dance
Diffstat (limited to 'android')
-rw-r--r-- | android/qa/sc/Makefile | 6 |
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) |