Loading src/com/android/networkstack/netlink/TcpSocketTracker.java +1 −3 Original line number Diff line number Diff line Loading @@ -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; } /** Loading Loading
src/com/android/networkstack/netlink/TcpSocketTracker.java +1 −3 Original line number Diff line number Diff line Loading @@ -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; } /** Loading