commit | e38064bfa4596d17b68731206ff3388f894669b9 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jan 24 03:19:38 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jan 24 03:19:38 2020 +0000 |
tree | be25c3de00a7a25f57ef8e2ec17326a974077317 | |
parent | dad7ba81e7ed6b54cd16062a13682f2496e96a60 [diff] | |
parent | 766fdd39b08304294a0cb64bb5d46f9e9e5cd030 [diff] |
Delete dead code in res_comp.cpp and misc cleanups am: 10a902831e am: eb82a29bb2 am: 766fdd39b0 Change-Id: I9279f78a41f57c7b632c36a5abf44e721b757889
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.