diff options
author | Dmitriy Ivanov <dimitry@google.com> | 2015-03-30 18:43:38 -0700 |
---|---|---|
committer | Dmitriy Ivanov <dimitry@google.com> | 2015-03-31 11:49:25 -0700 |
commit | 20d89cb5b0d5eb7546a8fe8da44bbd91564dbdda (patch) | |
tree | 0dad262c1284ec393f11eae840e7603905a2204c /linker/debugger.cpp | |
parent | 16c77212792808b9e4d8229e64c5b42f4327b6dc (diff) | |
download | android_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.cpp | 2 |
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 { |