supersdk

文档中心

文档中心

下载文档

Auxiliary interface document


Enable debug log interface

Interface Description: In the development phase, you can open the log printing function for debugging; when you pack the Release package, you need to turn off the log printing function.

Interface definition:

+ (void)openLog:(BOOL)yesOrNot

Invoke example:

[SuperSDK openLog:YES];// 打开调试日志

Module disable interface

Interface Description: In the development phase, you can open the log printing function for debugging; when you pack the Release package, you need to turn off the log printing function.

Interface definition:

+ (void)openLog:(BOOL)yesOrNot

Invoke example:

[SuperSDK openLog:YES];// 打开调试日志