Reduced logging

This commit is contained in:
M66B
2024-02-27 17:54:29 +01:00
parent 0fb820c59f
commit 05eaedac08

View File

@@ -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);
}