Open PandaGeek1024 opened 5 years ago
FlutterError.dumpErrorToConsole
should dump your error on the console, if it doesn't, the issue come from flutter I'll say and not this plugin. Use breakpoint to see if FlutterError.dumpErrorToConsole
is called or not
@PandaGeek1024 I had a similar issue in VSCode. Using the IDE's built-in debugger, my onError
was never called. Setting it to null
(which should've ignored all errors as stated in these docs) had no effect either.
Running through a terminal with flutter run
finally hit the correct handlers and sent the error to the console.
I'm developing an iOS app and I followed the example to setup everything and it does send logs to firebase console. But when I set isInDebugMode to true, somehow it just doesn't print it to android studio log. Am I doing something wrong?