commit | 426494b46560573030fe228694443a240540aa34 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sun May 03 07:09:00 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sun May 03 07:09:00 2020 +0000 |
tree | 50d4f5947db3dcbfee0fe1ba2023a9835c20697b | |
parent | 53ec40c96a5a7521fffd18153d3d403ad0eb5c94 [diff] | |
parent | 7803105bba19e11dbf1dfdf27f777cb3585acfec [diff] |
Snap for 6456462 from 7803105bba19e11dbf1dfdf27f777cb3585acfec to mainline-release Change-Id: I6ec28f5126d1c5cd05861084ad69b10e643a8944
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.