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