| commit | bef3d190db435c27fa76b9ed1b8d732de769ee1b | [log] [tgz] |
|---|---|---|
| author | Fabien Sanglard <sanglardf@google.com> | Thu Dec 12 17:47:35 2024 -0800 |
| committer | Fabien Sanglard <sanglardf@google.com> | Thu Dec 12 18:14:21 2024 -0800 |
| tree | 07936b62d2e87fc2b75fd9856a0fffd10354e94d | |
| parent | 09db983900ac7a643a12e623a1e9dfbefa387a5c [diff] |
Fix logging to allow real-time log monitoring Using LOG(INFO) prevent proper tracing (e.g.: JDWP) since every packet trigger a log. If there is another terminal tailing file /data/adb/adb.log, each log results in packet, which result in a log. Using VLOG and trace categories allow real-time monitoring of everything that is not category USB. Test: NA Bug: NA Change-Id: Ief45ec3a27f2cdbd99758612629084e5fb8a2cc2