public static final class CrashReport.Builder
extends java.lang.Object
crash report.| Constructor and Description |
|---|
Builder()
Constructor.
|
Builder(CrashReport crashReport)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CrashReport |
build()
Builds the
crash report. |
CrashReport.Builder |
raw(java.lang.String raw)
The crash report string.
|
public Builder()
public Builder(CrashReport crashReport)
crashReport - the crash report to initialize a new builder instance.public CrashReport.Builder raw(java.lang.String raw)
raw - the raw.public CrashReport build()
crash report.