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

[BUG] I got black screen in flutter v2.8.1 #66

Closed
lkrjangid1 opened this issue Jan 30, 2022 · 17 comments
Closed

[BUG] I got black screen in flutter v2.8.1 #66

lkrjangid1 opened this issue Jan 30, 2022 · 17 comments
Assignees
Labels
bug Something isn't working

Comments

@lkrjangid1
Copy link

Warnings:

Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01
Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/02 to old ns http://schemas.android.com/sdk/android/repo/repository2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01

Error:


I/BufferQueue(27995): [unnamed-27995-0](this:0x7d03363800,id:0,api:0,p:-1,c:-1) BufferQueue core=(27995:com.asoft.timemarks.hm.timemarks)
E/libc    (27995): Access denied finding property "vendor.debug.sf.stc_interval"
W/ks.hm.timemarks(27995): type=1400 audit(0.0:1025010): avc: denied { read } for name="u:object_r:graphics_debug_prop:s0" dev="tmpfs" ino=959 scontext=u:r:untrusted_app:s0:c73,c258,c512,c768 tcontext=u:object_r:graphics_debug_prop:s0 tclass=file permissive=0
W/ks.hm.timemarks(27995): type=1400 audit(0.0:1025011): avc: denied { read } for name="u:object_r:debug_bq_dump_prop:s0" dev="tmpfs" ino=919 scontext=u:r:untrusted_app:s0:c73,c258,c512,c768 tcontext=u:object_r:debug_bq_dump_prop:s0 tclass=file permissive=0
E/libc    (27995): Access denied finding property "vendor.debug.bq.dump"
I/BufferQueueConsumer(27995): [unnamed-27995-0](this:0x7d03363800,id:0,api:0,p:-1,c:27995) connect(C): consumer=(27995:com.asoft.timemarks.hm.timemarks) controlledByApp=true
E/libc    (27995): Access denied finding property "vendor.debug.bq.dump"
I/BufferQueueConsumer(27995): [unnamed-27995-0](this:0x7d03363800,id:0,api:0,p:-1,c:27995) setConsumerName: unnamed-27995-0
E/libc    (27995): Access denied finding property "vendor.debug.bq.line"
W/ks.hm.timemarks(27995): type=1400 audit(0.0:1025012): avc: denied { read } for name="u:object_r:debug_bq_dump_prop:s0" dev="tmpfs" ino=919 scontext=u:r:untrusted_app:s0:c73,c258,c512,c768 tcontext=u:object_r:debug_bq_dump_prop:s0 tclass=file permissive=0
W/ks.hm.timemarks(27995): type=1400 audit(0.0:1025013): avc: denied { read } for name="u:object_r:graphics_debug_prop:s0" dev="tmpfs" ino=959 scontext=u:r:untrusted_app:s0:c73,c258,c512,c768 tcontext=u:object_r:graphics_debug_prop:s0 tclass=file permissive=0
E/libc    (27995): Access denied finding property "vendor.debug.bq.dump"
I/BufferQueueConsumer(27995): [SurfaceTexture-0-27995-0](this:0x7d03363800,id:0,api:0,p:-1,c:27995) setConsumerName: SurfaceTexture-0-27995-0
E/libc    (27995): Access denied finding property "vendor.debug.bq.line"
W/ks.hm.timemarks(27995): type=1400 audit(0.0:1025014): avc: denied { read } for name="u:object_r:debug_bq_dump_prop:s0" dev="tmpfs" ino=919 scontext=u:r:untrusted_app:s0:c73,c258,c512,c768 tcontext=u:object_r:debug_bq_dump_prop:s0 tclass=file permissive=0
W/ks.hm.timemarks(27995): type=1400 audit(0.0:1025015): avc: denied { read } for name="u:object_r:graphics_debug_prop:s0" dev="tmpfs" ino=959 scontext=u:r:untrusted_app:s0:c73,c258,c512,c768 tcontext=u:object_r:graphics_debug_prop:s0 tclass=file permissive=0
I/GLConsumer(27995): [SurfaceTexture-0-27995-0] detachFromContext

Black Screen

WhatsApp Image 2022-01-30 at 1 29 13 PM

Build.gradle

image
image

Code:

image

@lkrjangid1 lkrjangid1 added the bug Something isn't working label Jan 30, 2022
@SherazJamil
Copy link

I am also having this issue. Before using this package I am using Agora RTC engine. It worked properly. When I used this package the same issue came.

@waqadArshad
Copy link

I am having the same issue. It was working when I used only the agora_rtc_engine package but now after adding the agora_UIKit package it is showing me a black screen.

@Meherdeep
Copy link
Contributor

Same as issue #62?

@waqadArshad
Copy link

