commit | 758c9a9c34c279d6698b07d9b4979a2edac302a4 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Mon Aug 02 12:59:40 2021 -0700 |
committer | Bob Badour <bbadour@google.com> | Mon Aug 02 12:59:40 2021 -0700 |
tree | 3886252daf4cf17d641522c7c6a19790ebdfad6d | |
parent | f54cf26090579f0ccf841bf27178a8a591e07bfc [diff] |
[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/DnsResolver Added SPDX-license-identifier-Apache-2.0 to: tests/doh/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I25f14a7a898cff8eda7e00d069ee404f2954741c
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.