feedback: Add a second bluetooth log file
When a person sign in with an @google account, a bluetooth logging process will be started in the background which writes to a file. This particular file has a size limit, so upon reaching the limit, it will stop logging. To improve the condition, bluetooth team introduces two-file log rotation system. Therefore, we now have two log files instead of just one. This patch adds the second log file into feedback report. BUG=b:143118775 TEST=Do the following. 1) Observe that there is already a bluetooth log file, located in /var/log/bluetooth/log.bz2 2) Create another bluetooth log file /var/log/bluetooth/log.bz2.old 3) Send feedback with 'bluetooth' as the keyword and choose to attach bluetooth logs 4) Observe in listnr that both logs are attached. Change-Id: I79e498ec2086f0ca92249292c6731fe868a79e4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913231Reviewed-by:J Kardatzke <jkardatzke@chromium.org> Commit-Queue: Archie Pusaka <apusaka@chromium.org> Cr-Commit-Position: refs/heads/master@{#716075}
Showing
Please register or sign in to comment