commit | 53ec40c96a5a7521fffd18153d3d403ad0eb5c94 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Tue Apr 28 07:03:52 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Tue Apr 28 07:03:52 2020 +0000 |
tree | e1aa372c850af4938437360be1e841b3c6acd16d | |
parent | 7d5be5032dc9d4635e8029cb99b6ac8f4fe6341c [diff] | |
parent | b19b57cc18c1ebdbccf10a6153e190b7c3e17a82 [diff] |
Snap for 6437181 from b19b57cc18c1ebdbccf10a6153e190b7c3e17a82 to mainline-release Change-Id: Ic44a20a443f35c55f2e113e50d9a692013bfd30e
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.