Merge "Rename to isIndefiniteThreadSuspensionSafe" am: 0bf32e7e7b am: b7f0eacf8f am: d5301eb3bf
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1662663 Change-Id: Id628c80d3afda76d8107048a356f5816706d9a48
This commit is contained in:
@@ -547,7 +547,7 @@ class ZygoteServer {
|
||||
try {
|
||||
ZygoteConnection connection = peers.get(pollIndex);
|
||||
boolean multipleForksOK = !isUsapPoolEnabled()
|
||||
&& ZygoteHooks.indefiniteThreadSuspensionOK();
|
||||
&& ZygoteHooks.isIndefiniteThreadSuspensionSafe();
|
||||
final Runnable command =
|
||||
connection.processCommand(this, multipleForksOK);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user