fix compile error from merge

This commit is contained in:
Eric House 2016-11-28 20:21:40 -08:00
parent 0237403a26
commit a3bc4f0a75

View file

@ -48,7 +48,7 @@ public class SMSReceiver extends BroadcastReceiver {
byte[] body = sms.getUserData();
SMSService.handleFrom( context, body, phone );
} catch ( NullPointerException npe ) {
DbgUtils.loge( npe );
DbgUtils.logex( npe );
}
}
}