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
we're using this library for signal preprocessing in our app (open-rmbt-android) and are really satisfied with it. Thank you for providing and maintaining it!
What we're however seeing is quite some crashes with Samsung devices (A and S-Series) with this stacktrace:
java.lang.IllegalStateException:
at android.os.Parcel.createExceptionOrNull (Parcel.java:2393)
at android.os.Parcel.createException (Parcel.java:2369)
at android.os.Parcel.readException (Parcel.java:2352)
at android.os.Parcel.readException (Parcel.java:2294)
at com.android.internal.telephony.ITelephonyRegistry$Stub$Proxy.listenForSubscriber (ITelephonyRegistry.java:1105)
at android.telephony.TelephonyRegistryManager.listenForSubscriber (TelephonyRegistryManager.java:231)
at android.telephony.TelephonyManager.listen (TelephonyManager.java:6706)
at cz.mroczis.netmonster.core.feature.config.TelephonyManagerListenersKt$requestSingleUpdate$1.run (TelephonyManagerListeners.kt:60)
at android.os.Handler.handleCallback (Handler.java:938)
at android.os.Handler.dispatchMessage (Handler.java:99)
at android.os.Looper.loop (Looper.java:246)
at android.os.HandlerThread.run (HandlerThread.java:67)
Caused by: android.os.RemoteException:
at com.android.server.TelephonyRegistry.add (TelephonyRegistry.java:1172)
at com.android.server.TelephonyRegistry.listen (TelephonyRegistry.java:847)
at com.android.server.TelephonyRegistry.listenForSubscriber (TelephonyRegistry.java:814)
at com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact (ITelephonyRegistry.java:453)
at android.os.Binder.execTransactInternal (Binder.java:1195)
Do you have an idea on what could be causing these crashes?
The text was updated successfully, but these errors were encountered:
I'm seeing the same issue, although with a different root cause.
Some users with android 12 custom roms get these crashes:
java.lang.IllegalStateException:
at android.telephony.TelephonyManager.requestCellInfoUpdate (TelephonyManager.java:6327)
at cz.mroczis.netmonster.core.telephony.TelephonyManagerCompat29.getAllCellInfo (TelephonyManagerCompat29.java:25)
at cz.mroczis.netmonster.core.telephony.TelephonyManagerCompat14.getAllCellInfo (TelephonyManagerCompat14.java)
at cz.mroczis.netmonster.core.telephony.TelephonyManagerCompat14.getAllCellInfo (TelephonyManagerCompat14.java)
at cz.mroczis.netmonster.core.telephony.ITelephonyManagerCompat$DefaultImpls.getAllCellInfo$default (ITelephonyManagerCompat.java)
at cz.mroczis.netmonster.core.NetMonster.getCells (NetMonster.java)
Hi,
we're using this library for signal preprocessing in our app (open-rmbt-android) and are really satisfied with it. Thank you for providing and maintaining it!
What we're however seeing is quite some crashes with Samsung devices (A and S-Series) with this stacktrace:
Do you have an idea on what could be causing these crashes?
The text was updated successfully, but these errors were encountered: