commit | 042b066bcb5c8590cd9c6a439ef73f2e1d41a69c | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Tue May 26 01:03:46 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Tue May 26 01:03:46 2020 +0000 |
tree | 8a16b824bfcecefceb48e78169460f74574e97f5 | |
parent | fdb52cbdfd302bd5e42e77f06565cfb140947209 [diff] | |
parent | d5389f155cb30ec5f8fd217cdaa607b14d4682f3 [diff] |
Snap for 6525849 from d5389f155cb30ec5f8fd217cdaa607b14d4682f3 to rvc-release Change-Id: Ic93b46b3a6ff619e1d383e061f33c48cb9975823
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.