commit | 1f578cde44c5f89f3e30fd7fc6030f342ef91c45 | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Mon Jan 11 12:55:57 2021 -0800 |
committer | Maciej Żenczykowski <maze@google.com> | Mon Jan 11 13:32:18 2021 -0800 |
tree | 77df02c217e3be7ae93a42c9b4b3917ba92e145c | |
parent | b6d71b6b942e4a87eb331b7b97e6b002a368a112 [diff] |
SKIP_IF_BPF_NOT_SUPPORTED is a no-op As of Android S devices are required to support eBPF. Test: builds, atest, TreeHugger Bug: 167500195 Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I228ce4547fd246e875bc4c0a6b331c690c3d041a
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.