EventLog.ReadEvents(Int32[], ICollection<EventLog.Event>) メソッド

定義

ログからイベントを読み取り、種類でフィルター処理します。

[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

パラメーター

tags
Int32[]

を検索するには

output
ICollection<EventLog.Event>

にイベントを追加するコンテナー

属性

注釈

ログからイベントを読み取り、種類でフィルター処理します。

android.util.EventLog.readEvents(int[], java.util.Collection<android.util.EventLog.Event>)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象