commit | 73ba4bb14a1c68407b6b2723226871a57abde5c4 | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Mon Sep 14 21:50:56 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Sep 14 21:50:56 2020 +0000 |
tree | ca786330d3eee54b37163a0d74d5f86b26273f3c | |
parent | dc1cb995e78ed93b0f7b0c38e13711f284ef0313 [diff] | |
parent | 9565e8ce1c76d4bd8fc6caf97b6d35bab4492f59 [diff] |
[automerger skipped] Merge mainline-release 6664920 to stage-aosp-master - DO NOT MERGE am: bcd90798ff -s ours am: 9565e8ce1c -s ours am skip reason: Change-Id I621749fd6b3722efccd481e647d69768048a2c18 with SHA-1 a00743f837 is in history Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/12579506 Change-Id: Ib483f119c1e857d434efa2cbb5e4e91c7f51d518
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.