awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
wojteklu avatar

wojteklu/Watchdog

0
View on GitHub↗
1,873 stars·91 forks·Swift·MIT·13 views

Watchdog

Class for logging excessive blocking on the main thread

Features

  • Code Quality and Debugging - Logs tasks that block the main thread.
  • Logging and Debugging - Utility for logging main thread blocking issues.
  • Logging Utilities - Logs instances where the main thread is blocked.

Star history

Star history chart for wojteklu/watchdogStar history chart for wojteklu/watchdog

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Watchdog

These projects share indexed features with Watchdog. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • cosmo/tinyconsoleCosmo avatar

    Cosmo/TinyConsole

    1,943View on GitHub↗

    TinyConsole is a micro-console that can help you log and display information inside an iOS application, where having a connection to a development computer is not possible.

    Swift
    View on GitHub↗1,943
  • davewoodcom/xcgloggerDaveWoodCom avatar

    DaveWoodCom/XCGLogger

    3,986View on GitHub↗

    XCGLogger is a logging framework for Swift applications designed to capture events and system state for debugging and troubleshooting. It automatically includes metadata such as timestamps, line numbers, function names, and filenames in every log entry. The framework minimizes CPU overhead through deferred string evaluation, which delays expensive interpolation until the active log level is verified. To prevent blocking the main execution thread during I/O tasks, it utilizes an asynchronous log router that offloads writing operations to background queues. The system supports multi-destinatio

    Swift
    View on GitHub↗3,986
  • bannzai/gedatsubannzai avatar

    bannzai/Gedatsu

    532View on GitHub↗

    Gedatsu provide readable format about AutoLayout error console log

    Swiftcocoapodsswiftswiftpackagemanager
    View on GitHub↗532
  • emaloney/cleanroomloggeremaloney avatar

    emaloney/CleanroomLogger

    1,318View on GitHub↗

    CleanroomLogger provides an extensible Swift-based logging API that is simple, lightweight and performant

    Swift
    View on GitHub↗1,318
Compare all 30 related projects→

Frequently asked questions

What does wojteklu/watchdog do?

Class for logging excessive blocking on the main thread

What are the main features of wojteklu/watchdog?

The main features of wojteklu/watchdog are: Code Quality and Debugging, Logging and Debugging, Logging Utilities.

Which projects share features with wojteklu/watchdog?

Projects with overlapping indexed features include: davewoodcom/xcglogger — XCGLogger is a logging framework for Swift applications designed to capture events and system state for debugging and… nike-inc/willow — Willow is a powerful, yet lightweight logging library written in Swift. bannzai/gedatsu — Gedatsu provide readable format about AutoLayout error console log. cosmo/tinyconsole — TinyConsole is a micro-console that can help you log and display information inside an iOS application, where having a… emaloney/cleanroomlogger — CleanroomLogger provides an extensible Swift-based logging API that is simple, lightweight and performant. onevcat/rainbow — Delightful console output for Swift developers.