Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf4f2c94 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "adb: fix bugreport status line." am: f225aa3f

Change-Id: I3c4d431d549659b04ff49138ba8f20c490a99385
parents 7dc96393 f225aa3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
}