Skip to content

Instantly share code, notes, and snippets.

@apaatsio
Created March 16, 2019 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apaatsio/1c40e48e9e042f55b4dbec122fc1a00b to your computer and use it in GitHub Desktop.
Save apaatsio/1c40e48e9e042f55b4dbec122fc1a00b to your computer and use it in GitHub Desktop.
How to debug Crashlytics on Flutter
#!/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