Merge ""Requested dump for tid XXX" message shouldn't be fatal."

This commit is contained in:
Elliott Hughes 2017-03-24 23:29:23 +00:00 committed by Gerrit Code Review
commit f5d727f221

View file

@ -120,7 +120,7 @@ static void log_signal_summary(int signum, const siginfo_t* info) {
}
if (signum == DEBUGGER_SIGNAL) {
__libc_format_log(ANDROID_LOG_FATAL, "libc", "Requested dump for tid %d (%s)", gettid(),
__libc_format_log(ANDROID_LOG_INFO, "libc", "Requested dump for tid %d (%s)", gettid(),
thread_name);
return;
}