- log(EmbraceLogger.Severity, String, Throwable, boolean) - Static method in class io.embrace.android.embracesdk.EmbraceLogger
-
Logs a message with a stack trace at the specified severity.
- logBreadcrumb(String) - Method in class io.embrace.android.embracesdk.Embrace
-
Logs a breadcrumb.
- logDebug(String) - Static method in class io.embrace.android.embracesdk.EmbraceLogger
-
Logs a debug message.
- logDebug(String, Throwable) - Static method in class io.embrace.android.embracesdk.EmbraceLogger
-
Logs a debug message and sends exception to Embrace.
- logDebug(String, Throwable, Boolean) - Static method in class io.embrace.android.embracesdk.EmbraceLogger
-
Logs a debug message with a stack trace.
- logError(String) - Method in class io.embrace.android.embracesdk.Embrace
-
Remotely logs a message at ERROR level.
- logError(String, Map<String, Object>) - Method in class io.embrace.android.embracesdk.Embrace
-
Remotely logs a message at ERROR level.
- logError(String, Map<String, Object>, boolean) - Method in class io.embrace.android.embracesdk.Embrace
-
Remotely logs a message at ERROR level.
- logError(String, Map<String, Object>, boolean, String) - Method in class io.embrace.android.embracesdk.Embrace
-
Remotely logs a message at ERROR level.
- logError(String, Map<String, Object>, boolean, String, boolean) - Method in class io.embrace.android.embracesdk.Embrace
-
Remotely logs a message at ERROR level.
- logError(Throwable) - Method in class io.embrace.android.embracesdk.Embrace
-
Remotely logs a message at ERROR level.
- logError(Throwable, Map<String, Object>) - Method in class io.embrace.android.embracesdk.Embrace
-
Remotely logs a message at ERROR level.
- logError(Throwable, Map<String, Object>, boolean) - Method in class io.embrace.android.embracesdk.Embrace
-
Remotely logs a message at ERROR level.
- logError(Throwable, String, Map<String, Object>, boolean) - Method in class io.embrace.android.embracesdk.Embrace
-
Remotely logs a message at ERROR level.
- logError(String) - Static method in class io.embrace.android.embracesdk.EmbraceLogger
-
Logs an error message.
- logError(String, Throwable) - Static method in class io.embrace.android.embracesdk.EmbraceLogger
-
Logs an error and sends exception to Embrace.
- logError(String, Throwable, Boolean) - Static method in class io.embrace.android.embracesdk.EmbraceLogger
-
Logs an error message with a stack trace.
- logInfo(String) - Method in class io.embrace.android.embracesdk.Embrace
-
Remotely logs a message at INFO level.
- logInfo(String, Map<String, Object>) - Method in class io.embrace.android.embracesdk.Embrace
-
Remotely logs a message at INFO level.
- logInfo(String) - Static method in class io.embrace.android.embracesdk.EmbraceLogger
-
Logs an info message.
- logInfo(String, Throwable) - Static method in class io.embrace.android.embracesdk.EmbraceLogger
-
Logs an info message and sends exception to Embrace.
- logInfo(String, Throwable, Boolean) - Static method in class io.embrace.android.embracesdk.EmbraceLogger
-
Logs an info message with a stack trace.
- logNetworkCall(String, HttpMethod, int, long, long, long, long) - Method in class io.embrace.android.embracesdk.Embrace
-
Logs the fact that a network call occurred.
- logNetworkCall(String, HttpMethod, int, long, long, long, long, String) - Method in class io.embrace.android.embracesdk.Embrace
-
Logs the fact that a network call occurred.
- logNetworkClientError(String, HttpMethod, long, long, String, String) - Method in class io.embrace.android.embracesdk.Embrace
-
Logs the fact that an exception was thrown when attempting to make a network call.
- logNetworkClientError(String, HttpMethod, long, long, String, String, String) - Method in class io.embrace.android.embracesdk.Embrace
-
Logs the fact that an exception was thrown when attempting to make a network call.
- logNetworkRequest(String, int, long, long, int, int, int, String) - Method in class io.embrace.android.embracesdk.Embrace
-
Manually log a network request.
- logNetworkRequest(EmbraceNetworkRequestV2) - Method in class io.embrace.android.embracesdk.Embrace
-
Manually log a network request.
- logNetworkRequest(EmbraceNetworkRequest) - Method in class io.embrace.android.embracesdk.Embrace
-
Manually log a network request.
- logUnhandledJsException(String, String, String, String) - Method in class io.embrace.android.embracesdk.Embrace
-
Logs a javascript unhandled exception.
- logWarning(String) - Method in class io.embrace.android.embracesdk.Embrace
-
Remotely logs a message at WARN level.
- logWarning(String, Map<String, Object>) - Method in class io.embrace.android.embracesdk.Embrace
-
Remotely logs a message at WARN level.
- logWarning(String, Map<String, Object>, boolean) - Method in class io.embrace.android.embracesdk.Embrace
-
Remotely logs a message at WARN level.
- logWarning(String, Map<String, Object>, boolean, String) - Method in class io.embrace.android.embracesdk.Embrace
-
Remotely logs a message at WARN level.
- logWarning(String) - Static method in class io.embrace.android.embracesdk.EmbraceLogger
-
Logs a warning message.
- logWarning(String, Throwable) - Static method in class io.embrace.android.embracesdk.EmbraceLogger
-
Logs a warning message and sends exception to Embrace.
- logWarning(String, Throwable, Boolean) - Static method in class io.embrace.android.embracesdk.EmbraceLogger
-
Logs a warning message with a stack trace.
- setAppId(String) - Method in class io.embrace.android.embracesdk.Embrace
-
Sets a custom app ID that overrides the one specified at build time.
- setJavaScriptBundleURL(String) - Method in class io.embrace.android.embracesdk.Embrace
-
Sets the path of the javascript bundle.
- setJavaScriptPatchNumber(String) - Method in class io.embrace.android.embracesdk.Embrace
-
Sets javascript patch number.
- setLogLevel(EmbraceLogger.Severity) - Method in class io.embrace.android.embracesdk.Embrace
-
- setReactNativeVersionNumber(String) - Method in class io.embrace.android.embracesdk.Embrace
-
Sets the react native version number.
- setThreshold(EmbraceLogger.Severity) - Static method in class io.embrace.android.embracesdk.EmbraceLogger
-
Sets the logging threshold.
- setUnityMetaData(String, String) - Method in class io.embrace.android.embracesdk.Embrace
-
Sets the Unity version and Unity build id.
- setUserAsPayer() - Method in class io.embrace.android.embracesdk.Embrace
-
Sets this user as a paying user.
- setUserEmail(String) - Method in class io.embrace.android.embracesdk.Embrace
-
Sets the current user's email address.
- setUserIdentifier(String) - Method in class io.embrace.android.embracesdk.Embrace
-
Sets the user ID.
- setUsername(String) - Method in class io.embrace.android.embracesdk.Embrace
-
Sets the username of the currently logged in user.
- setUserPersona(String) - Method in class io.embrace.android.embracesdk.Embrace
-
Sets a custom user persona.
- start(Context) - Method in class io.embrace.android.embracesdk.Embrace
-
Starts instrumentation of the Android application using the Embrace SDK.
- start(Context, boolean) - Method in class io.embrace.android.embracesdk.Embrace
-
Starts instrumentation of the Android application using the Embrace SDK.
- start(Context, boolean, Embrace.AppFramework) - Method in class io.embrace.android.embracesdk.Embrace
-
Starts instrumentation of the Android application using the Embrace SDK.
- startEvent(String) - Method in class io.embrace.android.embracesdk.Embrace
-
Starts an event or 'moment'.
- startEvent(String, String) - Method in class io.embrace.android.embracesdk.Embrace
-
Starts an event or 'moment'.
- startEvent(String, String, boolean) - Method in class io.embrace.android.embracesdk.Embrace
-
Starts an event or 'moment'.
- startEvent(String, String, Map<String, Object>) - Method in class io.embrace.android.embracesdk.Embrace
-
Starts an event or 'moment'.
- startEvent(String, String, boolean, Map<String, Object>) - Method in class io.embrace.android.embracesdk.Embrace
-
Starts an event or 'moment'.
- startFragment(String) - Method in class io.embrace.android.embracesdk.Embrace
-
Log the start of a fragment.
- StartupActivity - Annotation Type in io.embrace.android.embracesdk.annotation
-
@Documented means that the annotation indicates that elements using this annotation should be documented by JavaDoc.