acra: ignore password preference
This commit is contained in:
parent
3496ecde74
commit
a7f69e2c95
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.fox.ttrss"
|
package="org.fox.ttrss"
|
||||||
android:versionCode="297"
|
android:versionCode="298"
|
||||||
android:versionName="1.87" >
|
android:versionName="1.87" >
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
|
@ -8,6 +8,7 @@ import org.acra.ReportingInteractionMode;
|
|||||||
import org.acra.annotation.ReportsCrashes;
|
import org.acra.annotation.ReportsCrashes;
|
||||||
import org.fox.ttrss.types.Feed;
|
import org.fox.ttrss.types.Feed;
|
||||||
@ReportsCrashes(formKey = "", mode = ReportingInteractionMode.DIALOG,
|
@ReportsCrashes(formKey = "", mode = ReportingInteractionMode.DIALOG,
|
||||||
|
excludeMatchingSharedPreferencesKeys = {"password"},
|
||||||
resDialogText = R.string.crash_dialog_text,
|
resDialogText = R.string.crash_dialog_text,
|
||||||
formUri = "http://tt-rss.org/acra/submit/")
|
formUri = "http://tt-rss.org/acra/submit/")
|
||||||
public class GlobalState extends Application {
|
public class GlobalState extends Application {
|
||||||
@ -30,7 +31,7 @@ public class GlobalState extends Application {
|
|||||||
super.onCreate();
|
super.onCreate();
|
||||||
ACRA.init(this);
|
ACRA.init(this);
|
||||||
|
|
||||||
m_singleton = this;
|
//m_singleton = this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void save(Bundle out) {
|
public void save(Bundle out) {
|
||||||
|
Loading…
Reference in New Issue
Block a user