Searched refs:stack_utils (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dstack_utils_unittest.py33 from webkitpy.common.system import stack_utils namespace
44 found_stack = stack_utils._find_thread_stack(thread_id)
48 found_stack = stack_utils._find_thread_stack(0)
58 stack_utils.log_thread_state(logger, "test-thread", thread_id,
71 stack_utils.log_traceback(logger, sys.exc_info()[2])
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
H A Dmessage_pool.py53 from webkitpy.common.system import stack_utils namespace
298 stack_utils.log_traceback(_log.debug, exception_traceback)
301 stack_utils.log_traceback(_log.error, exception_traceback)

Completed in 69 milliseconds