mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
Bug 1816015 - remove unnecessary force-terminate* messages as errors, print as info. r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D169501
This commit is contained in:
parent
3687ba7c9e
commit
5606860f34
@ -809,7 +809,7 @@ class RefTest(object):
|
||||
"%s | application timed out after %d seconds with no output"
|
||||
% (self.lastTestSeen, int(timeout))
|
||||
)
|
||||
self.log.error("Force-terminating active process(es).")
|
||||
self.log.warning("Force-terminating active process(es).")
|
||||
self.killAndGetStack(
|
||||
proc, utilityPath, debuggerInfo, dump_screen=not debuggerInfo
|
||||
)
|
||||
|
@ -3655,7 +3655,7 @@ toolbar#nav-bar {
|
||||
self.message_logger.dump_buffered()
|
||||
self.message_logger.buffering = False
|
||||
self.log.info(error_message)
|
||||
self.log.error("Force-terminating active process(es).")
|
||||
self.log.warning("Force-terminating active process(es).")
|
||||
|
||||
browser_pid = browser_pid or proc.pid
|
||||
child_pids = self.extract_child_pids(processLog, browser_pid)
|
||||
|
Loading…
Reference in New Issue
Block a user