Skip to content

Missing error logging for BaseThread crashes #907

Description

@aphrodoe

Background threads (like hardware listeners or UI scrollers) use BaseThread. If an exception occurs inside the thread's run() method, the thread dies silently. It doesn't print a stack trace or halt the main UI, which might make debugging difficult when a background failure suddenly causes the app to freeze partially.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions