Commit e91dd8b5 authored by tonyg's avatar tonyg Committed by Commit bot

[Telemetry] Print out the flash path for the chosen brower.

This is to help diagnose an issue where the perf bots seem to be running without
flash.

BUG=416849

Review URL: https://codereview.chromium.org/597213002

Cr-Commit-Position: refs/heads/master@{#296445}
parent 31c81b78
......@@ -33,8 +33,8 @@ class PossibleDesktopBrowser(possible_browser.PossibleBrowser):
self.is_local_build = is_local_build
def __repr__(self):
return 'PossibleDesktopBrowser(browser_type=%s, executable=%s)' % (
self.browser_type, self._local_executable)
return 'PossibleDesktopBrowser(type=%s, executable=%s, flash=%s)' % (
self.browser_type, self._local_executable, self._flash_path)
def _InitPlatformIfNeeded(self):
if self._platform:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment