Loading src/java/com/android/internal/telephony/RIL.java +31 −14 Original line number Diff line number Diff line Loading @@ -54,6 +54,7 @@ import android.hardware.radio.V1_0.SmsWriteArgs; import android.hardware.radio.V1_0.UusInfo; import android.net.ConnectivityManager; import android.os.AsyncResult; import android.os.Build; import android.os.Handler; import android.os.HwBinder; import android.os.Message; Loading Loading @@ -1170,12 +1171,16 @@ public class RIL extends BaseCommands implements CommandsInterface { mRILDefaultWorkSource); if (RILJ_LOGD) { if (Build.IS_DEBUGGABLE) { riljLog(rr.serialString() + "> iccIO: " + requestToString(rr.mRequest) + " command = 0x" + Integer.toHexString(command) + " fileId = 0x" + Integer.toHexString(fileId) + " path = " + path + " p1 = " + p1 + " p2 = " + p2 + " p3 = " + " data = " + data + " aid = " + aid); } else { riljLog(rr.serialString() + "> iccIO: " + requestToString(rr.mRequest)); } } IccIo iccIo = new IccIo(); Loading Loading @@ -2972,9 +2977,13 @@ public class RIL extends BaseCommands implements CommandsInterface { mRILDefaultWorkSource); if (RILJ_LOGD) { if (Build.IS_DEBUGGABLE) { riljLog(rr.serialString() + "> " + requestToString(rr.mRequest) + " cla = " + cla + " instruction = " + instruction + " p1 = " + p1 + " p2 = " + " p3 = " + p3 + " data = " + data); } else { riljLog(rr.serialString() + "> " + requestToString(rr.mRequest)); } } SimApdu msg = createSimApdu(0, cla, instruction, p1, p2, p3, data); Loading @@ -2994,8 +3003,12 @@ public class RIL extends BaseCommands implements CommandsInterface { mRILDefaultWorkSource); if (RILJ_LOGD) { if (Build.IS_DEBUGGABLE) { riljLog(rr.serialString() + "> " + requestToString(rr.mRequest) + " aid = " + aid + " p2 = " + p2); } else { riljLog(rr.serialString() + "> " + requestToString(rr.mRequest)); } } try { Loading Loading @@ -3041,9 +3054,13 @@ public class RIL extends BaseCommands implements CommandsInterface { mRILDefaultWorkSource); if (RILJ_LOGD) { if (Build.IS_DEBUGGABLE) { riljLog(rr.serialString() + "> " + requestToString(rr.mRequest) + " channel = " + channel + " cla = " + cla + " instruction = " + instruction + " p1 = " + p1 + " p2 = " + " p3 = " + p3 + " data = " + data); } else { riljLog(rr.serialString() + "> " + requestToString(rr.mRequest)); } } SimApdu msg = createSimApdu(channel, cla, instruction, p1, p2, p3, data); Loading Loading
src/java/com/android/internal/telephony/RIL.java +31 −14 Original line number Diff line number Diff line Loading @@ -54,6 +54,7 @@ import android.hardware.radio.V1_0.SmsWriteArgs; import android.hardware.radio.V1_0.UusInfo; import android.net.ConnectivityManager; import android.os.AsyncResult; import android.os.Build; import android.os.Handler; import android.os.HwBinder; import android.os.Message; Loading Loading @@ -1170,12 +1171,16 @@ public class RIL extends BaseCommands implements CommandsInterface { mRILDefaultWorkSource); if (RILJ_LOGD) { if (Build.IS_DEBUGGABLE) { riljLog(rr.serialString() + "> iccIO: " + requestToString(rr.mRequest) + " command = 0x" + Integer.toHexString(command) + " fileId = 0x" + Integer.toHexString(fileId) + " path = " + path + " p1 = " + p1 + " p2 = " + p2 + " p3 = " + " data = " + data + " aid = " + aid); } else { riljLog(rr.serialString() + "> iccIO: " + requestToString(rr.mRequest)); } } IccIo iccIo = new IccIo(); Loading Loading @@ -2972,9 +2977,13 @@ public class RIL extends BaseCommands implements CommandsInterface { mRILDefaultWorkSource); if (RILJ_LOGD) { if (Build.IS_DEBUGGABLE) { riljLog(rr.serialString() + "> " + requestToString(rr.mRequest) + " cla = " + cla + " instruction = " + instruction + " p1 = " + p1 + " p2 = " + " p3 = " + p3 + " data = " + data); } else { riljLog(rr.serialString() + "> " + requestToString(rr.mRequest)); } } SimApdu msg = createSimApdu(0, cla, instruction, p1, p2, p3, data); Loading @@ -2994,8 +3003,12 @@ public class RIL extends BaseCommands implements CommandsInterface { mRILDefaultWorkSource); if (RILJ_LOGD) { if (Build.IS_DEBUGGABLE) { riljLog(rr.serialString() + "> " + requestToString(rr.mRequest) + " aid = " + aid + " p2 = " + p2); } else { riljLog(rr.serialString() + "> " + requestToString(rr.mRequest)); } } try { Loading Loading @@ -3041,9 +3054,13 @@ public class RIL extends BaseCommands implements CommandsInterface { mRILDefaultWorkSource); if (RILJ_LOGD) { if (Build.IS_DEBUGGABLE) { riljLog(rr.serialString() + "> " + requestToString(rr.mRequest) + " channel = " + channel + " cla = " + cla + " instruction = " + instruction + " p1 = " + p1 + " p2 = " + " p3 = " + p3 + " data = " + data); } else { riljLog(rr.serialString() + "> " + requestToString(rr.mRequest)); } } SimApdu msg = createSimApdu(channel, cla, instruction, p1, p2, p3, data); Loading