Show / Hide Table of Contents

Class Thread

An application thread.

Inheritance
object
Thread
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseCrashlytics.v1alpha.Data
Assembly: Google.Apis.FirebaseCrashlytics.v1alpha.dll
Syntax
public class Thread : IDirectResponseSchema

Properties

Blamed

True when the Crashlytics analysis has determined that the stacktrace in this thread is where the fault occurred.

Declaration
[JsonProperty("blamed")]
public virtual bool? Blamed { get; set; }
Property Value
Type Description
bool?

CrashAddress

The address of the signal that caused the application to crash. Only present on crashed native threads.

Declaration
[JsonProperty("crashAddress")]
public virtual long? CrashAddress { get; set; }
Property Value
Type Description
long?

Crashed

True when the thread has crashed.

Declaration
[JsonProperty("crashed")]
public virtual bool? Crashed { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Frames

The frames in the thread's stacktrace.

Declaration
[JsonProperty("frames")]
public virtual IList<Frame> Frames { get; set; }
Property Value
Type Description
IList<Frame>

Name

The name of the thread.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Queue

The queue on which the thread was running.

Declaration
[JsonProperty("queue")]
public virtual string Queue { get; set; }
Property Value
Type Description
string

Signal

The name of the signal that caused the app to crash. Only present on crashed native threads.

Declaration
[JsonProperty("signal")]
public virtual string Signal { get; set; }
Property Value
Type Description
string

SignalCode

The code of the signal that caused the app to crash. Only present on crashed native threads.

Declaration
[JsonProperty("signalCode")]
public virtual string SignalCode { get; set; }
Property Value
Type Description
string

Subtitle

The subtitle of the thread.

Declaration
[JsonProperty("subtitle")]
public virtual string Subtitle { get; set; }
Property Value
Type Description
string

SysThreadId

The system id of the thread, only available for ANR threads.

Declaration
[JsonProperty("sysThreadId")]
public virtual long? SysThreadId { get; set; }
Property Value
Type Description
long?

ThreadId

The id of the thread, only available for ANR threads.

Declaration
[JsonProperty("threadId")]
public virtual long? ThreadId { get; set; }
Property Value
Type Description
long?

ThreadState

Output only. The state of the thread at the time the ANR occurred.

Declaration
[JsonProperty("threadState")]
public virtual string ThreadState { get; set; }
Property Value
Type Description
string

Title

The title of the thread.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX