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