Bug: 294544316

Clone this repo:
  1. e9f0766 Migrate 26 crates to monorepo by James Farrell · 4 months ago main master
  2. ddae689 Update Android.bp by running cargo_embargo am: 740707c72d by James Farrell · 6 months ago
  3. 740707c Update Android.bp by running cargo_embargo by James Farrell · 6 months ago
  4. 3775489 Add license metadata in Android.bp in tracing-subscriber crate. am: 508e527250 am: cc81e2c540 by Wei Li · 8 months ago android15-tests-dev aml_ext_350912020 aml_hef_350921160 aml_hef_351016140 aml_per_350910080 aml_per_351014000 aml_rkp_350910000 aml_rkp_351011000 aml_sta_350911020
  5. cc81e2c Add license metadata in Android.bp in tracing-subscriber crate. am: 508e527250 by Wei Li · 8 months ago

Tracing — Structured, application-level diagnostics

tracing-subscriber

Utilities for implementing and composing tracing subscribers.

Crates.io Documentation Documentation (master) MIT licensed Build Status Discord chat maintenance status

Documentation | Chat

Compiler support: requires rustc 1.63+

Supported Rust Versions

Tracing is built against the latest stable release. The minimum supported version is 1.63. The current Tracing version is not guaranteed to build on Rust versions earlier than the minimum supported version.

Tracing follows the same compiler support policies as the rest of the Tokio project. The current stable Rust compiler and the three most recent minor versions before it will always be supported. For example, if the current stable compiler version is 1.69, the minimum supported version will not be increased past 1.66, three minor versions prior. Increasing the minimum supported compiler version is not considered a semver breaking change as long as doing so complies with this policy.

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tracing by you, shall be licensed as MIT, without any additional terms or conditions.