Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

While registering/login face, got error #1

Open
vaishuserina opened this issue Feb 22, 2023 · 3 comments
Open

While registering/login face, got error #1

vaishuserina opened this issue Feb 22, 2023 · 3 comments

Comments

@vaishuserina
Copy link

While tryin this
Future detectFacesFromImage(CameraImage image) async {
InputImageData _firebaseImageMetadata = InputImageData(
imageRotation: rotationIntToImageRotation(
_cameraController.description.sensorOrientation),
inputImageFormat: InputImageFormat.BGRA8888,
size: Size(image.width.toDouble(), image.height.toDouble()),
planeData: image.planes.map(
(Plane plane) {
return InputImagePlaneMetadata(
bytesPerRow: plane.bytesPerRow,
height: plane.height,
width: plane.width,
);
},
).toList(),
);
print('FIREBASEIMAGE META DATA$_firebaseImageMetadata');

InputImage _firebaseVisionImage = InputImage.fromBytes(
  bytes: image.planes[0].bytes,
  inputImageData: _firebaseImageMetadata,
);
print('FIBASEVISION IMAGE$_firebaseVisionImage');


var result = await _faceDetector.processImage(_firebaseVisionImage);

if (result.isNotEmpty) {
  facesDetected = result;
  print('RESULT $result');
}

}

Error:
I/SnapshotHandler(21246): Unable to retrieve flag snapshot for com.google.android.libraries.consentverifier#com.makan.face_auth_flutter, using defaults.
F/libc (21246): Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x8338040c in tid 21828 (pool-16-thread-), pid 21246 (ce_auth_flutter)


