AutoLogProcessor
public
final
enum
AutoLogProcessor
extends Enum<AutoLogProcessor>
| java.lang.Object | ||
| ↳ | java.lang.Enum<com.android.tradefed.postprocessor.AutoLogProcessor> | |
| ↳ | com.android.tradefed.postprocessor.AutoLogProcessor | |
Enumeration describing which processor can automatically be handled by the harness.
Summary
Enum values | |
|---|---|
AutoLogProcessor |
GEMINI_AI_DEBUGGING
|
Public methods | |
|---|---|
BasePostProcessor
|
getInstanceForValue()
Returns the instance of processor associated with the |
static
AutoLogProcessor
|
valueOf(String name)
|
static
final
AutoLogProcessor[]
|
values()
|
Enum values
Public methods
getInstanceForValue
public BasePostProcessor getInstanceForValue ()
Returns the instance of processor associated with the AutoLogProcessor value.
| Returns | |
|---|---|
BasePostProcessor |
|
valueOf
public static AutoLogProcessor valueOf (String name)
| Parameters | |
|---|---|
name |
String |
| Returns | |
|---|---|
AutoLogProcessor |
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2026-06-22 UTC.