TombstoneParser
public class TombstoneParser
extends Object
java.lang.Object |
↳ | com.android.sts.common.util.TombstoneParser |
Analysiert Tombstones und aus einer Tombstone-Datei oder Logcat.
Zusammenfassung
Öffentliche Methoden |
---|
static final List<TombstoneProtos.Tombstone> | parseLogcat (String logcat) Analysieren Sie ein Logcat-Snippet und erstellen Sie eine Liste von Tombstones |
static long | parsePointer (String pointerString) |
static boolean | parseTombstone (String tombstoneBlob, TombstoneProtos.Tombstone.Builder tombstoneBuilder) |
Öffentliche Konstrukteure
TombstoneParser
public TombstoneParser ()
Öffentliche Methoden
parseLogcat
public static final List<TombstoneProtos.Tombstone> parseLogcat (String logcat)
Analysieren Sie ein Logcat-Snippet und erstellen Sie eine Liste von Tombstones
Kehrt zurück |
---|
List<TombstoneProtos.Tombstone> | |
parsePointer
public static long parsePointer (String pointerString)
Parameter |
---|
pointerString | String |
analysierenGrabstein
public static boolean parseTombstone (String tombstoneBlob,
TombstoneProtos.Tombstone.Builder tombstoneBuilder)
Parameter |
---|
tombstoneBlob | String |
tombstoneBuilder | TombstoneProtos.Tombstone.Builder |