From a2cee18799d7e61adb037a4219adb23fef7d022b Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Wed, 16 Apr 2014 19:13:59 -0700 Subject: Modify unwind to comply with stack parser tools. Bug: 14081592 Change-Id: I6906b2575c74d64f1c3ba7602779b3a789de1c69 --- runtime/runtime_linux.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/runtime_linux.cc') diff --git a/runtime/runtime_linux.cc b/runtime/runtime_linux.cc index da1b2cac14..960d3324d3 100644 --- a/runtime/runtime_linux.cc +++ b/runtime/runtime_linux.cc @@ -33,7 +33,7 @@ static constexpr bool kDumpHeapObjectOnSigsevg = false; struct Backtrace { void Dump(std::ostream& os) { - DumpNativeStack(os, GetTid(), "\t", true); + DumpNativeStack(os, GetTid(), "\t"); } }; -- cgit v1.2.3