kern: optimize logging for release kernel strings (saves printf space in .text)
This commit is contained in:
@@ -60,7 +60,7 @@ namespace ams::kern::svc {
|
||||
}
|
||||
|
||||
/* Print that break was called. */
|
||||
MESOSPHERE_RELEASE_LOG("Break() called. %016lx\n", GetCurrentProcess().GetProgramId());
|
||||
MESOSPHERE_EXCEPTION_LOG("Break() called. ");
|
||||
|
||||
/* Try to enter JIT debug state. */
|
||||
if (GetCurrentProcess().EnterJitDebug(ams::svc::DebugEvent_Exception, ams::svc::DebugException_UserBreak, KDebug::GetProgramCounter(GetCurrentThread()), break_reason, address, size)) {
|
||||
|
||||
Reference in New Issue
Block a user