commit | e8850821d938bf398baade8bd136c095c4012b44 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Mar 11 01:35:46 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Mar 11 01:35:46 2021 +0000 |
tree | 2aabffeef0ab988e3e7d052aedb5fef98d274ab0 | |
parent | 3afd0236d94ada46eb38a675cf4558d3602b23ce [diff] | |
parent | 13ce6fbd41b10980a9191643c4e0bf7bd619022f [diff] |
Merge "Declare/Use lateststable/tot wrapper for aidl_interface"
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.