commit | 3dffc5877736c721239123d37103e193b5bfe298 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Wed May 13 07:29:43 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed May 13 07:29:43 2020 +0000 |
tree | ff017a20b5c579be41824c73a62417047bf76cfe | |
parent | 241d8d35ed4eeffb43b7850892add7caf67ad069 [diff] | |
parent | fcd7e8b0eb63647448deea5f0fe07f7ced12f60c [diff] |
Set min_sdk_version to be part of mainline modules am: fcd7e8b0eb Change-Id: Ieb59d1075bc335133cbdacd42ab59c23de1c3a59
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.