commit | a68cd59d6ac7d2adf51ddf7006d616544b0bfb37 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Tue Mar 17 02:02:14 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Tue Mar 17 02:02:14 2020 +0000 |
tree | 379ab8eed5df909a1fcc74bf0ce30fc3c0c9731a | |
parent | ee10ee583d06cf01d8a0cf3d202d3be68aa8cf40 [diff] | |
parent | f327e9da903d13dd0a986a7e052a2b2176fb563d [diff] |
Snap for 6301911 from f327e9da903d13dd0a986a7e052a2b2176fb563d to rvc-release Change-Id: I7f7fecf17e346c5703a513acd10e8fbb53130ac6
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.