Loading fastboot/fastboot.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -432,7 +432,7 @@ static Transport* NetworkDeviceConnected(bool print = false) { transport = open_device(device.c_str(), false, false); if (print) { PrintDevice(device.c_str(), transport == nullptr ? "offline" : "device"); PrintDevice(device.c_str(), transport == nullptr ? "offline" : "fastboot"); } if (transport != nullptr) { Loading Loading
fastboot/fastboot.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -432,7 +432,7 @@ static Transport* NetworkDeviceConnected(bool print = false) { transport = open_device(device.c_str(), false, false); if (print) { PrintDevice(device.c_str(), transport == nullptr ? "offline" : "device"); PrintDevice(device.c_str(), transport == nullptr ? "offline" : "fastboot"); } if (transport != nullptr) { Loading