Build fingerprint: 'xiaomi/cereus/cereus:9/PPR1.180610.011/V11.0.3.0.PCGMIXM:user/release-keys'
Revision: '0'
ABI: 'arm'
pid: 21246, tid: 21828, name: pool-16-thread- >>> com.makan.face_auth_flutter <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x8338040c
r0 8337f00c r1 00000500 r2 7d219298 r3 fffffe98
r4 8338040c r5 7d251698 r6 fffffe98 r7 00000278
r8 00000280 r9 00000168 r10 7df5ac49 r11 8337f00c
ip 7dbdce50 sp 80ffda3c lr 7df524e1 pc 7df5ac6a
backtrace:
#00 pc 0045ac6a /data/user_de/0/com.google.android.gms/app_chimera/m/00000025/dl-VisionFace.optional_230514100300.apk (offset 0x8f8000)
#1 pc 004524df /data/user_de/0/com.google.android.gms/app_chimera/m/00000025/dl-VisionFace.optional_230514100300.apk (offset 0x8f8000)
#2 pc 0044d3d5 /data/user_de/0/com.google.android.gms/app_chimera/m/00000025/dl-VisionFace.optional_230514100300.apk (offset 0x8f8000)
#03 pc 0044bb31 /data/user_de/0/com.google.android.gms/app_chimera/m/00000025/dl-VisionFace.optional_230514100300.apk (offset 0x8f8000)
#04 pc 0044ba5b /data/user_de/0/com.google.android.gms/app_chimera/m/00000025/dl-VisionFace.optional_230514100300.apk (offset 0x8f8000)
#05 pc 0044bdb9 /data/user_de/0/com.google.android.gms/app_chimera/m/00000025/dl-VisionFace.optional_230514100300.apk (offset 0x8f8000)
#06 pc 0044c115 /data/user_de/0/com.google.android.gms/app_chimera/m/00000025/dl-VisionFace.optional_230514100300.apk (offset 0x8f8000)
#07 pc 0044b481 /data/user_de/0/com.google.android.gms/app_chimera/m/00000025/dl-VisionFace.optional_230514100300.apk (offset 0x8f8000)
#08 pc 00102937 /data/user_de/0/com.google.android.gms/app_chimera/m/00000025/dl-VisionFace.optional_230514100300.apk (offset 0x8f8000)
#09 pc 0010286b /data/user_de/0/com.google.android.gms/app_chimera/m/00000025/dl-VisionFace.optional_230514100300.apk (offset 0x8f8000)
#10 pc 001027c9 /data/user_de/0/com.google.android.gms/app_chimera/m/00000025/dl-VisionFace.optional_230514100300.apk (offset 0x8f8000)
#11 pc 00101c97 /data/user_de/0/com.google.android.gms/app_chimera/m/00000025/dl-VisionFace.optional_230514100300.apk (offset 0x8f8000)
#12 pc 00413279 /system/lib/libart.so (art_quick_generic_jni_trampoline+40)
#13 pc 0040ed75 /system/lib/libart.so (art_quick_invoke_stub_internal+68)
#14 pc 003e8209 /system/lib/libart.so (art_quick_invoke_stub+224)
#15 pc 000a1415 /system/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+136)
#16 pc 001e6691 /system/lib/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+236)
#17 pc 001e117f /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+814)
#18 pc 003e3cf1 /system/lib/libart.so (MterpInvokeDirect+196)
#19 pc 00401c94 /system/lib/libart.so (ExecuteMterpImpl+14484)
#20 pc 000452d2 /data/user_de/0/com.google.android.gms/app_chimera/m/00000025/dl-VisionFace.optional_230514100300.apk (offset 0x830000) (com.google.android.gms.vision.face.FaceDetectorV2Jni.b+10)
#21 pc 001c58fb /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2130134057+378)
#22 pc 001c9fe1 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
#23 pc 001e1167 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
#24 pc 003e2e63 /system/lib/libart.so (MterpInvokeVirtual+442)
#25 pc 00401b94 /system/lib/libart.so (ExecuteMterpImpl+14228)
#26 pc 000489a6 /data/user_de/0/com.google.android.gms/app_chimera/m/00000025/dl-VisionFace.optional_230514100300.apk (offset 0x830000) (mk.h+370)
#27 pc 001c58fb /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2130134057+378)
#28 pc 001c9fe1 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
#29 pc 001e1167 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
#30 pc 003e3cf1 /system/lib/libart.so (MterpInvokeDirect+196)
#31 pc 00401c94 /system/lib/libart.so (ExecuteMterpImpl+14484)
#32 pc 00048106 /data/user_de/0/com.google.android.gms/app_chimera/m/00000025/dl-VisionFace.optional_230514100300.apk (offset 0x830000) (mk.b+934)
#33 pc 001c58fb /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2130134057+378)
#34 pc 001c9fe1 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
#35 pc 001e1167 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
#36 pc 003e2e63 /system/lib/libart.so (MterpInvokeVirtual+442)
#37 pc 00401b94 /system/lib/libart.so (ExecuteMterpImpl+14228)
#38 pc 0007172a /data/user_de/0/com.google.android.gms/app_chimera/m/00000025/dl-VisionFace.optional_230514100300.apk (offset 0x830000) (asy.a+90)
#39 pc 001c58fb /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2130134057+378)
#40 pc 001c9fe1 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
#41 pc 001e1167 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
#42 pc 003e2e63 /system/lib/libart.so (MterpInvokeVirtual+442)
#43 pc 00401b94 /system/lib/libart.so (ExecuteMterpImpl+14228)
#44 pc 00031864 /data/user_de/0/com.google.android.gms/app_chimera/m/00000025/dl-VisionFace.optional_230514100300.apk (offset 0x830000) (bp.onTransact+40)
#45 pc 001c58fb /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2130134057+378)
#46 pc 001c9fe1 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
#47 pc 001e1167 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
#48 pc 003e2e63 /system/lib/libart.so (MterpInvokeVirtual+442)
#49 pc 00401b94 /system/lib/libart.so (ExecuteMterpImpl+14228)
#50 pc 00b9dcdc /system/framework/boot-framework.vdex (android.os.Binder.transact+12)
#51 pc 001c58fb /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2130134057+378)
#52 pc 001c9fe1 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
#53 pc 001e1167 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
#54 pc 003e3a33 /system/lib/libart.so (MterpInvokeInterface+1010)
#55 pc 00401d94 /system/lib/libart.so (ExecuteMterpImpl+14740)
#56 pc 00507046 /data/app/com.makan.face_auth_flutter-B8XdzKE8C47F158D4h9Z3g==/oat/arm/base.vdex (com.google.android.gms.internal.mlkit_vision_face.zza.zzb+14)
#57 pc 001c58fb /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2130134057+378)
#58 pc 001c9fe1 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
#59 pc 001e1167 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
#60 pc 003e2e63 /system/lib/libart.so (MterpInvokeVirtual+442)
#61 pc 00401b94 /system/lib/libart.so (ExecuteMterpImpl+14228)
#62 pc 00515ee4 /data/app/com.makan.face_auth_flutter-B8XdzKE8C47F158D4h9Z3g==/oat/arm/base.vdex (com.google.android.gms.internal.mlkit_vision_face.zzlw.zzd+22)
#63 pc 001c58fb /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2130134057+378)
#64 pc 001c9fe1 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
#65 pc 001e1167 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
#66 pc 003e2e63 /system/lib/libart.so (MterpInvokeVirtual+442)
#67 pc 00401b94 /system/lib/libart.so (ExecuteMterpImpl+14228)
#68 pc 00ae5768 /data/app/com.makan.face_auth_flutter-B8XdzKE8C47F158D4h9Z3g==/oat/arm/base.vdex (com.google.mlkit.vision.face.internal.zza.zzh+144)
#69 pc 001c58fb /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2130134057+378)
#70 pc 001c9fe1 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
#71 pc 001e1167 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
#72 pc 003e3e3f /system/lib/libart.so (MterpInvokeStatic+130)
#73 pc 00401d14 /system/lib/libart.so (ExecuteMterpImpl+14612)
#74 pc 00ae54e8 /data/app/com.makan.face_auth_flutter-B8XdzKE8C47F158D4h9Z3g==/oat/arm/base.vdex (com.google.mlkit.vision.face.internal.zza.zza+98)
#75 pc 001c58fb /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2130134057+378)
#76 pc 001c9fe1 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
#77 pc 001e1167 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
#78 pc 003e3a33 /system/lib/libart.so (MterpInvokeInterface+1010)
#79 pc 00401d94 /system/lib/libart.so (ExecuteMterpImpl+14740)
#80 pc 00ae5cb4 /data/app/com.makan.face_auth_flutter-B8XdzKE8C47F158D4h9Z3g==/oat/arm/base.vdex (com.google.mlkit.vision.face.internal.zzh.zzc+32)
#81 pc 001c58fb /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2130134057+378)
#82 pc 001c9fe1 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
#83 pc 001e1167 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
#84 pc 003e2e63 /system/lib/libart.so (MterpInvokeVirtual+442)
#85 pc 00401b94 /system/lib/libart.so (ExecuteMterpImpl+14228)
#86 pc 00ae5c84 /data/app/com.makan.face_auth_flutter-B8XdzKE8C47F158D4h9Z3g==/oat/arm/base.vdex (com.google.mlkit.vision.face.internal.zzh.run+4)
#87 pc 001c58fb /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2130134057+378)
#88 pc 001c9fe1 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
#89 pc 001e1167 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
#90 pc 003e2e63 /system/lib/libart.so (MterpInvokeVirtual+442)
#91 pc 00401b94 /system/lib/libart.so (ExecuteMterpImpl+14228)
#92 pc 00addfb2 /data/app/com.makan.face_auth_flutter-B8XdzKE8C47F158D4h9Z3g==/oat/arm/base.vdex (com.google.mlkit.vision.common.internal.MobileVisionBase.zza+22)
#93 pc 001c58fb /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2130134057+378)
#94 pc 001c9fe1 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
#95 pc 001e1167 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
#96 pc 003e2e63 /system/lib/libart.so (MterpInvokeVirtual+442)
#97 pc 00401b94 /system/lib/libart.so (ExecuteMterpImpl+14228)
#98 pc 00ade3bc /data/app/com.makan.face_auth_flutter-B8XdzKE8C47F158D4h9Z3g==/oat/arm/base.vdex (com.google.mlkit.vision.common.internal.zzd.call+8)
#99 pc 001c58fb /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2130134057+378)
#100 pc 001c9fe1 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
#101 pc 001e1167 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
#102 pc 003e3a33 /system/lib/libart.so (MterpInvokeInterface+1010)
#103 pc 00401d94 /system/lib/libart.so (ExecuteMterpImpl+14740)
#104 pc 00acb56e /data/app/com.makan.face_auth_flutter-B8XdzKE8C47F158D4h9Z3g==/oat/arm/base.vdex (com.google.mlkit.common.sdkinternal.ModelResource.zza+74)
#105 pc 001c58fb /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2130134057+378)
#106 pc 001c9fe1 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
#107 pc 001e1167 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
#108 pc 003e2e63 /system/lib/libart.so (MterpInvokeVirtual+442)
#109 pc 00401b94 /system/lib/libart.so (ExecuteMterpImpl+14228)
#110 pc 00acf56c /data/app/com.makan.face_auth_flutter-B8XdzKE8C47F158D4h9Z3g==/oat/arm/base.vdex (com.google.mlkit.common.sdkinternal.zzm.run+20)
#111 pc 001c58fb /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2130134057+378)
#112 pc 001c9fe1 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
#113 pc 001e1167 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
#114 pc 003e3a33 /system/lib/libart.so (MterpInvokeInterface+1010)
#115 pc 00401d94 /system/lib/libart.so (ExecuteMterpImpl+14740)
#116 pc 00acf63a /data/app/com.makan.face_auth_flutter-B8XdzKE8C47F158D4h9Z3g==/oat/arm/base.vdex (com.google.mlkit.common.sdkinternal.zzp.run+20)
#117 pc 001c58fb /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2130134057+378)
#118 pc 001c9fe1 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
#119 pc 001e1167 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
#120 pc 003e3a33 /system/lib/libart.so (MterpInvokeInterface+1010)
#121 pc 00401d94 /system/lib/libart.so (ExecuteMterpImpl+14740)
#122 pc 00acb37c /data/app/com.makan.face_auth_flutter-B8XdzKE8C47F158D4h9Z3g==/oat/arm/base.vdex (com.google.mlkit.common.sdkinternal.MlKitThreadPool.zze+26)
#123 pc 001c58fb /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2130134057+378)
#124 pc 001c9fe1 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
#125 pc 001e1167 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
#126 pc 003e3e3f /system/lib/libart.so (MterpInvokeStatic+130)
#127 pc 00401d14 /system/lib/libart.so (ExecuteMterpImpl+14612)
#128 pc 00acb336 /data/app/com.makan.face_auth_flutter-B8XdzKE8C47F158D4h9Z3g==/oat/arm/base.vdex (com.google.mlkit.common.sdkinternal.MlKitThreadPool.zzc+16)
#129 pc 001c58fb /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2130134057+378)
#130 pc 001c9fe1 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
#131 pc 001e1167 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
#132 pc 003e3e3f /system/lib/libart.so (MterpInvokeStatic+130)
#133 pc 00401d14 /system/lib/libart.so (ExecuteMterpImpl+14612)
#134 pc 00acf4c0 /data/app/com.makan.face_auth_flutter-B8XdzKE8C47F158D4h9Z3g==/oat/arm/base.vdex (com.google.mlkit.common.sdkinternal.zzi.run+4)
#135 pc 001c58fb /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2130134057+378)
#136 pc 001c9fe1 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
#137 pc 001e1167 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
#138 pc 003e3a33 /system/lib/libart.so (MterpInvokeInterface+1010)
#139 pc 00401d94 /system/lib/libart.so (ExecuteMterpImpl+14740)
#140 pc 0011734c /system/framework/boot.vdex (java.util.concurrent.ThreadPoolExecutor.runWorker+162)
#141 pc 001c58fb /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2130134057+378)
#142 pc 001c9fe1 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
#143 pc 001e1167 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
#144 pc 003e2e63 /system/lib/libart.so (MterpInvokeVirtual+442)
#145 pc 00401b94 /system/lib/libart.so (ExecuteMterpImpl+14228)
#146 pc 0011667a /system/framework/boot.vdex (java.util.concurrent.ThreadPoolExecutor$Worker.run+4)
#147 pc 001c58fb /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2130134057+378)
#148 pc 001c9fe1 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
#149 pc 001e1167 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
#150 pc 003e3a33 /system/lib/libart.so (MterpInvokeInterface+1010)
#151 pc 00401d94 /system/lib/libart.so (ExecuteMterpImpl+14740)
#152 pc 00acb356 /data/app/com.makan.face_auth_flutter-B8XdzKE8C47F158D4h9Z3g==/oat/arm/base.vdex (com.google.mlkit.common.sdkinternal.MlKitThreadPool.zzd+20)
#153 pc 001c58fb /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2130134057+378)
#154 pc 001c9fe1 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
#155 pc 001e1167 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
#156 pc 003e3e3f /system/lib/libart.so (MterpInvokeStatic+130)
#157 pc 00401d14 /system/lib/libart.so (ExecuteMterpImpl+14612)
#158 pc 00acf4e0 /data/app/com.makan.face_auth_flutter-B8XdzKE8C47F158D4h9Z3g==/oat/arm/base.vdex (com.google.mlkit.common.sdkinternal.zzj.run+4)
#159 pc 001c58fb /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2130134057+378)
#160 pc 001c9fe1 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
#161 pc 001e1167 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
#162 pc 003e3a33 /system/lib/libart.so (MterpInvokeInterface+1010)
#163 pc 00401d94 /system/lib/libart.so (ExecuteMterpImpl+14740)
#164 pc 000ca906 /system/framework/boot.vdex (java.lang.Thread.run+12)
#165 pc 001c58fb /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2130134057+378)
#166 pc 001c9f27 /system/lib/libart.so (art::interpreter::EnterInterpreterFromEntryPoint(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*)+82)
#167 pc 003d6949 /system/lib/libart.so (artQuickToInterpreterBridge+880)
#168 pc 004132ff /system/lib/libart.so (art_quick_to_interpreter_bridge+30)
#169 pc 0040ed75 /system/lib/libart.so (art_quick_invoke_stub_internal+68)
#170 pc 003e8209 /system/lib/libart.so (art_quick_invoke_stub+224)
#171 pc 000a1415 /system/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+136)
#172 pc 0034884d /system/lib/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+52)
#173 pc 003495a5 /system/lib/libart.so (art::InvokeVirtualOrInterfaceWithJValues(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, jvalue*)+320)
#174 pc 0036a54f /system/lib/libart.so (art::Thread::CreateCallback(void*)+866)
#175 pc 00063495 /system/lib/libc.so (__pthread_start(void*)+22)
#176 pc 0001de89 /system/lib/libc.so (__start_thread+24)
Lost connection to device.

@kvinaychandra
Copy link

Facing the same issues

@MouBiswas16
Copy link

@kvinaychandra @vaishuserina have you guys solved the problem till yet?

@MouBiswas16
Copy link

did you guys create the Firebase configuration for this project 1st?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants