am e7486695: Merge "Add missing logging for SET_TTY_MODE and QUERY_TTY_MODE"
Merge commit 'e7486695ced2dd135f6e2223b582adde4155b917' into gingerbread-plus-aosp * commit 'e7486695ced2dd135f6e2223b582adde4155b917': Add missing logging for SET_TTY_MODE and QUERY_TTY_MODE
This commit is contained in:
committed by
Android Git Automerger
commit
1cb7b2e961
@@ -3406,6 +3406,8 @@ public final class RIL extends BaseCommands implements CommandsInterface {
|
||||
RILRequest rr = RILRequest.obtain(
|
||||
RILConstants.RIL_REQUEST_QUERY_TTY_MODE, response);
|
||||
|
||||
if (RILJ_LOGD) riljLog(rr.serialString() + "> " + requestToString(rr.mRequest));
|
||||
|
||||
send(rr);
|
||||
}
|
||||
|
||||
@@ -3419,6 +3421,9 @@ public final class RIL extends BaseCommands implements CommandsInterface {
|
||||
rr.mp.writeInt(1);
|
||||
rr.mp.writeInt(ttyMode);
|
||||
|
||||
if (RILJ_LOGD) riljLog(rr.serialString() + "> " + requestToString(rr.mRequest)
|
||||
+ " : " + ttyMode);
|
||||
|
||||
send(rr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user