commit | 1dd5147bd90a6cdf7d422d08fd7443b44553c98c | [log] [tgz] |
---|---|---|
author | Paul Trautrim <paultrautrim@google.com> | Thu Feb 27 13:19:21 2020 +0900 |
committer | Paul Trautrim <paultrautrim@google.com> | Wed Mar 18 16:54:34 2020 +0900 |
tree | 9f1c2297951634f3b40008f35e1bf70c89403634 | |
parent | d5fb122bcd3093700bbf76b693d95f917c3d71fb [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 Merged-In: I7ed581a6f673dc25210fd6a0628a712dbe1ab944 Change-Id: I6cceb5b400b3fec0d4672488b1d831569768405d
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.