Same as issue #62?

as this issue states that the compile and target sdks both are set to 31 and that is the only solution stated in that issue, I think this is not the cause.

@Meherdeep
Copy link
Contributor

@waqadArshad @SherazJamil @lkrjangid1 I will try reproducing this error. It would be great if you could share some more light on this error. Which version of the Agora UIKit are you using? Is this limited to Android only? Are you getting this bug on your physical device or an emulator or both? Also, if you could share your log file that would be great.

@SherazJamil
Copy link

versions:
agora_rtc_engine: ^4.2.0
agora_uikit: ^0.0.4

Tested on Android only.

flutter doctor output:
Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 2.8.1, on Microsoft Windows [Version 10.0.19042.1466], locale en-US) [!] Android toolchain - develop for Android devices (Android SDK version 30.0.1) X cmdline-tools component is missing Run path/to/sdkmanager --install "cmdline-tools;latest"See https://developer.android.com/studio/command-line for more details. X Android license status unknown. Runflutter doctor --android-licenses` to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/windows#android-setup for more details.
[√] Chrome - develop for the web
[√] Android Studio (version 4.1)
[√] Connected device (3 available)

! Doctor found issues in 1 category.
**Flutter doctor -v:**[√] Flutter (Channel stable, 2.8.1, on Microsoft Windows [Version 10.0.19042.1466], locale en-US)
• Flutter version 2.8.1 at C:\src\flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 77d935af4d (7 weeks ago), 2021-12-16 08:37:33 -0800
• Engine revision 890a5fca2e
• Dart version 2.15.1

[!] Android toolchain - develop for Android devices (Android SDK version 30.0.1)
• Android SDK at C:\Users\Sheraz Jameel\AppData\Local\Android\sdk
X cmdline-tools component is missing
Run path/to/sdkmanager --install "cmdline-tools;latest"
See https://developer.android.com/studio/command-line for more details.
X Android license status unknown.
Run flutter doctor --android-licenses to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/windows#android-setup for more details.

[√] Chrome - develop for the web
• Chrome at C:\Program Files (x86)\Google\Chrome\Application\chrome.exe

[√] Android Studio (version 4.1)
• Android Studio at C:\Program Files\Android\Android Studio
• Flutter plugin can be installed from:
https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)

