commit | c51f1219624cb7a326b97d088e8e38f456641e54 | [log] [tgz] |
---|---|---|
author | chenbruce <chenbruce@google.com> | Thu Sep 12 16:59:33 2019 +0800 |
committer | chenbruce <chenbruce@google.com> | Wed Sep 18 17:50:42 2019 +0800 |
tree | 0284b16c214c3f4b2943cfde7250a5937bf59fa7 | |
parent | f1e707cf47f9dc2edc98f7e57460eefde4922a5f [diff] |
Resolv: Replace BSD types with regular C99 types Replace BSD types (u_long, u_int, u_char) with regular C99 types Bug: 140910031 Test: built, flashed, booted Test: atest Change-Id: I88829906f8e5be89ef3d5b222ebd4e4091a41b57
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.