Error Report services: Difference between revisions

 
(17 intermediate revisions by 3 users not shown)
Line 10: Line 10:
| 1 || [[#CreateReportV0]]
| 1 || [[#CreateReportV0]]
|-
|-
| 2 || [3.0.0+] SetInitialLaunchSettingsCompletionTime
| 2 || [3.0.0+] [[#SetInitialLaunchSettingsCompletionTime]]
|-
|-
| 3 || [3.0.0+] ClearInitialLaunchSettingsCompletionTime
| 3 || [3.0.0+] ClearInitialLaunchSettingsCompletionTime
Line 16: Line 16:
| 4 || [3.0.0-11.0.1] UpdatePowerOnTime
| 4 || [3.0.0-11.0.1] UpdatePowerOnTime
|-
|-
| 5 || [3.0.0-11.0.1] UpdateAwakeTime
| 5 || [21.0.0+] CreateReportWithAdditionalContext ([3.0.0-11.0.1] UpdateAwakeTime)
|-
|-
| 6 || [5.0.0+] SubmitMultipleCategoryContext
| 6 || [21.0.0+] SubmitMultipleContext ([5.0.0-20.5.0] SubmitMultipleCategoryContext)
|-
|-
| 7 || [6.0.0+] UpdateApplicationLaunchTime
| 7 || [21.0.0+] RegisterRunningApplicationInfo ([6.0.0-20.5.0] UpdateApplicationLaunchTime)
|-
|-
| 8 || [6.0.0+] ClearApplicationLaunchTime
| 8 || [21.0.0+] UnregisterRunningApplicationInfo ([6.0.0-20.5.0] ClearApplicationLaunchTime)
|-
|-
| 9 || [8.0.0+] SubmitAttachment
| 9 || [8.0.0+] SubmitAttachment
Line 28: Line 28:
| 10 || [8.0.0+] [[#CreateReportWithAttachments]]
| 10 || [8.0.0+] [[#CreateReportWithAttachments]]
|-
|-
| 11 || [11.0.0+] CreateReport
| 11 || [17.0.0+] CreateReportV1 ([11.0.0-16.1.0] CreateReport)
|-
| 12 || [17.0.0+] CreateReport
|-
| 13 || [20.0.0+] SubmitAttachmentWithLz4Compression
|-
| 14 || [20.0.0+] CreateReportWithSpecifiedReprotId
|-
|-
| 20 || [12.0.0+] RegisterRunningApplet
| 20 || [12.0.0+] RegisterRunningApplet
Line 37: Line 43:
|-
|-
| 30 || [12.0.0+] InvalidateForcedShutdownDetection
| 30 || [12.0.0+] InvalidateForcedShutdownDetection
|-
| 40 || [21.0.0+] WaitForReportCreation
|}
|}


== SubmitContext ==
== SubmitContext ==
Takes 2 type-5 input buffers [[#ContextEntry]] and '''FieldList'''.
Takes two type-0x5 input buffers [[#ContextEntry]] and '''FieldList'''. No output.


=== ContextEntry ===
== CreateReportV0 ==
This is a 0x160 bytes structure used to encapsulate an error report context.
Takes an u32 '''ReportType''' and 3 type-0x5 input buffers [[#ContextEntry]], '''ReportList''' and '''ReportMetaData'''. No output.


{| class="wikitable" border="1"
== SetInitialLaunchSettingsCompletionTime ==
|-
Takes a total of 0x18-bytes of input. No output.
! Offset || Size || Description
|-
| 0x0 || 0x4 || Version
|-
| 0x4 || 0x4 || FieldCount
|-
| 0x8 || 0x4 || CategoryId
|-
| 0xC || 0x144 || Array of FieldEntry
|-
| 0x150 || 0x8 || Pointer to a FieldList object
|-
| 0x158 || 0x4 || FieldList free count
|-
| 0x15C || 0x4 || FieldList total size
|}


== CreateReportV0 ==
[19.0.0+] Takes an additional 8-bytes of input.
Takes an u32 '''ReportType''' and 3 type-5 input buffers [[#ContextEntry]], '''ReportList''' and '''ReportMetaData'''.


== CreateReportWithAttachments ==
== CreateReportWithAttachments ==
Takes 4-bytes of input and 3 type-0x5 input buffers, no output.
Takes an u32 '''ReportType''' and 3 type-0x5 input buffers. No output.
 
[11.0.0+] Now takes an additional u32.


[11.0.0+] Now takes an additional 4-bytes of input.
[17.0.0+] Now takes an additional [[#CreateReportOptionFlag]].


= erpt:r =
= erpt:r =
Line 123: Line 116:
| 4 || [5.0.0+] GetStorageUsageStatistics
| 4 || [5.0.0+] GetStorageUsageStatistics
|-
|-
| 5 || [8.0.0+] GetAttachmentList
| 5 || [8.0.0-19.0.1] GetAttachmentList
|-
| 6 || [20.0.0+] GetAttachmentList
|-
| 10 || [20.0.0+] GetReportSizeMax
|}
|}


Line 146: Line 143:
|}
|}


= sprof:bg =
= sprof:bg, sprof:sp =
These are "nn::sprofile::srv::IServiceGetter".
 
{| class="wikitable" border="1"
|-
! Cmd || Name
|-
| 0 || [[#OpenSprofileServiceForSystemProcess]]
|-
| 1 || [[#OpenSprofileServiceForBgAgent]]
|}
 
== OpenSprofileServiceForSystemProcess ==
No input. Returns an [[#ISprofileServiceForSystemProcess]].
 
== OpenSprofileServiceForBgAgent ==
No input. Returns an [[#ISprofileServiceForBgAgent]].
 
== ISprofileServiceForBgAgent ==
This is "nn::sprofile::srv::ISprofileServiceForBgAgent".
This is "nn::sprofile::srv::ISprofileServiceForBgAgent".


This was added with [13.0.0+].  
This was added with [13.0.0+].
 
This was moved from its own service "sprof:bg" with [14.0.0+].


{| class="wikitable" border="1"
{| class="wikitable" border="1"
Line 155: Line 172:
! Cmd || Name
! Cmd || Name
|-
|-
| 100 || OpenProfileImporter
| 100 || [[#OpenProfileImporter]]
|-
|-
| 200 || ReadMetadata
| 200 || ReadMetadata
Line 164: Line 181:
|}
|}


== IProfileImporter ==
=== OpenProfileImporter ===
No input. Returns an [[#IProfileImporter]].
 
=== IProfileImporter ===
This is "nn::sprofile::srv::IProfileImporter".
This is "nn::sprofile::srv::IProfileImporter".


Line 178: Line 198:
|}
|}


= sprof:sp =
== ISprofileServiceForSystemProcess ==
This is "nn::sprofile::srv::ISprofileServiceForSystemProcess".
This is "nn::sprofile::srv::ISprofileServiceForSystemProcess".


This was added with [13.0.0+].  
This was added with [13.0.0+].
 
This was moved from its own service "sprof:sp" with [14.0.0+].


{| class="wikitable" border="1"
{| class="wikitable" border="1"
Line 187: Line 209:
! Cmd || Name
! Cmd || Name
|-
|-
| 100 || OpenProfileReader
| 100 || [[#OpenProfileReader]]
|-
|-
| 101 || OpenProfileUpdateObserver
| 101 || [[#OpenProfileUpdateObserver]]
|-
|-
| 900 || OpenProfileControllerForDebug
| 900 || [[#OpenProfileControllerForDebug]]
|}
|}


== IProfileReader ==
=== OpenProfileReader ===
No input. Returns an [[#IProfileReader]].
 
=== OpenProfileUpdateObserver ===
No input. Returns an [[#IProfileUpdateObserver]].
 
=== OpenProfileControllerForDebug ===
No input. Returns an [[#IProfileControllerForDebug]].
 
=== IProfileReader ===
This is "nn::sprofile::srv::IProfileReader".
This is "nn::sprofile::srv::IProfileReader".


Line 212: Line 243:
|}
|}


== IProfileUpdateObserver ==
=== IProfileUpdateObserver ===
This is "nn::sprofile::srv::IProfileUpdateObserver".
This is "nn::sprofile::srv::IProfileUpdateObserver".


Line 226: Line 257:
|}
|}


== IProfileControllerForDebug ==
=== IProfileControllerForDebug ===
This is "nn::sprofile::srv::IProfileControllerForDebug".
This is "nn::sprofile::srv::IProfileControllerForDebug".


Line 238: Line 269:
|}
|}


= Reports =
= ContextEntry =
== Fields ==
This is "nn::erpt::ContextEntry". This is a 0x160-byte struct.
{| class=wikitable
 
! Id || Name || Category || FieldType || FieldFlag
{| class="wikitable" border="1"
|-
|-
| 0x0 || TestU64 || Test || NumericU64 || None
! Offset || Size || Description
|-
|-
| 0x1 || TestU32 || Test || NumericU32 || None
| 0x0 || 0x4 || Version
|-
|-
| 0x2 || TestI64 || Test || NumericI64 || None
| 0x4 || 0x4 || FieldCount
|-
|-
| 0x3 || TestI32 || Test || NumericI32 || None
| 0x8 || 0x4 || CategoryId
|-
| 0xC || 0x144 || Array of FieldEntry
|-
| 0x150 || 0x8 || Pointer to a FieldList object
|-
| 0x158 || 0x4 || FieldList free count
|-
| 0x15C || 0x4 || FieldList total size
|}
 
= CreateReportOptionFlag =
This is "nn::erpt::CreateReportOptionFlag". This is a 32-bit flag.
 
= FieldId =
This is "nn::erpt::FieldId".
 
{| class=wikitable
|-
! Value || Name || Category || FieldType || FieldFlag
|-
| 0x0 || TestU64 || Test || NumericU64 || None
|-
| 0x1 || TestU32 || Test || NumericU32 || None
|-
| 0x2 || TestI64 || Test || NumericI64 || None
|-
| 0x3 || TestI32 || Test || NumericI32 || None
|-
|-
| 0x4 || TestString || Test || String || None
| 0x4 || TestString || Test || String || None
Line 273: Line 331:
| 0xE || ConnectionStatus || ConnectionStatusInfo || String || None
| 0xE || ConnectionStatus || ConnectionStatusInfo || String || None
|-
|-
| 0xF || AccessPointSSID || AccessPointInfo || String || None
| 0xF || AccessPointSSID || [21.0.0+] NetworkInfo2 ([1.0.0-20.5.0] AccessPointInfo) || String || None
|-
|-
| 0x10 || AccessPointSecurityType || AccessPointInfo || String || None
| 0x10 || AccessPointSecurityType || [21.0.0+] NetworkInfo2 ([1.0.0-20.5.0] AccessPointInfo) || String || None
|-
|-
| 0x11 || RadioStrength || RadioStrengthInfo || NumericU32 || None
| 0x11 || RadioStrength || [21.0.0+] NetworkInfo2 ([1.0.0-20.5.0] RadioStrengthInfo) || NumericU32 || None
|-
|-
| 0x12 || NXMacAddress || NXMacAddressInfo || String || None
| 0x12 || NXMacAddress || NXMacAddressInfo || String || None
Line 307: Line 365:
| 0x1F || ConnectAutomaticallyFlag || NetworkInfo || Bool || None
| 0x1F || ConnectAutomaticallyFlag || NetworkInfo || Bool || None
|-
|-
| 0x20 || UseStealthNetworkFlag || StealthNetworkInfo || Bool || None
| 0x20 || UseStealthNetworkFlag || [21.0.0+] NetworkInfo2 ([1.0.0-20.5.0] StealthNetworkInfo) || Bool || None
|-
|-
| 0x21 || LimitHighCapacityFlag || LimitHighCapacityInfo || Bool || None
| 0x21 || LimitHighCapacityFlag || [21.0.0+] NetworkInfo2 ([1.0.0-20.5.0] LimitHighCapacityInfo) || Bool || None
|-
|-
| 0x22 || NATType || NATTypeInfo || String || None
| 0x22 || NATType || NATTypeInfo || String || None
Line 325: Line 383:
| 0x28 || EnableNFCFlag || EnableNFCInfo || Bool || None
| 0x28 || EnableNFCFlag || EnableNFCInfo || Bool || None
|-
|-
| 0x29 || NintendoZoneSSIDListVersion || NintendoZoneSSIDListVersionInfo || String || None
| 0x29 || NintendoZoneSSIDListVersion || [21.0.0+] NetworkInfo2 ([1.0.0-20.5.0] NintendoZoneSSIDListVersionInfo) || String || None
|-
|-
| 0x2A || LANAdapterMacAddress || LANAdapterMacAddressInfo || String || None
| 0x2A || LANAdapterMacAddress || LANAdapterMacAddressInfo || String || None
Line 357: Line 415:
| 0x38 || DataCorruptionDetectedFlag || OccurrenceInfo || Bool || None
| 0x38 || DataCorruptionDetectedFlag || OccurrenceInfo || Bool || None
|-
|-
| 0x39 || ProductModel || ProductModelInfo || String || None
| 0x39 || ProductModel || [21.0.0+] SystemSettingInfo ([1.0.0-20.5.0] ProductModelInfo) || String || None
|-
|-
| 0x3A || CurrentLanguage || CurrentLanguageInfo || String || None
| 0x3A || CurrentLanguage || CurrentLanguageInfo || String || None
Line 373: Line 431:
| 0x40 || SDCardFreeSpace || SDCardFreeSpaceInfo || NumericU64 || None
| 0x40 || SDCardFreeSpace || SDCardFreeSpaceInfo || NumericU64 || None
|-
|-
| 0x41 || SerialNumber || ErrorInfoAuto || String || None
| 0x41 || SerialNumber || [21.0.0+] SystemSettingInfo ([1.0.0-20.5.0] ErrorInfoAuto) || String || None
|-
|-
| 0x42 || OsVersion || ErrorInfoAuto || String || None
| 0x42 || OsVersion || [21.0.0+] SystemSettingInfo ([1.0.0-20.5.0] ErrorInfoAuto) || String || None
|-
|-
| 0x43 || ScreenBrightnessAutoAdjustFlag || ScreenBrightnessInfo || Bool || None
| 0x43 || ScreenBrightnessAutoAdjustFlag || ScreenBrightnessInfo || Bool || None
Line 437: Line 495:
| 0x60 || GameCardCID || GameCardCIDInfo || U8Array || None
| 0x60 || GameCardCID || GameCardCIDInfo || U8Array || None
|-
|-
| 0x61 || NANDCID || NANDCIDInfo || U8Array || None
| 0x61 || [19.0.0+] NANDCIDDeprecated ([1.0.0-18.1.0] NANDCID) || [19.0.0+] NANDCIDInfoDeprecated ([1.0.0-18.1.0] NANDCIDInfo) || U8Array || None
|-
|-
| 0x62 || MicroSDCID || MicroSDCIDInfo || U8Array || None
| 0x62 || [19.0.0+] MicroSDCIDDeprecated ([1.0.0-18.1.0] MicroSDCID) || [19.0.0+] MicroSDCIDInfoDeprecated ([1.0.0-18.1.0] MicroSDCIDInfo) || U8Array || None
|-
|-
| 0x63 || NANDSpeedMode || NANDSpeedModeInfo || String || None
| 0x63 || NANDSpeedMode || NANDSpeedModeInfo || String || None
Line 461: Line 519:
| 0x6C || RegionSetting || RegionSettingInfo || String || None
| 0x6C || RegionSetting || RegionSettingInfo || String || None
|-
|-
| 0x6D || NintendoZoneConnectedFlag || NintendoZoneConnectedInfo || Bool || None
| 0x6D || NintendoZoneConnectedFlag || [21.0.0+] NetworkInfo2 ([1.0.0-20.5.0] NintendoZoneConnectedInfo) || Bool || None
|-
|-
| 0x6E || ForcedSleepHighTemperatureReading || ForceSleepInfo || NumericU32 || None
| 0x6E || ForcedSleepHighTemperatureReading || ForceSleepInfo || NumericU32 || None
Line 507: Line 565:
| 0x83 || AbortType || ErrorInfo || NumericU32 || None
| 0x83 || AbortType || ErrorInfo || NumericU32 || None
|-
|-
| 0x84 || PrivateOsVersion || ErrorInfoAuto || String || None
| 0x84 || PrivateOsVersion || [21.0.0+] SystemSettingInfo ([1.0.0-20.5.0] ErrorInfoAuto) || String || None
|-
|-
| 0x85 || CurrentSystemPowerState || SystemPowerStateInfo || NumericU32 || None
| 0x85 || CurrentSystemPowerState || SystemPowerStateInfo || NumericU32 || None
Line 515: Line 573:
| 0x87 || DestinationSystemPowerState || SystemPowerStateInfo || NumericU32 || None
| 0x87 || DestinationSystemPowerState || SystemPowerStateInfo || NumericU32 || None
|-
|-
| 0x88 || PscTransitionCurrentState || ErrorInfo || NumericU32 || None
| 0x88 || PscTransitionCurrentState || [21.0.0+] PscTransitionStateInfo ([1.0.0-20.5.0] ErrorInfo) || NumericU32 || None
|-
|-
| 0x89 || PscTransitionPreviousState || ErrorInfo || NumericU32 || None
| 0x89 || PscTransitionPreviousState || [21.0.0+] PscTransitionStateInfo ([1.0.0-20.5.0] ErrorInfo) || NumericU32 || None
|-
|-
| 0x8A || PscInitializedList || ErrorInfo || U8Array || None
| 0x8A || PscInitializedList || [21.0.0+] PscTransitionStateInfo ([1.0.0-20.5.0] ErrorInfo) || U8Array || None
|-
|-
| 0x8B || PscCurrentPmStateList || ErrorInfo || U32Array || None
| 0x8B || PscCurrentPmStateList || [21.0.0+] PscTransitionStateInfo ([1.0.0-20.5.0] ErrorInfo) || U32Array || None
|-
|-
| 0x8C || PscNextPmStateList || ErrorInfo || U32Array || None
| 0x8C || PscNextPmStateList || [21.0.0+] PscTransitionStateInfo ([1.0.0-20.5.0] ErrorInfo) || U32Array || None
|-
|-
| 0x8D || PerformanceMode || PerformanceInfo || NumericI32 || None
| 0x8D || PerformanceMode || PerformanceInfo || NumericI32 || None
Line 623: Line 681:
| 0xBD || OtgRequested || BatteryChargeInfo || Bool || None
| 0xBD || OtgRequested || BatteryChargeInfo || Bool || None
|-
|-
| 0xBE || NANDPreEolInfo || NANDExtendedCsd || NumericU32 || None
| 0xBE || [19.0.0+] NANDPreEolInfoDeprecated ([1.0.0-18.1.0] NANDPreEolInfo) || [19.0.0+] NANDExtendedCsdDeprecated ([1.0.0-18.1.0] NANDExtendedCsd) || NumericU32 || None
|-
|-
| 0xBF || NANDDeviceLifeTimeEstTypA || NANDExtendedCsd || NumericU32 || None
| 0xBF || [19.0.0+] NANDDeviceLifeTimeEstTypADeprecated ([1.0.0-18.1.0] NANDDeviceLifeTimeEstTypA) || [19.0.0+] NANDExtendedCsdDeprecated ([1.0.0-18.1.0] NANDExtendedCsd) || NumericU32 || None
|-
|-
| 0xC0 || NANDDeviceLifeTimeEstTypB || NANDExtendedCsd || NumericU32 || None
| 0xC0 || [19.0.0+] NANDDeviceLifeTimeEstTypBDeprecated ([1.0.0-18.1.0] NANDDeviceLifeTimeEstTypB) || [19.0.0+] NANDExtendedCsdDeprecated ([1.0.0-18.1.0] NANDExtendedCsd) || NumericU32 || None
|-
|-
| 0xC1 || NANDPatrolCount || NANDPatrolInfo || NumericU32 || None
| 0xC1 || NANDPatrolCount || NANDPatrolInfo || NumericU32 || None
Line 745: Line 803:
| 0xFA || [3.0.0+] GpuErrorPbdmaGpShadow1 || GpuErrorInfo || NumericU32 || None
| 0xFA || [3.0.0+] GpuErrorPbdmaGpShadow1 || GpuErrorInfo || NumericU32 || None
|-
|-
| 0xFB || [3.0.0+] AccessPointChannel || AccessPointInfo || NumericU16 || None
| 0xFB || [3.0.0+] AccessPointChannel || [21.0.0+] NetworkInfo2 ([3.0.0-20.5.0] AccessPointInfo) || NumericU16 || None
|-
|-
| 0xFC || [3.0.0+] ThreadName || ErrorInfo || String || None
| 0xFC || [3.0.0+] ThreadName || ErrorInfo || String || None
Line 769: Line 827:
| 0x106 || [3.0.0+] OscillatorClock || PowerClockInfo || NumericU32 || None
| 0x106 || [3.0.0+] OscillatorClock || PowerClockInfo || NumericU32 || None
|-
|-
| 0x107 || [3.0.0+] CpuDvfsTableClocks || PowerClockInfo || U32Array || None
| 0x107 || [19.0.0+] CpuDvfsTableClocksDeprecated ([3.0.0-18.1.0] CpuDvfsTableClocks) || PowerClockInfo || U32Array || None
|-
|-
| 0x108 || [3.0.0+] CpuDvfsTableVoltages || PowerClockInfo || I32Array || None
| 0x108 || [19.0.0+] CpuDvfsTableVoltagesDeprecated ([3.0.0-18.1.0] CpuDvfsTableVoltages) || PowerClockInfo || I32Array || None
|-
|-
| 0x109 || [3.0.0+] GpuDvfsTableClocks || PowerClockInfo || U32Array || None
| 0x109 || [19.0.0+] GpuDvfsTableClocksDeprecated ([3.0.0-18.1.0] GpuDvfsTableClocks) || PowerClockInfo || U32Array || None
|-
|-
| 0x10A || [3.0.0+] GpuDvfsTableVoltages || PowerClockInfo || I32Array || None
| 0x10A || [19.0.0+] GpuDvfsTableVoltagesDeprecated ([3.0.0-18.1.0] GpuDvfsTableVoltages) || PowerClockInfo || I32Array || None
|-
|-
| 0x10B || [3.0.0+] EmcDvfsTableClocks || PowerClockInfo || U32Array || None
| 0x10B || [19.0.0+] EmcDvfsTableClocksDeprecated ([3.0.0-18.1.0] EmcDvfsTableClocks) || PowerClockInfo || U32Array || None
|-
|-
| 0x10C || [3.0.0+] EmcDvfsTableVoltages || PowerClockInfo || I32Array || None
| 0x10C || [19.0.0+] EmcDvfsTableVoltagesDeprecated ([3.0.0-18.1.0] EmcDvfsTableVoltages) || PowerClockInfo || I32Array || None
|-
|-
| 0x10D || [3.0.0+] ModuleClockFrequencies || PowerClockInfo || U32Array || None
| 0x10D || [3.0.0+] ModuleClockFrequencies || PowerClockInfo || U32Array || None
Line 791: Line 849:
| 0x111 || [3.0.0+] ModuleMinimumVoltageClockRates || PowerClockInfo || U32Array || None
| 0x111 || [3.0.0+] ModuleMinimumVoltageClockRates || PowerClockInfo || U32Array || None
|-
|-
| 0x112 || [3.0.0+] PowerDomainEnableFlags || PowerClockInfo || U8Array || None
| 0x112 || [19.0.0+] PowerDomainEnableFlagsDeprecated ([3.0.0-18.1.0] PowerDomainEnableFlags) || PowerClockInfo || U8Array || None
|-
|-
| 0x113 || [3.0.0+] PowerDomainVoltages || PowerClockInfo || I32Array || None
| 0x113 || [19.0.0+] PowerDomainVoltagesDeprecated ([3.0.0-18.1.0] PowerDomainVoltages) || PowerClockInfo || I32Array || None
|-
|-
| 0x114 || [3.0.0+] AccessPointRssi || RadioStrengthInfo || NumericI32 || None
| 0x114 || [3.0.0+] AccessPointRssi || [21.0.0+] NetworkInfo2 ([3.0.0-20.5.0] RadioStrengthInfo) || NumericI32 || None
|-
|-
| 0x115 || [3.0.0+] FuseInfo || PowerClockInfo || U32Array || None
| 0x115 || [19.0.0+] FuseInfoDeprecated ([3.0.0-18.1.0] FuseInfo) || PowerClockInfo || U32Array || None
|-
|-
| 0x116 || [3.0.0+] VideoLog || VideoInfo || String || None
| 0x116 || [3.0.0+] VideoLog || VideoInfo || String || None
Line 1,325: Line 1,383:
| 0x21C || [5.0.0+] DramId || PowerClockInfo || NumericU32 || None
| 0x21C || [5.0.0+] DramId || PowerClockInfo || NumericU32 || None
|-
|-
| 0x21D || [6.0.0+] NifmConnectionTestRedirectUrl || NifmConnectionTestInfo || String || None
| 0x21D || [6.0.0+] NifmConnectionTestRedirectUrl || [21.0.0+] NetworkInfo2 ([6.0.0-20.5.0] NifmConnectionTestInfo) || String || None
|-
|-
| 0x21E || [6.0.0+] AcpRequiredNetworkServiceLicenseOnLaunchFlag || [12.0.0+] AcpUserAccountSettingsInfo ([6.0.0-11.0.1] AcpGeneralSettingsInfo) || NumericU8 || None
| 0x21E || [6.0.0+] AcpRequiredNetworkServiceLicenseOnLaunchFlag || [12.0.0+] AcpUserAccountSettingsInfo ([6.0.0-11.0.1] AcpGeneralSettingsInfo) || NumericU8 || None
Line 1,465: Line 1,523:
| 0x262 || [9.1.0+] NANDFreeSpaceOfSystem || NANDFreeSpaceInfo || NumericU64 || None
| 0x262 || [9.1.0+] NANDFreeSpaceOfSystem || NANDFreeSpaceInfo || NumericU64 || None
|-
|-
| 0x263 || [11.0.0+] AccessPointSSIDAsHex || AccessPointInfo || String || None
| 0x263 || [11.0.0+] AccessPointSSIDAsHex || [21.0.0+] NetworkInfo2 ([11.0.0-20.5.0] AccessPointInfo) || String || None
|-
|-
| 0x264 || [11.0.0+] PanelVendorId || InternalPanelInfo || NumericU8 || None
| 0x264 || [11.0.0+] PanelVendorId || InternalPanelInfo || NumericU8 || None
Line 1,537: Line 1,595:
| 0x286 || [13.0.0+] BluetoothAudioConnectionCount || BluetoothAudioInfo || NumericU8 || None
| 0x286 || [13.0.0+] BluetoothAudioConnectionCount || BluetoothAudioInfo || NumericU8 || None
|-
|-
| 0x287 || [13.0.0+] BluetoothHidPairingInfoCount || BluetoothPairingCountInfo || NumericU8 || None
| 0x287 || [19.0.0+] BluetoothHidPairingInfoCountDeprecated ([13.0.0-18.1.0] BluetoothHidPairingInfoCount) || BluetoothPairingCountInfo || NumericU8 || None
|-
|-
| 0x288 || [13.0.0+] BluetoothAudioPairingInfoCount || BluetoothPairingCountInfo || NumericU8 || None
| 0x288 || [19.0.0+] BluetoothAudioPairingInfoCountDeprecated ([13.0.0-18.1.0] BluetoothAudioPairingInfoCount) || BluetoothPairingCountInfo || NumericU8 || None
|-
|-
| 0x289 || [13.0.0+] BluetoothLePairingInfoCount || BluetoothPairingCountInfo || NumericU8 || None
| 0x289 || [19.0.0+] BluetoothLePairingInfoCountDeprecated ([13.0.0-18.1.0] BluetoothLePairingInfoCount) || BluetoothPairingCountInfo || NumericU8 || None
|-
|-
| 0x28A || [14.0.0+] FatFsBisSystemFilePeakOpenCount || FsProxyErrorInfo || NumericU16 || None
| 0x28A || [14.0.0+] FatFsBisSystemFilePeakOpenCount || FsProxyErrorInfo || NumericU16 || None
Line 1,554: Line 1,612:
|-
|-
| 0x28F || [14.0.0+] FatFsSdCardDirectoryPeakOpenCount || FsProxyErrorInfo || NumericU16 || None
| 0x28F || [14.0.0+] FatFsSdCardDirectoryPeakOpenCount || FsProxyErrorInfo || NumericU16 || None
|-
| 0x290 || [15.0.0+] SslAlertInfo || NetworkSecurityCertificateInfo || U8Array || None
|-
| 0x291 || [15.0.0+] SslVersionInfo || NetworkSecurityCertificateInfo || U8Array || None
|-
| 0x292 || [15.0.0+] FatFsBisSystemUniqueFileEntryPeakOpenCount || FsProxyErrorInfo || NumericU16 || None
|-
| 0x293 || [15.0.0+] FatFsBisSystemUniqueDirectoryEntryPeakOpenCount || FsProxyErrorInfo || NumericU16 || None
|-
| 0x294 || [15.0.0+] FatFsBisUserUniqueFileEntryPeakOpenCount || FsProxyErrorInfo || NumericU16 || None
|-
| 0x295 || [15.0.0+] FatFsBisUserUniqueDirectoryEntryPeakOpenCount || FsProxyErrorInfo || NumericU16 || None
|-
| 0x296 || [15.0.0+] FatFsSdCardUniqueFileEntryPeakOpenCount || FsProxyErrorInfo || NumericU16 || None
|-
| 0x297 || [15.0.0+] FatFsSdCardUniqueDirectoryEntryPeakOpenCount || FsProxyErrorInfo || NumericU16 || None
|-
| 0x298 || [16.0.0+] ServerErrorIsRetryable || ErrorInfo || Bool || None
|-
| 0x299 || [16.0.0+] FsDeepRetryStartCount || FsProxyErrorInfo2 || NumericU32 || None
|-
| 0x29A || [16.0.0+] FsUnrecoverableByGameCardAccessFailedCount || FsProxyErrorInfo2 || NumericU32 || None
|-
| 0x29B || [16.0.0+] BuiltInWirelessOUI || [21.0.0+] NetworkInfo2 ([16.0.0-20.5.0] BuiltInWirelessOUIInfo) || String || None
|-
| 0x29C || [16.0.0+] WirelessAPOUI || [21.0.0+] NetworkInfo2 ([16.0.0-20.5.0] WirelessAPOUIInfo) || String || None
|-
| 0x29D || [16.0.0+] EthernetAdapterOUI || [21.0.0+] NetworkInfo2 ([16.0.0-20.5.0] EthernetAdapterOUIInfo) || String || None
|-
| 0x29E || [17.0.0+] FatFsBisSystemFatSafeControlResult || FsProxyErrorInfo2 || NumericU8 || None
|-
| 0x29F || [17.0.0+] FatFsBisSystemFatErrorNumber || FsProxyErrorInfo2 || NumericI32 || None
|-
| 0x2A0 || [17.0.0+] FatFsBisSystemFatSafeErrorNumber || FsProxyErrorInfo2 || NumericI32 || None
|-
| 0x2A1 || [17.0.0+] FatFsBisUserFatSafeControlResult || FsProxyErrorInfo2 || NumericU8 || None
|-
| 0x2A2 || [17.0.0+] FatFsBisUserFatErrorNumber || FsProxyErrorInfo2 || NumericI32 || None
|-
| 0x2A3 || [17.0.0+] FatFsBisUserFatSafeErrorNumber || FsProxyErrorInfo2 || NumericI32 || None
|-
| 0x2A4 || [17.0.0+] GpuCrashDump2 || GpuCrashInfo || U8Array || None
|-
| 0x2A5 || [19.0.0+] NANDTypeDeprecated ([17.0.0-18.1.0] NANDType) || [19.0.0+] NANDTypeInfoDeprecated ([17.0.0-18.1.0] NANDTypeInfo) || U8Array || None
|-
| 0x2A6 || [17.0.0+] MicroSDType || MicroSDTypeInfo || U8Array || None
|-
| 0x2A7 || [17.0.0+] GameCardLastDeactivateReasonResult || GameCardErrorInfo || NumericU32 || None
|-
| 0x2A8 || [17.0.0+] GameCardLastDeactivateReason || GameCardErrorInfo || NumericU8 || None
|-
| 0x2A9 || [18.0.0+] InvalidErrorCode || ErrorInfo || String || None
|-
| 0x2AA || [19.0.0+] AppletId || ApplicationInfo || NumericI32 || None
|-
| 0x2AB || [19.0.0+] PrevReportIdentifier || ErrorInfoAuto || String || None
|-
| 0x2AC || [19.0.0+] SyslogStartupTimeBase || ErrorInfoAuto || NumericI64 || None
|-
| 0x2AD || [19.0.0+] NxdmpIsAttached || AttachmentFileInfo || Bool || None
|-
| 0x2AE || [19.0.0+] ScreenshotIsAttached || AttachmentFileInfo || Bool || None
|-
| 0x2AF || [19.0.0+] SyslogIsAttached || AttachmentFileInfo || Bool || None
|-
| 0x2B0 || [19.0.0+] SaveSyslogResult || AttachmentFileInfo || NumericU32 || None
|-
| 0x2B1 || [19.0.0+] EncryptionKeyGeneration || ErrorInfo || NumericI32 || None
|-
| 0x2B2 || [19.0.0+] FsBufferManagerNonBlockingRetriedCount || FsMemoryInfo || NumericU64 || None
|-
| 0x2B3 || [19.0.0+] FsPooledBufferNonBlockingRetriedCount || FsMemoryInfo || NumericU64 || None
|-
| 0x2B4 || [19.0.0+] LastConnectionTestDownloadSpeed64 || ConnectionInfo || NumericU64 || None
|-
| 0x2B5 || [19.0.0+] LastConnectionTestUploadSpeed64 || ConnectionInfo || NumericU64 || None
|-
| 0x2B6 || [19.0.0+] EncryptionKeyV1 || ErrorInfo || U8Array || None
|-
| 0x2B7 || [20.0.0+] GpuCrashDumpAttachmentId || GpuCrashInfo || U8Array || None
|-
| 0x2B8 || [20.0.0+] GpuCrashDumpIsAttached || AttachmentFileInfo || Bool || None
|-
| 0x2B9 || [20.0.0+] CallerIdentifier || ErrorInfo || NumericU64 || None
|-
| 0x2BA || [20.0.0+] WlanMainState || WlanInfo || NumericU8 || None
|-
| 0x2BB || [20.0.0+] WlanSubState || WlanInfo || NumericU8 || None
|-
| 0x2BE || [20.0.0+] AdspSyslogIsAttached || AttachmentFileInfo || Bool || None
|-
| 0x2BF || [20.0.0+] LastHalfAwakeTime || HalfAwakeStateInfo || NumericI64 || None
|-
| 0x2C0 || [20.0.0+] LastHalfAwakeTimeAfterBackgroundTaskDone || HalfAwakeStateInfo || NumericI64 || None
|-
| 0x2C1 || [20.0.0+] LastHalfAwakeTimeAfterStateUnlocked || HalfAwakeStateInfo || NumericI64 || None
|-
| 0x2C2 || [20.0.0+] LastHalfAwakePowerStateMessage || HalfAwakeStateInfo || NumericI32 || None
|-
| 0x2C3 || [20.0.0+] FastlyRequestId || ErrorInfo || String || None
|-
| 0x2C4 || [20.0.0+] CloudflareCfRay || ErrorInfo || String || None
|-
| 0x2C5 || [20.0.0+] WlanCommandEventHistory || WlanInfo || U8Array || None
|-
| 0x2C6 || [20.0.0+] FsSaveDataAttributeCheckFailureCount || FsProxyErrorInfo2 || NumericU8 || None
|-
| 0x2C7 || [20.0.0+] PctlIsRestrictionEnabled || PctlSettingInfo || Bool || None
|-
| 0x2C8 || [20.0.0+] PctlIsPairingActive || PctlSettingInfo || Bool || None
|-
| 0x2C9 || [20.0.0+] PctlSafetyLevel || PctlSettingInfo || NumericU8 || None
|-
| 0x2CA || [20.0.0+] PctlRatingAge || PctlSettingInfo || NumericU8 || None
|-
| 0x2CB || [20.0.0+] PctlRatingOrganization || PctlSettingInfo || NumericU8 || None
|-
| 0x2CC || [20.0.0+] PctlIsSnsPostRestricted || PctlSettingInfo || Bool || None
|-
| 0x2CD || [20.0.0+] PctlIsFreeCommunicationRestrictedByDefault || PctlSettingInfo  || Bool || None
|-
| 0x2CE || [20.0.0+] PctlIsStereoVisionRestricted || PctlSettingInfo || Bool || None
|-
| 0x2CF || [20.0.0+] PctlRestrictedFreeCommunicationApplicationIdList || PctlSettingInfo || U64Array || None
|-
| 0x2D0 || [20.0.0+] PctlExemptApplicationIdList || PctlSettingInfo || U64Array || None
|-
| 0x2D1 || [20.0.0+] GameCardLogEncryptionKeyIndex || GameCardLogInfo || NumericU32 || None
|-
| 0x2D2 || [20.0.0+] GameCardLogEncryptedKey || GameCardLogInfo || U8Array || None
|-
| 0x2D3 || [20.0.0+] GameCardAsicHandlerLogLength || GameCardLogInfo || NumericU32 || None
|-
| 0x2D4 || [20.0.0+] GameCardWorkerLogLength || GameCardLogInfo || NumericU32 || None
|-
| 0x2D5 || [20.0.0+] GameCardAsicHandlerLogTimeStamp || GameCardLogInfo || NumericI64 || None
|-
| 0x2D6 || [20.0.0+] GameCardWorkerLogTimeStamp || GameCardLogInfo || NumericI64 || None
|-
| 0x2D7 || [20.0.0+] GameCardEncryptedAsicHandlerLog || GameCardLogInfo || U8Array || None
|-
| 0x2D8 || [20.0.0+] GameCardEncryptedWorkerLog || GameCardLogInfo || U8Array || None
|-
| 0x2D9 || [20.0.0+] WlanIoctlErrno || ErrorInfo || NumericI32 || None
|-
| 0x2DA || [20.0.0+] FsSaveDataCertificateVerificationFailureCount || FsProxyErrorInfo2 || NumericU8 || None
|-
| 0x2DB || [20.0.0+] SdCardActivationMilliSeconds || SdCardActivationInfo || NumericU32 || None
|-
| 0x2DC || [20.0.0+] GameCardLastAwakenFailureResult || GameCardDetailedErrorInfo || NumericU32 || None
|-
| 0x2DD || [20.0.0+] GameCardInsertedTimestamp || GameCardDetailedErrorInfo || NumericI64 || None
|-
| 0x2DE || [20.0.0+] GameCardPreviousInsertedTimestamp || GameCardDetailedErrorInfo || NumericI64 || None
|-
| 0x2DF || [20.1.0+] WlanChipResetTriggered || WlanInfo || Bool || None
|-
| 0x2E0 || [21.0.0+] NANDNumReadFailures || NANDErrorInfo || NumericU32 || None
|-
| 0x2E1 || [21.0.0+] NANDNumReadRecoveries || NANDErrorInfo || NumericU32 || None
|-
| 0x2E2 || [21.0.0+] NANDNumWriteFailures || NANDErrorInfo || NumericU32 || None
|-
| 0x2E3 || [21.0.0+] NANDNumWriteRecoveries || NANDErrorInfo || NumericU32 || None
|-
| 0x2E4 || [21.0.0+] WlanCommandEventHistoryV2 || WlanInfo || U8Array || None
|-
| 0x2E5 || [21.0.0+] WlanChipResetReason || ErrorInfo || NumericI32 || None
|-
| 0x2E6 || [21.0.0+] WlanAssertDumpData || ErrorInfo || U8Array || None
|-
| 0x2E7 || [21.0.0+] ApplicationErrorFlag || ApplicationInfo || Bool || None
|-
| 0x2E8 || [21.0.0+] FsOrphanedSaveDataTotalSize || FsProxyErrorInfo2 || NumericU32 || None
|-
| 0x2E9 || [21.0.0+] FsOrphanedSaveDataCount || FsProxyErrorInfo2 || NumericU16 || None
|-
| 0x2EA || [21.0.0+] MigrationType || MigrationStateInfo || NumericU8 || None
|-
| 0x2EB || [21.0.0+] MigrationResumeCount || MigrationStateInfo || NumericU8 || None
|-
| 0x2EC || [21.0.0+] MigrationStateData || MigrationStateInfo || U8Array || None
|-
| 0x2ED || [21.0.0+] WinVdPcEnvironment || WinVdInfo || String || None
|-
| 0x2EE || [21.0.0+] PscBlockingPmModuleList || PscTransitionStateInfo || U32Array || None
|-
| 0x2EF || [21.0.0+] CrashReportFlag || ErrorInfo || Bool || None
|-
| 0x2F0 || [21.0.0+] TouchScreenPanelVendor || TouchScreenInfo || NumericU8 || None
|-
| 0x2F1 || [21.0.0+] GameCardReportMiscFlags || GameCardDetailedErrorInfo || NumericU32 || None
|-
| 0x2F2 || [21.0.0+] GameCardRemovedTimestamp || GameCardDetailedErrorInfo || NumericI64 || None
|-
| 0x2F3 || [21.0.0+] GameCardPackageId || GameCardDetailedErrorInfo || U8Array || None
|-
| 0x2F4 || [21.0.0+] GameCardInserted || GameCardDetailedErrorInfo || Bool || None
|-
| 0x2F5 || [21.0.0+] ErptStartupCount || ErrorInfoAuto || NumericU32 || None
|-
| 0x2F6 || [21.0.0+] FatSdCardTotalNumberOfLogicalClusters || FsProxyErrorInfo2 || NumericU32 || None
|-
| 0x2F7 || [21.0.0+] FatSdCardBytePerLogicalSector || FsProxyErrorInfo2 || NumericU32 || None
|-
| 0x2F8 || [21.0.0+] FatSdCardLogicalSectorPerCluster || FsProxyErrorInfo2 || NumericU32 || None
|-
| 0x2F9 || [21.0.0+] FatSdCardFormatType || FsProxyErrorInfo2 || NumericU8 || None
|-
| 0x2FA || [21.0.0+] FatSdCardNumberOfFat || FsProxyErrorInfo2 || NumericU8 || None
|-
| 0x2FB || [21.0.0+] FatSdCardSectorPerFat || FsProxyErrorInfo2 || NumericU32 || None
|-
| 0x2FC || [21.0.0+] FatSdCardNumberOfReservedSectors || FsProxyErrorInfo2 || NumericU32 || None
|-
| 0x2FD || [21.0.0+] FatSdCardFirstDataSector || FsProxyErrorInfo2 || NumericU32 || None
|-
| 0x2FE || [21.0.0+] FatSdCardTotalNumberOfSectors || FsProxyErrorInfo3 || NumericU64 || None
|-
| 0x2FF || [21.0.0+] FatSdCardCheckFlags || FsProxyErrorInfo3 || NumericU32 || None
|-
| 0x300 || [21.0.0+] BluetoothHaltedReason || ErrorInfo || NumericU8 || None
|-
| 0x301 || [21.0.0+] BluetoothHaltedCurrentPmState || ErrorInfo || NumericU8 || None
|-
| 0x302 || [21.0.0+] BluetoothHaltedRequestedPmState || ErrorInfo || NumericU8 || None
|-
| 0x303 || [21.0.0+] BluetoothHaltedBtpApiFailedId || ErrorInfo || NumericU16 || None
|-
| 0x304 || [21.0.0+] RomFsRecoveredAesFailedCount || FsProxyErrorInfo3 || NumericU32 || None
|-
| 0x305 || [21.0.0+] DriverRecoveredAesFailedCount || FsProxyErrorInfo3 || NumericU32 || None
|-
| 0x306 || [21.0.0+] BluetoothIsHalted || BluetoothErrorInfo || Bool || None
|-
| 0x3E8 || [18.0.0+] TestStringNx || TestNx || String || None
|-
| 0x3E9 || [18.0.0+] BoostModeCurrentLimit || BatteryChargeInfo || NumericI32 || None
|-
| 0x3EA || [18.0.0+] ChargeConfiguration || BatteryChargeInfo || NumericI32 || None
|-
| 0x3EB || [18.0.0+] HizMode || BatteryChargeInfo || Bool || None
|-
| 0x3EC || [18.0.0+] PowerSupplyPath || BatteryChargeInfo || NumericI32 || None
|-
| 0x3ED || [18.0.0+] ControllerPowerSupplyAcquired || BatteryChargeInfo || Bool || None
|-
| 0x3EE || [18.0.0+] OtgRequested || BatteryChargeInfo || Bool || None
|-
| 0x3EF || [18.0.0+] AdspExceptionRegisters || AdspErrorInfo || U32Array || None
|-
| 0x3F0 || [18.0.0+] AdspExceptionSpsr || AdspErrorInfo || NumericU32 || None
|-
| 0x3F1 || [18.0.0+] AdspExceptionArmModeRegisters || AdspErrorInfo || U32Array || None
|-
| 0x3F2 || [18.0.0+] AdspExceptionStackAddress || AdspErrorInfo || NumericU32 || None
|-
| 0x3F3 || [18.0.0+] AdspExceptionStackDump || AdspErrorInfo || U32Array || None
|-
| 0x3F4 || [18.0.0+] AdspExceptionReason || AdspErrorInfo || NumericU32 || None
|-
| 0x3F5 || [19.0.0+] CpuDvfsTableClocks || PowerClockInfo || U32Array || None
|-
| 0x3F6 || [19.0.0+] CpuDvfsTableVoltages || PowerClockInfo || I32Array || None
|-
| 0x3F7 || [19.0.0+] GpuDvfsTableClocks || PowerClockInfo || U32Array || None
|-
| 0x3F8 || [19.0.0+] GpuDvfsTableVoltages || PowerClockInfo || I32Array || None
|-
| 0x3F9 || [19.0.0+] EmcDvfsTableClocks || PowerClockInfo || U32Array || None
|-
| 0x3FA || [19.0.0+] EmcDvfsTableVoltages || PowerClockInfo || I32Array || None
|-
| 0x3FB || [19.0.0+] PowerDomainEnableFlags || PowerClockInfo || U8Array || None
|-
| 0x3FC || [19.0.0+] PowerDomainVoltages || PowerClockInfo || I32Array || None
|-
| 0x3FD || [19.0.0+] FuseInfo || PowerClockInfo || U32Array || None
|-
| 0x3FE || [19.0.0+] NANDType || NANDTypeInfo || U8Array || None
|-
| 0x3FF || [19.0.0+] BluetoothHidPairingInfoCount || BluetoothPairingCountInfo || NumericU8 || None
|-
| 0x400 || [19.0.0+] BluetoothAudioPairingInfoCount || BluetoothPairingCountInfo || NumericU8 || None
|-
| 0x401 || [19.0.0+] BluetoothLePairingInfoCount || BluetoothPairingCountInfo || NumericU8 || None
|-
| 0x402 || [19.0.0+] NANDPreEolInfo || NANDExtendedCsd || NumericU32 || None
|-
| 0x403 || [19.0.0+] NANDDeviceLifeTimeEstTypA || NANDExtendedCsd || NumericU32 || None
|-
| 0x404 || [19.0.0+] NANDDeviceLifeTimeEstTypB || NANDExtendedCsd || NumericU32 || None
|-
| 0x405 || [20.0.0+] OscillatorClock || PowerClockInfo || NumericU32 || None
|-
| 0x406 || [20.0.0+] DramId || PowerClockInfo || NumericU32 || None
|-
| 0x407 || [20.0.0+] LastDvfsThresholdTripped || ThermalInfo || NumericI32 || None
|-
| 0x408 || [20.0.0+] ModuleClockEnableFlags || PowerClockInfo || U8Array || None
|-
| 0x409 || [20.0.0+] ModulePowerEnableFlags || PowerClockInfo || U8Array || None
|-
| 0x40A || [21.0.0+] BluetoothAudioConnectionCount || BluetoothAudioInfo || NumericU8 || None
|}
|}


[[Category:Services]]
[[Category:Services]]