aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2012-06-08 15:33:30 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-06-08 15:33:30 -0700
commitd010d7df298da73c415fdd5408c9fdbd16694c19 (patch)
tree6c04f28b5d38c66dd1e1ce09614f7cee4a3b81af
parentaff446611878960840fb3a631dea361f09b90e81 (diff)
parentf87d9c86982f8873b7f449029d702ba33569e629 (diff)
downloadsystem_core-d010d7df298da73c415fdd5408c9fdbd16694c19.tar.gz
system_core-d010d7df298da73c415fdd5408c9fdbd16694c19.tar.bz2
system_core-d010d7df298da73c415fdd5408c9fdbd16694c19.zip
am f87d9c86: am 9cec175c: Remove a stray newline in the backtrace output.
* commit 'f87d9c86982f8873b7f449029d702ba33569e629': Remove a stray newline in the backtrace output.
-rw-r--r--debuggerd/backtrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debuggerd/backtrace.c b/debuggerd/backtrace.c
index 2149a673..62f7f325 100644
--- a/debuggerd/backtrace.c
+++ b/debuggerd/backtrace.c
@@ -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);
}
}