Merge "Add System.runFinalization() call"
This commit is contained in:
@@ -452,6 +452,7 @@ public final class SystemServer {
|
|||||||
if (maxFd > enableThreshold) {
|
if (maxFd > enableThreshold) {
|
||||||
// Do a manual GC to clean up fds that are hanging around as garbage.
|
// Do a manual GC to clean up fds that are hanging around as garbage.
|
||||||
System.gc();
|
System.gc();
|
||||||
|
System.runFinalization();
|
||||||
maxFd = getMaxFd();
|
maxFd = getMaxFd();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user