commit | 07160d89304925aaaf808e907abf7e68f644cc8a | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Mon Feb 22 16:09:08 2021 -0800 |
committer | Bob Badour <bbadour@google.com> | Mon Feb 22 16:09:08 2021 -0800 |
tree | b7ff0b3c3edfeeb399ceeebd988fa072b9baec32 | |
parent | bb2ed3d6161b6490fa9b60b14bb99ecf1f8077b2 [diff] |
[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: 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.