summaryrefslogtreecommitdiff
path: root/debuggerd/libdebuggerd/tombstone.cpp
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-20 02:09:10 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-20 02:09:10 +0000
commit16939bd1b376b96013820bc14bf832bdbd99af9c (patch)
tree96c156d9fc1e93c495a91715a77cd6059ceeb1bc /debuggerd/libdebuggerd/tombstone.cpp
parent428ddbefe0510007adb4c98813ee5be81d0fc14f (diff)
parentf1175b105db5554fa6ea9fd85adde986b40e188a (diff)
Snap for 7158291 from f1175b105db5554fa6ea9fd85adde986b40e188a to sc-release
Change-Id: I1a1389298df54d84357f79edc98370cfd4afb621
Diffstat (limited to 'debuggerd/libdebuggerd/tombstone.cpp')
-rw-r--r--debuggerd/libdebuggerd/tombstone.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/debuggerd/libdebuggerd/tombstone.cpp b/debuggerd/libdebuggerd/tombstone.cpp
index 185bd6e73..c1a59d85c 100644
--- a/debuggerd/libdebuggerd/tombstone.cpp
+++ b/debuggerd/libdebuggerd/tombstone.cpp
@@ -619,7 +619,7 @@ void engrave_tombstone(unique_fd output_fd, unique_fd proto_fd, unwindstack::Unw
log.tfd = output_fd.get();
log.amfd_data = amfd_data;
- bool translate_proto = GetBoolProperty("debug.debuggerd.translate_proto_to_text", false);
+ bool translate_proto = GetBoolProperty("debug.debuggerd.translate_proto_to_text", true);
if (translate_proto) {
tombstone_proto_to_text(tombstone, [&log](const std::string& line, bool should_log) {
_LOG(&log, should_log ? logtype::HEADER : logtype::LOGS, "%s\n", line.c_str());