commit | 618aeaef5e60b9d640b2c3bcdd0435d8b17edf2d | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Thu Sep 05 15:35:19 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Sep 05 15:35:19 2019 -0700 |
tree | 866b5e3f147599c59f7058ddfa1bb95efd5af294 | |
parent | b665a6c9e13c1ab62ccad7b005a4e0cbeb47c5f5 [diff] | |
parent | fee271fadd191b52104646c1f82bbc1a10b099c3 [diff] |
[automerger skipped] Merge "DO NOT MERGE - Merge Android 10 into master" am: 0a847bb4a8 -s ours am: 468545415d -s ours am: 82d26f5c7e am: fee271fadd Change-Id: I133be46274240d85a10f115b6a43bfd5a8f2f80e
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.