app/src/main/java/com/safeluck/floatwindow/P2UsbCameraVideoService.java
@@ -173,7 +173,11 @@ currentManagerType = ManagerType.NONE; } private void notifyCallback(ResponseVO response) { /** * 通知回调:统一使用 ResponseVO * 使用 synchronized 确保 RemoteCallbackList 操作的线程安全 */ private synchronized void notifyCallback(ResponseVO response) { if (response == null) return; int count = mCallbacks.beginBroadcast(); for (int i = 0; i < count; i++) {