commit | 35e9af03a5f86c041f6dab9281f84f2faefede8f | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Fri Nov 27 18:59:19 2020 +0900 |
committer | Remi NGUYEN VAN <reminv@google.com> | Thu Dec 03 17:20:22 2020 +0900 |
tree | 571fe8050e0dd3d9ab7f32e87d6547928fca7b3d | |
parent | 3334a5e0fc7b049e3e550da97014112f415a0736 [diff] |
Add apex_available to library headers Add apex_available to library headers used by framework JNI code that is in the process of moving to the connectivity (tethering) APEX. Bug: 171540887 Test: m (APEX builds with additional dependencies added) Change-Id: I799768a9da55cbcee52aa41b963dff25d5d2b947
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.