commit | e0581b4f1546f5de38a12b18d5a242e227331655 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu May 28 09:42:49 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 28 09:42:49 2020 +0000 |
tree | 1d7bd20c3121b3f5a2f5d3e140f3bcf5c3bdd8f5 | |
parent | aa7f6b47b51c4cbb3a38b9bb7100b1f0a4970e27 [diff] | |
parent | 8ab448ff3d9fc09ff180e7ef98b767dfcb18085d [diff] |
Log UID and PID when fail to send messages to dnsproxyd am: 8ab448ff3d Change-Id: I90348a3682f7c7eef920a5b06ae69550a9078d8f
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.