Enable strict gcstress unwind checks. am: 022f9e555b

Original change: https://android-review.googlesource.com/c/platform/art/+/1705474

Change-Id: I2b50ae80e7b503c0ffb2366e7f2257dde49b5815
diff --git a/runtime/backtrace_helper.cc b/runtime/backtrace_helper.cc
index 74e6130..994b0fa 100644
--- a/runtime/backtrace_helper.cc
+++ b/runtime/backtrace_helper.cc
@@ -46,7 +46,7 @@
 
 // Strict integrity check of the backtrace:
 // All methods must have a name, all the way to "main".
-static constexpr bool kStrictUnwindChecks = false;
+static constexpr bool kStrictUnwindChecks = true;
 
 struct UnwindHelper : public TLSData {
   static constexpr const char* kTlsKey = "UnwindHelper::kTlsKey";