commit | c78c31a8e25459cfa8d5071917545c4f064c3bd8 | [log] [tgz] |
---|---|---|
author | lifr <lifr@google.com> | Tue Mar 31 20:18:43 2020 +0800 |
committer | lifr <lifr@google.com> | Tue Mar 31 20:34:54 2020 +0800 |
tree | cd5e2067004de7b8762dabbdea0cf57aee759960 | |
parent | 0403636284fbd2d4c13098c2767e1a27c281d2b5 [diff] |
Add new NetworkType for WIFI+CELLULAR+VPN transport Define NT_WIFI_CELLULAR_VPN in enum NetworkType. =>Indicates this network uses a WIFI+CELLULAR+VPN transport. Bug: 143732914 Test: Manual test with statsd_testdrive Change-Id: I407ac1d0dcaec0aeb6581df614ffd3b0d03385b9
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.