onaio / steps-app

WHO STEPS App
Apache License 2.0
2 stars 2 forks source link

Minification of code #203

Open bkimondiu opened 2 years ago

bkimondiu commented 2 years ago

Confirm if we need to update our configuration to upload the mapping file https://firebase.google.com/docs/crashlytics/get-deobfuscated-reports?platform=android

owais-vd commented 2 years ago

i've checked the release build with a test crash on crashlytics dashboard the trace is not obfuscated and readable by human. @ekigamba @bkimondiu

owais-vd commented 2 years ago

Test crash trace

Fatal Exception: java.lang.RuntimeException: false Release crash test on crashlytics
       at com.onaio.steps.StepsApplication.lambda$onCreate$0(StepsApplication.java:4)
       at com.onaio.steps.-$$Lambda$StepsApplication$GcxWTwwqghPGL43U9oLoPUxiROc.run(-.java)
       at android.os.Handler.handleCallback(Handler.java:938)
       at android.os.Handler.dispatchMessage(Handler.java:99)
       at android.os.Looper.loop(Looper.java:223)
       at android.app.ActivityThread.main(ActivityThread.java:7656)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)