commit | 73328de7b4ed109e320c0e9c393c4b6e0809b8f2 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Tue Mar 31 02:07:52 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Tue Mar 31 02:07:52 2020 +0000 |
tree | 0a3162443be112868ed5fd3124c7ccaa6a52c18c | |
parent | 4fce9596daa0231462887483e2c39d00072b7689 [diff] | |
parent | 26e5815272c66e2935657759332736a9de3d6396 [diff] |
Snap for 6348860 from 26e5815272c66e2935657759332736a9de3d6396 to rvc-release Change-Id: Id1681e834f077826b93516c824da007b77f2208e
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.