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

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

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

* commit '9cec175c':
  Remove a stray newline in the backtrace output.
parents 536b81af 9cec175c
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);
    }
}