diff options
Diffstat (limited to 'runtime/runtime.cc')
-rw-r--r-- | runtime/runtime.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/runtime.cc b/runtime/runtime.cc index 48c172edab..c8a2d77a1c 100644 --- a/runtime/runtime.cc +++ b/runtime/runtime.cc @@ -257,6 +257,7 @@ Runtime::Runtime() is_native_bridge_loaded_(false), is_native_debuggable_(false), async_exceptions_thrown_(false), + non_standard_exits_enabled_(false), is_java_debuggable_(false), zygote_max_failed_boots_(0), experimental_flags_(ExperimentalFlags::kNone), |