commit | 3979fc95c4aba9f69cc212a89312c5316d5fc0e2 | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Sat Sep 19 07:00:58 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Sep 19 07:00:58 2020 +0000 |
tree | 6c378436a9552111295e8145024187fa9dfc03be | |
parent | 7cf8b03aa83971cba5c68a74185c8c7ef9fead3c [diff] | |
parent | c56e48d189a4f6f4a6caa6e486b6aa1bb0bfabea [diff] |
[automerger skipped] Merge mainline-release 6664920 to master - DO NOT MERGE am: e96691257d am: 8588cea077 -s ours am: c56e48d189 -s ours am skip reason: Change-Id If5288d5ec76e6295dbba5d65185cdf1bc6e9e87e with SHA-1 7047ae7b38 is in history Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1430121 Change-Id: I3bf54293ccd0f171a11e93c24de4a5c42590b2fd
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.