commit | 2261eccd1433f66ba3e3146a1132ecf6b0d8dfa4 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Jan 11 23:21:10 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jan 11 23:21:10 2021 +0000 |
tree | 39353b6060e52e5a626b93f16ad1ccd150a01ba7 | |
parent | f8defcdccaff95a5c42348f469a7d2c097b07511 [diff] | |
parent | 1f578cde44c5f89f3e30fd7fc6030f342ef91c45 [diff] |
Merge "SKIP_IF_BPF_NOT_SUPPORTED is a no-op"
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.