nRF Connect Device Manager
Toggle table of contents
3.2.0
release
Target filter
release
Switch theme
Search in API
Skip to content
nRF Connect Device Manager
mcumgr-core
/
no.nordicsemi.android.mcumgr.crash
/
CoreDump
Core
Dump
open
class
CoreDump
A core dump collected from a device. Use the
fromBytes
method to parse the file into this object.
Members
Constructors
Core
Dump
Link copied to clipboard
constructor
(
@
NotNull
header
:
@
NotNull
CoreDumpHeader
,
@
NotNull
tlv
:
@
NotNull
CoreDumpTlv
)
Functions
from
Bytes
Link copied to clipboard
@
NotNull
open
fun
fromBytes
(
data
:
@
NotNull
Array
<
Byte
>
)
:
@
NotNull
CoreDump
Parse a core dump file from a byte array.
get
Header
Link copied to clipboard
@
NotNull
open
fun
getHeader
(
)
:
@
NotNull
CoreDumpHeader
get
Image
Hash
Link copied to clipboard
open
fun
getImageHash
(
)
:
@
Nullable
Array
<
Byte
>
Get the image hash from the core dump TLV.
get
Registers
Link copied to clipboard
open
fun
getRegisters
(
)
:
@
Nullable
Array
<
Byte
>
Get the registers from the core dump TLV.
get
Tlv
Link copied to clipboard
@
NotNull
open
fun
getTlv
(
)
:
@
NotNull
CoreDumpTlv