Crates.io | tracing-logcat |
lib.rs | tracing-logcat |
version | 0.1.0 |
source | src |
created_at | 2024-07-07 21:49:39.943833 |
updated_at | 2024-07-07 21:49:39.943833 |
description | A writer for the tracing library that outputs to Android's logcat |
homepage | |
repository | https://github.com/chenxiaolong/tracing-logcat |
max_upload_size | |
id | 1295174 |
size | 34,439 |
tracing-logcat is a library that provides an Android logcat output for the tracing
library. It directly communicates with Android's logd
process instead of using liblog.so
, making it suitable for use with statically linked executables.
See examples/
for examples of how to use this library.
tracing-logcat is licensed under Apache 2.0. Please see LICENSE
for the full license text.