commit | 1a922b8741eaedfa9a9a257427514dd087b72dfe | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Fri May 22 07:05:06 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Fri May 22 07:05:06 2020 +0000 |
tree | 4975bbd541d86b77a460897d9db35d8ceca7db23 | |
parent | 8154234514070c4edd3a9f27a55ae2244a8aeee9 [diff] | |
parent | dd125a50dedd4aa8e7fd14ca8a4f6c0e2799bc2d [diff] |
Snap for 6520975 from dd125a50dedd4aa8e7fd14ca8a4f6c0e2799bc2d to mainline-release Change-Id: I81b04b566b2eeb5e805da936e1c7c4734b47e206
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.