commit | 144af0356cca3a85f305c7cea1da8a27217f79c5 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Fri Aug 14 23:13:11 2020 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Fri Aug 14 23:25:15 2020 +0900 |
tree | 30aeb088d21bfd9c3e8ed4102b69db52129d4ed7 | |
parent | 957333d2a99861bc9e01a96605a6de1f4ea4cabd [diff] |
Add '-unstable' to solve ODR violation The interface which is imported by an unstable interface is 'unstable' as well. Until now, the ODR violation checker in aidl has omitted an interface imported, but it will be checked, accordingly, fix the current problem Bug: 146436251 Test: m nothing Change-Id: I05c0ca6b545eed3b37f95e4f41502f674ba09242
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.