Android Question binder thread pool (15 threads) starved for 1457 ms

Mark Ryan Penafiel

Member
Licensed User
Longtime User
Hi
I am creating an app that uses GPS location to update in Remote Web Server using jRDC2, using a service with SetExactAndAllowWhileIdle
Everything seems to work fine, but i remove the internet connection, as expected it shows
java.net.SocketTimeoutException: timeout
i return the internet
it shows
binder thread pool (15 threads) starved for 392 ms

and no more updates to the webserver is done. I am expecting if the internet connection is back, updates will resume

Thank you
 
Top