PerfettoPullerMetricCollector
public
class
PerfettoPullerMetricCollector
extends FilePullerDeviceMetricCollector
java.lang.Object의 클래스 | |||
↳ | com.android.tradefed.device.metric.BaseDeviceMetricCollector | ||
↳ | com.android.tradefed.device.metric.FilePullerDeviceMetricCollector | ||
↳ | com.android.tradefed.device.metric.PerfettoPullerMetricCollector |
다음을 허용하는 FilePullerDeviceMetricCollector
의 기본 구현
기기에서 perfetto 파일을 가져와 측정항목을 수집합니다.
원시 트레이스 파일을 perfetto 측정항목 파일로 변환하는 데도 사용됩니다.
요약
공개 생성자 | |
---|---|
PerfettoPullerMetricCollector()
|
공개 메서드 | |
---|---|
void
|
processMetricDirectory(String key, File metricDirectory, DeviceMetricData runData)
메서드를 구현하면 디렉터리를 로깅하고 측정항목을 위해 파싱할 수 있어야 합니다.
|
void
|
processMetricFile(String key, File metricFile, DeviceMetricData data)
추가 측정항목에 대한 perfetto 트레이스 파일을 처리하고 최종 측정항목에 추가합니다. |
보호된 메서드 | |
---|---|
File
|
retrieveFile(ITestDevice device, String remoteFilePath, int userId)
기기의 지정된 경로에서 파일을 가져옵니다. |
공개 생성자
PerfettoPullerMetricCollector
public PerfettoPullerMetricCollector ()
공개 메서드
프로세스 측정항목 디렉터리
public void processMetricDirectory (String key, File metricDirectory, DeviceMetricData runData)
메서드를 구현하면 디렉터리를 로깅하고 측정항목을 위해 파싱할 수 있어야 합니다.
DeviceMetricData
에 넣습니다.
매개변수 | |
---|---|
key |
String : 가져온 디렉터리에 연결된 옵션 키입니다. |
metricDirectory |
File : 옵션 키와 일치하는 기기에서 가져온 ERROR(/File) 입니다. |
runData |
DeviceMetricData : 측정항목을 저장할 수 있는 DeviceMetricData 입니다. |
프로세스 측정항목 파일
public void processMetricFile (String key, File metricFile, DeviceMetricData data)
추가 측정항목에 대한 perfetto 트레이스 파일을 처리하고 최종 측정항목에 추가합니다. 압축이 사용 설정된 경우 처리를 위해 perfetto 파일의 압축을 풉니다.
매개변수 | |
---|---|
key |
String : 기기에서 가져온 파일과 연결된 옵션 키입니다. |
metricFile |
File : 옵션 키와 일치하는 기기에서 가져온 ERROR(/File) 입니다. |
data |
DeviceMetricData : 측정항목이 저장되는 위치 |
보호된 메서드
검색 파일
protected File retrieveFile (ITestDevice device, String remoteFilePath, int userId)
기기의 지정된 경로에서 파일을 가져옵니다. 압축된 콘텐츠를 perfetto 압축 옵션이 사용 설정된 경우 perfetto 파일입니다.
매개변수 | |
---|---|
device |
ITestDevice : 파일이 있습니다. |
remoteFilePath |
String : 기기 내 위치입니다. |
userId |
int : 가져올 사용자 ID입니다. |
반환 값 | |
---|---|
File |
m압축Perfetto 옵션에 따라 perfetto 파일의 압축 또는 압축 해제된 버전 지정할 수 있습니다 |
생성 값 | |
---|---|
|
com.android.tradefed.device.DeviceNotAvailableException |
DeviceNotAvailableException |