Skip to content

Files

Latest commit

9737461 · Nov 27, 2024

History

History

bugsnag-plugin-android-anr

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 15, 2023
Aug 16, 2024
Nov 13, 2024
Jul 12, 2019
Nov 27, 2024
Sep 8, 2023
Jul 12, 2019
Aug 15, 2019
Nov 17, 2021

README.md

bugsnag-plugin-android-anr

This module detects ANRs and reports them to bugsnag.

High-level Overview

When an ANR dialog is shown SIGQUIT is raised. This module installs a SIGQUIT handler and sets a ByteBuffer that is continuously monitored from the JVM. When the JVM code detects a ByteBuffer has been modified, it generates a report of the ANR.