commit | 9af2c7e7dd010a2789d34af82496aec624ef3e6c | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Tue Oct 15 17:06:40 2019 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Tue Oct 29 16:02:34 2019 +0900 |
tree | cc6920f282a556e40ff51fb412512605a4e6435a | |
parent | 4694edc90d497b069619664fcd5cc41fe6a9f1c1 [diff] |
Change AIDL module name Naming rule for aidl module is changed to make using unstable AIDL module more explicit So, to use unstable version AIDL module, use "-unstable" suffix version And also, module name without any suffix means latest frozen version. But wrt modules for C++ and NDK, module name with latest frozen version is not available for now. In b/139280289, more background is explained Test: m Bug: 139280289 Change-Id: I13aeac8751e3c9b6791f60f0bf8ea8f5cd44032e Merged-In: I13aeac8751e3c9b6791f60f0bf8ea8f5cd44032e
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.