Merge "Add System.runFinalization() call" into sc-dev
This commit is contained in:
@@ -552,6 +552,7 @@ public final class SystemServer implements Dumpable {
|
|||||||
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