/
Android How to troubleshoot
Android How to troubleshoot
Add this line before initialization
R89SDK.setLogLevel(LogLevels.DEBUG)
See all the logs in the android studio Logcat by typing in the Logcat search bar -> tag:R89SDK-
also if you find the logs very overwhelming and you just want the warnings and the errors you can use loglevel:ERROR
in the logcat search bar.
Logcat search bar has autocomplete so it should be really easy to find any other filters you might need.
, multiple selections available,
Related content
iOS How to troubleshoot
iOS How to troubleshoot
More like this
FAQ
Read with this
1.0.0 - SDK - Get Started
1.0.0 - SDK - Get Started
More like this
iOS Demo Applications
iOS Demo Applications
Read with this
Android How to test Manual Implementation
Android How to test Manual Implementation
More like this
Android Demo Applications
Android Demo Applications
Read with this