commit | 439e6b537d4c7606f34f596aceacce8ee7346bc7 | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Fri Oct 09 17:44:27 2020 +0900 |
committer | Bernie Innocenti <codewiz@google.com> | Fri Oct 09 17:44:27 2020 +0900 |
tree | 1d91357ef5774962522dbc25f837344c03788afe | |
parent | 102d3d3232501e9381ee89b3ce626bed736e6294 [diff] | |
parent | 16148eb60d93abd247a19275094983bdc9323747 [diff] |
Merge remote-tracking branch 'rvc-dev-plus-aosp' into 'mainline-prod' Change-Id: I7039a6ec870a75335f81305755e7368a0f386ba4
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.