A
B
C
D
E
F
G
H
I
L
N
O
P
R
S
T
U
W
L
- LastRunEndState - class in io.embrace.android.embracesdk
- Enum representing the end state of the last run of the application.
- LoadTracedActivity - class in io.embrace.android.embracesdk.annotation
- The loading of Activities annotated with this will generate UI Load traces unless the feature is disabled.
- logCustomStacktrace(Array) - function in io.embrace.android.embracesdk.internal.api.LogsApi
- Remotely logs a custom stacktrace at ERROR level.
- logCustomStacktrace(Array,Severity) - function in io.embrace.android.embracesdk.internal.api.LogsApi
- Remotely logs a custom stacktrace at given severity level.
- logCustomStacktrace(Array,Severity,Map) - function in io.embrace.android.embracesdk.internal.api.LogsApi
- Remotely logs a custom stacktrace at given severity level.
- logCustomStacktrace(Array,Severity,Map,String) - function in io.embrace.android.embracesdk.internal.api.LogsApi
- Remotely logs a custom stacktrace at given severity level.
- logError(String) - function in io.embrace.android.embracesdk.internal.api.LogsApi
- Remotely logs a message at ERROR level.
- logException(Throwable) - function in io.embrace.android.embracesdk.internal.api.LogsApi
- Remotely logs a Throwable/Exception at ERROR level.
- logException(Throwable,Severity) - function in io.embrace.android.embracesdk.internal.api.LogsApi
- Remotely logs a Throwable/Exception at given severity level.
- logException(Throwable,Severity,Map) - function in io.embrace.android.embracesdk.internal.api.LogsApi
- Remotely logs a Throwable/Exception at given severity level.
- logException(Throwable,Severity,Map,String) - function in io.embrace.android.embracesdk.internal.api.LogsApi
- Remotely logs a Throwable/Exception at given severity level.
- logInfo(String) - function in io.embrace.android.embracesdk.internal.api.LogsApi
- Remotely logs a message at INFO level.
- logMessage(String,Severity) - function in io.embrace.android.embracesdk.internal.api.LogsApi
- Remotely logs a message at the given severity level.
- logMessage(String,Severity,Map) - function in io.embrace.android.embracesdk.internal.api.LogsApi
- Remotely logs a message at the given severity level.
- logMessage(String,Severity,Map,ByteArray) - function in io.embrace.android.embracesdk.internal.api.LogsApi
- Remotely logs a message at the given severity level with an attachment.
- logMessage(String,Severity,Map,String,String) - function in io.embrace.android.embracesdk.internal.api.LogsApi
- Remotely logs a message at the given severity level with an attachment that has been persisted on a 3rd party hosting solution.
- LogsApi - class in io.embrace.android.embracesdk.internal.api
- The public API that is used to send log messages.
- logWarning(String) - function in io.embrace.android.embracesdk.internal.api.LogsApi
- Remotely logs a message at WARN level.