Skip to content

Commit 38a1054

Browse files
Stefan LarssonJohan Redestig
authored andcommitted
Fix hang when error in SIM card communication
When there is a problem communicating with the RIL (e g when the SIM card is not connected) the IccPhoneBookManager hangs. This is corrected. Change-Id: I28cf6cd3b79a29f4784fdef2b5072af5533e53da
1 parent dd1880e commit 38a1054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telephony/java/com/android/internal/telephony/IccPhoneBookInterfaceManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ public void handleMessage(Message msg) {
6262
logd("GET_RECORD_SIZE Size " + recordSize[0] +
6363
" total " + recordSize[1] +
6464
" #record " + recordSize[2]);
65-
mLock.notifyAll();
6665
}
66+
mLock.notifyAll();
6767
}
6868
break;
6969
case EVENT_UPDATE_DONE:

0 commit comments

Comments
 (0)