newrelic / newrelic-react-native-agent

New Relic Mobile Agent SDK for React-Native Applications
Apache License 2.0
14 stars 21 forks source link

ANR com.newrelic.agent.android.ndk.ANRMonitor.anrMonitorRunner$lambda-1 #198 #158

Open SungilJung opened 4 months ago

SungilJung commented 4 months ago

There is a high frequency of ANR (Application Not Responding) issues being reported in the Android app currently deployed. Interestingly, these issues are only reported to occur on Android 13.

[information] OS: Android 13 newrelic-react-native-agent: 1.3.7,

[attachment] stacktrace.txt

ndesai-newrelic commented 4 months ago

@SungilJung https://github.com/firebase/firebase-android-sdk/issues/4831 it looks like same issue, can you share example app where the issue is reproducible?

SungilJung commented 4 months ago

@ndesai-newrelic The problem happens sporadically, so it's not possible to provide an app that consistently reproduces the issue. However, according to the data logged in Firebase, this issue occurs when the app is launched via Firebase FCM notifications while the app is not running.