commit | b87a1052d9345de2b5f25ddd0b6a6e9a3c7c37ef | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Apr 24 05:00:18 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 24 05:00:18 2020 +0000 |
tree | 4ffa06d69ae87d6b9d9cea7d53c8973fef6e24d4 | |
parent | 0d0d621c103f84e1305c5d60345b7be4f353e651 [diff] | |
parent | 097ebbe73cc7dc36b379905b116a1ddf14bbf065 [diff] |
DnsResolver/res_comp.cpp - fix bugprone-branch-clone warning am: 911cc9aea8 am: cf52acd5c0 am: 097ebbe73c Change-Id: Ic9a2d6b61189889508e10b5f8146f2ef89d5038a
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.