commit | 40bf2ce733a5f5c6929894ef11ed9274f4e204c5 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Thu Feb 27 18:29:58 2020 +0900 |
committer | Jooyung Han <jooyung@google.com> | Sat Mar 07 23:34:59 2020 +0900 |
tree | 3f3b61ca4b5a77834bdd51811c49c15885dafde3 | |
parent | b11bb9a3a5a1b41027f1c6fc4cc5c80e78cc0d13 [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. Merged-In: I547d4fde4e0a32d3c49c9e3d4f9c4bc6ec4165b2 Change-Id: I547d4fde4e0a32d3c49c9e3d4f9c4bc6ec4165b2 (cherry picked from commit 9818f29429ee12e6c70fe0103d4685d6beeea783)
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.