conorhennessy / php-Boy

An in house wall display for general information. Named after pip boy - this project doesn't even have any PHP in it...
MIT License
2 stars 1 forks source link

Chromium freezes when running for a long period of time #2

Closed alhockly closed 6 years ago

alhockly commented 6 years ago

The clock was stopped at 12:00:01pm chromium locked right up; no F5, no Ctrl+W, no nada and this is happened two days in a row (except the first time I think it was 12:00:00 (hmmmmm))

conorhennessy commented 6 years ago

Ok. To try and figure out what is causing logging can be turned on by launching chrome with the command:
--enable-logging --v=1 and the logs can then be viewed at chrome://crashes .

Guides I'm using: Chromium - enable logging StackOverflow - where to find logs

alhockly commented 6 years ago

Ahh sweet