Changeset 6abfd07 in opengl-game for FileStackWalker.cpp


Ignore:
Timestamp:
May 31, 2019, 6:26:19 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
b373466
Parents:
a23fc08
Message:

Create a log with a stack-trace when the game crashes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • FileStackWalker.cpp

    ra23fc08 r6abfd07  
    11#include "FileStackWalker.h"
     2
     3// Put this stuff in some common header shared by this and CrashLogger
     4// Put this stuff in some common header shared by this and CrashLogger
     5
     6#include <io.h>
     7
     8#define write _write
    29
    310FileStackWalker::FileStackWalker(int fd_out) : StackWalker() {
Note: See TracChangeset for help on using the changeset viewer.