-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface TombstoneProtos.SignalOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract intgetNumber()int32 number = 1;abstract StringgetName()string name = 2;abstract ByteStringgetNameBytes()string name = 2;abstract intgetCode()int32 code = 3;abstract StringgetCodeName()string code_name = 4;abstract ByteStringgetCodeNameBytes()string code_name = 4;abstract booleangetHasSender()bool has_sender = 5;abstract intgetSenderUid()int32 sender_uid = 6;abstract intgetSenderPid()int32 sender_pid = 7;abstract booleangetHasFaultAddress()bool has_fault_address = 8;abstract longgetFaultAddress()uint64 fault_address = 9;abstract booleanhasFaultAdjacentMetadata()Note, may or may not contain the dump of the actual memory contents. Currently, on arm64, we only include metadata, and not the contents..MemoryDump fault_adjacent_metadata = 10;abstract TombstoneProtos.MemoryDumpgetFaultAdjacentMetadata()Note, may or may not contain the dump of the actual memory contents. Currently, on arm64, we only include metadata, and not the contents..MemoryDump fault_adjacent_metadata = 10;-
-
Method Detail
-
getNumber
abstract int getNumber()
int32 number = 1;
-
getNameBytes
abstract ByteString getNameBytes()
string name = 2;
-
getCode
abstract int getCode()
int32 code = 3;
-
getCodeName
abstract String getCodeName()
string code_name = 4;
-
getCodeNameBytes
abstract ByteString getCodeNameBytes()
string code_name = 4;
-
getHasSender
abstract boolean getHasSender()
bool has_sender = 5;
-
getSenderUid
abstract int getSenderUid()
int32 sender_uid = 6;
-
getSenderPid
abstract int getSenderPid()
int32 sender_pid = 7;
-
getHasFaultAddress
abstract boolean getHasFaultAddress()
bool has_fault_address = 8;
-
getFaultAddress
abstract long getFaultAddress()
uint64 fault_address = 9;
-
hasFaultAdjacentMetadata
abstract boolean hasFaultAdjacentMetadata()
Note, may or may not contain the dump of the actual memory contents. Currently, on arm64, we only include metadata, and not the contents..MemoryDump fault_adjacent_metadata = 10;
-
getFaultAdjacentMetadata
abstract TombstoneProtos.MemoryDump getFaultAdjacentMetadata()
Note, may or may not contain the dump of the actual memory contents. Currently, on arm64, we only include metadata, and not the contents..MemoryDump fault_adjacent_metadata = 10;
-
-
-
-