Reduce logging

This commit is contained in:
M66B
2020-04-25 16:16:07 +02:00
parent 270ca1ceac
commit 198d225614

View File

@@ -317,7 +317,10 @@ public class FragmentOptionsEncryption extends FragmentBase implements SharedPre
@Override
public void onError(Exception ex) {
Log.e("PGP", ex);
if ("bindService() returned false!".equals(ex.getMessage()))
Log.i(ex.getMessage());
else
Log.e("PGP", ex);
}
});
pgpService.bindToService();