Skip to content

Commit 39da6ae

Browse files
committed
Fix build error
1 parent 432e3ce commit 39da6ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/wfbngrtl8812/src/main/cpp/WfbngLink.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ int WfbngLink::run(JNIEnv *env, jobject context, jint wifiChannel, jint bw, jint
215215
if (!usb_tx_thread) {
216216
init_thread(usb_tx_thread, [&]() {
217217
return std::make_unique<std::thread>([this, current_device, args] {
218-
setName(pthread_self(), "usb_transfer");
219218
txFrame->run(current_device, args.get());
220219
__android_log_print(ANDROID_LOG_DEBUG, TAG, "usb_transfer thread should terminate");
221220
});

0 commit comments

Comments
 (0)