Enabling verbose logging in the AppLovin SDK

Enable verbose logging with the following code:

AppLovinMAX.setVerboseLoggingEnabled(true);

To verify that you enabled verbose logs, check for the line Verbose Logging On: true in the AppLovin SDK initialization block:

========================================
AppLovin SDK
Version: 12.13.14
⋮
Verbose Logging On: true
⋮
========================================

You can then find AppLovin verbose logs in logcat or Xcode terminal as lines that start with /AppLovinSdk: [AppLovinSdk].


Was this article helpful?
Was this article helpful?
search