mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
b3b0e3dadb
The USB stack used a usb_debug!() macro that was conditionally compiled as debug logs into the code. The code has been converted to use cros_tracing instead where appropriate. Additionally some of the usb_debug!() invocations have been removed (because unnecessary as they were closer to print debugging), converted to their appropriate logging level (warn, info, debug) when they were not appropriate as tracing points. BUG=b:283033495 TEST=`cargo build --features=trace_marker` and `cargo build` Change-Id: Ia01d3a24d0dc73a46b63844c21556778672795d0 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4653693 Auto-Submit: Morg <morg@google.com> Commit-Queue: Keiichi Watanabe <keiichiw@chromium.org> Reviewed-by: Ryuichiro Chiba <chibar@chromium.org> Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |