summaryrefslogtreecommitdiffstats
path: root/runtime/utils.h
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2014-04-16 19:13:59 -0700
committerChristopher Ferris <cferris@google.com>2014-04-18 15:32:15 -0700
commita2cee18799d7e61adb037a4219adb23fef7d022b (patch)
tree214a6d6d4682196aa0e2ebcb5a0cc7bcf3eec2d3 /runtime/utils.h
parented0bc0bbf26f6751f31213d24ccdac49766e93ff (diff)
downloadandroid_art-a2cee18799d7e61adb037a4219adb23fef7d022b.tar.gz
android_art-a2cee18799d7e61adb037a4219adb23fef7d022b.tar.bz2
android_art-a2cee18799d7e61adb037a4219adb23fef7d022b.zip
Modify unwind to comply with stack parser tools.
Bug: 14081592 Change-Id: I6906b2575c74d64f1c3ba7602779b3a789de1c69
Diffstat (limited to 'runtime/utils.h')
-rw-r--r--runtime/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/utils.h b/runtime/utils.h
index 5def66b56c..6ab10137b1 100644
--- a/runtime/utils.h
+++ b/runtime/utils.h
@@ -382,7 +382,7 @@ void SetThreadName(const char* thread_name);
// Dumps the native stack for thread 'tid' to 'os'.
void DumpNativeStack(std::ostream& os, pid_t tid, const char* prefix = "",
- bool include_count = true, mirror::ArtMethod* current_method = nullptr)
+ mirror::ArtMethod* current_method = nullptr)
NO_THREAD_SAFETY_ANALYSIS;
// Dumps the kernel stack for thread 'tid' to 'os'. Note that this is only available on linux-x86.