commit | 48975bdea19e86ba51c0892c753458f4669559af | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Thu May 28 01:14:36 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Thu May 28 01:14:36 2020 +0000 |
tree | 2e379c95645bdef30828d5e156d80e952a39dab8 | |
parent | dd3b5541f2350c40d8db613c140719205b8e74c7 [diff] | |
parent | f871e4f5a931e2ba18e92d95c62f5bcd6d580a73 [diff] |
Snap for 6534196 from f871e4f5a931e2ba18e92d95c62f5bcd6d580a73 to rvc-release Change-Id: I0ab64d3c84fa408d48c5c79f3132877e1daa8d7d
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.