commit | b5d0c68dce79d12fb9a0efca91eacef525b2ada6 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Fri Apr 10 07:06:26 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Fri Apr 10 07:06:26 2020 +0000 |
tree | 21ee9b29520ec00c4c1e7ebe33ff4a865335e84f | |
parent | 2304def8703c0f5cf0bc7f444d3b764fc1d51ab3 [diff] | |
parent | 5ff1cda962f6a1258b145931b242781d1f759e82 [diff] |
Snap for 6383721 from 5ff1cda962f6a1258b145931b242781d1f759e82 to mainline-release Change-Id: I58ed581f7ea8738d87eac0c0b75a4a7393b09238
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.