commit | c71d8a045f35004fa3c80cb83d2db8745ef2d64a | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Thu Apr 16 07:06:23 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Thu Apr 16 07:06:23 2020 +0000 |
tree | 70ba9dd92856b7e0b754042e66f2907b4907e363 | |
parent | 347d9ceaf0f8227e540eabd7cc5ceabec9151787 [diff] | |
parent | 837fbc1dea33e3b38293f3b6fdb870fe308ff74b [diff] |
Snap for 6399349 from 837fbc1dea33e3b38293f3b6fdb870fe308ff74b to mainline-release Change-Id: I02f669a4a674d0c39dd94f7bc8d3f5d4f7ecf677
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.