Enable detection of loss of data when pulling logcat data.
marcbonnici opened this issue · 1 comments
marcbonnici commented
WA currently supports 2 methods of retrieving logacat data, a single capture at the end of a job or via periodic polling.
Currently this needs to be configured manually however we could insert a marker at the start of the workload to detect and warn the user if the logcat buffer has wrapped and lost data.
It would also be worth investigating the use of the --wrap
option (https://developer.android.com/studio/command-line/logcat#options) to allow for optimizing the polling period.
marcbonnici commented
Implemented in #1119