summaryrefslogtreecommitdiffstats
path: root/ril/xmm6260/libril/ril_event.cpp
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2013-07-27 09:02:14 +0200
committercodeworkx <codeworkx@cyanogenmod.org>2013-07-27 22:18:51 +0200
commitafc051f81a2392ecfc053291c19fe3feb1db77d9 (patch)
treee59071ef34c8d21a647cd5e4ba0483172e2c6a24 /ril/xmm6260/libril/ril_event.cpp
parent81366768f2d21bda39beb891800b16e739a0e4a0 (diff)
downloadandroid_hardware_samsung-afc051f81a2392ecfc053291c19fe3feb1db77d9.tar.gz
android_hardware_samsung-afc051f81a2392ecfc053291c19fe3feb1db77d9.tar.bz2
android_hardware_samsung-afc051f81a2392ecfc053291c19fe3feb1db77d9.zip
samsung: update libril for xmm6260
Change-Id: Ib5e68bd53fdf5d3db29ce09a975198320337cc52
Diffstat (limited to 'ril/xmm6260/libril/ril_event.cpp')
-rw-r--r--ril/xmm6260/libril/ril_event.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/ril/xmm6260/libril/ril_event.cpp b/ril/xmm6260/libril/ril_event.cpp
index b916919..9d2954e 100644
--- a/ril/xmm6260/libril/ril_event.cpp
+++ b/ril/xmm6260/libril/ril_event.cpp
@@ -75,7 +75,7 @@ static struct ril_event pending_list;
#define DEBUG 0
#if DEBUG
-#define dlog(x...) ALOGD( x )
+#define dlog(x...) RLOGD( x )
static void dump_event(struct ril_event * ev)
{
dlog("~~~~ Event %x ~~~~", (unsigned int)ev);
@@ -350,6 +350,7 @@ void ril_event_loop()
struct timeval tv;
struct timeval * ptv;
+
for (;;) {
// make local copy of read fd_set
@@ -369,7 +370,7 @@ void ril_event_loop()
if (n < 0) {
if (errno == EINTR) continue;
- ALOGE("ril_event: select error (%d)", errno);
+ RLOGE("ril_event: select error (%d)", errno);
// bail?
return;
}