Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 7d291864 authored by Simao Gomes Viana's avatar Simao Gomes Viana Committed by Michael Bestas
Browse files

SystemServer: only enable fd leak tracker on eng

Change-Id: Ic85d351558dea5a5446c5ebe468b0db9e8c99285
parent 23043838
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -880,7 +880,7 @@ public final class SystemServer implements Dumpable {
            initZygoteChildHeapProfiling();

            // Debug builds - spawn a thread to monitor for fd leaks.
            if (Build.IS_DEBUGGABLE) {
            if (Build.IS_ENG) {
                spawnFdLeakCheckThread();
            }