EventLog.ReadEvents(Int32[], ICollection<EventLog.Event>) Método

Definición

Lee los eventos del registro, filtrados por tipo.

[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

Parámetros

tags
Int32[]

para buscar

output
ICollection<EventLog.Event>

contenedor en el que se van a agregar eventos

Atributos

Comentarios

Lee los eventos del registro, filtrados por tipo.

Documentación de Java para android.util.EventLog.readEvents(int[], java.util.Collection<android.util.EventLog.Event>).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código Project y que se usan según los términos Creative Commons 2.5 Attribution License.

Se aplica a