mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
rename the crash reporter off its Chromium origins
Nothing Chromium-derived is left in either file - the stack tracer that came from base/debug_util was the last of it - so the copyright header credited Google for code it did not write and pointed at a LICENSE file this repository does not have. Rename to what the files actually are. While in there: say what the exception code's customer bit does and does not guarantee, and note next to it how to stop a debugger breaking on every assertion, which is what someone will be looking for when they grep that number. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
committed by
majcosta
co-authored by
Claude Opus 5
parent
7624daa904
commit
86b23474cf
+1
-1
@@ -629,7 +629,7 @@ static vfs::String getGameID()
|
||||
return _id;
|
||||
}
|
||||
|
||||
#include "debug_util.h"
|
||||
#include "crash_report.h"
|
||||
#include "GameVersion.h" // czVersionString, stamped into crash reports
|
||||
#include <vfs/Aspects/vfs_logging.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user