aboutsummaryrefslogtreecommitdiffstats
path: root/debuggerd
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2012-06-08 15:30:33 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-06-08 15:30:33 -0700
commitf87d9c86982f8873b7f449029d702ba33569e629 (patch)
treed5fd1abe0c2f9490c5f7f9b7fc16b394e9718dcb /debuggerd
parent536b81afed42ba6be1f824cf90d9a1e17a913c9c (diff)
parent9cec175c66100d9edbb1054f3f2977a5c3f80af2 (diff)
downloadsystem_core-f87d9c86982f8873b7f449029d702ba33569e629.tar.gz
system_core-f87d9c86982f8873b7f449029d702ba33569e629.tar.bz2
system_core-f87d9c86982f8873b7f449029d702ba33569e629.zip
am 9cec175c: Remove a stray newline in the backtrace output.
* commit '9cec175c66100d9edbb1054f3f2977a5c3f80af2': Remove a stray newline in the backtrace output.
Diffstat (limited to 'debuggerd')
-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);
}
}