commit | 4089f1fd67aa79c07783d2d2b4e338ecabc8490e | [log] [tgz] |
---|---|---|
author | lifr <lifr@google.com> | Tue Feb 18 17:35:29 2020 +0800 |
committer | lifr <lifr@google.com> | Thu Feb 20 10:02:10 2020 +0800 |
tree | aa270bd4b8d2eb5d80d1acde026b236bec203544 | |
parent | 731dc404a45c92211c926f3e4dff1fdd06603342 [diff] |
ADD new enum NetworkType to identify multiple transport type in stats.proto Add new NetworkType for multiple transport 1. CELLULAR + VPN = NT_CELLULAR_VPN 2. WIFI + VPN = NT_WIFI_VPN 3. BLUETOOTH + VPN = NT_BLUETOOTH_VPN 4. Ethernet + VPN = NT_ETHERNET_VPN Bug: 143732914 Test: atest Change-Id: I24ceff6bc95af79d92d3e39695b24d10763cdb4e
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.