湯姆斯頓剖析器

public class TombstoneParser
extends Object

java.lang.Object
   ↳ com.android.sts.common.util.TombstoneParser


這個外掛程式能剖析空值標記和空值標記檔案或 logcat。

摘要

公用建構函式

TombstoneParser()

公用方法

static final List<TombstoneProtos.Tombstone> parseLogcat(String logcat)

剖析 logcat 程式碼片段,並建立空值清單

static long parsePointer(String pointerString)
static boolean parseTombstone(String tombstoneBlob, TombstoneProtos.Tombstone.Builder tombstoneBuilder)

公用建構函式

湯姆斯頓剖析器

public TombstoneParser ()

公用方法

剖析 Logcat

public static final List<TombstoneProtos.Tombstone> parseLogcat (String logcat)

剖析 logcat 程式碼片段,並建立空值清單

參數
logcat String

傳回
List<TombstoneProtos.Tombstone>

剖析 Pointer

public static long parsePointer (String pointerString)

參數
pointerString String

傳回
long

parseTombstone

public static boolean parseTombstone (String tombstoneBlob, 
                TombstoneProtos.Tombstone.Builder tombstoneBuilder)

參數
tombstoneBlob String

tombstoneBuilder TombstoneProtos.Tombstone.Builder

傳回
boolean