Debug Log For Unity_Eng - mkaji-geniee/Geniee-SDK-Unity-Plugin GitHub Wiki

Debug log

To analyze SDK installation troubles, you can specify the cause by outputting Debug logs. However, please do not output logs when releasing the application.

Banner advertisement

Log output flag setting list

Log output flag Output level
INFO INFO and WRAN and ERROR log is output
WARN WRAN and ERROR are output
NONE Do not output logs

Setting Debug log output

  1. Select Inspector setting Tab of SDK Plugin.
  2. Select INFO for Log Priority of GNAd Manager (Script).

Movie reward advertisement

android

List of log output flag settings

Log output flag Output level
DEBUG DEBUG, INFO, WRAN and ERROR log output
INFO INFO and WRAN and ERROR log is output
WARN WRAN and ERROR are output

Setting Debug log output

  1. Add the following to Assets / Plugins / Android / AndroidManifest.xml.
<meta-data
            android:name="jp.co.geniee.gnadsdk.rewardvideo.gnslogger.priority"
            android:value="INFO" />
  1. Debug log will appear in logcat on Android side.

iOS

Future plans