Skip to content

Commit 3563eac

Browse files
committed
2015.01.26
1 parent ed09a6c commit 3563eac

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

python/getApp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ def get_match_apk(package_name, path):
2828
os.makedirs(path)
2929

3030
get_match_apk(utils.get_current_package_name(), path)
31+
print "Completed"
3132

python/screenrecord.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def record():
3131
if not os.path.isdir("%s/video" %PATH(os.getcwd())):
3232
os.makedirs(path)
3333

34-
utils.adb("pull /data/local/tmp/video.mp4 %s" %PATH("%s/video" %PATH(os.getcwd()))).wait()
3534
utils.adb("pull /data/local/tmp/video.mp4 %s" %PATH("%s/%s.mp4" %(path, utils.timestamp()))).wait()
3635

3736
if __name__ == "__main__":

0 commit comments

Comments
 (0)