commit | bf63150f6af3048727711b4d852ed15563d3d3ea | [log] [tgz] |
---|---|---|
author | Nucca Chen <nuccachen@google.com> | Tue Jan 11 11:44:41 2022 +0000 |
committer | Nucca Chen <nuccachen@google.com> | Tue Jan 11 11:44:48 2022 +0000 |
tree | 5f869ba4e6c76c8b06fcfdbb7404e35f5b755b5e | |
parent | 5d50b4983a114775485a059997604bb9ab97e68e [diff] |
Update language to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference Lint robot prefer to use inclusive terms for 'sane' as: https://android-review.googlesource.com/c/platform/system/netd/+/1944696 Replace 'sane' by 'valid'. BUG=162536543 Test: build, only comment changed Change-Id: Ieb3124622e8a315a0df18e526bf2067d1d10bb47
This code uses LOG(X) for logging. Log levels are VERBOSE,DEBUG,INFO,WARNING and ERROR. The default setting is WARNING and logs relate to WARNING and ERROR will be shown. If you want to enable the DEBUG level logs, using following command. adb shell service call dnsresolver 10 i32 1 VERBOSE 0 DEBUG 1 INFO 2 WARNING 3 ERROR 4 Verbose resolver logs could contain PII -- do NOT enable in production builds.