commit | 4621c90553ee7d9af9b38eb0cdbab789b64a8b7e | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Fri Oct 09 23:31:52 2020 +0900 |
committer | Lorenzo Colitti <lorenzo@google.com> | Sat Oct 10 05:11:44 2020 +0000 |
tree | c0de1e29ff30c5f931033a4c64dd75c9e31b3c6d | |
parent | 2b93b2f0173df4fc2b8b74d07fb7b933c9824e27 [diff] |
Restore DnsResolver module version from before merge with master Merged-In: I9087959b791ec2719d55fc48afd98232b39b3572 Change-Id: Icd5b3cd7ac1614218448bd9407113c8d5212a3d3
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.