commit | 1f02491f6d372642400dbcef70b925f044f60406 | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Mon Sep 14 22:20:16 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Sep 14 22:20:16 2020 +0000 |
tree | ca786330d3eee54b37163a0d74d5f86b26273f3c | |
parent | f57ad0ff6eff98690ffdb521a7b27c117f7b80ac [diff] | |
parent | 73ba4bb14a1c68407b6b2723226871a57abde5c4 [diff] |
[automerger skipped] Merge mainline-release 6664920 to stage-aosp-master - DO NOT MERGE am: bcd90798ff -s ours am: 9565e8ce1c -s ours am: 73ba4bb14a -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: I905f63e23ae66c3136d0fe37cf69f4082491c3fb
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.