Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cff51bdc authored by Mike Lockwood's avatar Mike Lockwood
Browse files

Fix logging in GATT JNI code

Change-Id: I80057b4e4b1572daf745f53c3c47de21ac824076
parent 442c9e8f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,9 +15,9 @@
 */


#define ALOG_TAG "BtGatt.JNI"
#define LOG_TAG "BtGatt.JNI"

#define ALOG_NDEBUG 0
#define LOG_NDEBUG 0

#define CHECK_CALLBACK_ENV                                                      \
   if (!checkCallbackThread()) {                                                \