Package 

Interface TombstoneProtos.SignalOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract int getNumber() int32 number = 1;
      abstract String getName() string name = 2;
      abstract ByteString getNameBytes() string name = 2;
      abstract int getCode() int32 code = 3;
      abstract String getCodeName() string code_name = 4;
      abstract ByteString getCodeNameBytes() string code_name = 4;
      abstract boolean getHasSender() bool has_sender = 5;
      abstract int getSenderUid() int32 sender_uid = 6;
      abstract int getSenderPid() int32 sender_pid = 7;
      abstract boolean getHasFaultAddress() bool has_fault_address = 8;
      abstract long getFaultAddress() uint64 fault_address = 9;
      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;
      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;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getNumber

         abstract int getNumber()

        int32 number = 1;

      • getNameBytes

         abstract ByteString getNameBytes()

        string name = 2;

      • getCode

         abstract int getCode()

        int32 code = 3;

      • getHasSender

         abstract boolean getHasSender()

        bool has_sender = 5;

      • getSenderUid

         abstract int getSenderUid()

        int32 sender_uid = 6;

      • getSenderPid

         abstract int getSenderPid()

        int32 sender_pid = 7;

      • 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;