commit | 8b977baec9d8fcfff4756be92fa6c8474ce33313 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Tue Apr 07 04:47:46 2020 +0000 |
committer | Luke Huang <huangluke@google.com> | Thu Apr 09 07:53:38 2020 +0000 |
tree | 67cb542dc5266d8df9a6f8f822e585fd71b3eda1 | |
parent | 340bb8d56be266437225d025d49df1510de8da20 [diff] |
Refine AIDL constant definition for TC_MODE_* Address comments in AIDL API review before AIDL freezing. Bug: 151074535 Bug: 133526962 Test: atest Merged-In: Iaf5e233666b9a05a86d4951a751145a8e94cb94b Change-Id: If6fc352102d3558dbd5daf8807d45d085cbe2505 (cherry picked from commit 41515a9a735e9e303bfde350d35f5b589f1843e9)
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.