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

Commit 741959e1 authored by Mark Chien's avatar Mark Chien Committed by Android (Google) Code Review
Browse files

Merge "Remove double check interface by NetworkInterface" into mainline-prod

parents 19d19662 3ec0bfd1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -553,7 +553,6 @@ public class EthernetTetheringTest {
        TestNetworkManager tnm = mContext.getSystemService(TestNetworkManager.class);
        TestNetworkInterface iface = tnm.createTapInterface();
        Log.d(TAG, "Created test interface " + iface.getInterfaceName());
        assertNotNull(NetworkInterface.getByName(iface.getInterfaceName()));
        return iface;
    }