commit | beeb9420301bdfa5d640d150934764c3f9a07935 | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Thu Jan 09 01:25:51 2020 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jan 09 01:25:51 2020 -0800 |
tree | d995097dd62cac2253ac5607145beb44b7835916 | |
parent | 47ef0f9fdc78fa2581f95bd058512a8f101c3337 [diff] | |
parent | f50e61060b7b850866405242e4916d1d53959db4 [diff] |
Merge "Reduce usage of internal headers in tests" am: f50e61060b Change-Id: I5074d194bb7a9c20d5dad83bd26df002f12e2fc4
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.