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

Commit f225aa3f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "adb: fix bugreport status line."

parents 919678bc 82f715b7
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);
}