commit | 49295c6efbdbe32e04aa010adefaa86c74ee694c | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Tue Nov 16 21:53:25 2021 -0800 |
committer | Maciej Żenczykowski <maze@google.com> | Tue Nov 16 22:05:50 2021 -0800 |
tree | e17d5dfc9fb50e79fbb7bad9c209866c053e9a90 | |
parent | bc7e7da505052aeb79cfd78d2c465fd0621878d7 [diff] |
switch to using OWNERS from master branch of Connectivity module Test: N/A Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I49bb84ffeb5570bf182ab6126ff496c8b95320e6
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.