محلل في Tombstone

public class TombstoneParser
extends Object

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


تحليل شواهد القبور ومن ملف Tombstone أو 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)

شركة إنشاءات عامة

محلل في Tombstone

public TombstoneParser ()

الطرق العامة

ParseLogcat

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

تحليل مقتطف من أداة Logcat وإنشاء قائمة بشواهد القبور

المعلمات
logcat String

المرتجعات
List<TombstoneProtos.Tombstone>

تحليل المؤشر

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