suryamanohar / tunesremote-plus

Automatically exported from code.google.com/p/tunesremote-plus
0 stars 0 forks source link

NullPointerException: Thread Run #94

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
java.lang.NullPointerException
at org.tunesremote.bl.run(Unknown Source)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
at java.lang.Thread.run(Thread.java:864)

Original issue reported on code.google.com by mellowaredev on 8 Jun 2012 at 2:01

GoogleCodeExporter commented 8 years ago
What's bl? This looks obfuscated so you'll have to let us know what bl maps to.

Original comment by aml.cur...@gmail.com on 19 Jun 2012 at 7:53

GoogleCodeExporter commented 8 years ago
It is obfuscated and it was mapped to multipel spots where I found something in 
a Runnable() not being caught in a tray catch and logged.  So I added try 
catch's to all exceptions inside run() methods of Threads.

Also I changed all new Thread().start(); to ThreadExecutor.runTask() for 
performance. Can you test on your platform to make sure everything is working 
as expected?

Original comment by mellowaredev on 19 Jun 2012 at 8:52

GoogleCodeExporter commented 8 years ago

Original comment by mellowaredev on 19 Jun 2012 at 8:52

GoogleCodeExporter commented 8 years ago
2.5.0 Released to Android Market

Original comment by mellowaredev on 4 Jul 2012 at 2:36