Loading adb/file_sync_client.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -677,9 +677,8 @@ static bool sync_recv(SyncConnection& sc, const char* rpath, const char* lpath, bytes_copied += msg.data.size; sc.ReportProgress(name != nullptr ? name : rpath, bytes_copied, size); sc.RecordBytesTransferred(msg.data.size); sc.ReportProgress(rpath, bytes_copied, size); sc.ReportProgress(name != nullptr ? name : rpath, bytes_copied, size); } sc.RecordFilesTransferred(1); Loading Loading
adb/file_sync_client.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -677,9 +677,8 @@ static bool sync_recv(SyncConnection& sc, const char* rpath, const char* lpath, bytes_copied += msg.data.size; sc.ReportProgress(name != nullptr ? name : rpath, bytes_copied, size); sc.RecordBytesTransferred(msg.data.size); sc.ReportProgress(rpath, bytes_copied, size); sc.ReportProgress(name != nullptr ? name : rpath, bytes_copied, size); } sc.RecordFilesTransferred(1); Loading