class CrashHandlerService : IntentService
Service receiving native code crashes (from GeckoView). |
|
class ExceptionHandler : UncaughtExceptionHandler
Thread.UncaughtExceptionHandler implementation that forwards crashes to the CrashReporter instance. |