Re-enable dumping unattached threads.
Bug: 31666428
Test: Ran unit tests, kill -3 on bluetooth process.
Change-Id: I8db4923278a9302ab83ff53e61549b63bac67ec8
diff --git a/runtime/thread_list.cc b/runtime/thread_list.cc
index e43b9f4..8095ef5 100644
--- a/runtime/thread_list.cc
+++ b/runtime/thread_list.cc
@@ -69,8 +69,7 @@
// Whether we should try to dump the native stack of unattached threads. See commit ed8b723 for
// some history.
-// Turned off again. b/29248079
-static constexpr bool kDumpUnattachedThreadNativeStackForSigQuit = false;
+static constexpr bool kDumpUnattachedThreadNativeStackForSigQuit = true;
ThreadList::ThreadList(uint64_t thread_suspend_timeout_ns)
: suspend_all_count_(0),