commit | d40c0a4e366bfe38bc9308e74fddd99f11b2b017 | [log] [tgz] |
---|---|---|
author | lifr <lifr@google.com> | Thu Apr 02 16:41:55 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 02 16:41:55 2020 +0000 |
tree | cd5e2067004de7b8762dabbdea0cf57aee759960 | |
parent | 52d4f6f5b7bbcd568435c993e483238c51a5e620 [diff] | |
parent | c78c31a8e25459cfa8d5071917545c4f064c3bd8 [diff] |
Add new NetworkType for WIFI+CELLULAR+VPN transport am: c78c31a8e2 Change-Id: If62d7155504baec450c4a18ff23b333ca8cb0ab7
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.