commit | 3d16baf2419a9028e617e4e79ad6dd5433919c23 | [log] [tgz] |
---|---|---|
author | lifr <lifr@google.com> | Thu Apr 02 20:19:43 2020 +0000 |
committer | Frank Li <lifr@google.com> | Mon Apr 06 11:37:21 2020 +0000 |
tree | 6b51f19943712f7287cf2a8e2bad73b1f2b84c91 | |
parent | 9aec897763786db6e8065820de53a6dc273ed719 [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 Merged-In: I407ac1d0dcaec0aeb6581df614ffd3b0d03385b9 Change-Id: Ia2e36fcfdf227f535314809a38bd117b988bd679 (cherry picked from commit 8ea9b26335bf2dd472650b2b00687b6a8f15c3f7)
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.