Debug Log For Android english - kazTera/GYSDK_Android GitHub Wiki

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.

Setting Debug logs output

  • Set logs output flag

    adView.setLogPriority(GNAdLogger.INFO);
  • 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
⚠️ **GitHub.com Fallback** ⚠️