commit | e2d7511e237d89b3a3e5c70906eb566e29eabc33 | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Fri Mar 12 20:44:39 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Mar 12 20:44:39 2021 +0000 |
tree | d74ea5c0fcd92cc80364d3ca1c5c50c9691b620a | |
parent | 32df904f6fc581abd9ac275bfc697b9d4c688a44 [diff] | |
parent | 72800649a8889c0cb32e06489590ce88218e29e4 [diff] |
Merge "Skip the tests relevant to bpf if bpf is not supported" am: 72800649a8 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1624600 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I5c5155101a886e09c0c85ae16a859d49556d4e46
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.