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

Make use of frame.collectJavaScriptCallStack() for renderer ANR #1060

Open
timfish opened this issue Jan 17, 2025 · 0 comments
Open

Make use of frame.collectJavaScriptCallStack() for renderer ANR #1060

timfish opened this issue Jan 17, 2025 · 0 comments

Comments

@timfish
Copy link
Collaborator

timfish commented Jan 17, 2025

Problem Statement

Electron has added an API to access the JavaScript call stack in the renderer processes:
https://www.electronjs.org/docs/latest/api/web-frame-main#framecollectjavascriptcallstack-experimental

Solution Brainstorm

This is primarily for use when the renderers are reported as unresponsive so we should be able to use this for ANR and avoid having to use the debugger.

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

No branches or pull requests

1 participant