commit | 55e4f2c97e767cb2e516b9975b0109646392ef58 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Fri Mar 13 02:05:52 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Fri Mar 13 02:05:52 2020 +0000 |
tree | 5f36a2b24f7961f45ecc4ab2a6c18377751a4f57 | |
parent | fe25ab805bb54424de55c623e3f093fe084bb601 [diff] | |
parent | 6405f3e7aaf95428b41210969671f37d40eca7b0 [diff] |
Snap for 6291259 from 6405f3e7aaf95428b41210969671f37d40eca7b0 to rvc-release Change-Id: I5ab20189a1afd80f64391975e6920f72de885bf3
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.