commit | 2147a9c7fc2c856a7a1218fd9e8f4f050e216098 | [log] [tgz] |
---|---|---|
author | Nucca Chen <nuccachen@google.com> | Thu Oct 31 21:44:06 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 31 21:44:06 2019 -0700 |
tree | ca2688328bf62a075a9562d1ed752d74bffb85c6 | |
parent | b5c224117558c29e9d3ad6e190479bb63a5a5b68 [diff] | |
parent | 90d4e68d8da0b7a0fef4edca93cdd12bdda0dbc9 [diff] |
Merge changes from topic "resolv_gold_test" am: 90d4e68d8d Change-Id: Id70ed3094f48ff59a4f741c8431b1173acf77c9c
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.