commit | be1ec0130ab08284f34edd789f04506c53545c62 | [log] [tgz] |
---|---|---|
author | Bruce Chen <chenbruce@google.com> | Wed Sep 18 19:58:37 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Sep 18 19:58:37 2019 -0700 |
tree | 3bcb05f9a69053cc4d8ff3cd2fe3afba8be57c3a | |
parent | 07da476b4c7ef37cb04f62a1c7776d5dc1503bb0 [diff] | |
parent | 8cf0f508cfbe4443ceb5e9baecc89ebb6c9f80e3 [diff] |
Merge "Resolv: Replace BSD types with regular C99 types" am: a0c6f19b43 am: 8cf0f508cf Change-Id: I2c81f7a8e0f9bd9f25f180e189fdcf55af039ae3
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.