OSDN Git Service

Prevent IPCThreadState::joinThreadPool from spinning on unexpected error
authorJeff Tinker <jtinker@google.com>
Tue, 11 Jun 2013 18:30:21 +0000 (11:30 -0700)
committerJeff Tinker <jtinker@google.com>
Wed, 12 Jun 2013 01:03:01 +0000 (18:03 -0700)
commitef07386e2fca73680214ececc3c9c0ecbb0f6d88
tree3412be488fcd05ff8af86f1e528a6fd9bc36ebc0
parent23dacde4b624921df4f2c9646d20ca7acae357b6
Prevent IPCThreadState::joinThreadPool from spinning on unexpected error

Adds logging to help determine what is happening to the /dev/binder
fd and dump the process state when it happens.

bug: 8912673
Change-Id: I2aa0c66fc499e91e0bf9ee4ae20404bec35adc82
libs/binder/IPCThreadState.cpp