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