OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:faulthandler
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/
autoserv
373
#
faulthandler
is only needed to debug in the Lab and is not avaliable to
376
import
faulthandler
377
faulthandler
.register(signal.SIGTERM, all_threads=True, chain=True)
378
logging.debug('
faulthandler
registered on SIGTERM.')
autoserv.py
373
#
faulthandler
is only needed to debug in the Lab and is not avaliable to
376
import
faulthandler
377
faulthandler
.register(signal.SIGTERM, all_threads=True, chain=True)
378
logging.debug('
faulthandler
registered on SIGTERM.')
Completed in 242 milliseconds