跳转到内容

How to Enable Verbose Logging in the AppLovin SDK

此内容尚不支持你的语言。

Enable verbose logging with the following code:

AppLovinMAX.setVerboseLoggingEnabled(true);

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

========================================
AppLovin SDK
Version: 9.13.4
Verbose Logging On: true
========================================

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