Add script to pull failed generated images from device
This commit is contained in:
parent
51b7cfc8fa
commit
4f65c8bef1
5
app/src/androidTest/assets/pull_failed
Executable file
5
app/src/androidTest/assets/pull_failed
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
P=/sdcard/Android/data/org.isoron.uhabits/cache/Failed/
|
||||
|
||||
adb pull $P
|
||||
adb shell rm -rf $P
|
||||
Loading…
Reference in New Issue
Block a user