mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-25 02:15:45 +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 =
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user