diff options
| author | 2024-12-16 14:26:46 -0800 | |
|---|---|---|
| committer | 2024-12-16 14:26:46 -0800 | |
| commit | c0d95276f6576918794f0fc13cbcd1a34ae9534b (patch) | |
| tree | d51577d28096bff34ab44bc6e8a53c81677833ad /libs/binder/IPCThreadState.cpp | |
| parent | 8c82acab483a5126318cd37cfe9bddbc2320d233 (diff) | |
| parent | 38a4ab9f6e7a58abefb2f4f0f2672f1cf51885bd (diff) | |
Merge "libbinder: log when threads requested, not started" into main am: 38a4ab9f6e
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3413323
Change-Id: I3d26045f6cd031a755e59c032db4c938419ca24a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'libs/binder/IPCThreadState.cpp')
| -rw-r--r-- | libs/binder/IPCThreadState.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/binder/IPCThreadState.cpp b/libs/binder/IPCThreadState.cpp index 6698d0c0cd..623e7b9139 100644 --- a/libs/binder/IPCThreadState.cpp +++ b/libs/binder/IPCThreadState.cpp @@ -775,6 +775,7 @@ void IPCThreadState::joinThreadPool(bool isMain) { LOG_THREADPOOL("**** THREAD %p (PID %d) IS JOINING THE THREAD POOL\n", (void*)pthread_self(), getpid()); + mProcess->checkExpectingThreadPoolStart(); mProcess->mCurrentThreads++; mOut.writeInt32(isMain ? BC_ENTER_LOOPER : BC_REGISTER_LOOPER); |