commit | b61be5447389eb69e6950559aefd6c68eaa76958 | [log] [tgz] |
---|---|---|
author | chenbruce <chenbruce@google.com> | Fri Apr 17 08:24:02 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 17 08:24:02 2020 +0000 |
tree | 9e4f48f1794337dcb0470d9bdfb29945e799783a | |
parent | 837fbc1dea33e3b38293f3b6fdb870fe308ff74b [diff] | |
parent | f6c31356ba815ad262697c9eb8ab65c3d5881944 [diff] |
Add a new NetworkType to resolver am: fa4bf6f075 am: 6fc42bbf9f am: f6c31356ba Change-Id: I8f1126957ae9f142ba9d16e79cebc1386b0fb464
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.