commit | f225aa3f24e739ef288f97e989ecc41a3e3e34c0 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Mar 27 06:14:16 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Mar 27 06:14:16 2020 +0000 |
tree | 5e87e206844137afda4fbdae1148d641f68d7442 | |
parent | 919678bcbe30643f2092a50b5cdb19265477570f [diff] | |
parent | 82f715b7b5bd8fded0e9558ef819d7a4717dc60a [diff] |
Merge "adb: fix bugreport status line."
diff --git a/adb/client/bugreport.cpp b/adb/client/bugreport.cpp index 8ca44e8..ab93f7d 100644 --- a/adb/client/bugreport.cpp +++ b/adb/client/bugreport.cpp
@@ -282,5 +282,5 @@ bool Bugreport::DoSyncPull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs, const char* name) { - return do_sync_pull(srcs, dst, copy_attrs, name); + return do_sync_pull(srcs, dst, copy_attrs, false, name); }