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

B

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

C

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

D

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

E

e(String, String) - Static method in class com.bugfender.sdk.Bugfender
Error Bugfender log method.
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

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.

I

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
 

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
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 space available to store local logs.

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 R S V W 
Skip navigation links