EventLog.ReadEvents(Int32[], ICollection<EventLog.Event>) Method

Definition

Read events from the log, filtered by type.

[Android.Runtime.Register("readEvents", "([ILjava/util/Collection;)V", "")]
public static void ReadEvents (int[]? tags, System.Collections.Generic.ICollection<Android.Util.EventLog.Event>? output);
[<Android.Runtime.Register("readEvents", "([ILjava/util/Collection;)V", "")>]
static member ReadEvents : int[] * System.Collections.Generic.ICollection<Android.Util.EventLog.Event> -> unit

Parameters

tags
Int32[]

to search for

output
ICollection<EventLog.Event>

container to add events into

Attributes

Remarks

Read events from the log, filtered by type.

Java documentation for android.util.EventLog.readEvents(int[], java.util.Collection<android.util.EventLog.Event>).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to