[libbluray-devel] BDJ: set debug name for BDJAppProxy thread
hpi1
git at videolan.org
Mon Apr 28 09:26:26 CEST 2014
libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Mon Apr 28 10:25:22 2014 +0300| [d50f78bc6f45bcbc776b9899e3887c72d9d1ebf4] | committer: hpi1
BDJ: set debug name for BDJAppProxy thread
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=d50f78bc6f45bcbc776b9899e3887c72d9d1ebf4
---
src/libbluray/bdj/java/org/videolan/BDJAppProxy.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libbluray/bdj/java/org/videolan/BDJAppProxy.java b/src/libbluray/bdj/java/org/videolan/BDJAppProxy.java
index 06b94c3..3f94545 100644
--- a/src/libbluray/bdj/java/org/videolan/BDJAppProxy.java
+++ b/src/libbluray/bdj/java/org/videolan/BDJAppProxy.java
@@ -33,7 +33,7 @@ public class BDJAppProxy implements DVBJProxy, Runnable {
public BDJAppProxy(BDJXletContext context) {
this.context = context;
state = NOT_LOADED;
- thread = new Thread(context.getThreadGroup(), this);
+ thread = new Thread(context.getThreadGroup(), this, "BDJAppProxy");
thread.setDaemon(true);
thread.start();
More information about the libbluray-devel
mailing list