nn::dbg::CTR::ExceptionScreen::Create Member Function

Syntax

#include <nn/dbg.h>

static void Create(
     nn::fnd::IAllocator * allocator,
     bit32 option = OPTION_DEFAULT
);

Parameters

Name Description
in allocator Specifies heap to allocate for ExceptionScreen.
in option Specifies operating options as a combination of Option.

Return Values

None.

Description

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.

Revision History

2012/04/20
Initial version.

CONFIDENTIAL