History log of /system/nfc/src/include/nfc_hal_int.h
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/include/nfc_hal_int.h
9ba6d2423a011e341d94dfade2fcfb107483d4c6 14-Oct-2017 Ruchi Kandoi <kandoiruchi@google.com> Remove unused parameters, unused variables, unused functions

Removes warnings after enabling -Wall and -Werror

Test: Boots, NFC Enable/Disable
Change-Id: Ic939464e74792f09886caded9afa2fa5aafaf9f0
/system/nfc/src/include/nfc_hal_int.h
2eba59f3f0639fbf6a2be8cc54167e9ffd5d8536 24-Oct-2017 Ruchi Kandoi <kandoiruchi@google.com> Remove unused global declaration

Test: Tag reading, HCE
Change-Id: I89962090c03a2c373f9bdadf4785320d1f30908a
/system/nfc/src/include/nfc_hal_int.h
561d1d71ebebb36743b793e99dbdaf7d52993f42 13-Oct-2017 Ruchi Kandoi <kandoiruchi@google.com> Remove unused macros

Test: boots, NFC enable/disable
Change-Id: I18fe458d016856fd1d883b6fd927d81edb7efa14
/system/nfc/src/include/nfc_hal_int.h
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/include/nfc_hal_int.h
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/include/nfc_hal_int.h
7e16563ba20c63ec431301e77405fe29791f2486 04-Aug-2017 Ruchi Kandoi <kandoiruchi@google.com> Flatten include directory structure

Test: compiles
Change-Id: If26cf3ff39e06478d7621c23ff3472bd280e5fe2
/system/nfc/src/include/nfc_hal_int.h