Simulating a BlueScreen

后端 未结 8 967
迷失自我
迷失自我 2020-12-09 20:34

I am trying to make a program that records a whole bunch of things periodically. The specific reason is that if it bluescreens, a developer can go back and check a lot of th

8条回答
  •  时光说笑
    2020-12-09 21:24

    I'm not sure exactly what you'd be testing. Since your program runs periodically, surely it's enough to check that the information is being dumped at the frequency that you specify while the system is running? Are you checking that the information stays around after the blue screen? Depending on how you are dumping it (and whether you are flushing buffers), this may not be necessary.

提交回复
热议问题