commit | 7d5be5032dc9d4635e8029cb99b6ac8f4fe6341c | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sun Apr 26 07:08:16 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sun Apr 26 07:08:16 2020 +0000 |
tree | a886020fa095a9da56bdc8d3db662e90d0794ac5 | |
parent | 37df1e9359f0ca76bac7153c812eda718e9b7ae7 [diff] | |
parent | 9e45b270a849a74cab3a6ddffe66894cb2d7ce66 [diff] |
Snap for 6431658 from 9e45b270a849a74cab3a6ddffe66894cb2d7ce66 to mainline-release Change-Id: I6c8d9e0f212a8dfba9a6ac164eef1b6fa62443e4
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.