commit | 0d05fb8fdcb18c13c977174eadea8d5b8cf7a00e | [log] [tgz] |
---|---|---|
author | chenbruce <chenbruce@google.com> | Fri Apr 17 03:13:37 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 17 03:13:37 2020 +0000 |
tree | 2f5eddc801486d21efab10e022c8e7981f6bc073 | |
parent | e208b866b27ef7cfa57b92e73b98661e29a45579 [diff] | |
parent | 44e38183a74427cebf22a6391e3b004e371b401a [diff] |
Add a new NetworkType to resolver am: 44e38183a7 Change-Id: I006a21d8d2b9a3d8446d5fc1030f1a0399449c73
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.