commit | 577e405de6b0dbdecb710d1bc3428d00e7d8d42c | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Wed Mar 25 07:06:51 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed Mar 25 07:06:51 2020 +0000 |
tree | 124e416abceb171b8abcb16160d6be2e5b4e9a96 | |
parent | 67860427896e2074905f29ee4b5b1dcce3502d5f [diff] | |
parent | 8396ffb417165fbc4e1879441fe98296344f4173 [diff] |
Snap for 6330721 from 8396ffb417165fbc4e1879441fe98296344f4173 to mainline-release Change-Id: Ia34a55f227a03951cf33b3e991bcb02bd2ad04f2
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.