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

Commit 64f267a8 authored by Chiachang Wang's avatar Chiachang Wang Committed by android-build-merger
Browse files

Merge "Revert "Disable TCP stall detection"" am: cd588dee

am: e794f53e

Change-Id: I26fad7527e772e4837d526b075e6f9f740462751
parents 8c7616eb e794f53e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -488,9 +488,7 @@ public class TcpSocketTracker {

        public Dependencies(final Context context, final boolean tcpSupport) {
            mContext = context;
            // TCP data stall detection is currently crashing because of buffer underflows.
            // Disable it.
            mIsTcpInfoParsingSupported = false;
            mIsTcpInfoParsingSupported = tcpSupport;
        }

        /**