com.ooyala.android.util.DebugMode.Mode Enum Reference

The logging mode that you'd like for the Ooyala SDK. More...

Public Attributes

 None
 
 LogOnly
 
 LogAndAbort
 

Detailed Description

The logging mode that you'd like for the Ooyala SDK.

None will remove all logs that come from the Ooyala SDK code. Note, that this does not hide logs from third parties such as the Android MediaPlayer class.

LogOnly (default) will log all messages from the SDK, and when assertions fail, the SDK will try to continue with video playback

LogAndAbort will log all messages from the SDK, as well as exit the application when assertions fail

Member Data Documentation

com.ooyala.android.util.DebugMode.Mode.LogAndAbort
com.ooyala.android.util.DebugMode.Mode.LogOnly
com.ooyala.android.util.DebugMode.Mode.None