-
public final class ErrorEvent.BinaryImageDescription of the binary image (native library; for Android: .so file) loaded or referenced by the process/application.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classErrorEvent.BinaryImage.Companion
-
Method Summary
Modifier and Type Method Description final StringgetUuid()final StringgetName()final BooleangetIsSystem()final StringgetLoadAddress()final StringgetMaxAddress()final StringgetArch()final JsonElementtoJson()-
-
Constructor Detail
-
ErrorEvent.BinaryImage
ErrorEvent.BinaryImage(String uuid, String name, Boolean isSystem, String loadAddress, String maxAddress, String arch)
- Parameters:
uuid- Build UUID that uniquely identifies the binary image.name- Name of the library.isSystem- Determines if it's a system or user library.loadAddress- Library's load address (hexadecimal).maxAddress- Max value from the library address range (hexadecimal).arch- CPU architecture from the library.
-
-
Method Detail
-
getIsSystem
final Boolean getIsSystem()
-
getLoadAddress
final String getLoadAddress()
-
getMaxAddress
final String getMaxAddress()
-
toJson
final JsonElement toJson()
-
-
-
-