Package 

Interface TombstoneProtos.BacktraceFrameOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract long getRelPc() uint64 rel_pc = 1;
      abstract long getPc() uint64 pc = 2;
      abstract long getSp() uint64 sp = 3;
      abstract String getFunctionName() string function_name = 4;
      abstract ByteString getFunctionNameBytes() string function_name = 4;
      abstract long getFunctionOffset() uint64 function_offset = 5;
      abstract String getFileName() string file_name = 6;
      abstract ByteString getFileNameBytes() string file_name = 6;
      abstract long getFileMapOffset() uint64 file_map_offset = 7;
      abstract String getBuildId() string build_id = 8;
      abstract ByteString getBuildIdBytes() string build_id = 8;
      • 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