sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

[SR] ANRs in Session Replay

Open romtsn opened this issue 1 year ago • 0 comments

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/

romtsn avatar Sep 16 '24 13:09 romtsn