commit | c6615600d04ac25c7e958478f3f5d52fa94d4e6b | [log] [tgz] |
---|---|---|
author | lucaslin <lucaslin@google.com> | Thu Mar 25 16:27:02 2021 +0800 |
committer | Lucas Lin <lucaslin@google.com> | Thu Mar 25 08:49:12 2021 +0000 |
tree | 311d06b3c313b0a84897f1c991662dc58d0a451f | |
parent | 5b7787ece4db431035da8808a71349f9c97f50f2 [diff] |
Declare do not generate license for dnsresolver_aidl_interface Test: m Change-Id: I89ed0c481a0de39e9c48f909d4b121acb735a404
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.