The methods of Android.Util.EventLog are listed below. For a list of all members, see the EventLog Members list.
See Also: Inherited members from Java.Lang.Object
static | GetTagCode(string)Get the event type tag code associated with an event name. | |
static | GetTagName(int)Get the name associated with an event type tag code. | |
static | ReadEvents(int[], ICollection<EventLog.Event>)Documentation for this section has not yet been entered. | |
static | ReadEventsAsync(int[], ICollection<EventLog.Event>)Documentation for this section has not yet been entered. | |
static | WriteEvent(int, params Java.Lang.Object[])Documentation for this section has not yet been entered. | |
static | WriteEvent(int, int)Record an event log message. | |
static | WriteEvent(int, long)Record an event log message. | |
static | WriteEvent(int, string)Record an event log message. | |
static | WriteEventAsync(int, params Java.Lang.Object[])Documentation for this section has not yet been entered. | |
static | WriteEventAsync(int, int)Documentation for this section has not yet been entered. | |
static | WriteEventAsync(int, long)Documentation for this section has not yet been entered. | |
static | WriteEventAsync(int, string)Documentation for this section has not yet been entered. |