We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are a few ANRs reported in the google play console, namely:
ScreenshotRecorder
BaseCaptureStrategy.onTouchEvent
currentEvents
The text was updated successfully, but these errors were encountered:
romtsn
Successfully merging a pull request may close this issue.
Description
There are a few ANRs reported in the google play console, namely:
ScreenshotRecorder
ANR on Samsung devices with Android < 10 https://play.google.com/sdk-console/u/0/accounts/3062283563667932501/sdks/5488485728742614670/crashes/cff428d7/BaseCaptureStrategy.onTouchEvent
ANR where we hold a lock overcurrentEvents
(should probably be moved to a bg thread this whole thing) https://play.google.com/sdk-console/u/0/accounts/3062283563667932501/sdks/5488485728742614670/crashes/e62fe147/The text was updated successfully, but these errors were encountered: