commit | c9389de96997138a5776d52afd5075c697362d91 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Fri May 29 01:06:43 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Fri May 29 01:06:43 2020 +0000 |
tree | 1d7bd20c3121b3f5a2f5d3e140f3bcf5c3bdd8f5 | |
parent | 48975bdea19e86ba51c0892c753458f4669559af [diff] | |
parent | 8ab448ff3d9fc09ff180e7ef98b767dfcb18085d [diff] |
Snap for 6538416 from 8ab448ff3d9fc09ff180e7ef98b767dfcb18085d to rvc-release Change-Id: I9a4699132cdabd57f619d3922355d15e718a78d4
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.