commit | fdb52cbdfd302bd5e42e77f06565cfb140947209 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Fri May 22 01:08:55 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Fri May 22 01:08:55 2020 +0000 |
tree | 4975bbd541d86b77a460897d9db35d8ceca7db23 | |
parent | b6960eec7d5bc4a0f0f7bf50426225d0ed45b50c [diff] | |
parent | ac4fc1bd5834ba1fcf8cf9d26b77a72252c5963f [diff] |
Snap for 6520394 from ac4fc1bd5834ba1fcf8cf9d26b77a72252c5963f to rvc-release Change-Id: Ic79671517be687b95b9642b6af308256494f0ccb
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.