commit | 102d3d3232501e9381ee89b3ce626bed736e6294 | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Thu Oct 01 14:53:45 2020 +0000 |
committer | Ken Chen <cken@google.com> | Tue Oct 06 13:52:53 2020 +0000 |
tree | 633edffaa4157265c488bac276bffb289b5e5caa | |
parent | ba84a8c3ae69aba69c2c3eb2d299ad9a325fe500 [diff] |
Merge "Add build flag on platform dependent change" am: b6867372f2 am: c9d598f52a am: 4c1af7a77d am: acedd0c458 am: 6a3b9f1191 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1436851 Merged-In: Ib2bcd7dbba85f4d5dd998a9f266743af26fd44b1 (cherry picked from commit be8ada5666f5a1252784afc93ab59514d2da1d4f) Change-Id: I8e6d7fd5245d846c8aae10a33f24fe8e129bd786
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.