ProfileableClientImpl
public
class
ProfileableClientImpl
extends Object
implements
ProfileableClient
| java.lang.Object | |
| ↳ | com.android.tradefed.device.server.ProfileableClientImpl |
이는 일반적으로 Dalvik VM 프로세스인 프로파일링 가능한 단일 클라이언트를 나타냅니다.
이 클래스는 기본 클라이언트 정보에 대한 액세스 권한을 제공합니다.
요약
공개 메서드 | |
|---|---|
ProfileableClientData
|
getProfileableClientData()
이 클라이언트 정보가 포함된 |
공개 메서드
getProfileableClientData
public ProfileableClientData getProfileableClientData ()
이 클라이언트 정보가 포함된 ProfileableClientData 객체를 반환합니다.
| 반환 값 | |
|---|---|
ProfileableClientData |
|