Reduced the radio log

Reduced the radio log by moving some to VDBG or merging few lines
into one.

bug: 25956251
Change-Id: I290d894e95c9fdd664db35fd0cee3536c37dbd20
This commit is contained in:
Jack Yu
2015-12-30 12:06:01 -08:00
parent 8c79fe5dc4
commit d2cf0ce9c1

View File

@@ -1207,7 +1207,7 @@ public class SubscriptionManager {
} }
} catch (RemoteException ex) { } catch (RemoteException ex) {
} }
logd("getSimStateForSubscriber: simState=" + simState + " slotIdx=" + slotIdx);
return simState; return simState;
} }