Pengurai Batu Nisan

public class TombstoneParser
extends Object

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


Mengurai batu nisan dan dari file batu nisan atau logcat.

Ringkasan

Konstruktor publik

TombstoneParser ()

Metode publik

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

Parsing cuplikan logcat dan buat daftar batu nisan

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

Konstruktor publik

Pengurai Batu Nisan

public TombstoneParser ()

Metode publik

parseLogcat

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

Parsing cuplikan logcat dan buat daftar batu nisan

Parameter
logcat String

Kembali
List<TombstoneProtos.Tombstone>

parsePointer

public static long parsePointer (String pointerString)

Parameter
pointerString String

Kembali
long

parseTombstone

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

Parameter
tombstoneBlob String

tombstoneBuilder TombstoneProtos.Tombstone.Builder

Kembali
boolean