次の方法で共有


TracingConfig.Builder クラス

定義

オブジェクトの作成 TracingConfig に使用されるビルダー。

[Android.Runtime.Register("android/webkit/TracingConfig$Builder", ApiSince=28, DoNotGenerateAcw=true)]
public class TracingConfig.Builder : Java.Lang.Object
[<Android.Runtime.Register("android/webkit/TracingConfig$Builder", ApiSince=28, DoNotGenerateAcw=true)>]
type TracingConfig.Builder = class
    inherit Object
継承
TracingConfig.Builder
属性

注釈

オブジェクトの作成 TracingConfig に使用されるビルダー。

例 :

// Create a configuration with default options: {@link #CATEGORIES_NONE},
              // {@link #RECORD_CONTINUOUSLY}.
<code>new TracingConfig.Builder().build()</code>

              // Record trace events from the "web developer" predefined category sets.
              // Uses a ring buffer (the default {@link #RECORD_CONTINUOUSLY} mode) for
              // internal storage during tracing.
<code>new TracingConfig.Builder().addCategories(CATEGORIES_WEB_DEVELOPER).build()</code>

              // Record trace events from the "rendering" and "input latency" predefined
              // category sets.
<code>new TracingConfig.Builder().addCategories(CATEGORIES_RENDERING,
                                                CATEGORIES_INPUT_LATENCY).build()</code>

              // Record only the trace events from the "browser" category.
<code>new TracingConfig.Builder().addCategories("browser").build()</code>

              // Record only the trace events matching the "blink*" and "renderer*" patterns
              // (e.g. "blink.animations", "renderer_host" and "renderer.scheduler" categories).
<code>new TracingConfig.Builder().addCategories("blink*","renderer*").build()</code>

              // Record events from the "web developer" predefined category set and events from
              // the "disabled-by-default-v8.gc" category to understand where garbage collection
              // is being triggered. Uses a limited size buffer for internal storage during tracing.
<code>new TracingConfig.Builder().addCategories(CATEGORIES_WEB_DEVELOPER)
                                         .addCategories("disabled-by-default-v8.gc")
                                         .setTracingMode(RECORD_UNTIL_FULL).build()</code>

の Java ドキュメントandroid.webkit.TracingConfig.Builder

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

コンストラクター

TracingConfig.Builder()

Builder の既定のコンストラクター。

TracingConfig.Builder(IntPtr, JniHandleOwnership)

オブジェクトの作成 TracingConfig に使用されるビルダー。

プロパティ

Class

この Objectランタイム クラスを返します。

(継承元 Object)
Handle

基になる Android インスタンスへのハンドル。

(継承元 Object)
JniIdentityHashCode

オブジェクトの作成 TracingConfig に使用されるビルダー。

(継承元 Object)
JniPeerMembers

オブジェクトの作成 TracingConfig に使用されるビルダー。

PeerReference

オブジェクトの作成 TracingConfig に使用されるビルダー。

(継承元 Object)
ThresholdClass

オブジェクトの作成 TracingConfig に使用されるビルダー。

ThresholdType

オブジェクトの作成 TracingConfig に使用されるビルダー。

メソッド

AddCategories(Categories[])

オブジェクトの作成 TracingConfig に使用されるビルダー。

AddCategories(ICollection<String>)

オブジェクトの作成 TracingConfig に使用されるビルダー。

AddCategories(String[])

オブジェクトの作成 TracingConfig に使用されるビルダー。

Build()

現在の設定を使用してビルド TracingConfig します。

Clone()

このオブジェクトのコピーを作成して返します。

(継承元 Object)
Dispose()

オブジェクトの作成 TracingConfig に使用されるビルダー。

(継承元 Object)
Dispose(Boolean)

オブジェクトの作成 TracingConfig に使用されるビルダー。

(継承元 Object)
Equals(Object)

他のオブジェクトがこのオブジェクトと "等しい" かどうかを示します。

(継承元 Object)
GetHashCode()

オブジェクトのハッシュ コード値を返します。

(継承元 Object)
JavaFinalize()

オブジェクトへの参照がなくなったとガベージ コレクションによって判断されたときに、オブジェクトのガベージ コレクターによって呼び出されます。

(継承元 Object)
Notify()

このオブジェクトのモニターで待機している 1 つのスレッドを起動します。

(継承元 Object)
NotifyAll()

このオブジェクトのモニターで待機しているすべてのスレッドを起動します。

(継承元 Object)
SetHandle(IntPtr, JniHandleOwnership)

Handle プロパティを設定します。

(継承元 Object)
SetTracingMode(TracingMode)

オブジェクトの作成 TracingConfig に使用されるビルダー。

ToArray<T>()

オブジェクトの作成 TracingConfig に使用されるビルダー。

(継承元 Object)
ToString()

オブジェクトの文字列表現を返します。

(継承元 Object)
UnregisterFromRuntime()

オブジェクトの作成 TracingConfig に使用されるビルダー。

(継承元 Object)
Wait()

現在のスレッドが目覚めるまで待機させます。通常<は、通知<>/em> または <em>割り込み/em> を受け<取ります。

(継承元 Object)
Wait(Int64)

現在のスレッドが目覚めるまで待機します。通常<><は、通知/em> または <em>中断</em> によって、または一定のリアルタイムが経過するまで待機します。

(継承元 Object)
Wait(Int64, Int32)

現在のスレッドが目覚めるまで待機します。通常<><は、通知/em> または <em>中断</em> によって、または一定のリアルタイムが経過するまで待機します。

(継承元 Object)

明示的なインターフェイスの実装

IJavaPeerable.Disposed()

オブジェクトの作成 TracingConfig に使用されるビルダー。

(継承元 Object)
IJavaPeerable.DisposeUnlessReferenced()

オブジェクトの作成 TracingConfig に使用されるビルダー。

(継承元 Object)
IJavaPeerable.Finalized()

オブジェクトの作成 TracingConfig に使用されるビルダー。

(継承元 Object)
IJavaPeerable.JniManagedPeerState

オブジェクトの作成 TracingConfig に使用されるビルダー。

(継承元 Object)
IJavaPeerable.SetJniIdentityHashCode(Int32)

オブジェクトの作成 TracingConfig に使用されるビルダー。

(継承元 Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

オブジェクトの作成 TracingConfig に使用されるビルダー。

(継承元 Object)
IJavaPeerable.SetPeerReference(JniObjectReference)

オブジェクトの作成 TracingConfig に使用されるビルダー。

(継承元 Object)

拡張メソッド

JavaCast<TResult>(IJavaObject)

Android ランタイムチェック型変換を実行します。

JavaCast<TResult>(IJavaObject)

オブジェクトの作成 TracingConfig に使用されるビルダー。

GetJniTypeName(IJavaPeerable)

オブジェクトの作成 TracingConfig に使用されるビルダー。

適用対象