summaryrefslogtreecommitdiffstats
path: root/runtime/runtime_options.def
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-07-24 21:24:38 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-07-24 21:24:38 +0000
commit458a7c7aba37bf41e40862046846fa77046ac23c (patch)
tree3c2ec75f35787920f11912c936d419edd0df0a74 /runtime/runtime_options.def
parentd021e166babaaf131e59caf5ad84772b73acb4c5 (diff)
parent242ae94dc39be53e519a6163ea1db494ceb75954 (diff)
downloadart-458a7c7aba37bf41e40862046846fa77046ac23c.zip
art-458a7c7aba37bf41e40862046846fa77046ac23c.tar.gz
art-458a7c7aba37bf41e40862046846fa77046ac23c.tar.bz2
Merge "ART: Change the stack dump format to be in line with debuggerd" into mnc-dev
Diffstat (limited to 'runtime/runtime_options.def')
-rw-r--r--runtime/runtime_options.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/runtime_options.def b/runtime/runtime_options.def
index 8b504c1..8154236 100644
--- a/runtime/runtime_options.def
+++ b/runtime/runtime_options.def
@@ -122,5 +122,6 @@ RUNTIME_OPTIONS_KEY (void (*)(int32_t status), \
RUNTIME_OPTIONS_KEY (void (*)(), HookAbort, nullptr)
RUNTIME_OPTIONS_KEY (unsigned int, ZygoteMaxFailedBoots, 10)
RUNTIME_OPTIONS_KEY (Unit, NoDexFileFallback)
+RUNTIME_OPTIONS_KEY (std::string, Fingerprint)
#undef RUNTIME_OPTIONS_KEY