Open AlexTip opened 1 year ago
Hello @AlexTip thank you for reaching out! This does indeed appear to be related to https://github.com/OneSignal/OneSignal-Android-SDK/issues/1612.
As a workaround while we investigate solutions, if you don't need location points in OneSignal, you can call OneSignal.setLocationShared(false) to disable these location updates.
Thanks!
@jennantilla Thanks, I'll try
Another point, you marked this issue as duplicate https://github.com/OneSignal/OneSignal-Android-SDK/issues/1612 But I think I have different root cause place (not sure but my opinion)
in my case it happened on handleFocus (ActivityLifecycleHandler.java) in #1612 - handleLostFocus (ActivityLifecycleHandler.java) - already fixed in previous release
What happened?
Sometimes app track ANR issue this related to https://github.com/OneSignal/OneSignal-Android-SDK/issues/1612 but problem in another place
Steps to reproduce?
What did you expect to happen?
Calculating in background thread
OneSignal Android SDK version
4.8.6
Android version
13, 12, 11, 10
Specific Android models
Relevant log output
Code of Conduct