commit | 084ba41560fca7b9c336c0d23a9b23179526d73c | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Wed Jan 01 23:01:50 2020 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jan 01 23:01:50 2020 -0800 |
tree | 40e40cd5e94f9a34d130c8b29a93baee55a15d56 | |
parent | 9f196fe32ff55a5951ee334be68ced8b26262f58 [diff] | |
parent | 1fea18cabdb02adbddafa766617a8320512cdf74 [diff] |
Change getConnectCounter to return int am: 1fea18cabd Change-Id: Ifdbd38565481e6eafb07c1dfbd88f3447df7bf9e
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.