commit | 1f73357349c5e04673d87205efe3abfb4bdbe6d6 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri Apr 10 11:41:25 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 10 11:41:25 2020 +0000 |
tree | 67cb542dc5266d8df9a6f8f822e585fd71b3eda1 | |
parent | 660c4e54634d3115b409081c77357834424878f6 [diff] | |
parent | 8b977baec9d8fcfff4756be92fa6c8474ce33313 [diff] |
Refine AIDL constant definition for TC_MODE_* am: 8b977baec9 Change-Id: I8abab237aff995b640622de46ce6a10cd60b92b2
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.