Add a stop-start-cycle target to do the adb shell stop & start dance
This commit is contained in:
parent
d0fce05606
commit
a52146c8ea
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue