Debug Test mode
Starting from SDK 2.8.0 we've added new logic to enable test mode via ADB commands, which can be used with Debug and Release builds of apps
Command | Values | Description |
---|---|---|
adb shell setprop debug.appodeal.sdk.testmode | true / false / .none. | Command for set Test Mode |
adb shell setprop debug.appodeal.sdk.log | true / false / .none. | Command for enabling/disabling logs |
adb shell setprop debug.appodeal.sdk.loglevel | none / debug / verbose / .none. | Command for set logging level |
adb shell setprop debug.appodeal.sdk.url | String in a proper format (e.g -https://staging2.appodeal.com:443) | Command for set Appodeal SDK request url |
adb shell setprop debug.appodeal.sdk.testactivity | true / false / .none. | Command for enabling Test Activity starting on SDK initialization |
adb shell setprop debug.appodeal.sdk.networks | An array of strings, with comma divider (e.g - admob,unity_ads,...) | Command for set enabled ad networks |
.none.
- is the default state for all commands and related parameters