diff --git a/adb/client/bugreport.cpp b/adb/client/bugreport.cpp index 8ca44e8b5..ab93f7d87 100644 --- a/adb/client/bugreport.cpp +++ b/adb/client/bugreport.cpp @@ -282,5 +282,5 @@ int Bugreport::SendShellCommand(const std::string& command, bool disable_shell_p bool Bugreport::DoSyncPull(const std::vector& 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); }