-
Notifications
You must be signed in to change notification settings - Fork 89
Closed
Labels
FixedIndicates that a bug has been resolvedIndicates that a bug has been resolvedwinapp2For issues related to winapp2.iniFor issues related to winapp2.ini
Description
Chrome [Logs *] cleaning entry is invalid and will probably cause a lot of damage (even if you won't notice it in some way)!
Folders like User Data\Default\Extension State is a LevelDB database and .log files in there are not a usual logs. They are buffers of an actual data stored in those databases and you shouldn't mess with them as it will most likely corrupt the database!
You should delete the whole contents of such folders if you wanna clean some database. Otherwise only LOG and LOG.old files (the actual logs) can be deleted. There will be no need in exclude entries if you only clean the actual logs.
See here for more info.
EDIT: There are no any other .log files in a Chrome profile.
Metadata
Metadata
Assignees
Labels
FixedIndicates that a bug has been resolvedIndicates that a bug has been resolvedwinapp2For issues related to winapp2.iniFor issues related to winapp2.ini