commit | fd4ac10ea84d53689ce02dcf154b68163a75c307 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Fri Feb 12 14:43:29 2021 -0800 |
committer | Bob Badour <bbadour@google.com> | Tue Feb 16 18:55:19 2021 -0800 |
tree | 11c50c475c6dd1d9a735f988ddcefb97d939483d | |
parent | 228a3c88c062d7af6cab00d1a8c4278a329d3c50 [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: I010288fefa43ad0d7b5abc666728bd3f742e4fb5 Merged-in: I8020b2e2e7aef270c8534734c204a3629fe0bcf9
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.