Searched refs:crash_after_report (Results 1 – 1 of 1) sorted by relevance
25 constexpr bool crash_after_report = false; in InitJavaExceptionReporter() local26 Java_JavaExceptionReporter_installHandler(env, crash_after_report); in InitJavaExceptionReporter()31 constexpr bool crash_after_report = true; in InitJavaExceptionReporterForChildProcess() local32 Java_JavaExceptionReporter_installHandler(env, crash_after_report); in InitJavaExceptionReporterForChildProcess()51 jboolean crash_after_report, in JNI_JavaExceptionReporter_ReportJavaException() argument55 if (crash_after_report) { in JNI_JavaExceptionReporter_ReportJavaException()