History log of /packages/apps/Nfc/nci/jni/RouteDataSet.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5f28e5ee8f39bd58e182f911ebb50960b2a77830 27-Apr-2017 Joe Onorato <joeo@google.com> Turn off logspam

These logs are the 8th most popular logs when the screen is turned off. And when you actually use
NFC, all other users of logcat are pushed out.

For more information, see https://source.android.com/source/code-style#log-sparingly

Also: Fix coding style. No space after function or macro name.

Bug: 37252687
Test: development/tools/logblame/power_toggle_test
Change-Id: Id7212abeee5ee05a5916dfd8685c90fbe2cca8f5

Turn off logspam

For more information, see https://source.android.com/source/code-style#log-sparingly

Bug: 37252687
Test: development/tools/logblame/app_switch_test
Test: development/tools/logblame/power_toggle_test
/packages/apps/Nfc/nci/jni/RouteDataSet.cpp
c5956ce2009414eef843b413eeb822b529ddb85c 27-Jan-2017 Ruchi Kandoi <kandoiruchi@google.com> Use _OverrideLog.h instead of OverrideLog.h

This is a temporary hack to prevent the ordering. This is needed because
OverrideLog.h needs to be included first and clang-format would change
the order.

Test: compiles
Change-Id: Ide07e814e7e1be8d7d8a89f634d855938ed5adab
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
/packages/apps/Nfc/nci/jni/RouteDataSet.cpp
2dfff7620070cff76fb117aafcd06e57cceb59fb 15-Dec-2016 Ruchi Kandoi <kandoiruchi@google.com> Changes data types to standard type

Data types were changed using platform/system/bt/tools/scripts/change_types.sh:
UINT8->uint8_t
UINT16->uint16_t
UINT32->uint32_t
UINT64->uint64_t
INT8->int8_t
INT16->int16_t
INT32->int32_t
INT64->int64_t

Test: Compiles
Change-Id: I04b6c7b7836145033537aa2af27e18311b3c6d91
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
/packages/apps/Nfc/nci/jni/RouteDataSet.cpp
ed5ec08dfaf4080d69a1a04b00d1e3c54d2d78a6 25-Feb-2016 Aurimas Liutikas <aurimas@google.com> Fix all the warnings in packages/apps/Nfc/nci/jni.

Bug: 26936282
Change-Id: I797b1ee866b3d7fe5ebb025c6256e9c3a838fd95
/packages/apps/Nfc/nci/jni/RouteDataSet.cpp
a8aa07142ea0078d3ae4ae486e094e2f2f4ff732 27-Mar-2013 Evan Chu <evanchu@broadcom.com> Sync up with Broadcom JNI changes.

Patches contributed by Evan Chu<evanchu@broadcom.com>
and Paul Chaisson<pchaisson@broadcom.com>.

Bug: 10360038
Change-Id: I1402191406b08e097680f8c7f587f393f749184e
/packages/apps/Nfc/nci/jni/RouteDataSet.cpp
2534d9a546f24435d9dab8168f9ea5bf8ca1eb9b 18-Dec-2012 Elliott Hughes <enh@google.com> Fix NFC JNI local reference and pin table leaks.

Also turn compiler warnings up and fix the easy ones.

Bug: http://code.google.com/p/android/issues/detail?id=20441
Change-Id: I1043300f344b8296cfbb6bfad17388d5c3b314d1
/packages/apps/Nfc/nci/jni/RouteDataSet.cpp
525c260303268a83da4c3413b953d13c9084e834 14-Dec-2012 The Android Open Source Project <initial-contribution@android.com> Snapshot 1a6bcf3cca90fedfbad33c1cdd6d05af5774fc01

Change-Id: I3ccb25bf7cde2c22f52260cae0e9957517e6bb5f
/packages/apps/Nfc/nci/jni/RouteDataSet.cpp