Commit dbe36b16 authored by Yuwei Huang's avatar Yuwei Huang Committed by Commit Bot

Add remoting Linux debug symbols to the upload list

This CL attempts to make the official build bot upload remoting debug
symbols, so that we can use them to decipher stack traces coming from an
official build remoting Linux host.

Bug: 1136663
Change-Id: I5669140b3b63399d521644de3b8524def6092560
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462547Reviewed-by: default avatarJamie Walch <jamiewalch@chromium.org>
Reviewed-by: default avatarMichael Moss <mmoss@chromium.org>
Commit-Queue: Yuwei Huang <yuweih@chromium.org>
Cr-Commit-Position: refs/heads/master@{#815701}
parent ec987966
...@@ -154,6 +154,20 @@ FILES = [ ...@@ -154,6 +154,20 @@ FILES = [
'buildtype': ['official'], 'buildtype': ['official'],
'archive': 'remoting-me2me-host-linux.zip', 'archive': 'remoting-me2me-host-linux.zip',
}, },
# Remoting symbols:
{
'filename': 'remote_assistance_host.debug',
'arch': ['64bit'],
'buildtype': ['dev', 'official'],
'archive': 'remoting-debug-info.zip',
},
{
# Include all debug symbols that start with `remoting`.
'filename': 'remoting*.debug',
'arch': ['64bit'],
'buildtype': ['dev', 'official'],
'archive': 'remoting-debug-info.zip',
},
# Breakpad symbols: # Breakpad symbols:
{ {
'filename': 'chrome.breakpad.x64', 'filename': 'chrome.breakpad.x64',
......
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