commit | 96b09e2e84832148c252b373a6b5897cce9240ed | [log] [tgz] |
---|---|---|
author | markchien <markchien@google.com> | Wed Jul 29 14:24:34 2020 +0800 |
committer | markchien <markchien@google.com> | Wed Jul 29 16:25:29 2020 +0800 |
tree | 1edf97d5f911f1fba1ddafa4f8a3bc84938ed5d2 | |
parent | ebe06e8babd77ed5d99d490c702e4bc6f9a7317f [diff] |
Update language to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference. Bug: 161896447 Test: cd packages/modules/DnsResolver && atest Change-Id: Ic2136aa5e0c361794edb139ab2133146e6e37edb
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.