commit | 8fe29f9031cde4a07d8c172668c9438857c7a584 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Fri Sep 11 00:40:58 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Sep 11 00:40:58 2020 +0000 |
tree | 3f43b199f88e19054a23b21da02b6935148435d2 | |
parent | 9a057c7178ced5b307fda9bb37006a0ecf8410bd [diff] | |
parent | 333377b44c4c7ff710139b7185ab10097dfdef8b [diff] |
[automerger skipped] Merge Android R am: 333377b44c -s ours am skip reason: Change-Id I84f04ecdd900ae5f77f409c8b325f9a447afb8a3 with SHA-1 9a057c7178 is in history Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1422513 Change-Id: Iea4bc0bd9a624f5863bdae8d906221eef7bbedb6
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.