commit | 9fa0ab99b2ddf4f36f9fe17d88a590c6b43c06dd | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Thu Mar 12 18:22:33 2020 +0900 |
committer | Jooyung Han <jooyung@google.com> | Fri Mar 13 16:56:50 2020 +0900 |
tree | 5b12b272eba7e38f477eb8590ff1548f8f4c9970 | |
parent | f6d037e29761e8f13ae0ab092ceb6d2c249f5a29 [diff] |
Deprecate legacy_android10_support min_sdk_version: 29 implies that the module should support Android10. Bug: 150431944 Test: m Change-Id: I5b4108027869152eab783de3c1ddd50b65134423
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.