commit | a9b34d6e8aec247beea93586f967eb55b4b69c68 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Mon Feb 22 12:23:59 2021 -0800 |
committer | Bob Badour <bbadour@google.com> | Mon Feb 22 21:56:02 2021 -0800 |
tree | 997ee20d4ed89138bd5d3d5a1331406984811081 | |
parent | dfbedbb53ece9d78a8e863e43d088bb0149d9a18 [diff] |
DO NOT MERGE [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/DnsResolver Added SPDX-license-identifier-Apache-2.0 to: apex/Android.bp tests/Android.bp tests/dns_metrics_listener/Android.bp tests/dns_responder/Android.bp tests/unsolicited_listener/Android.bp Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD SPDX-license-identifier-ISC SPDX-license-identifier-MIT to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I775b8b40e39e4c2f43277dc773c8b53dd1985737 Merged-in: I010288fefa43ad0d7b5abc666728bd3f742e4fb5 Merged-in: I26dfefc58f63f99708ac2e117de16065370c7501
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.