mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-20 13:17:08 +00:00
Reduced logging
This commit is contained in:
parent
0fb820c59f
commit
05eaedac08
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ public class AdapterMedia extends RecyclerView.Adapter<AdapterMedia.ViewHolder>
|
|||
args.putString("barcode_text", Helper.getPrintableString(result.getText(), false));
|
||||
args.putString("barcode_format", result.getBarcodeFormat().name());
|
||||
} catch (NotFoundException ex) {
|
||||
Log.w(ex);
|
||||
Log.i(ex);
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue