public class LoggerCtrl
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
android.os.Bundle |
exportSettings(java.lang.String filePath)
Export Settings
|
static LoggerCtrl |
getInstance(android.content.Context context)
Get an instance of LoggerCtrl
|
android.os.Bundle |
importSettings(java.lang.String filePath)
Import settings.
|
android.os.Bundle |
resetSettings()
Reset settings
|
android.os.Bundle |
startLogging()
Start Logging
|
android.os.Bundle |
stopLogging()
Stop Logging
|
public static LoggerCtrl getInstance(android.content.Context context)
context - the context which needs to use this controllerpublic android.os.Bundle startLogging()
public android.os.Bundle stopLogging()
public android.os.Bundle importSettings(java.lang.String filePath)
filePath - the complete file pathpublic android.os.Bundle exportSettings(java.lang.String filePath)
filePath - the complete file pathpublic android.os.Bundle resetSettings()