Merge "adb: fix bugreport status line."
This commit is contained in:
commit
f225aa3f24
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue