Package com.android.server.os
Class LinphoneTombstoneProtos.Signal
java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<LinphoneTombstoneProtos.Signal,LinphoneTombstoneProtos.Signal.Builder>
com.android.server.os.LinphoneTombstoneProtos.Signal
- All Implemented Interfaces:
LinphoneTombstoneProtos.SignalOrBuilder
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
- Enclosing class:
- LinphoneTombstoneProtos
public static final class LinphoneTombstoneProtos.Signal
extends com.google.protobuf.GeneratedMessageLite<LinphoneTombstoneProtos.Signal,LinphoneTombstoneProtos.Signal.Builder>
implements LinphoneTombstoneProtos.SignalOrBuilder
Protobuf type
Signal
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Protobuf typeSignal
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,
?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite, Type extends Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
Fields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFields
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
Method Summary
Modifier and TypeMethodDescriptionprotected final Object
dynamicMethod
(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) int
getCode()
int32 code = 3;
string code_name = 4;
com.google.protobuf.ByteString
string code_name = 4;
long
uint64 fault_address = 9;
Note, may or may not contain the dump of the actual memory contents.boolean
bool has_fault_address = 8;
boolean
bool has_sender = 5;
getName()
string name = 2;
com.google.protobuf.ByteString
string name = 2;
int
int32 number = 1;
int
int32 sender_pid = 7;
int
int32 sender_uid = 6;
boolean
Note, may or may not contain the dump of the actual memory contents.newBuilder
(LinphoneTombstoneProtos.Signal prototype) parseDelimitedFrom
(InputStream input) parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(byte[] data) parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(com.google.protobuf.ByteString data) parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(com.google.protobuf.CodedInputStream input) parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(InputStream input) parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(ByteBuffer data) parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<LinphoneTombstoneProtos.Signal>
parser()
Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Field Details
-
NUMBER_FIELD_NUMBER
public static final int NUMBER_FIELD_NUMBER- See Also:
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER- See Also:
-
CODE_FIELD_NUMBER
public static final int CODE_FIELD_NUMBER- See Also:
-
CODE_NAME_FIELD_NUMBER
public static final int CODE_NAME_FIELD_NUMBER- See Also:
-
HAS_SENDER_FIELD_NUMBER
public static final int HAS_SENDER_FIELD_NUMBER- See Also:
-
SENDER_UID_FIELD_NUMBER
public static final int SENDER_UID_FIELD_NUMBER- See Also:
-
SENDER_PID_FIELD_NUMBER
public static final int SENDER_PID_FIELD_NUMBER- See Also:
-
HAS_FAULT_ADDRESS_FIELD_NUMBER
public static final int HAS_FAULT_ADDRESS_FIELD_NUMBER- See Also:
-
FAULT_ADDRESS_FIELD_NUMBER
public static final int FAULT_ADDRESS_FIELD_NUMBER- See Also:
-
FAULT_ADJACENT_METADATA_FIELD_NUMBER
public static final int FAULT_ADJACENT_METADATA_FIELD_NUMBER- See Also:
-
-
Method Details
-
getNumber
public int getNumber()int32 number = 1;
- Specified by:
getNumber
in interfaceLinphoneTombstoneProtos.SignalOrBuilder
- Returns:
- The number.
-
getName
string name = 2;
- Specified by:
getName
in interfaceLinphoneTombstoneProtos.SignalOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()string name = 2;
- Specified by:
getNameBytes
in interfaceLinphoneTombstoneProtos.SignalOrBuilder
- Returns:
- The bytes for name.
-
getCode
public int getCode()int32 code = 3;
- Specified by:
getCode
in interfaceLinphoneTombstoneProtos.SignalOrBuilder
- Returns:
- The code.
-
getCodeName
string code_name = 4;
- Specified by:
getCodeName
in interfaceLinphoneTombstoneProtos.SignalOrBuilder
- Returns:
- The codeName.
-
getCodeNameBytes
public com.google.protobuf.ByteString getCodeNameBytes()string code_name = 4;
- Specified by:
getCodeNameBytes
in interfaceLinphoneTombstoneProtos.SignalOrBuilder
- Returns:
- The bytes for codeName.
-
getHasSender
public boolean getHasSender()bool has_sender = 5;
- Specified by:
getHasSender
in interfaceLinphoneTombstoneProtos.SignalOrBuilder
- Returns:
- The hasSender.
-
getSenderUid
public int getSenderUid()int32 sender_uid = 6;
- Specified by:
getSenderUid
in interfaceLinphoneTombstoneProtos.SignalOrBuilder
- Returns:
- The senderUid.
-
getSenderPid
public int getSenderPid()int32 sender_pid = 7;
- Specified by:
getSenderPid
in interfaceLinphoneTombstoneProtos.SignalOrBuilder
- Returns:
- The senderPid.
-
getHasFaultAddress
public boolean getHasFaultAddress()bool has_fault_address = 8;
- Specified by:
getHasFaultAddress
in interfaceLinphoneTombstoneProtos.SignalOrBuilder
- Returns:
- The hasFaultAddress.
-
getFaultAddress
public long getFaultAddress()uint64 fault_address = 9;
- Specified by:
getFaultAddress
in interfaceLinphoneTombstoneProtos.SignalOrBuilder
- Returns:
- The faultAddress.
-
hasFaultAdjacentMetadata
public 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;
- Specified by:
hasFaultAdjacentMetadata
in interfaceLinphoneTombstoneProtos.SignalOrBuilder
- Returns:
- Whether the faultAdjacentMetadata field is set.
-
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;
- Specified by:
getFaultAdjacentMetadata
in interfaceLinphoneTombstoneProtos.SignalOrBuilder
- Returns:
- The faultAdjacentMetadata.
-
parseFrom
public static LinphoneTombstoneProtos.Signal parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LinphoneTombstoneProtos.Signal parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LinphoneTombstoneProtos.Signal parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LinphoneTombstoneProtos.Signal parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LinphoneTombstoneProtos.Signal parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LinphoneTombstoneProtos.Signal parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static LinphoneTombstoneProtos.Signal parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static LinphoneTombstoneProtos.Signal parseDelimitedFrom(InputStream input) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static LinphoneTombstoneProtos.Signal parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static LinphoneTombstoneProtos.Signal parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static LinphoneTombstoneProtos.Signal parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilder
-
newBuilder
public static LinphoneTombstoneProtos.Signal.Builder newBuilder(LinphoneTombstoneProtos.Signal prototype) -
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) - Specified by:
dynamicMethod
in classcom.google.protobuf.GeneratedMessageLite<LinphoneTombstoneProtos.Signal,
LinphoneTombstoneProtos.Signal.Builder>
-
getDefaultInstance
-
parser
-