commit | cff0438366e871b3dde85af28a1ebeb769c40e66 | [log] [tgz] |
---|---|---|
author | Tzung-Bi Shih <tzungbi@chromium.org> | Tue Feb 15 17:02:38 2022 +0800 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Feb 16 01:50:51 2022 +0000 |
tree | 65c3fe5ddb01fde5f7fd4e79d578d8d89092a51f | |
parent | 9ce8c468592bda8a78ea3c4a71a87c459c643fe3 [diff] |
findmissing: getopen: add debug option Add debug option (-d, --debug) to enable debug logs. Note: Python's logging default writes logs to stderr. Thus, the patch doesn't break such `./getopen.py -c -d | tee -a conflicts` usage if any. BUG=none TEST=./getopen.py -c -d Change-Id: I086d897adb69d22fc09e01694a3d52ca923c5d82 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/dev-util/+/3463399 Tested-by: Tzung-Bi Shih <tzungbi@chromium.org> Reviewed-by: Guenter Roeck <groeck@chromium.org> Commit-Queue: Tzung-Bi Shih <tzungbi@chromium.org>