[√] Connected device (3 available)
• RMX1911 (mobile) • 192.168.8.101:5555 • android-arm64 • Android 10 (API 29)
• Chrome (web) • chrome • web-javascript • Google Chrome 97.0.4692.99
• Edge (web) • edge • web-javascript • Microsoft Edge 96.0.1054.62
`

The console output when I clicked on the Video Call button:

`[GETX] GOING TO ROUTE /VideoCall
V/SensorManager( 6569): RegisterListener icm4x6xx Accelerometer Non-wakeup type:1 delay:66667us by android.view.OrientationEventListener$SensorEventListenerImpl
I/AudioManager( 6569): In isBluetoothScoOn(), calling application: com.example.nikah_match
E/CheckPermission( 6569): _bluetooth code = 1
E/CheckPermission( 6569): _bluetooth code = 3
D/BluetoothHeadset( 6569): Binding service...
E/CheckPermission( 6569): _bluetooth code = 11
E/CheckPermission( 6569): _bluetooth code = 3
D/BluetoothA2dp( 6569): Binding service...
D/agora-jni( 6569): android bridge create done...
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/SurfaceView( 6569): 82574404 setVisibility, mRequestedVisible:false newRequestedVisible:false mWindowVisibility:false mViewVisibility:true mWindowStopped:false visibility:0 VISIBLE:0 by io.agora.rtc.RtcEngine.CreateRendererView:1232 io.agora.rtc.base.RtcSurfaceView.:22 io.agora.agora_rtc_engine.AgoraSurfaceView.:40 io.agora.agora_rtc_engine.AgoraSurfaceViewFactory.create:21
D/SurfaceView( 6569): 82574404 updateSurface: has no frame
I/SurfaceView( 6569): 267342125 setVisibility, mRequestedVisible:false newRequestedVisible:false mWindowVisibility:false mViewVisibility:true mWindowStopped:false visibility:0 VISIBLE:0 by io.agora.rtc.RtcEngine.CreateRendererView:1232 io.agora.rtc.base.RtcSurfaceView.setupVideoCanvas:71 io.agora.rtc.base.RtcSurfaceView.setData:56 io.agora.agora_rtc_engine.AgoraSurfaceView.setData:86
D/SurfaceView( 6569): 267342125 updateSurface: has no frame
D/SurfaceView( 6569): 267342125 updateSurface: has no frame
W/Gralloc3( 6569): allocator 3.x is not supported
D/ColorViewRootUtil( 6569): initSwipState, isDisplayCompatApp false
D/ColorViewRootUtil( 6569): don't initSwipState because display 39 is not default display
D/WindowManager( 6569): Add to mViews: DecorView@98678e5[MainActivity], this = android.view.WindowManagerGlobal@b101542,pkg= com.example.nikah_match
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/Choreographer( 6569): Skipped 9 frames! The application may be doing too much work on its main thread.
D/SurfaceView( 6569): 267342125 updateRequestedVisibility, mViewVisibility:true, mWindowVisibility:false, mWindowStopped:false by android.view.SurfaceView.onAttachedToWindow:278 android.opengl.GLSurfaceView.onAttachedToWindow:619 android.view.View.dispatchAttachedToWindow:20367 android.view.ViewGroup.dispatchAttachedToWindow:3459 android.view.ViewGroup.dispatchAttachedToWindow:3459 android.view.ViewGroup.dispatchAttachedToWindow:3459 android.view.ViewGroup.dispatchAttachedToWindow:3459 android.view.ViewGroup.dispatchAttachedToWindow:3459
I/PswFrameworkFactoryImpl( 6569): get feature:IPswScreenModeFeature
D/SurfaceView( 6569): 267342125 updateRequestedVisibility, mViewVisibility:true, mWindowVisibility:true, mWindowStopped:false by android.view.SurfaceView.onWindowVisibilityChanged:301 android.view.View.dispatchAttachedToWindow:20384 android.view.ViewGroup.dispatchAttachedToWindow:3459 android.view.ViewGroup.dispatchAttachedToWindow:3459 android.view.ViewGroup.dispatchAttachedToWindow:3459 android.view.ViewGroup.dispatchAttachedToWindow:3459 android.view.ViewGroup.dispatchAttachedToWindow:3459 android.view.ViewGroup.dispatchAttachedToWindow:3459
D/SurfaceView( 6569): 267342125 updateSurface: has no frame
D/SurfaceView( 6569): 267342125 updateSurface: has no frame
D/SurfaceView( 6569): 267342125 updateSurface: has no frame
D/SurfaceView( 6569): 267342125 updateSurface: has no frame
I/SurfaceView( 6569): 267342125 Changes: creating=true format=true size=true visible=true alpha=false mUseAlpha=false visible=true left=true top=true
I/SurfaceView( 6569): 267342125 mSurfaceControl 195522155 mBackgroundControl 196136392 creating: SurfaceView - Sys2030:com.example.nikah_match/com.example.nikah_match.MainActivity
I/SurfaceView( 6569): 267342125 Cur surface: Surface(name=null)/@0x9aabe61, visible=true
I/SurfaceView( 6569): 267342125 visibleChanged:true -> SurfaceHolder.Callback.surfaceCreated
I/SurfaceView( 6569): 267342125 surfaceChanged -- format=4 w=720 h=1544 visibleChanged:true -> SurfaceHolder.Callback.surfaceChanged
I/PswFrameworkFactoryImpl( 6569): get feature:IPswScreenModeFeature
I/SurfaceView( 6569): 267342125 surfaceRedrawNeeded
V/SurfaceView( 6569): Layout: x=0 y=0 w=720 h=1544, frame=Rect(0, 0 - 720, 1544)
I/PswFrameworkFactoryImpl( 6569): get feature:IPswScreenModeFeature
I/AGORA_SDK( 6569): Surface changed to width 720 height 1544
I/SurfaceView( 6569): 267342125 finishedDrawing
I/Choreographer( 6569): Skipped 2 frames! The application may be doing too much work on its main thread.
D/ColorViewRootUtil( 6569): initSwipState, isDisplayCompatApp false
D/ColorViewRootUtil( 6569): don't initSwipState because display 39 is not default display
I/PswFrameworkFactoryImpl( 6569): get feature:IPswScreenModeFeature
E/libc ( 6569): Access denied finding property "vendor.camera.aux.packagelist"
I/AudioManager( 6569): In setSpeakerphoneOn(), on: true, calling application: com.example.nikah_match
D/AudioManager( 6569): setSpeakerphoneOn on=true from com.example.nikah_match
D/AudioManager( 6569): setSpeakerphoneOn keys: get_speaker_authority=com.example.nikah_match, mAuthoriyStr = true
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
D/WEBRTCN( 6569): SetRenderAndroidVM
W/AudioCapabilities( 6569): Unsupported mime audio/ffmpeg
W/VideoCapabilities( 6569): Unsupported mime image/vnd.android.heic
W/VideoCapabilities( 6569): Unsupported mime video/ffmpeg
W/VideoCapabilities( 6569): Unrecognized profile/level 0/3 for video/mpeg2
W/VideoCapabilities( 6569): Unrecognized profile/level 0/3 for video/mpeg2
E/libc ( 6569): Access denied finding property "vendor.camera.aux.packagelist"
D/GDPGlUtil( 6569): EGLContext created, client version 3
I/GDPAndroid( 6569): cores:8
I/chatty ( 6569): uid=10557(com.example.nikah_match) GENP.0 identical 3 lines
I/GDPAndroid( 6569): cores:8
E/libc ( 6569): Access denied finding property "vendor.camera.aux.packagelist"
I/GDPAndroid( 6569): cores:8
I/chatty ( 6569): uid=10557(com.example.nikah_match) GENP.0 identical 3 lines
I/GDPAndroid( 6569): cores:8
I/GDPAndroid( 6569): max freq:2016000
I/GDPAndroid( 6569): total mem:3818426368
I/flutter ( 6569): onError: ErrorCode.InvalidToken
I/chatty ( 6569): uid=10557(com.example.nikah_match) 1.ui identical 2 lines
I/flutter ( 6569): onError: ErrorCode.InvalidToken
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
D/ColorViewRootUtil( 6569): nav gesture mode swipeFromBottom ignore false downX 132 downY 1462 mScreenHeight 1600 mScreenWidth 720 mStatusBarHeight 36 globalScale 1.25 nav mode 2 event MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=132.0, y[0]=1462.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x2, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=188582294, downTime=188582294, deviceId=6, source=0x1002, displayId=0 } rotation 0
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
D/ColorViewRootUtil( 6569): nav gesture mode swipeFromBottom ignore false downX 132 downY 1462 mScreenHeight 1600 mScreenWidth 720 mStatusBarHeight 36 globalScale 1.25 nav mode 2 event MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=132.0, y[0]=1462.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x2, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=188612535, downTime=188612535, deviceId=6, source=0x1002, displayId=0 } rotation 0
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
D/ColorViewRootUtil( 6569): nav gesture mode swipeFromBottom ignore false downX 444 downY 1464 mScreenHeight 1600 mScreenWidth 720 mStatusBarHeight 36 globalScale 1.25 nav mode 2 event MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=444.0, y[0]=1464.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x2, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=188631967, downTime=188631967, deviceId=6, source=0x1002, displayId=0 } rotation 0
E/libc ( 6569): Access denied finding property "vendor.camera.aux.packagelist"
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
D/ColorViewRootUtil( 6569): nav gesture mode swipeFromBottom ignore false downX 445 downY 1467 mScreenHeight 1600 mScreenWidth 720 mStatusBarHeight 36 globalScale 1.25 nav mode 2 event MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=445.0, y[0]=1467.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x2, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=188639601, downTime=188639601, deviceId=6, source=0x1002, displayId=0 } rotation 0
E/libc ( 6569): Access denied finding property "vendor.camera.aux.packagelist"
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
D/ColorViewRootUtil( 6569): nav gesture mode swipeFromBottom ignore false downX 606 downY 1460 mScreenHeight 1600 mScreenWidth 720 mStatusBarHeight 36 globalScale 1.25 nav mode 2 event MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=606.0, y[0]=1460.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x2, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=188645084, downTime=188645084, deviceId=6, source=0x1002, displayId=0 } rotation 0
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
D/SurfaceView( 6569): 267342125 updateRequestedVisibility, mViewVisibility:true, mWindowVisibility:false, mWindowStopped:false by android.view.SurfaceView.onWindowVisibilityChanged:301 android.view.View.dispatchDetachedFromWindow:20413 android.view.ViewGroup.dispatchDetachedFromWindow:3898 android.view.ViewGroup.dispatchDetachedFromWindow:3898 android.view.ViewGroup.dispatchDetachedFromWindow:3898 android.view.ViewGroup.dispatchDetachedFromWindow:3898 android.view.ViewGroup.dispatchDetachedFromWindow:3898 android.view.ViewGroup.dispatchDetachedFromWindow:3898
I/SurfaceView( 6569): 267342125 Changes: creating=false format=false size=false visible=true alpha=false mUseAlpha=false visible=true left=false top=false
I/SurfaceView( 6569): 267342125 Cur surface: Surface(name=null)/@0x9aabe61, visible=false
I/SurfaceView( 6569): 267342125 visibleChanged:true -> SurfaceHolder.Callback.surfaceDestroyed
I/PswFrameworkFactoryImpl( 6569): get feature:IPswScreenModeFeature
V/SurfaceView( 6569): Layout: x=0 y=0 w=720 h=1544, frame=Rect(0, 0 - 720, 1544)
I/PswFrameworkFactoryImpl( 6569): get feature:IPswScreenModeFeature
I/PswFrameworkFactoryImpl( 6569): get feature:IPswScreenModeFeature
D/SurfaceView( 6569): 222193274 windowPositionLost, frameNr = 0
I/Choreographer( 6569): Skipped 1 frames! The application may be doing too much work on its main thread.
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
D/ColorViewRootUtil( 6569): nav gesture mode swipeFromBottom ignore false downX 616 downY 1460 mScreenHeight 1600 mScreenWidth 720 mStatusBarHeight 36 globalScale 1.25 nav mode 2 event MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=616.0, y[0]=1460.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x2, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=188648858, downTime=188648858, deviceId=6, source=0x1002, displayId=0 } rotation 0
I/SurfaceView( 6569): 16135201 setVisibility, mRequestedVisible:false newRequestedVisible:false mWindowVisibility:false mViewVisibility:true mWindowStopped:false visibility:0 VISIBLE:0 by io.agora.rtc.RtcEngine.CreateRendererView:1232 io.agora.rtc.base.RtcSurfaceView.:22 io.agora.agora_rtc_engine.AgoraSurfaceView.:40 io.agora.agora_rtc_engine.AgoraSurfaceViewFactory.create:21
D/SurfaceView( 6569): 16135201 updateSurface: has no frame
I/SurfaceView( 6569): 255619142 setVisibility, mRequestedVisible:false newRequestedVisible:false mWindowVisibility:false mViewVisibility:true mWindowStopped:false visibility:0 VISIBLE:0 by io.agora.rtc.RtcEngine.CreateRendererView:1232 io.agora.rtc.base.RtcSurfaceView.setupVideoCanvas:71 io.agora.rtc.base.RtcSurfaceView.setData:56 io.agora.agora_rtc_engine.AgoraSurfaceView.setData:86
D/SurfaceView( 6569): 255619142 updateSurface: has no frame
D/SurfaceView( 6569): 255619142 updateSurface: has no frame
E/libc ( 6569): Access denied finding property "vendor.camera.aux.packagelist"
E/libc ( 6569): Access denied finding property "vendor.camera.aux.packagelist"
E/libc ( 6569): Access denied finding property "vendor.camera.aux.packagelist"
D/ColorViewRootUtil( 6569): initSwipState, isDisplayCompatApp false
D/ColorViewRootUtil( 6569): don't initSwipState because display 40 is not default display
D/WindowManager( 6569): Add to mViews: DecorView@23421e[MainActivity], this = android.view.WindowManagerGlobal@b101542,pkg= com.example.nikah_match
I/Choreographer( 6569): Skipped 1 frames! The application may be doing too much work on its main thread.
D/SurfaceView( 6569): 255619142 updateRequestedVisibility, mViewVisibility:true, mWindowVisibility:false, mWindowStopped:false by android.view.SurfaceView.onAttachedToWindow:278 android.opengl.GLSurfaceView.onAttachedToWindow:619 android.view.View.dispatchAttachedToWindow:20367 android.view.ViewGroup.dispatchAttachedToWindow:3459 android.view.ViewGroup.dispatchAttachedToWindow:3459 android.view.ViewGroup.dispatchAttachedToWindow:3459 android.view.ViewGroup.dispatchAttachedToWindow:3459 android.view.ViewGroup.dispatchAttachedToWindow:3459
I/PswFrameworkFactoryImpl( 6569): get feature:IPswScreenModeFeature
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
D/SurfaceView( 6569): 255619142 updateRequestedVisibility, mViewVisibility:true, mWindowVisibility:true, mWindowStopped:false by android.view.SurfaceView.onWindowVisibilityChanged:301 android.view.View.dispatchAttachedToWindow:20384 android.view.ViewGroup.dispatchAttachedToWindow:3459 android.view.ViewGroup.dispatchAttachedToWindow:3459 android.view.ViewGroup.dispatchAttachedToWindow:3459 android.view.ViewGroup.dispatchAttachedToWindow:3459 android.view.ViewGroup.dispatchAttachedToWindow:3459 android.view.ViewGroup.dispatchAttachedToWindow:3459
D/SurfaceView( 6569): 255619142 updateSurface: has no frame
D/SurfaceView( 6569): 255619142 updateSurface: has no frame
D/SurfaceView( 6569): 255619142 updateSurface: has no frame
D/SurfaceView( 6569): 255619142 updateSurface: has no frame
I/SurfaceView( 6569): 255619142 Changes: creating=true format=true size=true visible=true alpha=false mUseAlpha=false visible=true left=true top=true
I/SurfaceView( 6569): 255619142 mSurfaceControl 185876684 mBackgroundControl 220589845 creating: SurfaceView - Sys2030:com.example.nikah_match/com.example.nikah_match.MainActivity
I/SurfaceView( 6569): 255619142 Cur surface: Surface(name=null)/@0x73d622a, visible=true
I/SurfaceView( 6569): 255619142 visibleChanged:true -> SurfaceHolder.Callback.surfaceCreated
I/SurfaceView( 6569): 255619142 surfaceChanged -- format=4 w=720 h=1544 visibleChanged:true -> SurfaceHolder.Callback.surfaceChanged
I/PswFrameworkFactoryImpl( 6569): get feature:IPswScreenModeFeature
I/SurfaceView( 6569): 255619142 surfaceRedrawNeeded
V/SurfaceView( 6569): Layout: x=0 y=0 w=720 h=1544, frame=Rect(0, 0 - 720, 1544)
I/PswFrameworkFactoryImpl( 6569): get feature:IPswScreenModeFeature
I/AGORA_SDK( 6569): Surface changed to width 720 height 1544
I/Choreographer( 6569): Skipped 1 frames! The application may be doing too much work on its main thread.
D/ColorViewRootUtil( 6569): initSwipState, isDisplayCompatApp false
D/ColorViewRootUtil( 6569): don't initSwipState because display 40 is not default display
I/SurfaceView( 6569): 255619142 finishedDrawing
I/PswFrameworkFactoryImpl( 6569): get feature:IPswScreenModeFeature
E/libc ( 6569): Access denied finding property "net.dns1"
E/libc ( 6569): Access denied finding property "net.dns2"
E/libc ( 6569): Access denied finding property "net.dns3"
E/libc ( 6569): Access denied finding property "net.dns4"
I/GDPAndroid( 6569): getCpuTemperature valid path:/sys/class/thermal/thermal_zone0/temp
D/ColorViewRootUtil( 6569): nav gesture mode swipeFromBottom ignore false downX 296 downY 1453 mScreenHeight 1600 mScreenWidth 720 mStatusBarHeight 36 globalScale 1.25 nav mode 2 event MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=296.0, y[0]=1453.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x2, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=188651983, downTime=188651983, deviceId=6, source=0x1002, displayId=0 } rotation 0
I/AudioManager( 6569): In isBluetoothScoOn(), calling application: com.example.nikah_match
[GETX] CLOSE TO ROUTE /VideoCall
D/WEBRTCN( 6569): VideoRenderAndroid dtor
D/AudioManager( 6569): setMode mode=0 from com.example.nikah_match
D/WEBRTCN( 6569): SetRenderAndroidVM
V/SensorManager( 6569): unRegisterListener by android.view.OrientationEventListener$SensorEventListenerImpl
D/agora-jni( 6569): android bridge destroy done...
D/SurfaceView( 6569): 255619142 updateRequestedVisibility, mViewVisibility:true, mWindowVisibility:false, mWindowStopped:false by android.view.SurfaceView.onWindowVisibilityChanged:301 android.view.View.dispatchDetachedFromWindow:20413 android.view.ViewGroup.dispatchDetachedFromWindow:3898 android.view.ViewGroup.dispatchDetachedFromWindow:3898 android.view.ViewGroup.dispatchDetachedFromWindow:3898 android.view.ViewGroup.dispatchDetachedFromWindow:3898 android.view.ViewGroup.dispatchDetachedFromWindow:3898 android.view.ViewGroup.dispatchDetachedFromWindow:3898
I/SurfaceView( 6569): 255619142 Changes: creating=false format=false size=false visible=true alpha=false mUseAlpha=false visible=true left=false top=false
I/SurfaceView( 6569): 255619142 Cur surface: Surface(name=null)/@0x73d622a, visible=false
I/SurfaceView( 6569): 255619142 visibleChanged:true -> SurfaceHolder.Callback.surfaceDestroyed
I/PswFrameworkFactoryImpl( 6569): get feature:IPswScreenModeFeature
V/SurfaceView( 6569): Layout: x=0 y=0 w=720 h=1544, frame=Rect(0, 0 - 720, 1544)
I/PswFrameworkFactoryImpl( 6569): get feature:IPswScreenModeFeature
I/PswFrameworkFactoryImpl( 6569): get feature:IPswScreenModeFeature
D/SurfaceView( 6569): 237467382 windowPositionLost, frameNr = 0
E/BufferQueueProducer( 6569): [SurfaceTexture-0-6569-2] dequeueBuffer: BufferQueue has been abandoned

