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

Popular posts from this blog

c# - HttpResponseMessage System.InvalidOperationException -

sql - Postgresql error: "failed to find conversion function from unknown to text" -