A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
L
- LastRunInfo - class in com.bugsnag.android
- Provides information about the last launch of the application, if there was one.
- leaveBreadcrumb(String) - function in com.bugsnag.android.Bugsnag
- Leave a "breadcrumb" log message, representing an action that occurredin your app, to aid with debugging.
- leaveBreadcrumb(String,Map,BreadcrumbType) - function in com.bugsnag.android.Bugsnag
- Leave a "breadcrumb" log message representing an action or event whichoccurred in your app, to aid with debugging
- leaveBreadcrumb(String) - function in com.bugsnag.android.Client
- Leave a "breadcrumb" log message, representing an action that occurredin your app, to aid with debugging.
- leaveBreadcrumb(String,Map,BreadcrumbType) - function in com.bugsnag.android.Client
- Leave a "breadcrumb" log message representing an action or event whichoccurred in your app, to aid with debugging
- leaveBreadcrumb(String,BreadcrumbType,Map) - function in com.bugsnag.android.Event
- Add a new breadcrumb to this event and return its Breadcrumb object.
- leaveBreadcrumb(String) - function in com.bugsnag.android.Event
- Add a new breadcrumb to this event and return its Breadcrumb object.
- leaveBreadcrumb(String,BreadcrumbType) - function in com.bugsnag.android.NativeInterface
- Leave a "breadcrumb" log message
- leaveBreadcrumb(Array,BreadcrumbType) - function in com.bugsnag.android.NativeInterface
- Leave a "breadcrumb" log message
- leaveBreadcrumb(String,String,Map) - function in com.bugsnag.android.NativeInterface
- Leaves a breadcrumb on the static client instance
- load(Context) - function in com.bugsnag.android.Configuration
- Loads a Configuration object from values supplied as meta-data elements in yourAndroidManifest.
- load(Client) - function in com.bugsnag.android.Plugin
- Loads a plugin with the given Client.
- loadDeviceId(Boolean) - function in com.bugsnag.android.DeviceIdFilePersistence
- Loads the device ID from its file system location.
- loadDeviceId(Boolean) - function in com.bugsnag.android.DeviceIdPersistence
- Loads the device ID from storage.
- LOG - enum entry in com.bugsnag.android.BreadcrumbType
A log message
- Logger - class in com.bugsnag.android
- Logs internal messages from within the bugsnag notifier.