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
I have MParticle integrated in an application, but I keep getting a crash for a specific user on MParticle.Networking
c.java line 2
com.mparticle.networking.c.a
The crash is so weird, and I can't any solution
The stacktrace of the crash is:
Fatal Exception: java.lang.NoSuchMethodError
No virtual method (I)V in class Ljava/net/HttpURLConnection; or its super classes (declaration of 'java.net.HttpURLConnection' appears in /system/framework/core-oj.jar)
com.mparticle.networking.c.a (c.java:2)
com.mparticle.internal.r.a (r.java:13)
com.mparticle.internal.z.a (z.java:10)
com.mparticle.internal.d.handleMessage (d.java:13)
android.os.Handler.dispatchMessage (Handler.java:106)
android.os.Looper.loop (Looper.java:164)
android.os.HandlerThread.run (HandlerThread.java:65)
The Device information of the User having the crash are:
Device
Brand:samsung
Model:Galaxy J7 Prime
Orientation: Portrait
RAM free: 697.71 MB
Disk free: 716.48 MB
Operating System
Version:Android 8.1.0
Orientation: Portrait
Rooted:No
The text was updated successfully, but these errors were encountered:
Hey @hussein-yassine 👋 sorry for the delay, we're all filtering back in from holiday break.
Yea, this is really strange. My first thought was a proguard issue but I don't think that's the case if we're only talking about 1 user. If you don't mind, I have a few follow-up questions that might help us get to the bottom of this
have you been able to recreate this in an emulator or physical device?
which version of the MParticle SDK are you using?
what version of Java are you using to compile your apk?
I have MParticle integrated in an application, but I keep getting a crash for a specific user on MParticle.Networking
c.java line 2
com.mparticle.networking.c.a
The crash is so weird, and I can't any solution
The stacktrace of the crash is:
The Device information of the User having the crash are:
Device
Brand:samsung
Model:Galaxy J7 Prime
Orientation: Portrait
RAM free: 697.71 MB
Disk free: 716.48 MB
Operating System
Version:Android 8.1.0
Orientation: Portrait
Rooted:No
The text was updated successfully, but these errors were encountered: