commit | 470b27faf1671b189ca7adbba5dfa007c401c913 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Wed Apr 01 02:04:02 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed Apr 01 02:04:02 2020 +0000 |
tree | a5d49738d8955c33ae2aa35fb1b1f059569e4220 | |
parent | 73328de7b4ed109e320c0e9c393c4b6e0809b8f2 [diff] | |
parent | 65b1e19e1f0d7ddec8a4db25988db6c4ad5fd633 [diff] |
Snap for 6353066 from 65b1e19e1f0d7ddec8a4db25988db6c4ad5fd633 to rvc-release Change-Id: I2815c65c148035ff42dc89d7f945208d35d09f70
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.