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 ()