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# - Derived UserControl layout resets after build -

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

Phantomjs login, redirect and render page after pageLoad finishes -