commit | c7d92d4edc3ba3d809daf18f9b26662ee73484df | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Mon May 25 07:21:00 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon May 25 07:21:00 2020 +0000 |
tree | bb1ad48c8aafbfd60f79b23a429b1e7e74709f75 | |
parent | 474eb97a92fb4cc3df2d2a81b2139007395c378f [diff] | |
parent | ad315c9d74d28390285ff33143ec0ad7d9f8adfb [diff] |
[automerger skipped] Remove markToFwmarkString() am: ad315c9d74 -s ours am skip reason: Change-Id I448c6487e5787c6dd0466ac76c80900ccd3b7249 with SHA-1 17bb79ae1e is in history Change-Id: I40a0b2b1f2adf6fd3241b1abea8e212ba487cb43
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.