Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d7991842 authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "adb: report progress for small files."

am: 4c87588f

* commit '4c87588f':
  adb: report progress for small files.
parents 65df16b0 4c87588f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -188,6 +188,7 @@ class SyncConnection {
        WriteOrDie(lpath, rpath, &buf[0], (p - &buf[0]));
        expect_done_ = true;
        total_bytes_ += data_length;
        ReportProgress(rpath, data_length, data_length);
        return true;
    }