tracing-android

Crates.iotracing-android
lib.rstracing-android
version0.2.0
sourcesrc
created_at2021-07-06 12:06:15.376742
updated_at2022-01-15 12:40:59.534307
descriptionTracing layer to log to Android's logcat
homepage
repositoryhttps://github.com/Actyx/tracing-android
max_upload_size
id419417
size21,945
Developers (github:actyx:developers)

documentation

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.

License: MIT OR Apache-2.0

Commit count: 5

cargo fmt