nn::dbg::CTR::ExceptionScreen::SetBuildInfo Member Function

Syntax

#include <nn/dbg.h>

static void SetBuildInfo(
     const wchar_t * pBuildInfo
);

Parameters

Name Description
in pBuildInfo Specifies the pointer to the string where information including the date and time, and revision number are entered.

Return Values

None.

Description

Sets information such as the build date and time, and the revision number.

This is used as part of the file name when the log file is created for the SD Card.

The Create function must have been called before calling this function.

Revision History

2012/04/20
Initial version.

CONFIDENTIAL