commit | 3bf73d846b1bcc7beb6e3719168836b847cec12c | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Wed Jan 13 12:34:47 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Jan 13 12:34:47 2021 +0000 |
tree | eec8b2408c70b36d6fcc121ba39dbac1852759c6 | |
parent | 76d78a6468e700a7ad819561e402defee3402335 [diff] | |
parent | 33634a02f5d6fa37f67a017beafafdda790e6639 [diff] |
Merge "Do not install tethering in TEST_MAPPING"
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.