handleLogEntry method
Implementation
@override
void handleLogEntry({required int testEntryId, required int logEntryId}) {
if (enableAutoExpand) {
expandGroupEntryMap.clear();
expandSeriesForTest(testInfoId: testEntryId);
highlightTestEntryId = testEntryId;
highlightLogEntryId = logEntryId;
}
}