简体   繁体   中英

Flutter: Will Crashlytics still work if I use Dart Code Obfuscation?

I'm using the FlutterFire Crashlytics plugin in my app. It is working fine on both Android and iOS (I've uploaded the.dysm for iOS etc) and I can see the error stacktraces in the Firebase console. I am ready to release the app and the Flutter documentation advises obfuscating the dart code using the following option:

flutter build apk --obfuscate --split-debug-info=/<project-name>/<directory>

My question is: Will Crashlytics still show me the stack traces in plain format or will obfuscating the code complicate/change this?

Crashlytics will still show you the stack traces even after obfuscation. Although for now, an extra couple of steps might be needed to view the stack traces.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM