Collect crash .dmp and .hdmp files after a crash of C++ service and a user-mode app

前端 未结 3 1778
情话喂你
情话喂你 2021-01-06 18:07

I\'m coding in C++/MFC using WinAPIs. My software consists of a local service and a user-mode app that provides user interface for a logged in Windows user. I\'m looking for

3条回答
  •  一向
    一向 (楼主)
    2021-01-06 18:24

    If you are looking a way for handling crash on customers side the best solution is using google-breakpad library. In your case exception handler will write dump files on the disk.

提交回复
热议问题