Skip to content

Commit 051f4a6

Browse files
author
Ken
authored
fix(app, android): firebase-android-sdk 29.0.3 to fix underlying NPE in 29.0.2 (#5946)
* fix(deps): firebase-android-sdk 29.0.3 * docs(crashlytics): add anr collection support section * fix(docs): run the format:markdown command * fix(docs): fix typo in the ANR doc. * fix(docs): Add the ANR word in the .spellcheck.dict.txt file
1 parent e45f37c commit 051f4a6

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.spellcheck.dict.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Ad
44
AdMob
55
Analytics
66
analytics
7+
ANR
78
APIs
89
APIs.
910
AppAttest

docs/crashlytics/crash-reports.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,14 @@ you to filter it out in the overview by selecting 'Open' under 'Issue state', wh
4646
This is visible in the first example, where we're displaying only 3 relevant non-fatal events out of the 12 that occurred.
4747
When the same issue re-occurs, it will automatically open again. By clicking the arrow next to the button we can mute the
4848
issue, preventing this from happening.
49+
50+
# Android ANR Collection Support
51+
52+
The Firebase Team enabled the ability to collect
53+
Application Not Responding (ANR) issues that occur when the UI thread of an Android app is blocked for too long,
54+
for more information on ANR see the
55+
[android developer documentation](https://developer.android.com/topic/performance/vitals/anr).
56+
57+
The support for ANR collection is added in the Android Crashlytics version
58+
[18.2.4](https://firebase.google.com/support/release-notes/android#crashlytics_v18-2-4)
59+
so that your react native application can collect ANR, make sure you are using at least version 13.0.1 of this library

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"targetSdk": 31,
7373
"compileSdk": 31,
7474
"buildTools": "30.0.3",
75-
"firebase": "29.0.2",
75+
"firebase": "29.0.3",
7676
"firebaseCrashlyticsGradle": "2.8.1",
7777
"firebasePerfGradle": "1.4.0",
7878
"gmsGoogleServicesGradle": "4.3.10",

0 commit comments

Comments
 (0)