commit | ee10ee583d06cf01d8a0cf3d202d3be68aa8cf40 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sat Mar 14 02:09:52 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sat Mar 14 02:09:52 2020 +0000 |
tree | 77c239031617eed0028e99749db3f9ffdd1bc7ae | |
parent | 55e4f2c97e767cb2e516b9975b0109646392ef58 [diff] | |
parent | ea27109c5543d9590a5d648917d20520b0fe4bd6 [diff] |
Snap for 6294963 from ea27109c5543d9590a5d648917d20520b0fe4bd6 to rvc-release Change-Id: I3a677b16d6e022dba8075923093839582b358c96
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.