commit | f8f98958de84b7835c8c4293a8180d5246af2889 | [log] [tgz] |
---|---|---|
author | Paul Trautrim <paultrautrim@google.com> | Thu Feb 27 13:19:21 2020 +0900 |
committer | Paul Trautrim <paultrautrim@google.com> | Tue Mar 17 17:27:46 2020 +0900 |
tree | 7650a9ac4a53bd19aa9b04a2373e6af5fbe522b4 | |
parent | 9fa0ab99b2ddf4f36f9fe17d88a590c6b43c06dd [diff] |
Add hashes for AIDL APIs All frozen AIDL APIs are required to have a hash, and these are checked for accuracy at build time. This ensures that these interfaces aren't changed, since we are relying on their stability over time. Bug: 148434609 Bug: 150154330 Bug: 149952131 Test: m Change-Id: I7ed581a6f673dc25210fd6a0628a712dbe1ab944
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.