import-log: work on log fragment ui

This commit is contained in:
Vincent Breitmoser
2014-06-10 20:06:28 +02:00
parent f38556cab1
commit 3895c10a58
6 changed files with 113 additions and 21 deletions

View File

@@ -173,12 +173,12 @@ public class OperationResultParcel implements Parcelable {
/** Enumeration of possible log levels. */
public static enum LogLevel {
START, // should occur once at the start of each independent operation
OK, // should occur once at the end of a successful operation
ERROR, // should occur once at the end of a failed operation
DEBUG,
INFO,
WARN,
ERROR, // should occur once at the end of a failed operation
START, // should occur once at the start of each independent operation
OK, // should occur once at the end of a successful operation
}
@Override