mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-14 07:04:24 -04:00
kern: optimize logging for release kernel strings (saves printf space in .text)
This commit is contained in:
parent
fdf008108c
commit
8b49cea4a9
4 changed files with 53 additions and 8 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue