aboutsummaryrefslogtreecommitdiffstats
path: root/linker/debugger.cpp
diff options
context:
space:
mode:
authorDmitriy Ivanov <dimitry@google.com>2015-03-30 18:43:38 -0700
committerDmitriy Ivanov <dimitry@google.com>2015-03-31 11:49:25 -0700
commit20d89cb5b0d5eb7546a8fe8da44bbd91564dbdda (patch)
tree0dad262c1284ec393f11eae840e7603905a2204c /linker/debugger.cpp
parent16c77212792808b9e4d8229e64c5b42f4327b6dc (diff)
downloadandroid_bionic-20d89cb5b0d5eb7546a8fe8da44bbd91564dbdda.tar.gz
android_bionic-20d89cb5b0d5eb7546a8fe8da44bbd91564dbdda.tar.bz2
android_bionic-20d89cb5b0d5eb7546a8fe8da44bbd91564dbdda.zip
Fix long lines and replace macros with functions.
Change-Id: I4e1cab488d5b2c8e4289da617350a86e72a4ba12
Diffstat (limited to 'linker/debugger.cpp')
-rw-r--r--linker/debugger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linker/debugger.cpp b/linker/debugger.cpp
index 6fe9524e7..357fbdc99 100644
--- a/linker/debugger.cpp
+++ b/linker/debugger.cpp
@@ -221,7 +221,7 @@ static void send_debuggerd_packet(siginfo_t* info) {
if (ret != 0) {
if (ret == EBUSY) {
__libc_format_log(ANDROID_LOG_INFO, "libc",
- "Another thread has contacted debuggerd first, stop and wait for process to die.");
+ "Another thread contacted debuggerd first; not contacting debuggerd.");
// This will never complete since the lock is never released.
pthread_mutex_lock(&crash_mutex);
} else {