While releasing my android application on play store I have also uploaded the mapping.txt file for the deobfuscation of crash or error stack trace. I want to know is it possible to do same in Fabric?. Can we upload a mapping.txt file for deobfuscation of stack trace on fabric.io?
Asked
Active
Viewed 690 times
1
-
2It automatically does that if configured according to the guidelines mentioned here https://docs.fabric.io/android/crashlytics/dex-and-proguard.html – Sharjeel Feb 06 '18 at 10:27
-
Right now it is only possible to do this at build time per the instructions Sharj provided :) – Todd Burner Feb 06 '18 at 18:03
-
with this automated approach, when is the mapping.txt uploaded? If I generate a signed build it's done as part of that process? What if I make a signed build and don't change the version info, will it overwrite what was previously uploaded ? – Someone Somewhere Sep 24 '18 at 21:48
-
1Personally, I would prefer having some manual control over the process – Someone Somewhere Sep 24 '18 at 21:48
-
After the configuration update to proguard rules, on Android Studio 3.2, I now get `Unknown option '-keepresourcexmlelements'` – Someone Somewhere Sep 25 '18 at 22:28