crash_reporter.cfg 1.2 KB

123456789101112131415161718192021222324252627
  1. # Crash reporting is configured using an INI-style config file named
  2. # "crash_reporter.cfg". This file must be placed next to
  3. # the main application executable.
  4. # Comments start with a hash character and must be on their own line.
  5. #[Config]
  6. #ProductName=<Value of the "prod" crash key; defaults to "cef">
  7. #ProductVersion=<Value of the "ver" crash key; defaults to the CEF version>
  8. #AppName=<Windows only; App-specific folder name component for storing crash information; default to "CEF">
  9. #ExternalHandler=<Windows only; Name of the external handler exe to use instead of re-launching the main exe; default to empty>
  10. #ServerURL=<crash server URL; default to empty>
  11. #RateLimitEnabled=<True if uploads should be rate limited; default to true>
  12. #MaxUploadsPerDay=<Max uploads per 24 hours, used if rate limit is enabled; default to 5>
  13. #MaxDatabaseSizeInMb=<Total crash report disk usage greater than this value will cause older reports to be deleted; default to 20>
  14. #MaxDatabaseAgeInDays=<Crash reports older than this value will be deleted; default to 5>
  15. #[CrashKeys]
  16. #my_key1=<small|medium|large>
  17. #my_key2=<small|medium|large>
  18. [Config]
  19. ProductName=CefSharp
  20. ProductVersion=62.0.0
  21. AppName=CefSharp
  22. ExternalHandler=CefSharp.BrowserSubprocess.exe