diff options
Diffstat (limited to 'runtime/thread_list.cc')
-rw-r--r-- | runtime/thread_list.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/thread_list.cc b/runtime/thread_list.cc index 4eb580bb50..31d8d60f76 100644 --- a/runtime/thread_list.cc +++ b/runtime/thread_list.cc @@ -650,7 +650,7 @@ void ThreadList::SuspendSelfForDebugger() { // can happen if the debugger lets go while a SIGQUIT thread // dump event is pending (assuming SignalCatcher was resumed for // just long enough to try to grab the thread-suspend lock). - LOG(DEBUG) << *self << " still suspended after undo " + LOG(WARNING) << *self << " still suspended after undo " << "(suspend count=" << self->GetSuspendCount() << ")"; } } |