commit | e8fe5a525fa7880e68ec93b6bb9fee475f79e476 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Fri Mar 05 21:18:33 2021 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Fri Mar 05 22:42:52 2021 +0900 |
tree | 6229fc43f65a7624c6f9d46dddfb1c3eae60c031 | |
parent | 8a6fd56ae786a7ab9206b30ae1384a12e7e2b9ad [diff] |
Declare/Use lateststable/tot wrapper for aidl_interface Test: m Bug: 150578172 Ignore-AOSP-First: aidl version mismatch Change-Id: If9041a8a5e06afb528cdcc7d6ecd9a65082fc7d1
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.