commit | 1fea18cabdb02adbddafa766617a8320512cdf74 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Fri Dec 06 10:59:17 2019 +0800 |
committer | Mike Yu <yumike@google.com> | Thu Jan 02 02:43:42 2020 +0000 |
tree | 40e40cd5e94f9a34d130c8b29a93baee55a15d56 | |
parent | b9da5e9a8c17c3ca2af6c0c941200abbe29be0f5 [diff] |
Change getConnectCounter to return int This is a follow up change to fix the nit in aosp/1172824 Fix: 144881031 Test: resolv_unit_test Change-Id: I422cef67500c4deed76fe55a154fe270790b505d
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.