OSDN Git Service

Fix exception spam in ActivityManagerService.
authorTim Murray <timmurray@google.com>
Mon, 8 Aug 2016 03:17:47 +0000 (20:17 -0700)
committerTim Murray <timmurray@google.com>
Wed, 10 Aug 2016 20:13:40 +0000 (13:13 -0700)
commitfeb846c299cba3cb73eb19ecc2d7fb6de9be85d6
treed17948d4bbf254c3f01580cece38141955e901c8
parenta0a718f5db03447dd5e7e660ee57506b907e880d
Fix exception spam in ActivityManagerService.

If a thread that ActivityManagerService should be setting to FIFO dies,
it throws an exception. However, it is expected that threads may
die (due to LMK or app behavior), so we should suppress as much of this
as possible.

bug 30746129

Change-Id: Ief1ab8568fe8b27284ec442570b6a06677998ff1
services/core/java/com/android/server/am/ActivityManagerService.java