墓碑解析器

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 ()

公共方法

解析日志猫

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

解析 logcat 片段并构建墓碑列表

参数
logcat String

退货
List<TombstoneProtos.Tombstone>

解析指针

public static long parsePointer (String pointerString)

参数
pointerString String

退货
long

解析墓碑

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

参数
tombstoneBlob String

tombstoneBuilder TombstoneProtos.Tombstone.Builder

退货
boolean