1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-18 03:42:59 +00:00

tests UsbDeviceConnection close behavior

and extract test utilities
This commit is contained in:
kai-morich
2020-07-18 19:30:43 +02:00
parent a1e58b9843
commit 8eaf3f5c5f
7 changed files with 1038 additions and 726 deletions
@@ -130,8 +130,6 @@ public class SerialInputOutputManager implements Runnable {
/**
* Continuously services the read and write buffers until {@link #stop()} is
* called, or until a driver exception is raised.
*
* NOTE(mikey): Uses inefficient read/write-with-timeout.
*/
@Override
public void run() {