Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chayleaf/android-trace-log
Rust Android trace log parsing library
https://github.com/chayleaf/android-trace-log
Last synced: 5 days ago
JSON representation
Rust Android trace log parsing library
- Host: GitHub
- URL: https://github.com/chayleaf/android-trace-log
- Owner: chayleaf
- License: 0bsd
- Created: 2021-02-10T21:21:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-03T00:54:44.000Z (about 1 year ago)
- Last Synced: 2024-08-09T22:11:52.837Z (3 months ago)
- Language: Rust
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-0BSD
Awesome Lists containing this project
README
# Android Trace Log [![crates.io](https://img.shields.io/crates/v/android_trace_log.svg)](https://crates.io/crates/android_trace_log) [![docs.rs](https://docs.rs/android_trace_log/badge.svg)](https://docs.rs/android_trace_log)
A library for handling Android trace files created with `android.os.Debug.startMethodTracing`
# Reference
* [Version 1](https://android.googlesource.com/platform/dalvik.git/+/2ad60cfc28e14ee8f0bb038720836a4696c478ad/vm/Profile.c)
* [Version 2/3](https://android.googlesource.com/platform/art/+/master/runtime/trace.cc)# Changelog
- 0.3.0 - mark `Error` enum as non-exhaustive, don't panic on invalid
timestamps# License
TL;DR do whatever you want
Licensed under either the [BSD Zero Clause License](LICENSE-0BSD) (https://opensource.org/licenses/0BSD), the [Apache 2.0 License](LICENSE-APACHE) (http://www.apache.org/licenses/LICENSE-2.0) or the [MIT License](LICENSE-MIT) (http://opensource.org/licenses/MIT), at your choice.