mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 18:58:48 +00:00
ErrorReporter: Add Android version to report subjects.
This commit is contained in:
parent
afcdf3488f
commit
51e8350dee
1 changed files with 1 additions and 0 deletions
|
@ -239,6 +239,7 @@ public class ErrorReporter implements Thread.UncaughtExceptionHandler {
|
|||
final String installer = Installer.installerPackageName(context);
|
||||
if (installer != null)
|
||||
subject.append(", installer ").append(installer);
|
||||
subject.append(", android ").append(Build.VERSION.RELEASE);
|
||||
return subject.toString();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue