commit | 59c69981be8b1c97f16bf0f5f6dbb4c2a59e9c4c | [log] [tgz] |
---|---|---|
author | Frank Li <lifr@google.com> | Wed Apr 08 04:49:27 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Apr 08 04:49:27 2020 +0000 |
tree | 7588e2cc8bf3f9c9b76db889ea44ec425dda1f98 | |
parent | 2b0440bd000997f73ac1f7894f2be27d804897d5 [diff] | |
parent | 080de748ba041fcd37f7372a62490932fa941d8f [diff] |
Merge changes from topic "DNS telemetry-rvc-dev" into rvc-dev * changes: Define rcode=12~15 (UNASSIGNED) in rcode enum type Add new NetworkType for WIFI+CELLULAR+VPN transport ADD new enum NetworkType to identify multiple transport type in stats.proto
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.