commit | 482b605fd2c05433ca150c359ef20fcdf8ba4641 | [log] [tgz] |
---|---|---|
author | markchien <markchien@google.com> | Wed Jul 29 10:20:31 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jul 29 10:20:31 2020 +0000 |
tree | 0c7a21cde6c7c3142f5707c943fa5340f3c8a5ee | |
parent | 6dec4064b6ae81aab44fd7820bb55e16eb2178ba [diff] | |
parent | de013813949034c6ff22a845ef5587a93666a227 [diff] |
Update language to comply with Android's inclusive language guidance am: 96b09e2e84 am: de01381394 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1375916 Change-Id: Ic4bdc1f323adefe06127df882ff11daa1386f40e
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.