am 9cec175c: Remove a stray newline in the backtrace output.
* commit '9cec175c66100d9edbb1054f3f2977a5c3f80af2':
Remove a stray newline in the backtrace output.
diff --git a/debuggerd/backtrace.c b/debuggerd/backtrace.c
index 2149a67..62f7f32 100644
--- a/debuggerd/backtrace.c
+++ b/debuggerd/backtrace.c
@@ -54,7 +54,7 @@
_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);
}
}