Loading src/com/android/networkstack/netlink/TcpSocketTracker.java +3 −1 Original line number Diff line number Diff line Loading @@ -470,7 +470,9 @@ public class TcpSocketTracker { public Dependencies(final Context context, final boolean tcpSupport) { mContext = context; mIsTcpInfoParsingSupported = tcpSupport; // TCP data stall detection is currently crashing because of buffer underflows. // Disable it. mIsTcpInfoParsingSupported = false; } /** Loading Loading
src/com/android/networkstack/netlink/TcpSocketTracker.java +3 −1 Original line number Diff line number Diff line Loading @@ -470,7 +470,9 @@ public class TcpSocketTracker { public Dependencies(final Context context, final boolean tcpSupport) { mContext = context; mIsTcpInfoParsingSupported = tcpSupport; // TCP data stall detection is currently crashing because of buffer underflows. // Disable it. mIsTcpInfoParsingSupported = false; } /** Loading