TombstoneParser

public class TombstoneParser
extends Object

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


Parset Tombstones aus einer Tombstone-Datei oder einem Logcat.

Zusammenfassung

Öffentliche Konstruktoren

TombstoneParser()

Öffentliche Methoden

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

Logcat-Snippet analysieren und eine Liste von Tombstones erstellen

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

Öffentliche Konstruktoren

TombstoneParser

public TombstoneParser ()

Öffentliche Methoden

parseLogcat

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

Logcat-Snippet analysieren und eine Liste von Tombstones erstellen

Parameter
logcat String

Returns
List<TombstoneProtos.Tombstone>

parsePointer

public static long parsePointer (String pointerString)

Parameter
pointerString String

Returns
long

parseTombstone

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

Parameter
tombstoneBlob String

tombstoneBuilder TombstoneProtos.Tombstone.Builder

Returns
boolean