Android
React Native
Unity
Help
Search…
2.0.2
Adjoe SDK
Android
Setting up the SDK
Using the SDK
React Native
Setting up the SDK
Using the SDK
Unity
Setting up the SDK
Using the SDK
Apache Cordova
Setting up the SDK
Using the SDK
Cocos2dx
Setting up the SDK
Using the SDK
Flutter
Setting up the SDK
Using the SDK
Questions and troubleshooting
Reporting bugs
Enabling logs
Known issues
Changelog
Powered By
GitBook
Enabling logs
You can enable logs in the SDK per device. We suggest that you capture and send these logs in bug reports. They help us to reproduce the issue.
To enable the logs on a device, connect it to your computer and
enable ADB
. Then execute the following command in a terminal:
$ adb shell setprop log.tag.Adjoe INFO
You can then filter
LogCat
for the tag
Adjoe
.
To disable the logs again, execute the following command in a terminal:
$ adb shell setprop log.tag.Adjoe ERROR
Questions and troubleshooting - Previous
Reporting bugs
Next - Questions and troubleshooting
Known issues
Last modified
3mo ago
Copy link