commit | 185dd4a5c4d987e773b7ada356123892a189d0d1 | [log] [tgz] |
---|---|---|
author | Bruce Chen <chenbruce@google.com> | Fri Feb 14 10:08:31 2020 +0000 |
committer | Bruce Chen <chenbruce@google.com> | Fri Feb 14 10:08:31 2020 +0000 |
tree | 8103743b0949db01356f44fc5aaae3be83535c8e | |
parent | e588b81517e905edf6733e5576b3469fab2d14b2 [diff] | |
parent | 78a4fb5e61fa78bd4b1c396579f1ee92e4be7209 [diff] |
Merge "DO NOT MERGE - Increase resovler apex minSdkVersion to 29" am: 78a4fb5e61 Change-Id: I54691334d6f6f3fc8f5ac10a5485a8dd0bfd7f4c
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.