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