Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report Fatal App Hangs #4260

Open
Tracked by #4261
philipphofmann opened this issue Aug 8, 2024 · 0 comments
Open
Tracked by #4261

Report Fatal App Hangs #4260

philipphofmann opened this issue Aug 8, 2024 · 0 comments

Comments

@philipphofmann
Copy link
Member

Description

When an app hang leads to a watchdog termination, we can report this as a fatal app hang. When the SDK detects a fully blocking app hang, it needs to store the app hang to disk and wait for the app to recover from the app hang. When the app doesn't recover, the SDK must send the app hang as a fatal on the next app launch. When the app recovers from the app hang, then it must send it as a fully blocking app hang. The downside of this approach is that app hangs will be reported a bit delayed, which is acceptable.

This issue is a prerequisite to #3319, because the app hang rate only considers fatal app hangs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant