commit | 5483e926ea7753866350b1681fef8f3214708261 | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Thu Oct 03 21:05:14 2024 +0000 |
committer | Maciej Żenczykowski <maze@google.com> | Thu Oct 03 21:27:07 2024 +0000 |
tree | c2ec1c51746c46b5c60c8a434290fa7e3eb56763 | |
parent | 7e407d44247288addbaad65b8962b0efc6cbd3c1 [diff] |
dns: simplify hardcoded constants Test: TreeHugger, atest resolv_integration_test resolv_gold_test resolv_stats_test_utils_test resolv_stress_test resolv_unit_test Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: Ief46301d702aa8d95b1a43b760417432a0d3eb8c
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.