Applet Manager services: Difference between revisions
| Line 629: | Line 629: | ||
| 124 || [6.0.0+] [[#EnableApplicationAllThreadDumpOnCrash]] ||    | | 124 || [6.0.0+] [[#EnableApplicationAllThreadDumpOnCrash]] ||    | ||
|-  | |-  | ||
| 130 || [8.0.0+] GetGpuErrorDetectedSystemEvent ||    | | 130 || [8.0.0+] [[#GetGpuErrorDetectedSystemEvent]] ||    | ||
|-  | |-  | ||
| 500 || [5.0.0+] StartContinuousRecordingFlushForDebug ||    | | 500 || [5.0.0+] StartContinuousRecordingFlushForDebug ||    | ||
| Line 788: | Line 788: | ||
==== EnableApplicationAllThreadDumpOnCrash ====  | ==== EnableApplicationAllThreadDumpOnCrash ====  | ||
Takes an input u8 bool, no output.  | Takes an input u8 bool, no output.  | ||
==== GetGpuErrorDetectedSystemEvent ====  | |||
No input, returns an output Event handle with autoclear=false.  | |||
This is used by sdknso during applet-application initialization. A seperate thread is setup where event-waiting is handled. When the Event is signaled, official sw will assert.  | |||
==== CreateMovieMaker ====  | ==== CreateMovieMaker ====  | ||