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

Avoid log spam for ResizeObserver loop limit exceeded #5617

Closed
wants to merge 1 commit into from

Conversation

cryptomilk
Copy link
Contributor

First time contributor checklist:

Contributor checklist:

Description

This fills up .config/Signal/logs/app.log with:

{"level":50,"time":"2021-11-02T08:12:00.710Z","pid":23028,"hostname":"magrathea","msg":"Top-level unhandled error: null"}

Writes ~1GB per hour.

Fixes #5616

This fills up .config/Signal/logs/app.log with:

{"level":50,"time":"2021-11-02T08:12:00.710Z","pid":23028,"hostname":"magrathea","msg":"Top-level unhandled error: null"}

Writes ~1GB per hour.
@EvanHahn-Signal
Copy link
Contributor

I think this is a good solution if we can't figure out the cause of this error. I'm going to close this issue and we'll discuss alternate solutions in #5616.

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

Successfully merging this pull request may close these issues.

ResizeObserver loop limit exceeded
2 participants