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