ACRA put user email in crash report -
how can fill user_email field acra crash reporter?
the report starts with:
user_email = n/a
to set user_email field edit sharedpreferences
sharedpreferences prefs = acra.getacrasharedpreferences(); prefs.edit().putstring(acra.pref_user_email_address, user).commit();
Comments
Post a Comment