You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browser [e.g. chrome, safari] if issue is on web platform.
Android
Describe the bug
Sentry is showing an error where PCM fails to initialize. Looking at the code it should be caught but it seems to be uncaught as its coming through as a Platform Channel uncaught error.
Package version
record: ^5.1.2
Environment
Android
Describe the bug
Sentry is showing an error where PCM fails to initialize. Looking at the code it should be caught but it seems to be uncaught as its coming through as a Platform Channel uncaught error.
Failure here:
record/record_android/android/src/main/kotlin/com/llfbandit/record/record/PCMReader.kt
Line 103 in 809a5e4
record/record_android/android/src/main/kotlin/com/llfbandit/record/record/recorder/RecordThread.kt
Line 92 in 809a5e4
Should be caught here:
record/record_android/android/src/main/kotlin/com/llfbandit/record/record/recorder/RecordThread.kt
Line 112 in 809a5e4
I am wondering if i could be something about different threads or something?
The text was updated successfully, but these errors were encountered: