commit | a366011f601f9b3d8f82728548b65eeda5b291db | [log] [tgz] |
---|---|---|
author | Andreas Schneider <asn@cryptomilk.org> | Mon Feb 06 18:23:19 2017 +0100 |
committer | Andreas Schneider <asn@cryptomilk.org> | Mon Feb 06 18:23:50 2017 +0100 |
tree | 379ecd9f114bd293d0e624f8c56d5b6c49634321 | |
parent | 560e37ac0ac3532cecb0d258763b2277418fed7b [diff] |
libsecril-client: Turn off logging by default Change-Id: I4fabfafbf593c9a08e33698adbe488998c610610
diff --git a/ril/libsecril-client/secril-client.cpp b/ril/libsecril-client/secril-client.cpp index a5dbce5..b14023a 100755 --- a/ril/libsecril-client/secril-client.cpp +++ b/ril/libsecril-client/secril-client.cpp
@@ -7,7 +7,7 @@ */ #define LOG_TAG "RILClient" -#define LOG_NDEBUG 0 +/*#define LOG_NDEBUG 0*/ #include <binder/Parcel.h> #include <telephony/ril.h>