LogcatUpdaterEventParser
public
class
LogcatUpdaterEventParser
extends Object
implements
Closeable
java.lang.Object | |
↳ | com.android.tradefed.util.LogcatUpdaterEventParser |
Parse logcat input for system updater related events.
In any system with A/B updates, the updater will log its progress to logcat. This class interprets updater-related logcat messages and can inform listeners of events in both a blocking and non-blocking fashion.