cro3 icon indicating copy to clipboard operation
cro3 copied to clipboard

Add Chrome extension for local /var/log/messages analysis

Open hikalium opened this issue 1 year ago • 1 comments

On ChromeOS, file:///var/log/messages is accessible even on a production image with non-dev mode via Chrome. However, it is just shown as a plain text so it's a bit hard to parse it with eyes. Adding a Chrome extension may help debugging things and highlight anomalies. (It can just be an unpacked Chrome extension).

hikalium avatar Oct 14 '23 13:10 hikalium

Random ideas for the features:

  • filter log messages
  • annotate log messages with additional info (e.g. pop-up chromiumos-specific terminologies, level of suspicious)
  • extract key information from the log (e.g. kernel versions, important event timestamps like boot, suspend/resume)

hikalium avatar Oct 14 '23 13:10 hikalium