Skip navigation links
B C D E F G I L O R S T V W 

B

Bugfender - Class in com.bugfender.sdk
 
Bugfender() - Constructor for class com.bugfender.sdk.Bugfender
 
Bugfender.IssueDialogCallback - Interface in com.bugfender.sdk
 

C

com.bugfender.sdk - package com.bugfender.sdk
 

D

d(String, String) - Static method in class com.bugfender.sdk.Bugfender
Default Bugfender log method.
disableReflection(boolean) - Static method in class com.bugfender.sdk.Bugfender
Disable reflection when generation log lines.

E

e(String, String) - Static method in class com.bugfender.sdk.Bugfender
Error Bugfender log method.
enableCrashReporting() - Static method in class com.bugfender.sdk.Bugfender
Enable crash reporting tool functionality
enableLogcatLogging() - Static method in class com.bugfender.sdk.Bugfender
Logs all logs written via Logcat.
enableUIEventLogging(Application) - Static method in class com.bugfender.sdk.Bugfender
Logs all actions performed and screen changes in the application, such as button touches, etc...

F

f(String, String) - Static method in class com.bugfender.sdk.Bugfender
Default Bugfender log method.
forceSendOnce() - Static method in class com.bugfender.sdk.Bugfender
Synchronizes all logs and issues with the server once, regardless if this device is enabled or not.

G

getDeviceIdentifier() - Static method in class com.bugfender.sdk.Bugfender
Get the device identifier generated.
getSessionIdentifier() - Static method in class com.bugfender.sdk.Bugfender
Get the session identifier

I

i(String, String) - Static method in class com.bugfender.sdk.Bugfender
Default Bugfender log method.
init(Context, String, boolean) - Static method in class com.bugfender.sdk.Bugfender
Initialize the Bugfender SDK with a specific application token.

L

log(int, String, String, LogLevel, String, String) - Static method in class com.bugfender.sdk.Bugfender
Bugfender interface for logging, which takes a simple string as log message.
LogLevel - Enum in com.bugfender.sdk
 

O

onDialogButtonSendIssueClick() - Method in interface com.bugfender.sdk.Bugfender.IssueDialogCallback
 
onDialogDismissed() - Method in interface com.bugfender.sdk.Bugfender.IssueDialogCallback
 

R

removeDeviceKey(String) - Static method in class com.bugfender.sdk.Bugfender
Remove a device detail.

S

sendIssue(String, String) - Static method in class com.bugfender.sdk.Bugfender
Sends an issue
setApiUrl(String) - Static method in class com.bugfender.sdk.Bugfender
Allows to set a custom URL for the SDK.
setDeviceBoolean(String, boolean) - Static method in class com.bugfender.sdk.Bugfender
Sets a device detail with boolean type.
setDeviceFloat(String, Float) - Static method in class com.bugfender.sdk.Bugfender
Sets a device detail with double type.
setDeviceInteger(String, Integer) - Static method in class com.bugfender.sdk.Bugfender
Sets a device detail with integer type.
setDeviceString(String, String) - Static method in class com.bugfender.sdk.Bugfender
Sets a device detail with string type.
setForceEnabled(boolean) - Static method in class com.bugfender.sdk.Bugfender
Synchronizes all logs and issues with the server all the time, regardless if this device is enabled or not.
setMaximumLocalStorageSize(long) - Static method in class com.bugfender.sdk.Bugfender
Set the maximum size to store local log files.
showIssueDialog(Activity, String, String, String, String, Bugfender.IssueDialogCallback) - Static method in class com.bugfender.sdk.Bugfender
 

T

t(String, String) - Static method in class com.bugfender.sdk.Bugfender
Default Bugfender log method.

V

valueOf(String) - Static method in enum com.bugfender.sdk.LogLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.bugfender.sdk.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.

W

w(String, String) - Static method in class com.bugfender.sdk.Bugfender
Warning Bugfender log method.
B C D E F G I L O R S T V W 
Skip navigation links