I have an app that uses com.dolby.dap.DsClientManager
. When running on some Lenovo, Acer and ZTE devices I randomly get a NullPointerException
com.dolby.dap.DsClientManager$DsClientHandlerThread.handleMessage (DsClientManager.java:372)
android.os.Handler.dispatchMessage (Handler.java:106)
android.os.Looper.loop (Looper.java:193)
android.os.HandlerThread.run (HandlerThread.java:61)
Has anyone else seen this issue? Is there a way to fix it?
Please also notice that the exception is not thrown when I call one of the dolby APIs since I'm catching all the Runtime exceptions every time. The exception is thrown asynchronously.