[PR #3898] [MERGED] logging: fix thread name logging for async logs #3787

Closed
opened 2026-02-27 22:04:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3898
Author: @kalaposfos13
Created: 1/6/2026
Status: Merged
Merged: 1/6/2026
Merged by: @georgemoralis

Base: mainHead: async-thread-logging


📝 Commits (2)

  • 1de6c43 logging: fix thread name logging for async logs
  • 60ad573 copyright 2026

📊 Changes

3 files changed (+5 additions, -4 deletions)

View changed files

📝 src/common/logging/backend.cpp (+2 -0)
📝 src/common/logging/log_entry.h (+1 -0)
📝 src/common/logging/text_formatter.cpp (+2 -4)

📄 Description

Pros: this fixes async logs showing (shadPS4:Log) as the caller thread for everything
Cons: async logging gets a bit more sync than before


🔄 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/shadps4-emu/shadPS4/pull/3898 **Author:** [@kalaposfos13](https://github.com/kalaposfos13) **Created:** 1/6/2026 **Status:** ✅ Merged **Merged:** 1/6/2026 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `async-thread-logging` --- ### 📝 Commits (2) - [`1de6c43`](https://github.com/shadps4-emu/shadPS4/commit/1de6c43c7495c6531a3aeb448c9a3fcea111b18b) logging: fix thread name logging for async logs - [`60ad573`](https://github.com/shadps4-emu/shadPS4/commit/60ad5730bb24bf0b73903aa5f26278132f4889b0) copyright 2026 ### 📊 Changes **3 files changed** (+5 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/common/logging/backend.cpp` (+2 -0) 📝 `src/common/logging/log_entry.h` (+1 -0) 📝 `src/common/logging/text_formatter.cpp` (+2 -4) </details> ### 📄 Description Pros: this fixes async logs showing (shadPS4:Log) as the caller thread for everything Cons: async logging gets a bit more sync than before --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:04:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#3787
No description provided.