commit | ebd08d830f012ec0af672e89b03801dffdd9d4a8 | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Mon Jan 11 21:08:37 2021 -0800 |
committer | Maciej Żenczykowski <maze@google.com> | Tue Jan 12 23:32:07 2021 +0000 |
tree | 4b3abfe2ff7fde7130d1913aea0ab742aa7cbef2 | |
parent | 2261eccd1433f66ba3e3146a1132ecf6b0d8dfa4 [diff] |
remove dns bpf dependency Test: builds, atest, TreeHugger Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: Idfb34ae57e036837d68917a541380fdbc6f984de
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.