floss: Add hcidoc tool to read snoop files
Hcidoc will be used to analyze snoop files and snooz files to identify errors and other behaviors. This commit simply sets up the hcidoc crate and a simple snoop reader. Bug: 262928525 Tag: #floss Test: ./build.py --target utils Change-Id: I7eeae136a35d51a01ac2ab137dbf114e07f800e9
Showing
- Cargo.toml 9 additions, 0 deletionsCargo.toml
- build.py 43 additions, 24 deletionsbuild.py
- floss/hcidoc/Cargo.toml 11 additions, 0 deletionsfloss/hcidoc/Cargo.toml
- floss/hcidoc/src/main.rs 51 additions, 0 deletionsfloss/hcidoc/src/main.rs
- floss/hcidoc/src/parser.rs 264 additions, 0 deletionsfloss/hcidoc/src/parser.rs
floss/hcidoc/Cargo.toml
0 → 100644
floss/hcidoc/src/main.rs
0 → 100644
floss/hcidoc/src/parser.rs
0 → 100644
Please register or sign in to comment