commit | 2b93b2f0173df4fc2b8b74d07fb7b933c9824e27 | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Fri Oct 09 18:55:36 2020 +0900 |
committer | Bernie Innocenti <codewiz@google.com> | Fri Oct 09 18:55:36 2020 +0900 |
tree | 80076d2bd0c24d1893c39ab6ed39aacd6b9f4eb7 | |
parent | 439e6b537d4c7606f34f596aceacce8ee7346bc7 [diff] |
Use stable version of the INetdEventListener interface Branches being snapped to release must use stable versions of AIDL interfaces. The Merged-In line is from some random change, and is there just to avoid automerging this change back onto master. Bug: 167653798 Merged-In: I4fe5b027876bcaa0c6ac13382cae51c4caa60732 Change-Id: I8746f1a32ca1ad32fc3596297b2a0a2a2693d2f3
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.