mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
Windows: AFSRedir DebugFlags Turn on BugCheck
Turn on bug checking by default via the installation. This permits sites to disable the functionality but will allow us to capture more meaningful minidump output. Change-Id: I62b6d0ce5deed2c8798c9afb09565a8846c32a8c Reviewed-on: http://gerrit.openafs.org/6646 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com> Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
This commit is contained in:
parent
fe952116f3
commit
209df87d08
@ -57,7 +57,7 @@ AddReg = AFS.AddRegistry
|
||||
|
||||
[AFS.AddRegistry]
|
||||
HKLM,%AFSRegistry%,%AFSTraceLevel%,0x00010001 ,0x0001
|
||||
HKLM,%AFSRegistry%,%AFSDebugFlags%,0x00010001 ,0x0000
|
||||
HKLM,%AFSRegistry%,%AFSDebugFlags%,0x00010001 ,0x0008
|
||||
|
||||
[AFS.DelRegistry]
|
||||
HKLM,%AFSRegistry%,%AFSTraceLevel%
|
||||
|
Loading…
Reference in New Issue
Block a user