Merge ""Requested dump for tid XXX" message shouldn't be fatal."
This commit is contained in:
commit
f5d727f221
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue