commit | a2cee18799d7e61adb037a4219adb23fef7d022b | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Wed Apr 16 19:13:59 2014 -0700 |
committer | Christopher Ferris <cferris@google.com> | Fri Apr 18 15:32:15 2014 -0700 |
tree | 214a6d6d4682196aa0e2ebcb5a0cc7bcf3eec2d3 | |
parent | ed0bc0bbf26f6751f31213d24ccdac49766e93ff [diff] [blame] |
Modify unwind to comply with stack parser tools. Bug: 14081592 Change-Id: I6906b2575c74d64f1c3ba7602779b3a789de1c69
diff --git a/runtime/runtime_linux.cc b/runtime/runtime_linux.cc index da1b2ca..960d332 100644 --- a/runtime/runtime_linux.cc +++ b/runtime/runtime_linux.cc
@@ -33,7 +33,7 @@ struct Backtrace { void Dump(std::ostream& os) { - DumpNativeStack(os, GetTid(), "\t", true); + DumpNativeStack(os, GetTid(), "\t"); } };