Skip to content
Snippets Groups Projects
Commit 09d78e79 authored by Jing Ji's avatar Jing Ji Committed by Android (Google) Code Review
Browse files

Merge "Move the handling of excessive binder proxies to default handler" into main

parents db4f8d4f 6b84b9e5
No related branches found
No related tags found
No related merge requests found
......@@ -9011,7 +9011,7 @@ public class ActivityManagerService extends IActivityManager.Stub
// cleaning up the old proxies.
VMRuntime.getRuntime().requestConcurrentGC();
}
}, BackgroundThread.getHandler());
}, mHandler);
t.traceEnd(); // setBinderProxies
 
t.traceEnd(); // ActivityManagerStartApps
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment