commit | f327e9da903d13dd0a986a7e052a2b2176fb563d | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Thu Mar 12 18:22:33 2020 +0900 |
committer | Jooyung Han <jooyung@google.com> | Mon Mar 16 10:58:36 2020 +0000 |
tree | 379ab8eed5df909a1fcc74bf0ce30fc3c0c9731a | |
parent | ea27109c5543d9590a5d648917d20520b0fe4bd6 [diff] |
Deprecate legacy_android10_support min_sdk_version: 29 implies that the module should support Android10. Bug: 150431944 Test: m Merged-In: I5b4108027869152eab783de3c1ddd50b65134423 Change-Id: I5b4108027869152eab783de3c1ddd50b65134423 (cherry picked from commit 9fa0ab99b2ddf4f36f9fe17d88a590c6b43c06dd) Exempt-From-Owner-Approval: cp from aosp
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.