1. Added device and APP info for the logcat version
This commit is contained in:
parent
c6b5cd23ca
commit
c2c766e4e0
1 changed files with 3 additions and 1 deletions
|
|
@ -231,8 +231,10 @@ public class VoiXtremeService extends VoiXtremeServiceBase
|
|||
final LoggerService.LogNextTypes logType = LoggerService.LogNextTypes.VOIXTREME;
|
||||
final LoggerService.LogNextMode logMode = (BuildConfig.DEBUG ? LoggerService.LogNextMode.LOGCAT_ONLY
|
||||
: LoggerService.LogNextMode.NONE);
|
||||
final String appName = getString(R.string.app_name);
|
||||
final String appVersion = BuildConfig.VERSION_NAME;
|
||||
|
||||
LoggerService.startLoggerService(getApplicationContext(), logType, logMode);
|
||||
LoggerService.startLoggerService(getApplicationContext(), logType, logMode, appName, appVersion);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue