public static final class GetRumExceptionStackRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetRumExceptionStackRequest |
build() |
GetRumExceptionStackRequest.Builder |
exceptionBinaryImages(String exceptionBinaryImages)
The binary images, which represent all executable files loaded into the process address space when a crash occurs.
|
GetRumExceptionStackRequest.Builder |
exceptionStack(String exceptionStack)
The exception stack information.
|
GetRumExceptionStackRequest.Builder |
exceptionThreadId(String exceptionThreadId)
The ID of the exception thread.
|
GetRumExceptionStackRequest.Builder |
pid(String pid)
The application ID.
|
GetRumExceptionStackRequest.Builder |
regionId(String regionId)
The region ID.
|
GetRumExceptionStackRequest.Builder |
sourcemapType(String sourcemapType)
The file type.
|
public GetRumExceptionStackRequest.Builder exceptionBinaryImages(String exceptionBinaryImages)
public GetRumExceptionStackRequest.Builder exceptionStack(String exceptionStack)
public GetRumExceptionStackRequest.Builder exceptionThreadId(String exceptionThreadId)
public GetRumExceptionStackRequest.Builder pid(String pid)
public GetRumExceptionStackRequest.Builder regionId(String regionId)
public GetRumExceptionStackRequest.Builder sourcemapType(String sourcemapType)
- source-map: SourceMap files - mapping: symbol table files for Android - dsym: dSYM files for iOS
public GetRumExceptionStackRequest build()
Copyright © 2024. All rights reserved.