DT Logging - Android

Debugging the Library

If you want to receive more information when using the library, or to check for errors, you can change the library logging level.

You do this by calling InneractiveAdManager.setLogLevel and passing it one of Android's log level definitions.

Debugging Example

InneractiveAdManager.setLogLevel(Log.VERBOSE);

Back to Top ⇧