mirror of https://github.com/M66B/FairEmail.git
Error logging
This commit is contained in:
parent
fd0676d286
commit
84cd61453b
|
@ -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 =
|
||||
|
|
|
@ -1742,7 +1742,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
|
|||
for (String key : sSystemFontMap.keySet())
|
||||
ssb.append(key).append("\n");
|
||||
} catch (Throwable ex) {
|
||||
ssb.append(ex.toString());
|
||||
Log.e(ex);
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
|
||||
|
|
Loading…
Reference in New Issue