nn::dbg::CTR::ExceptionScreen::Create Member Function#include <nn/dbg.h>
static void Create(
nn::fnd::IAllocator * allocator,
bit32 option = OPTION_DEFAULT
);
| Name | Description | |
|---|---|---|
| in | allocator | Specifies heap to allocate for ExceptionScreen. |
| in | option | Specifies operating options as a combination of Option. |
Generates ExceptionScreen and registers to exception handler.
Call this function to automatically output information about CPU exceptions when they occur using various methods.
Use option to control the methods used to output information about exceptions. The default for this argument is OPTION_DEFAULT, in which case a file for saving the exception information is created on an SD Card and the same information is also displayed on the lower screen.
CONFIDENTIAL