-
-
Notifications
You must be signed in to change notification settings - Fork 62
ANR Detection Improvements #1961
Copy link
Copy link
Open
Labels
Errorsissues relates to the error reporting productissues relates to the error reporting productFeaturenew featurenew featureUnityplatform labelplatform label
Metadata
Metadata
Assignees
Labels
Errorsissues relates to the error reporting productissues relates to the error reporting productFeaturenew featurenew featureUnityplatform labelplatform label
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
No status
Status
No status
As of today Unity has their own watchdog thread that is checking if ANR's are happening.
We've disabled leaning on the Android SDK for the ANR detection but the Android SDK has progressed over time to have more types of ANR detection with their own pros/cons.
So there is another ticket that will be responsible for tagging the Mechanism to a Sentry event which is already great.
But we also need to have more precise ANR detection on this, hence the ticket.
@bruno-garcia, @romtsn & @bitsandfoxes have been in conversation about this.