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) {
|
||||
// Do a manual GC to clean up fds that are hanging around as garbage.
|
||||
System.gc();
|
||||
System.runFinalization();
|
||||
maxFd = getMaxFd();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user