Remove a stray newline in the backtrace output.
Bug: 6615693 Change-Id: I1ac1746286afb77c3f5c4042c4592333ebb08a51
This commit is contained in:
parent
053b865412
commit
9cec175c66
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue