-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Writes to disk on main thread #61
Comments
Duplicates #15 , although different. Wow so we can't call |
But what can we do with it? If I get it right, violation happens in another process? |
Stacktrace wasn't formatted so I didn't read through it. I edited, now it's better. This is very interesting. If you do an IPC call (which is blocking) on the main thread and then the other process reads the file system, then strict mode complains. Smarts. And sort of makes sense. What we can do is the same thing as we'd do with a normal strict mode violation: do all the |
@pyricau Hm, I thought we can call |
Android's Strict mode detected a disk write with the following stack trace:
The text was updated successfully, but these errors were encountered: