A C G H I S T 

A

AndroidAssetsResourceLoader - Class in io.sentry.android
ResourceLoader specific for Android that loads files from assets.
AndroidAssetsResourceLoader(Context) - Constructor for class io.sentry.android.AndroidAssetsResourceLoader
Construct an AndroidAssetsResourceLoader using an Application Context from the provided context or the latter if the application context is null.
AndroidEventBuilderHelper - Class in io.sentry.android.event.helper
EventBuilderHelper that makes use of Android Context to populate some Event fields.
AndroidEventBuilderHelper(Context) - Constructor for class io.sentry.android.event.helper.AndroidEventBuilderHelper
Construct given the provided Android Context.
AndroidSentryClientFactory - Class in io.sentry.android
SentryClientFactory that handles Android-specific construction, like taking advantage of the Android Context instance.
AndroidSentryClientFactory(Application) - Constructor for class io.sentry.android.AndroidSentryClientFactory
Construct an AndroidSentryClientFactory using the base Context from the specified Android Application.
AndroidSentryClientFactory(Context) - Constructor for class io.sentry.android.AndroidSentryClientFactory
Construct an AndroidSentryClientFactory using the specified Android Context.

C

createSentryClient(Dsn) - Method in class io.sentry.android.AndroidSentryClientFactory
 

G

getApplicationName(Context) - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
Get the human-facing Application name.
getBatteryLevel(Context) - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
Get the device's current battery level (as a percentage of total).
getBuffer(Dsn) - Method in class io.sentry.android.AndroidSentryClientFactory
 
getContextManager(Dsn) - Method in class io.sentry.android.AndroidSentryClientFactory
 
getContexts() - Method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
 
getDisplayMetrics(Context) - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
Get the DisplayMetrics object for the current application.
getFamily() - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
Fake the device family by using the first word in the Build.MODEL.
getInAppFrames(Dsn) - Method in class io.sentry.android.AndroidSentryClientFactory
 
getInputStream(String) - Method in class io.sentry.android.AndroidAssetsResourceLoader
 
getKernelVersion() - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
Get the device's current kernel version, as a string.
getMemInfo(Context) - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
Get MemoryInfo object representing the memory state of the application.
getOrientation(Context) - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
Get the device's current screen orientation.
getPackageInfo(Context) - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
Return the Application's PackageInfo if possible, or null.
getProGuardUuids(Context) - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
 
getTotalExternalStorage() - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
Get the total amount of external storage, in bytes, or null if no external storage is mounted.
getTotalInternalStorage() - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
Get the total amount of internal storage, in bytes.
getUnusedExternalStorage() - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
Get the unused amount of external storage, in bytes, or null if no external storage is mounted.
getUnusedInternalStorage() - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
Get the unused amount of internal storage, in bytes.

H

helpBuildingEvent(EventBuilder) - Method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
 

I

io.sentry.android - package io.sentry.android
 
io.sentry.android.event.helper - package io.sentry.android.event.helper
 
isCharging(Context) - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
Checks whether or not the device is currently plugged in and charging, or null if unknown.
isConnected(Context) - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
Check whether the application has internet access at a point in time.
isEmulator() - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
Check whether the application is running in an emulator.
isExternalStorageMounted() - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
 
isRooted() - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
Attempt to discover if this device is currently rooted.

S

stringifyDate(Date) - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
Formats the given Date object into an ISO8601 String.

T

TAG - Static variable in class io.sentry.android.AndroidSentryClientFactory
Logger tag.
TAG - Static variable in class io.sentry.android.event.helper.AndroidEventBuilderHelper
Logger tag.
A C G H I S T 

Copyright © 2012–2019. All rights reserved.