mozilla / MozStumbler

Android Stumbler for Mozilla
http://location.services.mozilla.com
Mozilla Public License 2.0
621 stars 214 forks source link

Frequent crashes #1860

Open kuba-orlik opened 5 years ago

kuba-orlik commented 5 years ago

The app crashes on me very often. I'm not sure what causes it, it seems very random. I just see a "Mozilla Stumbler stopped working".

I'm on Android 8.1.0 (LineageOS+microG)

Eeems commented 4 years ago

Same issue on a Pixel 3 XL with Android QPP5.190530.014

Djfe commented 4 years ago

are you able to send feedback when that error is shown? you can read logs then (by clicking on details) and actually see what the exact Java error is.

Eeems commented 4 years ago

@Djfe Well, I'm not getting the "Mozilla Stumbler stopped working" prompt, but it is crashing continually. I do have crash reporting turned on, but I'm not sure if it's doing anything. I'll turn on "Always show crash dialog" and see if it gives me more information.

Eeems commented 4 years ago

Alright, the exception I'm receiving is an IllegalArgumentException from com.android.org.conscrypt.NativeCrypto on line 1142. After inspecting the stack trace it looks like it's coming from android/src/main/java/org/mozilla/mozstumbler/client/mapview/AsyncGeolocate.java#L68