Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 597 Bytes

File metadata and controls

8 lines (5 loc) · 597 Bytes

Force Quit Unresponsive Instruments

The code for this is from rentzsch/ForceQuitUnresponsiveApps.

Fixes appium issue #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.