commit | 9818f29429ee12e6c70fe0103d4685d6beeea783 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Thu Feb 27 18:29:58 2020 +0900 |
committer | Jooyung Han <jooyung@google.com> | Thu Feb 27 18:35:35 2020 +0900 |
tree | a504c180e10c74bbb3618ccd00fb451084f1740e | |
parent | d5721395865347efe5d3f1b65638ead7e356ca47 [diff] |
Set min_sdk_version: 29 to ensure that libnetd_resolv is built against stubs of version 29. Bug: 145796956 Test: m look into build.ninja to see if libnetd_resolv is built against stubs of version 29 for libc/libdl/libm. Change-Id: I547d4fde4e0a32d3c49c9e3d4f9c4bc6ec4165b2
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.