commit | 9bdf4dfd3fc45e1d81d36c6b66e3008e5a756a3e | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Fri May 08 08:38:19 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri May 08 08:38:19 2020 +0000 |
tree | 615b9e235bd4028d25c7ba34c31b9d180e2b8f01 | |
parent | a925bb76074182766bd9a1761763d9930fa98f2e [diff] | |
parent | 733ca38080e3376d517696d2a22ec2ee2d5d9f33 [diff] |
Merge "Set min_sdk_version to be part of mainline modules" am: 733ca38080 Change-Id: I1fd1b1246e813730367489830173b731c938f661
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.