- getAndroidId(Context) - Method in class com.percolate.foam.Utils
-
Get ANDROID_ID, which is unique to the device + user combo.
- getAppIDFromResponse(HockeyApp.HockeyAppsDTO) - Method in class com.percolate.foam.HockeyApp
-
Return `apps[].public_identifier` for app where app.bundle_identifier == <package-name>
- getApplicationName(Context) - Method in class com.percolate.foam.Utils
-
Get application "label" value from Manifest.
- getApplicationPackageName(Context) - Method in class com.percolate.foam.Utils
-
Get package name from Manifest.
- getApps(String, Callback<HockeyApp.HockeyAppsDTO>) - Method in interface com.percolate.foam.HockeyApp.HockeyAppService
-
- getEnabledServicesForType(Class<T>) - Method in class com.percolate.foam.FoamMain
-
Return Service classes defined in
FoamMain.services that match the given interface (one of
Service's child interfaces).
- getFoamApiKeys() - Method in class com.percolate.foam.FoamApplicationInit
-
Get API keys from Annotated Application class
- getFoamMain() - Method in interface com.percolate.foam.FoamApp
-
- getFoamMain() - Method in class com.percolate.foam.FoamApplication
-
- getNewLogs() - Method in class com.percolate.foam.LogListener
-
Return output from `logcat -d` (print and exit) command, then clear logcat using `logcat -c`
- getServiceType() - Method in class com.percolate.foam.Flurry
-
Returns on of
ServiceType that corresponds to this service.
- getServiceType() - Method in class com.percolate.foam.GoogleAnalytics
-
Returns on of
ServiceType that corresponds to this service.
- getServiceType() - Method in class com.percolate.foam.Graphite
-
Returns on of
ServiceType that corresponds to this service.
- getServiceType() - Method in class com.percolate.foam.HockeyApp
-
Returns on of
ServiceType that corresponds to this service.
- getServiceType() - Method in class com.percolate.foam.LogEntries
- getServiceType() - Method in class com.percolate.foam.Mixpanel
-
Returns on of
ServiceType that corresponds to this service.
- getServiceType() - Method in class com.percolate.foam.PagerDuty
-
Returns on of
ServiceType that corresponds to this service.
- getServiceType() - Method in class com.percolate.foam.PaperTrail
- getServiceType() - Method in interface com.percolate.foam.Service
-
Returns on of
ServiceType that corresponds to this service.
- getStackTraceString(Throwable) - Method in class com.percolate.foam.CustomExceptionHandler
-
Return String version of the stacktrace for a Throwable.
- getStoredExceptions() - Method in class com.percolate.foam.CustomExceptionHandler
-
Get all stored exceptions.
- getSysLogFormattedDate() - Method in class com.percolate.foam.UDPLoggingService
-
syslog style date formatter
- getTimeStamp() - Method in class com.percolate.foam.Graphite
-
Return unix epoch for the current time
- getTimestamp() - Method in class com.percolate.foam.HockeyApp
-
Return current date & time in format expected by HockeyApp
- getVersionCode(Context) - Method in class com.percolate.foam.Utils
-
Get versionCode value from Manifest.
- getVersionName(Context) - Method in class com.percolate.foam.Utils
-
Get versionName value from Manifest.
- GoogleAnalytics - Class in com.percolate.foam
-
Service Object.
- GoogleAnalytics(Context) - Constructor for class com.percolate.foam.GoogleAnalytics
-
- GoogleAnalytics.GoogleAnalyticsService - Interface in com.percolate.foam
-
Retrofit Service
- GoogleAnalytics.StringConverter - Class in com.percolate.foam
-
Custom Retrofit Converter that parses data as simple Strings.
- googleAnalyticsService - Variable in class com.percolate.foam.GoogleAnalytics
-
- Graphite - Class in com.percolate.foam
-
Service Object.
- Graphite(Context) - Constructor for class com.percolate.foam.Graphite
-
- sendData(String) - Method in class com.percolate.foam.Graphite
-
Start new background thread to send data with.
- sendDataOverSocket(String) - Method in class com.percolate.foam.Graphite
-
Create new DataOutputStream to send data over.
- sendDataOverUDP(String, Callback<Object>) - Method in class com.percolate.foam.UDPLoggingService
-
Attempt to send syslog-style message over UDP using a DatagramSocket.
- sendLogEvent(String, String, Callback<Object>) - Method in class com.percolate.foam.UDPLoggingService
-
Create properly formatted message to send over UDP that acts like a syslog message
syslog format: "<priority>timestamp orange_link blue_link: message"
Details: http://en.wikipedia.org/wiki/Syslog#Priority
- sendStoredExceptions() - Method in class com.percolate.foam.CustomExceptionHandler
-
Iterate through any stored exception files that have not been successfully sent.
- sendUdpData(String) - Method in class com.percolate.foam.Graphite
-
Send data to Graphite server.
- serialVersionUID - Static variable in class com.percolate.foam.StoredException
-
- Service - Interface in com.percolate.foam
-
Service Object.
- service_key - Variable in class com.percolate.foam.PagerDuty.PagerDutyEvent
-
- ServiceImpl - Class in com.percolate.foam
-
Service Object.
- ServiceImpl(Context) - Constructor for class com.percolate.foam.ServiceImpl
-
- services - Variable in class com.percolate.foam.CustomExceptionHandler
-
- services - Variable in class com.percolate.foam.EventTracker
-
- services - Variable in class com.percolate.foam.FoamMain
-
- services - Variable in class com.percolate.foam.LogListener
-
- ServiceType - Enum in com.percolate.foam
-
Enum of services currently supported by Foam
- ServiceType() - Constructor for enum com.percolate.foam.ServiceType
-
- shouldTrack(Activity) - Method in class com.percolate.foam.EventTracker
-
Check for classes with @FoamDontTrack annotation.
- sleep(int) - Method in class com.percolate.foam.Utils
-
Perform system sleep for the given number of milliseconds
- stackTrace - Variable in class com.percolate.foam.StoredException
-
- start() - Method in class com.percolate.foam.CustomExceptionHandler
-
Change application exception handler to our own (this class).
- start() - Method in class com.percolate.foam.EventTracker
-
Register our ActivityLifecycleCallbacks.
- start() - Method in class com.percolate.foam.FoamMain
-
Start up Foam!
- start() - Method in class com.percolate.foam.LogListener
-
Start monitoring logcat output
- startCustomExceptionHandler() - Method in class com.percolate.foam.FoamMain
-
Start Foam custom exception handler class.
- startEventTracker() - Method in class com.percolate.foam.FoamMain
-
Start Foam event tracker.
- startLogListener() - Method in class com.percolate.foam.FoamMain
-
Start Foam log listener class.
- startMonitoringLogcat() - Method in class com.percolate.foam.LogListener
-
In a new thread, continuously check new log messages and process any new errors log messages.
- status - Variable in class com.percolate.foam.HockeyApp.HockeyAppDTO
-
- stop() - Method in class com.percolate.foam.CustomExceptionHandler
-
Unregister this class as the default uncaught exception handler.
- stop() - Method in class com.percolate.foam.EventTracker
-
Stop tracking events
- stop() - Method in class com.percolate.foam.FoamMain
-
Disable foam
- stop - Variable in class com.percolate.foam.LogListener
-
Set to true to stop monitoring logcat output
- stop() - Method in class com.percolate.foam.LogListener
-
Set flat to stop monitoring logcat.
- store(StoredException) - Method in class com.percolate.foam.ExceptionPersister
-
Write given StoredException to a new file.
- StoredException - Class in com.percolate.foam
-
DTO style object that will be persisted to/from local storage.
- StoredException() - Constructor for class com.percolate.foam.StoredException
-
- StoredException(ServiceType, String, String, String) - Constructor for class com.percolate.foam.StoredException
-
- storedExceptionFileName - Variable in class com.percolate.foam.DeleteFileCallback
-
- storeException(Thread, Throwable) - Method in class com.percolate.foam.CustomExceptionHandler
-
- StringConverter() - Constructor for class com.percolate.foam.GoogleAnalytics.StringConverter
-
- success(Object, Response) - Method in class com.percolate.foam.DeleteFileCallback
-
Request was successful.
- success(Response, Response) - Method in class com.percolate.foam.NoOpCallback
-