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

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -