For the IOIO library I'm running on a new thread (BA.submitRunnable). From time to time (the program runs non-stop for days) I get the RejectedExecutionException which I can guess is because there are more than 20 threads. Obviously I'm trying to avoid this.
If in Java I use Thread.activeCount() I typically get from 6 to 10 threads. Now the UI is one, IOIO two, logcat three, but what are these other active threads??? I do have a bluetooth connection running, GPS too, Wifi at times...
I guess my question is are these legit threads or wayward IOIO threads?
If in Java I use Thread.activeCount() I typically get from 6 to 10 threads. Now the UI is one, IOIO two, logcat three, but what are these other active threads??? I do have a bluetooth connection running, GPS too, Wifi at times...
I guess my question is are these legit threads or wayward IOIO threads?