From 73d70fa7e8834c34c4ba1e342875b0b499a0dce2 Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Sat, 28 May 2016 11:35:28 +0200 Subject: [PATCH] adb_upload: try to sync after uploading (#4669) --- Tools/adb_upload.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Tools/adb_upload.sh b/Tools/adb_upload.sh index 166aa29716..b4e4f649cb 100755 --- a/Tools/adb_upload.sh +++ b/Tools/adb_upload.sh @@ -23,3 +23,7 @@ do adb push $arg $last ((i+=1)) done + +# Make sure they are synced to the file system +echo "Syncing FS..." +adb shell sync