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

Commit d010d7df authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

am f87d9c86: am 9cec175c: Remove a stray newline in the backtrace output.

* commit 'f87d9c86':
  Remove a stray newline in the backtrace output.
parents aff44661 f87d9c86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ static void dump_process_header(log_t* log, pid_t pid) {
    _LOG(log, false, "\n\n----- pid %d at %s -----\n", pid, timestr);

    if (procname) {
        _LOG(log, false, "\nCmd line: %s\n", procname);
        _LOG(log, false, "Cmd line: %s\n", procname);
    }
}