summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.h
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2018-03-05 11:47:30 -0800
committerAndreas Gampe <agampe@google.com>2018-03-05 13:43:15 -0800
commit8b089742252e827d863218413e8855e1bae75af5 (patch)
treebbfe333fced26fbc42f87a4469c59822611acd9f /runtime/runtime.h
parentf46f46cf5bd32788d5252b7107628a66594a5e98 (diff)
downloadart-8b089742252e827d863218413e8855e1bae75af5.tar.gz
art-8b089742252e827d863218413e8855e1bae75af5.tar.bz2
art-8b089742252e827d863218413e8855e1bae75af5.zip
Revert "Add an option to disable native stack dumping on SIGQUIT."
This reverts commit a73280df8cac1279b6dea0424722f42ef0048613. Bug: 27185632 Bug: 74121887 Test: m test-art-host Change-Id: I24af48619577a78371c93cbad24d307d4d7a217d
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r--runtime/runtime.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h
index c7f650ea3f..b961e7f39a 100644
--- a/runtime/runtime.h
+++ b/runtime/runtime.h
@@ -651,10 +651,6 @@ class Runtime {
safe_mode_ = mode;
}
- bool GetDumpNativeStackOnSigQuit() const {
- return dump_native_stack_on_sig_quit_;
- }
-
bool GetPrunedDalvikCache() const {
return pruned_dalvik_cache_;
}
@@ -1005,9 +1001,6 @@ class Runtime {
// when there is a warning. This is only used for testing.
bool always_set_hidden_api_warning_flag_;
- // Whether threads should dump their native stack on SIGQUIT.
- bool dump_native_stack_on_sig_quit_;
-
// Whether the dalvik cache was pruned when initializing the runtime.
bool pruned_dalvik_cache_;