skyline/app/src/main/cpp
PixelyIon 41b98c7daa Add stack tracing to skyline::exception
Skyline's `exception` class now stores a list of all stack frames during the invocation of the exception. These can later be parsed by the exception handler to generate a human-readable stack trace. To assist with more complete stack traces, `-fno-omit-frame-pointer` is now passed on debug builds which forces the inclusion of frames on function calls.
2022-04-14 14:14:52 +05:30
..
skyline Add stack tracing to skyline::exception 2022-04-14 14:14:52 +05:30
emu_jni.cpp Move Skyline internal files to external directory 2022-04-14 14:14:52 +05:30
loader_jni.cpp Make Logger class static and introduce LoggerContext 2021-11-11 16:13:24 +01:00