Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Add this line before initialization

Code Block
languagedart
R89SDK.setLogLevel(LogLevel.debug);

All the SDK loggings are available in the Flutter DevTools Logging section and labeled with R89SDK.

Also if you find the logs very overwhelming and you just want the warnings and the errors you can add a filter query WARN or ERROR.