======== Exception caught by widgets library =======================================================
The following assertion was thrown while finalizing the widget tree:
A SessionController was used after being disposed.

Once you have called dispose() on a SessionController, it can no longer be used.
When the exception was thrown, this was the stack:
#0 ChangeNotifier._debugAssertNotDisposed. (package:flutter/src/foundation/change_notifier.dart:114:9)
#1 ChangeNotifier._debugAssertNotDisposed (package:flutter/src/foundation/change_notifier.dart:120:6)
#2 ChangeNotifier.removeListener (package:flutter/src/foundation/change_notifier.dart:233:12)
#3 _ValueListenableBuilderState.dispose (package:flutter/src/widgets/value_listenable_builder.dart:177:28)
#4 StatefulElement.unmount (package:flutter/src/widgets/framework.dart:4818:11)
#5 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1883:13)
#6 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#7 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#8 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#9 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#10 SingleChildRenderObjectElement.visitChildren (package:flutter/src/widgets/framework.dart:6110:14)
#11 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#12 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#13 SingleChildRenderObjectElement.visitChildren (package:flutter/src/widgets/framework.dart:6110:14)
#14 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#15 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#16 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#17 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#18 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#19 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#20 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#21 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#22 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#23 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#24 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#25 MultiChildRenderObjectElement.visitChildren (package:flutter/src/widgets/framework.dart:6225:16)
#26 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#27 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#28 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#29 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#30 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#31 SingleChildRenderObjectElement.visitChildren (package:flutter/src/widgets/framework.dart:6110:14)
#32 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#33 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#34 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#35 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#36 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#37 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#38 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#39 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#40 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#41 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#42 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#43 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#44 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#45 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#46 MultiChildRenderObjectElement.visitChildren (package:flutter/src/widgets/framework.dart:6225:16)
#47 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#48 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#49 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#50 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#51 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#52 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#53 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#54 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#55 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#56 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#57 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#58 SingleChildRenderObjectElement.visitChildren (package:flutter/src/widgets/framework.dart:6110:14)
#59 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#60 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#61 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#62 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#63 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#64 SingleChildRenderObjectElement.visitChildren (package:flutter/src/widgets/framework.dart:6110:14)
#65 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#66 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#67 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#68 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#69 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#70 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#71 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#72 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#73 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#74 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#75 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#76 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#77 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#78 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#79 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#80 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#81 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#82 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#83 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#84 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#85 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#86 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#87 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#88 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#89 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#90 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#91 SingleChildRenderObjectElement.visitChildren (package:flutter/src/widgets/framework.dart:6110:14)
#92 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#93 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#94 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#95 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#96 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#97 SingleChildRenderObjectElement.visitChildren (package:flutter/src/widgets/framework.dart:6110:14)
#98 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#99 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#100 SingleChildRenderObjectElement.visitChildren (package:flutter/src/widgets/framework.dart:6110:14)
#101 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#102 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#103 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#104 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#105 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#106 SingleChildRenderObjectElement.visitChildren (package:flutter/src/widgets/framework.dart:6110:14)
#107 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#108 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#109 SingleChildRenderObjectElement.visitChildren (package:flutter/src/widgets/framework.dart:6110:14)
#110 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#111 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#112 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#113 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#114 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#115 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#116 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#117 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#118 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#119 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#120 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#121 SingleChildRenderObjectElement.visitChildren (package:flutter/src/widgets/framework.dart:6110:14)
#122 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#123 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#124 SingleChildRenderObjectElement.visitChildren (package:flutter/src/widgets/framework.dart:6110:14)
#125 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#126 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#127 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#128 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#129 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#130 SingleChildRenderObjectElement.visitChildren (package:flutter/src/widgets/framework.dart:6110:14)
#131 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#132 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#133 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#134 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#135 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#136 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#137 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#138 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#139 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#140 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#141 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#142 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#143 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#144 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#145 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#146 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#147 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#148 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#149 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#150 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#151 SingleChildRenderObjectElement.visitChildren (package:flutter/src/widgets/framework.dart:6110:14)
#152 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#153 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#154 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#155 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#156 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#157 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#158 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#159 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#160 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#161 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#162 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#163 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#164 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#165 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#166 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#167 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#168 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#169 SingleChildRenderObjectElement.visitChildren (package:flutter/src/widgets/framework.dart:6110:14)
#170 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#171 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#172 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#173 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#174 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#175 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#176 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#177 _InactiveElements._unmount. (package:flutter/src/widgets/framework.dart:1881:7)
#178 ComponentElement.visitChildren (package:flutter/src/widgets/framework.dart:4642:14)
#179 _InactiveElements._unmount (package:flutter/src/widgets/framework.dart:1879:13)
#180 ListIterable.forEach (dart:_internal/iterable.dart:39:13)
#181 _InactiveElements._unmountAll (package:flutter/src/widgets/framework.dart:1892:25)
#182 BuildOwner.finalizeTree. (package:flutter/src/widgets/framework.dart:2837:27)
#183 BuildOwner.lockState (package:flutter/src/widgets/framework.dart:2468:15)
#184 BuildOwner.finalizeTree (package:flutter/src/widgets/framework.dart:2836:7)
#185 WidgetsBinding.drawFrame (package:flutter/src/widgets/binding.dart:884:19)
#186 RendererBinding._handlePersistentFrameCallback (package:flutter/src/rendering/binding.dart:363:5)
#187 SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:1145:15)
#188 SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:1082:9)
#189 SchedulerBinding._handleDrawFrame (package:flutter/src/scheduler/binding.dart:996:5)
#193 _invoke (dart:ui/hooks.dart:150:10)
#194 PlatformDispatcher._drawFrame (dart:ui/platform_dispatcher.dart:270:5)
#195 _drawFrame (dart:ui/hooks.dart:114:31)
(elided 3 frames from dart:async)

