[PR #11458] [MERGED] Add logging for default terminal #28588

Open
opened 2026-01-31 09:29:28 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/11458
Author: @leonMSFT
Created: 10/7/2021
Status: Merged
Merged: 10/12/2021
Merged by: @undefined

Base: mainHead: dev/lelian/defterm/logging


📝 Commits (5)

📊 Changes

2 files changed (+61 additions, -25 deletions)

View changed files

📝 src/cascadia/TerminalConnection/CTerminalHandoff.cpp (+53 -25)
📝 src/cascadia/TerminalSettingsModel/DefaultTerminal.cpp (+8 -0)

📄 Description

This PR adds some TraceLogging for default terminal, namely:

  • successfully receiving terminal handoffs
  • failing to receive terminal handoffs
  • default terminal selection changes

Closes #11452


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/11458 **Author:** [@leonMSFT](https://github.com/leonMSFT) **Created:** 10/7/2021 **Status:** ✅ Merged **Merged:** 10/12/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/lelian/defterm/logging` --- ### 📝 Commits (5) - [`7d111d1`](https://github.com/microsoft/terminal/commit/7d111d1526da87767d2bad408481c9b76412de59) adding logging for defterm selection, receiving handoffs - [`3beb6a3`](https://github.com/microsoft/terminal/commit/3beb6a35cbd555a62565dcdec8851b7fbea4c0fd) formatting - [`ddd9eb4`](https://github.com/microsoft/terminal/commit/ddd9eb4e9003608230b3fdc0c455c7955fc93a00) uhh do i do it like this? - [`bb8ae86`](https://github.com/microsoft/terminal/commit/bb8ae868a7cd7d83ca20f0e23800a812cfd3623d) comments - [`1cfed2e`](https://github.com/microsoft/terminal/commit/1cfed2edd07539bcfdf314b0371b897f1f1064ff) changeup ### 📊 Changes **2 files changed** (+61 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalConnection/CTerminalHandoff.cpp` (+53 -25) 📝 `src/cascadia/TerminalSettingsModel/DefaultTerminal.cpp` (+8 -0) </details> ### 📄 Description This PR adds some `TraceLogging` for default terminal, namely: - [x] successfully receiving terminal handoffs - [x] failing to receive terminal handoffs - [x] default terminal selection changes Closes #11452 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:29:28 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28588