Home
last modified time | relevance | path

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

/external/libchrome/base/android/
Djava_exception_reporter.cc25 constexpr bool crash_after_report = false; in InitJavaExceptionReporter() local
26 Java_JavaExceptionReporter_installHandler(env, crash_after_report); in InitJavaExceptionReporter()
31 constexpr bool crash_after_report = true; in InitJavaExceptionReporterForChildProcess() local
32 Java_JavaExceptionReporter_installHandler(env, crash_after_report); in InitJavaExceptionReporterForChildProcess()
51 jboolean crash_after_report, in JNI_JavaExceptionReporter_ReportJavaException() argument
55 if (crash_after_report) { in JNI_JavaExceptionReporter_ReportJavaException()