diff options
Diffstat (limited to 'src/thread.h')
| -rw-r--r-- | src/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread.h b/src/thread.h index 975edfceed..ac97ebecdf 100644 --- a/src/thread.h +++ b/src/thread.h @@ -180,7 +180,7 @@ class PACKED Thread { static Thread* FromManagedThread(JNIEnv* env, jobject thread); static uint32_t LockOwnerFromThreadLock(Object* thread_lock); - void Dump(std::ostream& os) const; + void Dump(std::ostream& os, bool dump_pending_exception = false) const; State GetState() const { return state_; |