Creport: Difference between revisions

this is just a compiler-optimized switch-statement (no pun intended)
No edit summary
Line 3: Line 3:
Creport takes a string containing a pid formatted in base10 as input, and generates an error report. This error report can later be sent to the cloud server by [[Eupld services]].
Creport takes a string containing a pid formatted in base10 as input, and generates an error report. This error report can later be sent to the cloud server by [[Eupld services]].


[2.1.0+]: An additional input argument string is now used. Only the first byte is used: <code>inarg_flag = u8 inarg[1][0];</code> This is compared with '1' only with the below titleID code, and near the end of nnMain().
[2.1.0+]: An additional input argument string is now used. Only the first byte is used: <code>inarg_flag = argv[1][0];</code> This is compared with '1' only with the below titleID code, and near the end of nnMain().


== Crash dumping ==
== Crash dumping ==