commit | 81f081cfb950be40abf6b2a8106b259a8920fb9d | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri Aug 06 17:57:29 2021 +0800 |
committer | Lorenzo Colitti <lorenzo@google.com> | Fri Aug 06 22:21:08 2021 +0900 |
tree | 8fb5e18e2d7f033bd2eaee31c1e761e339bf23f9 | |
parent | 6788bee16f30e8fc83078597ac34c67b9098602f [diff] |
Freeze DnsResolver AIDL interfaces to v9. Test: m Bug: 194048056 Change-Id: Icd08411d99fd41722967dcfb5b6820f7f84de0db Merged-In: Icd08411d99fd41722967dcfb5b6820f7f84de0db
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.