Home
last modified time | relevance | path

Searched refs:mHandlingException (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/android/java/src/org/chromium/base/
DJavaExceptionReporter.java25 private boolean mHandlingException; field in JavaExceptionReporter
35 if (!mHandlingException) { in uncaughtException()
36 mHandlingException = true; in uncaughtException()