adb: correctly fix merge conflict.
am: 1286c1f878
Change-Id: I865cc05bef06ec33941766993e6aef2171be3e67
diff --git a/adb/file_sync_client.cpp b/adb/file_sync_client.cpp
index 5222560..56ff68c 100644
--- a/adb/file_sync_client.cpp
+++ b/adb/file_sync_client.cpp
@@ -677,9 +677,8 @@
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);