nn::dbg::CTR::ExceptionScreen::SetBuildInfo Member Function#include <nn/dbg.h>
static void SetBuildInfo(
const wchar_t * pBuildInfo
);
| Name | Description | |
|---|---|---|
| in | pBuildInfo | Specifies the pointer to the string where information including the date and time, and revision number are entered. |
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.
CONFIDENTIAL