mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #3893] [MERGED] Add thread names to log lines #3783
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3783
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/3893
Author: @kalaposfos13
Created: 1/4/2026
Status: ✅ Merged
Merged: 1/4/2026
Merged by: @georgemoralis
Base:
main← Head:thread-logging📝 Commits (9)
2ad15fcthe bare minimum (this won't even compile on windows yet)17189efwell I guess this is redundant now00d5caeWindows GetThreadName9bd7b90Move function to common/thread and add full guest name where applicabled79898ethe loathsome clang-formatter2ef9219do stuff first ask for opinions later8d35a2ccopyright 2026b253237remove unused header23b4290copyright 2024-2026📊 Changes
4 files changed (+35 additions, -18 deletions)
View changed files
📝
src/common/logging/text_formatter.cpp(+5 -2)📝
src/common/thread.cpp(+21 -0)📝
src/common/thread.h(+3 -0)📝
src/core/signals.cpp(+6 -16)📄 Description
This PR adds which thread each log line came from. This is useful for debugging race conditions and the like.
Example:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.