commit | dffafb7e7134c71f64b09ebb8394bce940b45378 | [log] [tgz] |
---|---|---|
author | Nick Desaulniers <ndesaulniers@google.com> | Mon Nov 11 16:17:57 2019 -0800 |
committer | Nick Desaulniers <ndesaulniers@google.com> | Mon Nov 11 16:17:57 2019 -0800 |
tree | 09cc8e0310dc0ef928d95ed1ddaad9fbb65ae085 | |
parent | d77eef74c7356ffd285a24bc4d837cd8bcafac4c [diff] |
DnsResolver: refix -Wreorder-init-list Either this snuck in because I haven't completed the platform compiler upgrade yet, or is only visible via checkbuild. Test: m checkbuild Bug: 139945549 Change-Id: Ida791b16fdca64ebef528df45a07cb6ef1af6636 Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
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.