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