CloseableTraceScope

public class CloseableTraceScope
extends Object

java.lang.Object
   ↳ com.android.tradefed.invoker.tracing.CloseableTraceScope


try-with-resources を介してトレース セクションを報告できるスコープクラス

概要

パブリック コンストラクタ

CloseableTraceScope(String category, String name)

スコープのトレースを報告する。

CloseableTraceScope(String name)

コンストラクタ。

CloseableTraceScope(ActiveTrace trace, String name)
CloseableTraceScope()

スレッドからスコープを報告するためのコンストラクタ。

パブリック メソッド

void close()

パブリック コンストラクタ

CloseableTraceScope

public CloseableTraceScope (String category, 
                String name)

スコープのトレースを報告する。

パラメータ
category String: オペレーションのカテゴリ

name String: セクションを報告するための名前

CloseableTraceScope

public CloseableTraceScope (String name)

コンストラクタ。

パラメータ
name String

CloseableTraceScope

public CloseableTraceScope (ActiveTrace trace, 
                String name)

パラメータ
trace ActiveTrace

name String

CloseableTraceScope

public CloseableTraceScope ()

スレッドからスコープを報告するためのコンストラクタ。

パブリック メソッド

閉じる

public void close ()