commit | 5afbbb2d76277af9b6e833572fd48971e49a2a41 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu May 28 09:42:50 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 28 09:42:50 2020 +0000 |
tree | 0a9f8eaf0472ab3c796dc8de321ae01f9fb26579 | |
parent | 6a71a76c1c5dddeede6e729c9f9d79faa2a2cfe2 [diff] | |
parent | 8ab448ff3d9fc09ff180e7ef98b767dfcb18085d [diff] |
[automerger skipped] Log UID and PID when fail to send messages to dnsproxyd am: 8ab448ff3d -s ours am skip reason: Change-Id Ideda1115bb29cc5efc7cc6234746c4023570b646 with SHA-1 c6393078da is in history Change-Id: I0cd80095643e608d0b4eec4a0118601fd5ac5705
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.