commit | fe7e8894fa42456003dd84cb403a23515c811f64 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Mon Nov 18 01:06:28 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Nov 18 01:06:28 2019 -0800 |
tree | 1a9cc3a00849a70c9c818067b528b98696bf1618 | |
parent | 9a0d7f6b4b2271849642fab84200f73783ea13de [diff] | |
parent | 2934ebbb18d5238f6663bff52fca4ea74d70f1c1 [diff] |
Merge "Freeze DnsResolver AIDLs to v3" am: 2934ebbb18 Change-Id: I541f6d2d7e4b5c5c8d3fdcfc4e02916886837e9f
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.