TombstoneParser

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)

وظائف الإنشاء العامة

TombstoneParser

public TombstoneParser ()

الطرق العامة

parseLogcat

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

تحليل مقتطف logcat وإنشاء قائمة بعلامات وضع عدم الاتّصال

المعلمات
logcat String

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

parsePointer

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