Index: webrtc/examples/androidapp/src/org/appspot/apprtc/util/LooperExecutor.java |
diff --git a/webrtc/examples/androidapp/src/org/appspot/apprtc/util/LooperExecutor.java b/webrtc/examples/androidapp/src/org/appspot/apprtc/util/LooperExecutor.java |
index 731630405a0d1f279ae76e32935cd8e6ce96d8d5..6e2b251133091c080336579f4c287bea0d8e375b 100644 |
--- a/webrtc/examples/androidapp/src/org/appspot/apprtc/util/LooperExecutor.java |
+++ b/webrtc/examples/androidapp/src/org/appspot/apprtc/util/LooperExecutor.java |
@@ -19,7 +19,8 @@ import java.util.List; |
import java.util.concurrent.Executor; |
/** |
- * Looper based executor class. |
+ * Looper based executor class. This is needed because WebSocketClient from autobanh requires the |
+ * thread to have a looper. The class is used in WebSocketRTCClient/WebSocketChannelClient. |
*/ |
public class LooperExecutor extends Thread implements Executor { |
private static final String TAG = "LooperExecutor"; |