History log of /system/nfc/src/nfa/dm/nfa_dm_api.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1d06277aa1c2fb28d9e21432b62754dd6ea3a8b8 10-Apr-2018 Love Khanna <love.khanna@nxp.com> NCI2.0 Support for System Code Based Routing registration.

Bug: 69876039
Test: Perform Felica CE with System code FE0F;
Test: NCI ACTION NTF for SCBR expected with route to eSE.
Change-Id: I45b6646e0c7a5324cd540419e06a5d87b0d6c6fc
(cherry picked from commit cd690c689a8124fd3317b025f7732e8ed3f3bf35)
/system/nfc/src/nfa/dm/nfa_dm_api.cc
f68de711cf2a339e789ed56d26cfe87c3969b16c 18-Dec-2017 Jizhou Liao <Jizhou.Liao@nxp.com> Memory leak fix in NFA_SetRfDiscoveryDuration()

Test: compile
Change-Id: Id896d79e09def5c978d1a95548a1fa231510f708
/system/nfc/src/nfa/dm/nfa_dm_api.cc
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/nfa/dm/nfa_dm_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/nfa/dm/nfa_dm_api.cc
6302aad47b96f2d26ea298f48ab7c4cf83ce3678 26-Sep-2017 Ruchi Kandoi <kandoiruchi@google.com> Remove trace level and configurations for each subsystem

For a system like NFC it doesn't make sense to have different
trace/logging granularity for different functions. This patch removes
them.

Test: Boots, NFC Enable/Disable
Change-Id: Ifc8330566b1f46c1db5444318551977a6bd553ab
/system/nfc/src/nfa/dm/nfa_dm_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/nfa/dm/nfa_dm_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/nfa/dm/nfa_dm_api.cc