`

@SherazJamil
Copy link

@Meherdeep also tried running the example provided in this package's directory. still getting the same black screen.
Please look into this and resolve this as soon as possible. I shall be very thankful.

@tadaspetra
Copy link
Contributor

tadaspetra commented Feb 1, 2022

@SherazJamil when running flutter doctor it seems like you do have an issue with your flutter SDK. This might be unrelated, but can you accept those licenses and everything and then rerun it after a flutter clean.

It looks like it is still running Android SDK version 30 instead 31.

[!] Android toolchain - develop for Android devices (Android SDK version 30.0.1)
• Android SDK at C:\Users\Sheraz Jameel\AppData\Local\Android\sdk
X cmdline-tools component is missing
Run path/to/sdkmanager --install "cmdline-tools;latest"
See https://developer.android.com/studio/command-line for more details.
X Android license status unknown.
Run flutter doctor --android-licenses to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/windows#android-setup for more details.

@lkrjangid1
Copy link
Author

But i am running on 31
image

@SherazJamil when running flutter doctor it seems like you do have an issue with your flutter SDK. This might be unrelated, but can you accept those licenses and everything and then rerun it after a flutter clean.

It looks like it is still running Android SDK version 30 instead 31.

[!] Android toolchain - develop for Android devices (Android SDK version 30.0.1)
• Android SDK at C:\Users\Sheraz Jameel\AppData\Local\Android\sdk
X cmdline-tools component is missing
Run path/to/sdkmanager --install "cmdline-tools;latest"
See https://developer.android.com/studio/command-line for more details.
X Android license status unknown.
Run flutter doctor --android-licenses to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/windows#android-setup for more details.

@waqadArshad
Copy link

on the

But i am running on 31 image

@SherazJamil when running flutter doctor it seems like you do have an issue with your flutter SDK. This might be unrelated, but can you accept those licenses and everything and then rerun it after a flutter clean.
It looks like it is still running Android SDK version 30 instead 31.

[!] Android toolchain - develop for Android devices (Android SDK version 30.0.1)
• Android SDK at C:\Users\Sheraz Jameel\AppData\Local\Android\sdk
X cmdline-tools component is missing
Run path/to/sdkmanager --install "cmdline-tools;latest"
See https://developer.android.com/studio/command-line for more details.
X Android license status unknown.
Run flutter doctor --android-licenses to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/windows#android-setup for more details.

on my other machine, I had all the licenses accepted and still got the same issue.

@waqadArshad
Copy link

still, I would give it another try and let you know.

@Meherdeep
Copy link
Contributor

@lkrjangid1 I went through the code that you shared and it looks like you're calling initState inside the build method. Kindly update your code by declaring the AgoraClient and it's initialization outside the build method. You can have a look at the example code given here

@shahzadkhan1998
Copy link

when iam calling by using Getx is give black Screen and by using same code setState its work properly`

@lkrjangid1
Copy link
Author

Thank you, it's working now.

@lkrjangid1 I went through the code that you shared and it looks like you're calling initState inside the build method. Kindly update your code by declaring the AgoraClient and it's initialization outside the build method. You can have a look at the example code given here

@Meherdeep
Copy link
Contributor

@shahzadkhan1998 What are you using setState or getx for?

@Meherdeep
Copy link
Contributor

Closing this issue for now. If you're still facing the issue feel free to reopen it.

@waqadArshad
Copy link

There is a very good chance that the token is not being generated or the tempToken provided in the AgoraConnectionData is Expired or invalid and you would see something like:

I/flutter ( 6569): onError: ErrorCode.InvalidToken

in the console. Also there is a chance that the appId is not valid or correct or if a tokenUrl is provided, it is incorrect or the Server is not deployed correctly. So please do check that also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants