Upgrade ACRA
This commit is contained in:
parent
a09c8934fc
commit
ac53eeb76d
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue