mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Reduced logging
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user