• Brian Sheedy's avatar
    Make ChromeOS symbolization work in Chromium · 35309b02
    Brian Sheedy authored
    Adds the necessary data dependencies for Telemetry ChromeOS stack
    symbolization to work on the bots and re-enables the stack symbolization
    tests on ChromeOS.
    
    Also adds support for ChromeOS to generage_breakpad_symbols.py, which is
    the same as Android. This is necessary because Android and ChromeOS need
    to use readelf instead of ldd due to potentially different architectures
    between the host and device.
    
    Bug: 978952
    Change-Id: Ic143d8a9d233c324a1e4fd20463c9ce2ffeec40a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1790330
    Commit-Queue: Brian Sheedy <bsheedy@chromium.org>
    Commit-Queue: Robert Sesek <rsesek@chromium.org>
    Auto-Submit: Brian Sheedy <bsheedy@chromium.org>
    Reviewed-by: default avatarRobert Sesek <rsesek@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#699072}
    35309b02
generate_breakpad_symbols.py 14.2 KB