{"library":"mozcrash","title":"mozcrash","description":"Library for printing stack traces from minidumps left behind by crashed processes. Version 2.2.1, updated irregularly as part of Mozilla's automation tooling.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install mozcrash"],"cli":{"name":"mozcrash","version":"sh: 1: mozcrash: not found"}},"imports":["from mozcrash import check_for_crashes"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from mozcrash import check_for_crashes\n\nresult = check_for_crashes(\n    dump_directory=\"/path/to/minidumps\",\n    symbols_path=\"/path/to/symbols\",\n    test_name=\"my_test\"\n)\nprint(result)","lang":"python","description":"Check for minidumps in a directory and print stack traces.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}