OSDN Git Service

Catch exceptions thrown by pending activity launches.
authorRobert Carr <racarr@google.com>
Tue, 20 Oct 2015 21:44:45 +0000 (14:44 -0700)
committerRob Carr <racarr@google.com>
Tue, 20 Oct 2015 21:51:26 +0000 (21:51 +0000)
commitf1ddb5e090d553bf6ddc50a35b455fade3e905b4
tree7e62ff79c16c66ebfe3fb70f4510597f88883859
parent482349364715dfcd87dc83e0913fc60dc6df0497
Catch exceptions thrown by pending activity launches.

When we perform pendign activity launches from the handler
thread (as opposed to the a client binder thread), we must
take care exceptions from such will not bring the system
server down.

Bug: 24983901
Change-Id: I0e75f6b51bf6172a8e1b9cccc5fffb9d50c63e30
services/core/java/com/android/server/am/ActivityStackSupervisor.java