summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Siniavine <siniavine@google.com>2014-03-27 17:05:16 -0700
committerMaxim Siniavine <siniavine@google.com>2014-03-27 17:06:58 -0700
commit5aa305c38c04a42aaa9fb43905cf111253b7a3a0 (patch)
treee36602bd4e6933d3c46fcafe3aafcccc630bde95
parent70d1c2ad31db501c635e9d6bda398adafeb9f44b (diff)
downloadloganalysis-5aa305c38c04a42aaa9fb43905cf111253b7a3a0.tar.gz
Increase the size of the posted kernel log.
Change-Id: Ibd1f4d81b94b3ddb11726b70dbb26603cfdcfbc7
-rw-r--r--src/com/android/loganalysis/parser/KernelLogParser.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/loganalysis/parser/KernelLogParser.java b/src/com/android/loganalysis/parser/KernelLogParser.java
index 8a348df..aa399e1 100644
--- a/src/com/android/loganalysis/parser/KernelLogParser.java
+++ b/src/com/android/loganalysis/parser/KernelLogParser.java
@@ -49,7 +49,7 @@ public class KernelLogParser implements IParser {
private Double mStopTime = null;
private LogPatternUtil mPatternUtil = new LogPatternUtil();
- private LogTailUtil mPreambleUtil = new LogTailUtil();
+ private LogTailUtil mPreambleUtil = new LogTailUtil(500, 50, 50);
public KernelLogParser() {
initPatterns();