commit | 8a9ae45015a4cabdd56b1160261d4e7cbe551014 | [log] [tgz] |
---|---|---|
author | David Krause <david.krause@motorola.com> | Sun Jun 14 21:05:41 2009 -0500 |
committer | Wink Saville <wink@google.com> | Wed Jun 24 20:53:15 2009 -0700 |
tree | ad6a3cc57f1d140defeedbc1ced57fab5acc9a63 | |
parent | 5f80605a0b866f34c74955e190909bd6ab5d992e [diff] |
Fix intermittent crash related to call waiting Previously, when call waiting is ignored by user or timed out by PhoneApp, the connection object for call waiting does not release the wake lock. It causes the phone process to crash randomly. The fix is to release the wake lock when call waiting is ignored by user or timed out by PhoneApp.