commit | 404eacdbce3fda12fe75150b7b29636834ac8220 | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Fri Nov 05 18:23:48 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Nov 05 18:23:48 2021 +0000 |
tree | 991f3c1f0299d83cad298fd9ec0ab239f9feaa91 | |
parent | a781a4015789d6d6c65d9d9b8457bf34fc3da068 [diff] | |
parent | a70ab5e89028ec115125937a1ef58ce38573cc3f [diff] |
Fix build with global ThinLTO am: f42426ec38 am: a70ab5e890 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1881163 Change-Id: Ic4b52b21c1273a257b8cfd55e0470878fd135e20
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.