commit | 779f160d3a922ddffed30ed038c8f393844ef273 | [log] [tgz] |
---|---|---|
author | paulhu <paulhu@google.com> | Tue Nov 17 18:27:00 2020 +0800 |
committer | paulhu <paulhu@google.com> | Wed Jan 13 19:18:18 2021 +0800 |
tree | 44ca4670549e15951c4d83a96550ab04ada0dac9 | |
parent | 2261eccd1433f66ba3e3146a1132ecf6b0d8dfa4 [diff] |
[DRUEL02] Add registerUnsolicitedEventListener test Add test to verify registerUnsolicitedEventListener function. Bug: 173485754 Test: atest resolv_integration_test Change-Id: Idf3beeef76949c59d13ed2ee776c9197fb6a6f43
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.