UhooiPicBook-Android icon indicating copy to clipboard operation
UhooiPicBook-Android copied to clipboard

Get deobfuscated crash reports with the Firebase Crashlytics SDK

Open uhooi opened this issue 4 years ago • 1 comments

Overview

proguard-rules.pro

+ -keepattributes SourceFile,LineNumberTable        # Keep file names and line numbers.
+ -keep public class * extends java.lang.Exception  # Optional: Keep custom exceptions.

References

  • https://firebase.google.com/docs/crashlytics/get-deobfuscated-reports?authuser=1&platform=android
  • https://firebase.google.com/docs/crashlytics/get-deobfuscated-reports?authuser=1&platform=android

uhooi avatar Jun 28 '21 03:06 uhooi

👋 Thanks for reporting! Please PR :)

github-actions[bot] avatar Jun 28 '21 03:06 github-actions[bot]