/* * Copyright (C) 2019 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License */ package com.android.loganalysis.parser; import com.android.loganalysis.item.GenericTimingItem; import com.android.loganalysis.item.IItem; import com.android.loganalysis.item.SystemServicesTimingItem; import java.io.BufferedReader; import java.io.IOException; import java.text.DateFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * An {@link IParser} to parse boot metrics from logcat. It currently assumes "threadtime" format of * logcat. It will parse duration metrics for some system services like System Server, Zygote, * System UI, e.t.c. * */ public class TimingsLogParser implements IParser { private static final String SYSTEM_SERVICES_TIME_PREFIX = "^\\d*-\\d*\\s*\\d*:\\d*:\\d*.\\d*\\s*" + "\\d*\\s*\\d*\\s*D\\s*(?.*):\\s*(?\\S*)\\s*"; private static final String SYSTEM_SERVICES_TIME_SUFFIX = ":\\s*(?