commit | 82d26f5c7e2b09d840d3c34cccd0b09d2a72afe4 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Thu Sep 05 15:02:34 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Sep 05 15:02:34 2019 -0700 |
tree | 866b5e3f147599c59f7058ddfa1bb95efd5af294 | |
parent | f170d96ed302e9ced8ff9605935c1b16e11f02a3 [diff] | |
parent | 468545415dd3c44059535ab031adf76a29f18043 [diff] |
[automerger skipped] Merge "DO NOT MERGE - Merge Android 10 into master" am: 0a847bb4a8 -s ours am: 468545415d -s ours am skip reason: subject contains skip directive Change-Id: I6a4e1f0062b2235cf2de15b5a8750b59ee382ccb
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.