mik3y / usb-serial-for-android

Android USB host serial driver library for CDC, FTDI, Arduino and other devices.
MIT License
4.9k stars 1.59k forks source link

The call to setThreadPriority appears to have no function #349

Closed gairmuse closed 3 years ago

gairmuse commented 3 years ago

https://github.com/mik3y/usb-serial-for-android/blob/cbed086279555ec4f2e4370d68eeeb2911104dcb/usbSerialForAndroid/src/main/java/com/hoho/android/usbserial/util/SerialInputOutputManager.java#L171

Should this be Process.setThreadPriority()?

kai-morich commented 3 years ago

you're right. Process got lost when extracting the prio from my SerialUsbTerminal app