commit | b5fb4ca241e44c4fe1add2091b8ce7c17d5b24db | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Tue Mar 23 11:18:05 2021 +0000 |
committer | Remi NGUYEN VAN <reminv@google.com> | Wed Mar 24 12:45:38 2021 +0000 |
tree | c24a07ef2856777aec8a05d44643a249e9dd9297 | |
parent | 3c13fe8fddcfb36b343345800b6d54aa3b7cd10d [diff] |
Use SDK 29 in dnsproxyd_protocol_headers The headers contain only constants, so they can be used by binaries building against the NDK. Bug: 171540887 Test: m Ignore-AOSP-First: Needs manual cherry-picks Change-Id: I2ae1525dd7420b5eafd6ff72785f5cb3ac256e75
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.