diff options
Diffstat (limited to 'runtime/trace.h')
| -rw-r--r-- | runtime/trace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/trace.h b/runtime/trace.h index 8b0931df80..49d5b22373 100644 --- a/runtime/trace.h +++ b/runtime/trace.h @@ -181,6 +181,8 @@ class Trace FINAL : public instrumentation::InstrumentationListener { void ExceptionThrown(Thread* thread, Handle<mirror::Throwable> exception_object) REQUIRES_SHARED(Locks::mutator_lock_) REQUIRES(!*unique_methods_lock_) OVERRIDE; + void ExceptionHandled(Thread* thread, Handle<mirror::Throwable> exception_object) + REQUIRES_SHARED(Locks::mutator_lock_) REQUIRES(!*unique_methods_lock_) OVERRIDE; void Branch(Thread* thread, ArtMethod* method, uint32_t dex_pc, |