commit | dec060b4a2f6f99591c413f2feb5b6b714c53d94 | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Tue Mar 08 00:20:12 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 08 00:20:12 2022 +0000 |
tree | 21031edce3eb8fe4542440f33a94e23fdb4ac058 | |
parent | 6237e750388b3c510f620f1cc9b2ae6c25293aa2 [diff] | |
parent | b158f07cbc8731f59bdb0016795d58f9fd773335 [diff] |
Remove redundant "using" statements am: f4fa285df0 am: e098bdcff2 am: b158f07cbc Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1990007 Change-Id: I3ca83cb6e72514558ad2aa0809ba6aadc2623821
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.