OSDN Git Service

Log when binder thread pool is starved
authorColin Cross <ccross@android.com>
Fri, 15 Apr 2016 21:29:55 +0000 (14:29 -0700)
committerColin Cross <ccross@android.com>
Fri, 15 Apr 2016 21:29:55 +0000 (14:29 -0700)
commit96e8322f4d11af8538d6d0db5f1a11338b8aee9d
tree461acff6624b23b44433fe4033c5d26e40af4a45
parent9eb286a074a8b2764b69339b0958dc5b176f1a8d
Log when binder thread pool is starved

Log when the number of threads executing binder commands is equal to the
maximium size of the thread pool for >100ms.

Bug: 28201939
Change-Id: I892863d8a81c06e362d4ae18ab08485fdec3c0bb
include/binder/ProcessState.h
libs/binder/IPCThreadState.cpp
libs/binder/ProcessState.cpp