commit | 42512724d2ae4daa03502f4c8b2fa564967c089e | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sat Apr 18 01:15:41 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sat Apr 18 01:15:41 2020 +0000 |
tree | 9e4f48f1794337dcb0470d9bdfb29945e799783a | |
parent | 1373688d0347a7159011a730b54a6391d18da3bd [diff] | |
parent | fa4bf6f075e7950679366ac653c4aa469200427f [diff] |
Snap for 6406367 from fa4bf6f075e7950679366ac653c4aa469200427f to rvc-release Change-Id: I5b8bc904808fe48a6dd96ab78ce35553eacfe108
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.