Merge "adb: fix bugreport status line."

This commit is contained in:
Treehugger Robot 2020-03-27 06:14:16 +00:00 committed by Gerrit Code Review
commit f225aa3f24

View file

@ -282,5 +282,5 @@ int Bugreport::SendShellCommand(const std::string& command, bool disable_shell_p
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);
}