Reduced logging

This commit is contained in:
M66B 2024-02-27 17:54:29 +01:00
parent 0fb820c59f
commit 05eaedac08
1 changed files with 1 additions and 1 deletions

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