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
- Select Inspector setting Tab of SDK Plugin.
- Select
INFOfor 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
- Add the following to Assets / Plugins / Android / AndroidManifest.xml.
<meta-data
android:name="jp.co.geniee.gnadsdk.rewardvideo.gnslogger.priority"
android:value="INFO" />
- Debug log will appear in logcat on Android side.
iOS
Future plans