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;
|
pending_packet = nullptr;
|
||||||
}
|
}
|
||||||
if (pending_break) {
|
if (pending_break) {
|
||||||
|
playing_trace_ = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user