commit | ae8341d2388d9916441674c37f4146ec44133c6d | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Aug 27 13:53:12 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Aug 27 13:53:12 2021 +0000 |
tree | e96a9135418f521d7b85b5c5743d13d7392a0ea6 | |
parent | 67e70742b457085d577b721bd112a3f0b77e0dcc [diff] | |
parent | a2f85fb635b9cfa54a0d1f9b7ec5bdb9ad531300 [diff] |
Merge "Replace StringAppendF() with fmt::format_to" am: a2f85fb635 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1802134 Change-Id: I68bb8b6b0f99ad144c004f68d94598a051e56724
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.