Fix long lines and replace macros with functions.
Change-Id: I4e1cab488d5b2c8e4289da617350a86e72a4ba12
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user