commit | ccbfb4558d7b9962da85e1cfc32cef5134e9d2fc | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Thu Dec 03 23:40:41 2020 +0900 |
committer | Bernie Innocenti <codewiz@google.com> | Thu Dec 03 23:40:41 2020 +0900 |
tree | 8728037cf203fd254f2604bd0450f18f70a4dc81 | |
parent | 38a6f997217991aaa33fbf2591b17c6279651683 [diff] |
Move definitions of HostMapping next to its one and only reference This also brings back a function comment next to the definition it was related to. Change-Id: I41778a3df0911f6673b1f4bcee2b10eece7bc0c8
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.