我的VS代码突然开始在我的项目目录中到处产生一个名为debug.log
垃圾的文件。示例内容如下:
[0922/113308.083:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
[0922/113308.120:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
[0922/113345.228:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
[0922/113345.241:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
是什么导致了这种情况?如何关闭此功能?
发布于 2020-10-17 09:05:16
正如@rahicks所链接的,这是一个已知的问题。从那时起,它就是fixed in release 1.49.2了,bug也被关闭了。
https://stackoverflow.com/questions/64011085
复制相似问题