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

Commit ea178228 authored by Aaron Huang's avatar Aaron Huang
Browse files

Use the net-utils-device-common version of HexDump

KeepaliveTracker is included in ConnectivityService mainline
module and it will not be able to access internal util class
com.android.internal.util.HexDump. Use the HexDump defined in
net-utils-device-common to remove dependency on internal util
class.

Bug: 177046265
Test: FrameworksNetTests
Change-Id: I1f5a6a749106b98e2baf22d6a290dcf8b51a6c36
parent fcfec6bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,8 +57,8 @@ import android.util.Log;
import android.util.Pair;

import com.android.internal.R;
import com.android.internal.util.HexDump;
import com.android.internal.util.IndentingPrintWriter;
import com.android.net.module.util.HexDump;
import com.android.net.module.util.IpUtils;

import java.io.FileDescriptor;