Skip to content

Commit b2578de

Browse files
authored
chore(android): Mention ANR mechanism (#7053)
1 parent 0db2aa1 commit b2578de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/platforms/android/configuration/app-not-respond.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Both ANR detection implementations are controlled by the same flag:
3131

3232
Whenever the main UI thread of the application is blocked for more than five seconds, the SDK will report the problem to the server.
3333

34+
The integration reports ANR events with `mechanism:ANR`.
35+
3436
<Note>
3537

3638
Sentry does not report the ANR if the application is in debug mode.
@@ -50,4 +52,6 @@ You can also specify how long the thread should be blocked before the ANR is rep
5052
This approach reads the [ApplicationExitInfo](https://developer.android.com/reference/android/app/ApplicationExitInfo) API on the next app launch
5153
and asynchronously sends ANR events to Sentry for each ANR in the history, enriching only the latest one with breadcrumbs, contexts, tags, etc.
5254

55+
The integration reports ANR events with `mechanism:AppExitInfo`.
56+
5357
![ANR](app-not-respond.png)

0 commit comments

Comments
 (0)