commit | 98d1139721bbf757be097878335a4eed375be4c3 | [log] [tgz] |
---|---|---|
author | Mohammad Islam <samiul@google.com> | Fri Jun 25 17:42:46 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jun 25 17:42:46 2021 +0000 |
tree | a88287cacb091ecde8b5400065f7d36706eb62dd | |
parent | 36f9aaf36fbf642e5d36e93a32bad46658543025 [diff] | |
parent | c43476142defe000ea6a1f48af2c919605d57d05 [diff] |
Merge "Mark DnsResolver apex as compressible" am: c43476142d Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1746474 Change-Id: Ic0322b0b73678db8d61ef83c5c25d70d78ba5c97
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.