# ForceQuitUnresponsiveApps **Repository Path**: mirrors_appium/ForceQuitUnresponsiveApps ## Basic Information - **Project Name**: ForceQuitUnresponsiveApps - **Description**: Small background app for Mac OS X 10.6+ that automatically force-quits hung apps - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### Force Quit Unresponsive Instruments The code for this is from [rentzsch/ForceQuitUnresponsiveApps](https://github.com/rentzsch/ForceQuitUnresponsiveApps). Fixes appium issue [#1306](https://github.com/appium/appium/issues/1306) by ending Instruments if it freezes. - `ForceQuitUnresponsiveApps` contains the app that monitors for unresponsive events and ends the process. - `freeze2` contains two test applications. `freeze2` will become unresponsive and will not be ended because it's not instruments. `instruments` is a renamed `freeze2` and this will be ended because of the file name.