Removal of dead code and adding log messages to make it easier
authorNanik Tolaram <nanikjava@gmail.com>
Tue, 3 Feb 2015 01:50:04 +0000 (12:50 +1100)
committerEthan Chen <intervigil@gmail.com>
Mon, 19 Oct 2015 19:16:41 +0000 (12:16 -0700)
commit6187ef8378fcc69a6bff22eb72eb4b93cac4d868
treea4bce4b2f313f6706e2443bc4f90216fbb9a848a
parent4c4ae39dece89336f82c9467094c55816beb0bac
Removal of dead code and adding log messages to make it easier
for debugging

- Add more logging using ALOGD(..) for function dispatchSmsWrite,
dispatchDial, dispatchSIM_IO, dispatchSIM_APDU, dispatchCallForward,
dispatchRaw and dispatchCdmaSmsAck. To make it easier for debugging.

- Remove commented log message inside wakeTimeoutCallback () function
and remove the else clause as it's dead not used for anything.

- Modify log message inside removeFromList and removeWatch using +
and - to make it consistent with the other log message.

Change-Id: Ife0212e6a4724d8b06a1dd767484bfdf98b8e1a6
Signed-off-by: Nanik Tolaram <nanikjava@gmail.com>
ril/libril/ril.cpp
ril/libril/ril_event.cpp