인프런 커뮤니티 질문&답변
Expect face scores and rectangles to be non-null이 계속 반복적으로 뜨면서 실행을 하면 비디오콜 내 화면이 로딩이 안됩니다.
작성
·
84
0

정상적으로 작동하는거 같은데, 왜 제 화면이 로딩이 안되나요?
Launching lib\main.dart on sdk gphone16k x86 64 in debug mode...
Running Gradle task 'assembleDebug'...
√ Built build\app\outputs\flutter-apk\app-debug.apk
Installing build\app\outputs\flutter-apk\app-debug.apk...
Debug service listening on ws://127.0.0.1:63707/-wr_2YD29ZU=/ws
Syncing files to device sdk gphone16k x86 64...
I/mple.video_call( 7733): Compiler allocated 5174KB to compile void android.view.ViewRootImpl.performTraversals()
D/EGL_emulation( 7733): app_time_stats: avg=479.53ms min=9.92ms max=1288.27ms count=3
W/WindowOnBackDispatcher( 7733): OnBackInvokedCallback is not enabled for the application.
W/WindowOnBackDispatcher( 7733): Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
D/ProfileInstaller( 7733): Installing profile for com.example.video_call
D/EGL_emulation( 7733): app_time_stats: avg=20.61ms min=4.97ms max=168.84ms count=41
D/EGL_emulation( 7733): app_time_stats: avg=16.67ms min=10.12ms max=22.59ms count=60
D/EGL_emulation( 7733): app_time_stats: avg=16.66ms min=12.93ms max=21.23ms count=61
E/spdlog ( 7733): [2024-10-29 08:28:22.310][7733][E][iris_logger.cc:150] reset logger exception with path /agora-iris.log Failed opening file /agora-iris.log for writing: Read-only file system
D/nativeloader( 7733): Load /data/app/~~zL7hDT6Q0rJ7dt6D1Zoa6Q==/com.example.video_call-iBA-jghYeK8dYx5lFMlrSg==/lib/x86_64/libAgoraRtcWrapper.so using ns clns-7 from class loader (caller=/data/app/~~zL7hDT6Q0rJ7dt6D1Zoa6Q==/com.example.video_call-iBA-jghYeK8dYx5lFMlrSg==/base.apk!classes2.dex): ok
I/spdlog ( 7733): [2024-10-29 08:28:22.342][7733][I][iris_logger.cc:152] reset logger to /storage/emulated/0/Android/data/com.example.video_call/files/agora-iris.log
I/spdlog ( 7733): [2024-10-29 08:28:22.608][7826][I][iris_logger.cc:154] iris version: 4.3.2-build.1 commit: 6f679f2256f93732ff9209e54266207fcdc1a26e build: 504
D/CommonUtility( 7733): registerSystemEventListener: io.agora.utils2.internal.RtcSystemEventListener
D/CommonUtility( 7733): onNetworkChange: io.agora.utils2.internal.RtcSystemEventListener
D/RtcSystemEventListener( 7733): onNetworkChange:
W/mple.video_call( 7733): Accessing hidden method Landroid/media/AudioManager;->getDevicesForStream(I)I (unsupported, reflection, allowed)
D/CompatChangeReporter( 7733): Compat change id reported: 263076149; UID 10199; state: ENABLED
I/spdlog ( 7733): [2024-10-29 08:28:23.234][7826][I][iris_rtc_api_engine.cc:378] api name RtcEngine_setupLocalVideo_acc9c38 params "{"canvas":{"uid":0,"view":16070}}"
I/spdlog ( 7733): [2024-10-29 08:28:23.237][7826][I][iris_rtc_api_engine.cc:442] api name RtcEngine_setupLocalVideo_acc9c38 result 0 outdata {"result":0}
D/EGL_emulation( 7733): app_time_stats: avg=2894.20ms min=1762.93ms max=4025.48ms count=2
E/mple.video_call( 7733): No package ID ff found for resource ID 0xffffffff.
D/AudioTrack( 7733): getTimestamp_l(20): device stall time corrected using current time 775331436000
D/CompatChangeReporter( 7733): Compat change id reported: 244358506; UID 10199; state: ENABLED
W/CameraMetadataJV( 7733): Expect face scores and rectangles to be non-null
D/CommonUtility( 7733): VideoCaptureCamera getDisplayRotation: 0
W/CameraMetadataJV( 7733): Expect face scores and rectangles to be non-null
W/CameraMetadataJV( 7733): Expect face scores and rectangles to be non-null
W/CameraMetadataJV( 7733): Expect face scores and rectangles to be non-null
W/CameraMetadataJV( 7733): Expect face scores and rectangles to be non-null
W/CameraMetadataJV( 7733): Expect face scores and rectangles to be non-null
계속 이문구가 반복적으로 뜨는 이유가 뭔가요?
답변




