prashanOS

Results 3 issues of prashanOS

Hi from OpenSea! We have found an issue when enabling Android's `StrictMode`. It fails because `FileWCSessionStore` is doing file I/O on the main thread. The `WCSessionStore`'s methods are all synchronous,...

### Integration sentry-android ### Build System Gradle ### AGP Version 7.3.0 ### Proguard Enabled ### Version 6.4.2 ### Steps to Reproduce Occasionally when running a build with Proguard/R8 enabled and...

bug
Impact: Medium
Platform: Android
waiting for feedback

Looks like the Iterable SDK is reading/writing to disk from the current thread instead of delegating to an IO thread. Note this is just one example - would recommend doing...