diff --git a/oeffi/src/de/schildbach/oeffi/util/ErrorReporter.java b/oeffi/src/de/schildbach/oeffi/util/ErrorReporter.java index a774afd..f7d8230 100644 --- a/oeffi/src/de/schildbach/oeffi/util/ErrorReporter.java +++ b/oeffi/src/de/schildbach/oeffi/util/ErrorReporter.java @@ -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(); }