commit | 8305a1bc43f9fe3168ff4d944071c464e0f2901b | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sat Mar 07 03:14:34 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sat Mar 07 03:14:34 2020 +0000 |
tree | e850edf6d2c52ca650dabfe11083013808bcda1f | |
parent | 3a19d4cf8290fed48c05894e9e37c89cb3320cd1 [diff] | |
parent | b11bb9a3a5a1b41027f1c6fc4cc5c80e78cc0d13 [diff] |
Snap for 6272866 from b11bb9a3a5a1b41027f1c6fc4cc5c80e78cc0d13 to rvc-release Change-Id: Ic0af217e45a419ab3ecb6cd9b04541231919235f
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.