commit | e382e65f201c823d8b7c0299095072ea2d053f52 | [log] [tgz] |
---|---|---|
author | Bruce Chen <chenbruce@google.com> | Thu Apr 09 08:08:43 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 09 08:08:43 2020 +0000 |
tree | 21ee9b29520ec00c4c1e7ebe33ff4a865335e84f | |
parent | 8dd77057c5973ab9fee1e5e803059cf574a8f1f4 [diff] | |
parent | 660c4e54634d3115b409081c77357834424878f6 [diff] |
Add transport types to a given network am: 340bb8d56b am: 660c4e5463 Change-Id: Ie59130ae135023b684341713259bcd9acb121e9c
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.