commit | 5460cd5de0a7993b25f7641221b7f026e9ceefc5 | [log] [tgz] |
---|---|---|
author | Sundong Ahn <sundongahn@google.com> | Fri Nov 15 11:04:30 2019 +0900 |
committer | Sundong Ahn <sundongahn@google.com> | Wed Nov 20 19:15:56 2019 +0900 |
tree | 62ea64f82a6cfdb86d09dae565011981d1fe700a | |
parent | c7320aa3b0de29767db420e3cc09956a605bc8f7 [diff] |
Remove api_dir property The api_dir property is removed, and the api dir path for aidl_interface is fixed to aidl_api/{module_name}. According to this rule, all api dirs are moved to aidl_api/{module_name}. Bug: 113134692 Test: m -j Change-Id: I87ff4b5840e6bacacd76ead90290df2f15b205d5 Merged-In: I87ff4b5840e6bacacd76ead90290df2f15b205d5 (cherry picked from commit a025738f664ca61f782f3176ef7b4cbfd7a5befe)
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.