diff options
Diffstat (limited to 'runtime/debugger.h')
-rw-r--r-- | runtime/debugger.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/debugger.h b/runtime/debugger.h index 0c22148c99..428ded7ffb 100644 --- a/runtime/debugger.h +++ b/runtime/debugger.h @@ -529,8 +529,7 @@ class Dbg { mirror::Object* this_object, mirror::ArtField* f, const JValue* field_value) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); - static void PostException(const ThrowLocation& throw_location, mirror::ArtMethod* catch_method, - uint32_t catch_dex_pc, mirror::Throwable* exception) + static void PostException(mirror::Throwable* exception) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); static void PostThreadStart(Thread* t) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); |