commit | 9aec897763786db6e8065820de53a6dc273ed719 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Feb 25 07:48:51 2020 +0000 |
committer | Frank Li <lifr@google.com> | Mon Apr 06 11:20:43 2020 +0000 |
tree | 306bebf1ef917cc3ae223e0cca6df9fe67656af2 | |
parent | 65b1e19e1f0d7ddec8a4db25988db6c4ad5fd633 [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 Merged-In: I24ceff6bc95af79d92d3e39695b24d10763cdb4e Change-Id: I318eee0bb7d770b64a0ac8be0774ef780d2fe89e (cherry picked from commit a37fd49ffa5fcb55d8dc2e765047f568bd39258f)
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.