.CTRACE 파일 확장자
Android System Trace
| 개발사 | |
| 인기도 |
3.4 | 5 투표 |
CTRACE 파일이란 무엇인가요?
A CTRACE file is a system trace file created by an Android device running Android 9 or earlier. It contains a record of device activity over a period of time. CTRACE files are created by Systrace, an Android system trace tool.
추가 정보
System tracing allows Android users and developers to record information about their device's activity and performance. Developers can use this information to review, troubleshoot, and optimize an application's performance. For example, a developer might discover that their app opens and maintains too many threads, causing a device's performance to suffer.
Android 9 and earlier versions use a system tracing tool called Systrace to perform and record traces. Traces saved using Systrace-based tools, such as the System Tracing app, are saved as CTRACE files.
참고: In Android 10 and later versions, Android uses a system tracing tool called Perfetto to save traces as .PERFETTO-TRACE files.
CTRACE 파일을 여는 방법
You can open a CTRACE file in Perfetto (Web). To do so:
- Open your web browser and go to https://ui.perfetto.dev.
- Select Open with legacy UI.
- Navigate to and open your CTRACE file.