https://github.com/wngr/tracing-android
https://github.com/wngr/tracing-android
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wngr/tracing-android
- Owner: wngr
- License: apache-2.0
- Created: 2021-12-09T17:36:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-09T17:48:16.000Z (over 4 years ago)
- Last Synced: 2025-03-26T16:56:14.919Z (about 1 year ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE2.md
Awesome Lists containing this project
README
# tracing-android
## tracing-android
Composable tracing layer which logs to logcat using the [Android NDK]'s
__android_log_write function. The provided tag will be capped at 23 bytes.
Logging events resulting in messages longer than 4000 bytes will result in
multiple log lines in logcat. This avoids running into logcat's truncation
behaviour.
[Android NDK]: https://developer.android.com/ndk/reference/group/logging#__android_log_write
License: MIT OR Apache-2.0