• Jenny Zhang's avatar
    Enable Lacros to send a simple feedback report with all Lacros data. · 596db341
    Jenny Zhang authored
    The simple lacros feedback report includes the following:
    
    1. Lacros feedback reports are sent with ChromeOS product id, so
    that they will be found under ChromeOS product on Listnr.
    
    2. Prefix the chrome version string with "Lacros ", so that lacros
    reports can be filtered by "Version" (for example "Lacros") on Listnr.
    
    3. Attach lacros user log in the system log.
    
    Bug:1109387
    TEST:
    1. Open Lacros browser, send a feedback report by clicking
    "Report an issue" under Help menu.
    2. Verify the report can be found at
    http://listnr site. The chrome version string should have
    a "Lacros " at the beginning, for example, "Lacros 86.0.4238.0".
    3. Verify the report contains both system_logs.zip and histograms.zip.
    The system log should contain lacros log data from
    /home/chronos/user/lacros/lacros.log under "lacros_user_log" section.
    
    Change-Id: I66578c33b027fd5334f5df3f0c42b5460b79faf3
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370804
    Commit-Queue: Jenny Zhang <jennyz@chromium.org>
    Reviewed-by: default avatarAhmed Fakhry <afakhry@chromium.org>
    Reviewed-by: default avatarJames Cook <jamescook@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#801514}
    596db341
feedback_common.cc 8.44 KB