Fix TracePlayer::PlayTraceOnThread not signifying it's done with the trace if a break is pending.
This commit is contained in:
@@ -156,6 +156,7 @@ void TracePlayer::PlayTraceOnThread(const uint8_t* trace_data,
|
||||
pending_packet = nullptr;
|
||||
}
|
||||
if (pending_break) {
|
||||
playing_trace_ = false;
|
||||
return;
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user