mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Error logging
This commit is contained in:
@@ -104,7 +104,7 @@ public class AdapterOperation extends RecyclerView.Adapter<AdapterOperation.View
|
||||
if (jarray.length() > 0)
|
||||
sb.append(' ').append(operation.args);
|
||||
} catch (JSONException ex) {
|
||||
sb.append(' ').append(ex.toString());
|
||||
Log.e(ex);
|
||||
}
|
||||
|
||||
String folderName =
|
||||
|
||||
Reference in New Issue
Block a user