mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Reduced logging
This commit is contained in:
@@ -894,7 +894,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
@Override
|
||||
public void onError(Exception ex) {
|
||||
if ("bindService() returned false!".equals(ex.getMessage()))
|
||||
Log.w("PGP", ex);
|
||||
Log.i(ex);
|
||||
else
|
||||
Log.e("PGP", ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user