am f228f455: am 17043db8: am 69e7fa8a: am 8d3a67a8: Merge "More maybe fix issue #22765972: Binder transactions running out..." into mnc-dev
* commit 'f228f455ea7fbec00f731773e5a51f55e9eb792f': More maybe fix issue #22765972: Binder transactions running out...
This commit is contained in:
@@ -292,7 +292,9 @@ public abstract class AsyncTask<Params, Progress, Result> {
|
||||
|
||||
Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND);
|
||||
//noinspection unchecked
|
||||
return postResult(doInBackground(mParams));
|
||||
Result result = doInBackground(mParams);
|
||||
Binder.flushPendingCommands();
|
||||
return postResult(result);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user