1
0
mirror of https://github.com/mik3y/usb-serial-for-android synced 2025-06-07 07:56:20 +00:00

Merge pull request #333 from IljaK/patch-1

Debug mode disable
This commit is contained in:
kai-morich 2020-12-16 20:01:48 +01:00 committed by GitHub
commit a807ea91f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ import java.nio.ByteBuffer;
public class SerialInputOutputManager implements Runnable {
private static final String TAG = SerialInputOutputManager.class.getSimpleName();
private static final boolean DEBUG = true;
public static boolean DEBUG = false;
private static final int BUFSIZ = 4096;
/**