墓碑解析器
public class TombstoneParser
extends Object
java.lang.Object |
↳ | com.android.sts.common.util.TombstoneParser |
從邏輯刪除文件或 logcat 分析邏輯刪除。
概括
公共方法 |
---|
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 片段並構建墓碑列表
退貨 |
---|
List<TombstoneProtos.Tombstone> | |
解析指針
public static long parsePointer (String pointerString)
解析墓碑
public static boolean parseTombstone (String tombstoneBlob,
TombstoneProtos.Tombstone.Builder tombstoneBuilder)
參數 |
---|
tombstoneBlob | String |
tombstoneBuilder | TombstoneProtos.Tombstone.Builder |