commit | b6960eec7d5bc4a0f0f7bf50426225d0ed45b50c | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Wed May 20 01:06:47 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed May 20 01:06:47 2020 +0000 |
tree | 361961aab3ed2251de4a9da5d2af66f31bc3863e | |
parent | e6101cb37879aed5795dcf3b27294a9a1ab8388f [diff] | |
parent | 6971c78123847a39084dc583286ecb65afcf3dfb [diff] |
Snap for 6511878 from 6971c78123847a39084dc583286ecb65afcf3dfb to rvc-release Change-Id: I3dec4ebc4fb801b0e43ebb2b6f249fb30a81b2c7
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.