Reduced logging

pull/214/head
M66B 10 months ago
parent 0fb820c59f
commit 05eaedac08

@ -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…
Cancel
Save