Tracing
Latest Update | Current Stable Release | Next Release Candidate | Beta Release | Alpha Release |
---|---|---|---|---|
October 28, 2020 | 1.0.0 | - | - | - |
Feedback
Your feedback helps make Jetpack better. Let us know if you discover new issues or have ideas for improving this library. Please take a look at the existing issues in this library before you create a new one. You can add your vote to an existing issue by clicking the star button.
See the Issue Tracker documentation for more information.
Version 1.0.0
Version 1.0.0
October 28, 2020
androidx.tracing:tracing:1.0.0
and androidx.tracing:tracing-ktx:1.0.0
are released. Version 1.0.0 contains these commits.
Major features of 1.0.0
Helps write trace events to the system trace buffer. This can be visualized using tools like Systrace and Perfetto. This library replaces the deprecated androidx.core.os.TraceCompat
class.
Version 1.0.0-rc01
October 14, 2020
androidx.tracing:tracing:1.0.0-rc01
and androidx.tracing:tracing-ktx:1.0.0-rc01
are released. Version 1.0.0-rc01 contains these commits.
This release is identical to 1.0.0-beta01
.
Version 1.0.0-beta01
June 24, 2020
androidx.tracing:tracing:1.0.0-beta01
and androidx.tracing:tracing-ktx:1.0.0-beta01
are released with no changes since 1.0.0-alpha01
. Version 1.0.0-beta01 contains these commits.
Version 1.0.0-alpha01
June 10, 2020
androidx.tracing:tracing:1.0.0-alpha01
and androidx.tracing:tracing-ktx:1.0.0-alpha01
are released. Version 1.0.0-alpha01 contains these commits.
New Features
androidx.tracing is a library which helps write trace events to the system trace buffer. This can be visualized using tools like Systrace and Perfetto. This library replaces the deprecated androidx.core.os.TraceCompat class. This initial release is 1.0.0-alpha01.