Upgrade ACRA

This commit is contained in:
wb9688 2017-11-10 15:36:13 +01:00
parent a09c8934fc
commit ac53eeb76d
2 changed files with 2 additions and 2 deletions

View file

@ -160,7 +160,7 @@ public class ErrorActivity extends AppCompatActivity {
key = k;
}
}
String[] el = new String[]{report.get(key)};
String[] el = new String[]{report.get(key).toString()};
Intent intent = new Intent(context, ErrorActivity.class);
intent.putExtra(ERROR_INFO, errorInfo);