commit | d6499dc69fd54d3ec735e267410f832c302acc97 | [log] [tgz] |
---|---|---|
author | Vairavan Srinivasan <vairav@codeaurora.org> | Thu Oct 07 15:12:53 2010 -0700 |
committer | Jean-Baptiste Queru <jbq@google.com> | Mon Oct 11 11:22:57 2010 -0700 |
tree | b0e004b5fd293fbda4a49d518b95b13bdbd98d27 | |
parent | e3cfd35bf4d430e56456818bf8c84ef4c2c0dfde [diff] |
frameworks/base: Handle null from topRunningNonDelayedActivityLocked startActivityUncheckedLocked tries to move the target task to front when it is not at front. topRunningNonDelayedActivityLocked is used to find the current task, however null value isn't handled. This null causes an unhandled exception leading to the android framework reboot. Change-Id: I2a43cda50483e28a4456846d8b3ccb30d7cf110e