History log of /system/nfc/src/nfc/llcp/llcp_api.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8a4edf623d58153f34cac27a77bb4f3bbb593a43 20-Nov-2017 Andre Eisenbach <eisenbach@google.com> Delete OverrideLog and cleanup includes (1/2)

Test: manual; unit tests
Change-Id: Ife876333f320df1c5d7ea1b91e694928fe68b2bc
/system/nfc/src/nfc/llcp/llcp_api.cc
9343bf46e1ffabdd10973a3b71baa503567e319d 13-Oct-2017 Ruchi Kandoi <kandoiruchi@google.com> Remove unused import statements

Test: Boots, NFC enable/disable
Change-Id: Ibb2c36b2e0a2f110b727c09615b52374a2e24212
/system/nfc/src/nfc/llcp/llcp_api.cc
6767aec6e61ac10feb07bd27f9e1247076b32050 26-Sep-2017 Ruchi Kandoi <kandoiruchi@google.com> Replace error and tracing logs with standard log messages

ERROR logs are replaced by LOG(ERROR)
WARNING logs are replaced by LOG(WARNING)
DEBUG, TRACE and EVENT logs are replaced with DLOG_IF()
These debug logs are compiled in only for debug builds and swapped out
for release builds.

appl_trace_level is replaced by a boolean nfc_debug_enabled.

BT_TRACE_PROTOCOL and BT_TRACE_VERBOSE are not needed since we have
moved to debug mode logging only, which keeps the binary size small for
non-debug builds.

Test: NFC enable/disable, NFC Tag reading
Change-Id: I3aa4dc52dea6a850f21eb4d1d57040b2ab67d6f1
/system/nfc/src/nfc/llcp/llcp_api.cc
7dab0e579144a72612d29a4b1548e4d60a7d0ebd 03-Aug-2017 Ruchi Kandoi <kandoiruchi@google.com> Convert files from C to C++

Removes compile time errors and warning as well.

Test: boots and NFC tag reading
Change-Id: I7e6540d607865b405cd18b8c23b2b390af59269f
/system/nfc/src/nfc/llcp/llcp_api.cc