### 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 over `currentEvents` (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/
Description
There are a few ANRs reported in the google play console, namely:
ScreenshotRecorderANR on Samsung devices with Android < 10 https://play.google.com/sdk-console/u/0/accounts/3062283563667932501/sdks/5488485728742614670/crashes/cff428d7/BaseCaptureStrategy.onTouchEventANR 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/