ZXingScannerView Android issues

0

I have a problem with the scanner on a Huawei Tag-L13 When the app opens and they scan a Qr code it does everything right, that is, it opens the camera, reads the QR and shows its value, however when they give it back and wish to scan again it does not do it the screen is blank , and you have to close and open the app to scan again, the logcat shows the following:

    11-12 13:23:00.057 7056-7056/morelos.ces.ces.com.cesmorelos E/Minikin: addFont failed to create font data/skin/fonts/DroidSansChinese.ttf
11-12 13:23:00.057 7056-7056/morelos.ces.ces.com.cesmorelos D/TextView: RuntimeException
11-12 13:23:00.061 7056-7056/morelos.ces.ces.com.cesmorelos D/SurfaceView: checkSurfaceViewlLogProperty get invalid command
11-12 13:23:00.062 7056-7056/morelos.ces.ces.com.cesmorelos E/art: ClassLinker::FindClass not found:Lcom/google/android/gms/dynamite/descriptors/com/google/android/gms/vision/dynamite/barcode/ModuleDescriptor;
11-12 13:23:00.063 7056-7056/morelos.ces.ces.com.cesmorelos W/DynamiteModule: Local module descriptor class for com.google.android.gms.vision.dynamite.barcode not found.
11-12 13:23:00.065 7056-7056/morelos.ces.ces.com.cesmorelos D/ActivityThread: hoder:android.app.IActivityManager$ContentProviderHolder@22e546bd,provider,holder.Provider:android.content.ContentProviderProxy@2a5ae4b2
11-12 13:23:00.070 7056-7056/morelos.ces.ces.com.cesmorelos I/DynamiteModule: Considering local module com.google.android.gms.vision.dynamite.barcode:0 and remote module com.google.android.gms.vision.dynamite.barcode:0
11-12 13:23:00.070 7056-7056/morelos.ces.ces.com.cesmorelos D/BarcodeNativeHandle: Cannot load feature, fall back to load whole module.
11-12 13:23:00.071 7056-7056/morelos.ces.ces.com.cesmorelos E/art: ClassLinker::FindClass not found:Lcom/google/android/gms/dynamite/descriptors/com/google/android/gms/vision/dynamite/ModuleDescriptor;
11-12 13:23:00.071 7056-7056/morelos.ces.ces.com.cesmorelos W/DynamiteModule: Local module descriptor class for com.google.android.gms.vision.dynamite not found.
11-12 13:23:00.076 7056-7056/morelos.ces.ces.com.cesmorelos I/DynamiteModule: Considering local module com.google.android.gms.vision.dynamite:0 and remote module com.google.android.gms.vision.dynamite:1702
    Selected remote version of com.google.android.gms.vision.dynamite, version >= 1702
11-12 13:23:00.076 7056-7056/morelos.ces.ces.com.cesmorelos W/DynamiteModule: Dynamite loader version < 2, falling back to loadModule2
11-12 13:23:00.083 7056-7056/morelos.ces.ces.com.cesmorelos I/Vision: Loading library libbarhopper.so
11-12 13:23:00.108 7056-7056/morelos.ces.ces.com.cesmorelos I/Vision: libbarhopper.so library load status: false
11-12 13:23:00.108 7056-7056/morelos.ces.ces.com.cesmorelos W/BarcodeNativeHandle: Native handle not yet available. Reverting to no-op handle.

pd: I noticed that at the time of opening the app a second app called KingRoot was opened, I do not know if this has something to do with the problem ....

    
asked by Milan 12.11.2018 в 21:08
source

0 answers