attempt to trap a crash a bit earlier for diagnosis

This commit is contained in:
dosiecki 2017-07-03 19:28:02 -07:00
parent 1bf62d4b91
commit 02085d669d

View file

@ -278,6 +278,7 @@ public class FeedUtils {
}
public static void doAction(final ReadingAction ra, final Context context) {
if (ra == null) throw new IllegalArgumentException("ReadingAction must not be null");
new AsyncTask<Void, Void, Void>() {
@Override
protected Void doInBackground(Void... arg) {