commit | e588b81517e905edf6733e5576b3469fab2d14b2 | [log] [tgz] |
---|---|---|
author | chenbruce <chenbruce@google.com> | Fri Feb 14 10:08:29 2020 +0000 |
committer | chenbruce <chenbruce@google.com> | Fri Feb 14 10:08:29 2020 +0000 |
tree | 8103743b0949db01356f44fc5aaae3be83535c8e | |
parent | 33c3afb96d09dddcab20960e5c08d4c51ab7bf29 [diff] | |
parent | b420ba705b2feed49bbcdbbb0933c4a0bb633481 [diff] |
DO NOT MERGE - Increase resovler apex minSdkVersion to 29 am: b420ba705b Change-Id: I8e8394a8baa997b0c8e2c331a09925c4648c73da
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.