commit | 0a7b490bcf32c84f222ded0d746ae170094cd5f9 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Tue Feb 23 09:03:20 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Feb 23 09:03:20 2021 +0000 |
tree | b7ff0b3c3edfeeb399ceeebd988fa072b9baec32 | |
parent | 07160d89304925aaaf808e907abf7e68f644cc8a [diff] | |
parent | a9b34d6e8aec247beea93586f967eb55b4b69c68 [diff] |
[automerger skipped] DO NOT MERGE [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/DnsResolver am: a9b34d6e8a -s ours am skip reason: subject contains skip directive Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/13666607 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I383fa15b1321c9868df407e0f949f2ba0d181d8d
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.