commit | 1373688d0347a7159011a730b54a6391d18da3bd | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Thu Apr 16 01:08:58 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Thu Apr 16 01:08:58 2020 +0000 |
tree | 70ba9dd92856b7e0b754042e66f2907b4907e363 | |
parent | 78e68c95249b8350323e59a6e3f31bb982e7b455 [diff] | |
parent | c4bd4f3cb7a79d7b688e3e73e0dda90c05b5b827 [diff] |
Snap for 6398428 from c4bd4f3cb7a79d7b688e3e73e0dda90c05b5b827 to rvc-release Change-Id: I19b0453368c5f9410ca5b2636893a18e2faa8a67
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.