Skip to content

Commit

Permalink
对讲添加dataSend发送的log。
Browse files Browse the repository at this point in the history
Change-Id: Ib1101df75daebb4367ffc9453ef88bff62e871a1
  • Loading branch information
SundoggyNew committed Oct 25, 2023
1 parent 5635f0f commit c0a5722
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ public void encodeG711(byte[] data) { }
@Override
public void onFLV(byte[] data) {
if (recorderState) {
Log.d(TAG, "===== XP2P.dataSend dataLen:" + data.length);
XP2P.dataSend(deviceId, data, data.length);

if (executor.isShutdown()) return;
Expand Down

0 comments on commit c0a5722

Please sign in to comment.