컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
PerfettoPullerMetricCollector
public
class
PerfettoPullerMetricCollector
extends FilePullerDeviceMetricCollector
다음을 허용하는 FilePullerDeviceMetricCollector
의 기본 구현
기기에서 perfetto 파일을 가져와 측정항목을 수집합니다.
원시 트레이스 파일을 perfetto 측정항목 파일로 변환하는 데도 사용됩니다.
요약
공개 생성자
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 파일의 압축 또는 압축 해제된 버전
지정할 수 있습니다 |
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2024-08-23(UTC)
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"필요한 정보가 없음"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"너무 복잡함/단계 수가 너무 많음"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"오래됨"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"번역 문제"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"샘플/코드 문제"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"기타"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"이해하기 쉬움"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"문제가 해결됨"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"기타"
}]
{"lastModified": "\ucd5c\uc885 \uc5c5\ub370\uc774\ud2b8: 2024-08-23(UTC)"}
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-08-23(UTC)"]]