Created
March 16, 2019 19:54
-
-
Save apaatsio/1c40e48e9e042f55b4dbec122fc1a00b to your computer and use it in GitHub Desktop.
How to debug Crashlytics on Flutter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
adb shell setprop log.tag.Fabric DEBUG | |
adb shell setprop log.tag.CrashlyticsCore DEBUG | |
adb logcat -s flutter Fabric CrashlyticsCore FirebaseApp libcrashlytics FlutterCrashlytics |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment