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 901f2f5527..5284c9377e 100644 --- a/runtime/runtime.cc +++ b/runtime/runtime.cc @@ -203,6 +203,7 @@ Runtime::Runtime() implicit_suspend_checks_(false), no_sig_chain_(false), is_native_bridge_loaded_(false), + is_native_debuggable_(false), zygote_max_failed_boots_(0), experimental_flags_(ExperimentalFlags::kNone), oat_file_manager_(nullptr), |