- gatherAppInfo(String, String, String, int) - Static method in class org.amoustakos.bugreporter.builders.LogBugBuilder
-
- gatherAppInfo(String, String, String, int) - Static method in class org.amoustakos.bugreporter.builders.ThrowableBugBuilder
-
- gatherBugInfo(String) - Static method in class org.amoustakos.bugreporter.builders.LogBugBuilder
-
Gathers bug information by recording the application's logs for this session.
- gatherBugInfo(String, String) - Static method in class org.amoustakos.bugreporter.builders.LogBugBuilder
-
Gathers bug information by recording the application's logs for this session and setting an optional message.
- gatherBugInfo(String, String, Class) - Static method in class org.amoustakos.bugreporter.builders.LogBugBuilder
-
Gathers bug information by recording the application's logs for this session and optionally setting
a message and the Class responsible.
- gatherBugInfo(Throwable) - Static method in class org.amoustakos.bugreporter.builders.ThrowableBugBuilder
-
Gathers bug information with the Throwable provided.
- gatherBugInfo(Throwable, Class) - Static method in class org.amoustakos.bugreporter.builders.ThrowableBugBuilder
-
Gathers bug information with the Throwable provided, a message to describe the bug
and the responsible Class.
- gatherDeviceInfo(Context) - Static method in class org.amoustakos.bugreporter.builders.LogBugBuilder
-
- gatherDeviceInfo(Context) - Static method in class org.amoustakos.bugreporter.builders.ThrowableBugBuilder
-
- gatherOSInfo() - Static method in class org.amoustakos.bugreporter.builders.LogBugBuilder
-
- gatherOSInfo() - Static method in class org.amoustakos.bugreporter.builders.ThrowableBugBuilder
-
- getAppInfo() - Method in class org.amoustakos.bugreporter.builders.BugBuilder
-
- getAppName() - Method in class org.amoustakos.bugreporter.BugReporter
-
- getAppName() - Method in class org.amoustakos.bugreporter.builders.LogBugBuilder
-
- getAutoDevInfo(Context) - Static method in class org.amoustakos.bugreporter.collectors.device.DeviceInfo
-
Auto generates an instance of
DeviceInfo with all variables filled with
the default values using the
Build class.
- getAutoOSInfo() - Static method in class org.amoustakos.bugreporter.collectors.device.OSInfo
-
Auto generates an instance of
OSInfo with all variables filled with
the default values using the
Build class.
- getBoard() - Method in class org.amoustakos.bugreporter.collectors.device.DeviceInfo
-
The board name (e.g.
- getBootloader() - Method in class org.amoustakos.bugreporter.collectors.device.DeviceInfo
-
The bootloader version number
- getBugInfo() - Method in class org.amoustakos.bugreporter.builders.BugBuilder
-
Gets the
Bug associated with this bug.
- getBuilder() - Method in class org.amoustakos.bugreporter.reporters.Reporter
-
- getCodename() - Method in class org.amoustakos.bugreporter.collectors.device.OSInfo
-
The OS codename (e.g.
- getCulprit() - Method in class org.amoustakos.bugreporter.builders.LogBugBuilder
-
- getCulprit() - Method in class org.amoustakos.bugreporter.collectors.bugs.Bug
-
The class responsible for the error.
- getDeviceInfo() - Method in class org.amoustakos.bugreporter.builders.BugBuilder
-
- getDpi() - Method in class org.amoustakos.bugreporter.collectors.device.DeviceInfo
-
Gets the dpi of the device's screen.
- getIncremental() - Method in class org.amoustakos.bugreporter.collectors.device.OSInfo
-
The OS build hash/number
- getInstance() - Static method in class org.amoustakos.bugreporter.BugReporter
-
- getLog() - Method in class org.amoustakos.bugreporter.collectors.bugs.BugWithLog
-
Gets the StringBuilder associated with this bug.
- getLogLevel() - Method in class org.amoustakos.bugreporter.builders.LogBugBuilder
-
- getMake() - Method in class org.amoustakos.bugreporter.collectors.device.DeviceInfo
-
The manufacturer of this device
- getMessage() - Method in class org.amoustakos.bugreporter.collectors.bugs.Bug
-
A text that describes the bug (e.g.
- getModel() - Method in class org.amoustakos.bugreporter.collectors.device.DeviceInfo
-
The device model
- getName() - Method in class org.amoustakos.bugreporter.collectors.application.ApplicationInfo
-
The application name.
- getOptionalMessage() - Method in class org.amoustakos.bugreporter.builders.LogBugBuilder
-
- getOSInfo() - Method in class org.amoustakos.bugreporter.builders.BugBuilder
-
Gets the
OSInfo associated with this bug.
- getPackageName() - Method in class org.amoustakos.bugreporter.BugReporter
-
- getPackageName() - Method in class org.amoustakos.bugreporter.builders.LogBugBuilder
-
- getPackageName() - Method in class org.amoustakos.bugreporter.collectors.application.ApplicationInfo
-
The package name of the application.
- getSdkVersion() - Method in class org.amoustakos.bugreporter.collectors.device.OSInfo
-
Get the OS SDK version number (e.g.
- getSupportedABIs() - Method in class org.amoustakos.bugreporter.collectors.device.DeviceInfo
-
A list of all ABIs supported by the device
- getThrowable() - Method in class org.amoustakos.bugreporter.collectors.bugs.BugWithThrowable
-
Gets the Throwable element associated with this bug.
- getVersionCode() - Method in class org.amoustakos.bugreporter.BugReporter
-
- getVersionCode() - Method in class org.amoustakos.bugreporter.builders.LogBugBuilder
-
- getVersionCode() - Method in class org.amoustakos.bugreporter.collectors.application.ApplicationInfo
-
The application version code.
- getVersionName() - Method in class org.amoustakos.bugreporter.BugReporter
-
- getVersionName() - Method in class org.amoustakos.bugreporter.builders.LogBugBuilder
-
- getVersionName() - Method in class org.amoustakos.bugreporter.collectors.application.ApplicationInfo
-
The application version name.
- setAppInfo(ApplicationInfo) - Method in class org.amoustakos.bugreporter.builders.BugBuilder
-
- setAppName(String) - Method in class org.amoustakos.bugreporter.BugReporter
-
- setAppName(String) - Method in class org.amoustakos.bugreporter.builders.LogBugBuilder
-
- setBoard(String) - Method in class org.amoustakos.bugreporter.collectors.device.DeviceInfo
-
Sets the board name (e.g.
- setBootloader(String) - Method in class org.amoustakos.bugreporter.collectors.device.DeviceInfo
-
Sets the bootloader version number
- setBugInfo(Bug) - Method in class org.amoustakos.bugreporter.builders.BugBuilder
-
Sets the
Bug associated with this bug.
- setBuilder(BugBuilder) - Method in class org.amoustakos.bugreporter.reporters.Reporter
-
- setCodename(String) - Method in class org.amoustakos.bugreporter.collectors.device.OSInfo
-
Sets the OS codename
- setCulprit(Class) - Method in class org.amoustakos.bugreporter.builders.LogBugBuilder
-
- setCulprit(Class) - Method in class org.amoustakos.bugreporter.collectors.bugs.Bug
-
Sets the class responsible for the error.
- setDeviceInfo(DeviceInfo) - Method in class org.amoustakos.bugreporter.builders.BugBuilder
-
- setDpi(String) - Method in class org.amoustakos.bugreporter.collectors.device.DeviceInfo
-
Sets the dpi of the device's screen.
- setIncremental(String) - Method in class org.amoustakos.bugreporter.collectors.device.OSInfo
-
Sets the OS build hash/number
- setInitialized(boolean) - Static method in class org.amoustakos.bugreporter.BugReporter
-
- setLog(StringBuilder) - Method in class org.amoustakos.bugreporter.collectors.bugs.BugWithLog
-
Sets the StringBuilder associated with this bug
- setLogLevel(String) - Method in class org.amoustakos.bugreporter.builders.LogBugBuilder
-
- setMake(String) - Method in class org.amoustakos.bugreporter.collectors.device.DeviceInfo
-
Sets the manufacturer of the device
- setMessage(String) - Method in class org.amoustakos.bugreporter.collectors.bugs.Bug
-
Sets the error text that describes the bug (e.g.
- setModel(String) - Method in class org.amoustakos.bugreporter.collectors.device.DeviceInfo
-
Sets the device model
- setName(String) - Method in class org.amoustakos.bugreporter.collectors.application.ApplicationInfo
-
Sets the application name.
- setOptionalMessage(String) - Method in class org.amoustakos.bugreporter.builders.LogBugBuilder
-
- setOSInfo(OSInfo) - Method in class org.amoustakos.bugreporter.builders.BugBuilder
-
Sets the
OSInfo associated with this bug.
- setPackageName(String) - Method in class org.amoustakos.bugreporter.BugReporter
-
- setPackageName(String) - Method in class org.amoustakos.bugreporter.builders.LogBugBuilder
-
- setPackageName(String) - Method in class org.amoustakos.bugreporter.collectors.application.ApplicationInfo
-
Sets the package name of the application.
- setPreviewRelease(Boolean) - Method in class org.amoustakos.bugreporter.collectors.device.OSInfo
-
Sets whether the OS is a review build
- setSdkVersion(int) - Method in class org.amoustakos.bugreporter.collectors.device.OSInfo
-
Sets the OS SDK version number (e.g.
- setSupportedABIs(String[]) - Method in class org.amoustakos.bugreporter.collectors.device.DeviceInfo
-
Sets the ABIs supported by the device
- setThrowable(Throwable) - Method in class org.amoustakos.bugreporter.collectors.bugs.BugWithThrowable
-
Sets the Throwable element associated with this bug.
- setVersionCode(Integer) - Method in class org.amoustakos.bugreporter.BugReporter
-
- setVersionCode(int) - Method in class org.amoustakos.bugreporter.builders.LogBugBuilder
-
- setVersionCode(int) - Method in class org.amoustakos.bugreporter.collectors.application.ApplicationInfo
-
Sets the application version code
- setVersionName(String) - Method in class org.amoustakos.bugreporter.BugReporter
-
- setVersionName(String) - Method in class org.amoustakos.bugreporter.builders.LogBugBuilder
-
- setVersionName(String) - Method in class org.amoustakos.bugreporter.collectors.application.ApplicationInfo
-
Sets the application version name