commit | 00e217f592af0c9fcc67396721eb6230732b7131 | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Tue May 12 05:16:44 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue May 12 05:16:44 2020 +0000 |
tree | 74e5ae09a9d3abc1017aee810e24d9828e5cbca8 | |
parent | bc38990301a436cd31d017863ce967613e1a16b9 [diff] | |
parent | 468ac8ae145658bbe8a49fa64a9fad7c57708edb [diff] |
Remove libutils dependency am: 468ac8ae14 Change-Id: Ibfea23a48296a555cbde752b2234d0d5b87eee24
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.