tracing-logcat

Crates.iotracing-logcat
lib.rstracing-logcat
version0.1.0
sourcesrc
created_at2024-07-07 21:49:39.943833
updated_at2024-07-07 21:49:39.943833
descriptionA writer for the tracing library that outputs to Android's logcat
homepage
repositoryhttps://github.com/chenxiaolong/tracing-logcat
max_upload_size
id1295174
size34,439
Andrew Gunnerson (chenxiaolong)

documentation

README

tracing-logcat

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.

License

tracing-logcat is licensed under Apache 2.0. Please see LICENSE for the full license text.

Commit count: 2

cargo fmt