Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5562709 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge ""Requested dump for tid XXX" message shouldn't be fatal." am: f5d727f2 am: f62f611e

am: f1af8005

Change-Id: I8ee5afa42b8ef4f6dcd4fa9d8443d097fcee73d5
parents 189bbbfe f1af8005
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  }