Debug Logs Output
If you find a trouble on the SDK introduction, you can find the specific cause by outputting debut logs. Please do not output logs when you release application.
Cocos Setting Debug logs output
- Set logs output flag
log("NativeAd zoneID=%s", zoneID);
1
2
2
Android Setting Debug logs output
- Set log output flags such as AppActivity.java and ~ Bridge.java.
request.setLogPriority(GNAdLogger.INFO);
1
2
2
Set list of log output flag
logs output flag Output level GNAdLogger.INFO Output All logs GNAdLogger.WARN Output "WRAN" and "ERROR" GNAdLogger.NONE Not Output logs