Class Frame
A frame in a stacktrace.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseCrashlytics.v1alpha.Data
Assembly: Google.Apis.FirebaseCrashlytics.v1alpha.dll
Syntax
public class Frame : IDirectResponseSchema
Properties
Address
The address in the binary image which contains the code. Present for native frames.
Declaration
[JsonProperty("address")]
public virtual long? Address { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Blamed
True when the Crashlytics analysis has determined that this frame is likely to be the cause of the error.
Declaration
[JsonProperty("blamed")]
public virtual bool? Blamed { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Column
The column on the line.
Declaration
[JsonProperty("column")]
public virtual long? Column { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
File
The name of the source file in which the frame is found.
Declaration
[JsonProperty("file")]
public virtual string File { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Library
The display name of the library that includes the frame.
Declaration
[JsonProperty("library")]
public virtual string Library { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Line
The line number in the file of the frame.
Declaration
[JsonProperty("line")]
public virtual long? Line { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Offset
The byte offset into the binary image that contains the code. Present for native frames.
Declaration
[JsonProperty("offset")]
public virtual long? Offset { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Owner
One of DEVELOPER, VENDOR, RUNTIME, PLATFORM, or SYSTEM.
Declaration
[JsonProperty("owner")]
public virtual string Owner { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Symbol
The frame symbol after it has been deobfuscated or symbolicated. The raw symbol from the device if it could not be hydrated.
Declaration
[JsonProperty("symbol")]
public virtual string Symbol { get; set; }
Property Value
| Type | Description |
|---|---|
| string |