commit | 72800649a8889c0cb32e06489590ce88218e29e4 | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Fri Mar 12 20:18:31 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Mar 12 20:18:31 2021 +0000 |
tree | d74ea5c0fcd92cc80364d3ca1c5c50c9691b620a | |
parent | 6d14bb36b24e56b8bb7cfd514c641e0a355d6b7e [diff] | |
parent | 80fdd8c233e0af8d9cf438f6a16dc29db7f0cd0d [diff] |
Merge "Skip the tests relevant to bpf if bpf is not supported"
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.