rtc api 오류 해결 부탁드려여~~
269
작성한 질문수 17
처음부터 끝까지 그대로 따라쳤는데
Widget renderSubView(){
if(otherUid == null){
return Center(
child: Text('채널에 유저가 없습니다.'),
);
}else{
return RtcRemoteView.SurfaceView(
uid: otherUid!,
channelId: CHANNEL_NAME,
);
}
}이부분을 넣을 때부터 에러 메시지가 나옵니다.
코드의 오류가 있는지 확인해보려고 강사님 깃허브를 통째로 복사해서 돌려보았는데도 똑같이 에러가 나네요 ㅠㅠ
구글을 검색해도 어떤 에러인지 알수가 없는데 대략 어떤부분을 봐야할지 알려주시면 감사하겠습니다.
W/libc ( 6554): Access denied finding property "net.dns1"
W/libc ( 6554): Access denied finding property "net.dns2"
W/libc ( 6554): Access denied finding property "net.dns3"
W/libc ( 6554): Access denied finding property "net.dns4"
W/GENP.0 ( 6554): type=1400 audit(0.0:1319): avc: denied { read } for name="temp" dev="sysfs" ino=17334 scontext=u:r:untrusted_app:s0:c149,c256,c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0 app=com.example.videochat
W/GENP.0 ( 6554): type=1400 audit(0.0:1320): avc: denied { read } for name="temp" dev="sysfs" ino=17334 scontext=u:r:untrusted_app:s0:c149,c256,c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0 app=com.example.videochat
W/libc ( 6554): Access denied finding property "net.dns1"
W/libc ( 6554): Access denied finding property "net.dns2"
W/libc ( 6554): Access denied finding property "net.dns3"
W/libc ( 6554): Access denied finding property "net.dns4"
W/GENP.0 ( 6554): type=1400 audit(0.0:1321): avc: denied { read } for name="temp" dev="sysfs" ino=17334 scontext=u:r:untrusted_app:s0:c149,c256,c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0 app=com.example.videochat
W/GENP.0 ( 6554): type=1400 audit(0.0:1322): avc: denied { read } for name="temp" dev="sysfs" ino=17334 scontext=u:r:untrusted_app:s0:c149,c256,c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0 app=com.example.videochat
W/libc ( 6554): Access denied finding property "net.dns1"
W/libc ( 6554): Access denied finding property "net.dns2"
W/libc ( 6554): Access denied finding property "net.dns3"
W/libc ( 6554): Access denied finding property "net.dns4"
W/GENP.0 ( 6554): type=1400 audit(0.0:1323): avc: denied { read } for name="temp" dev="sysfs" ino=17334 scontext=u:r:untrusted_app:s0:c149,c256,c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0 app=com.example.videochat
W/GENP.0 ( 6554): type=1400 audit(0.0:1324): avc: denied { read } for name="temp" dev="sysfs" ino=17334 scontext=u:r:untrusted_app:s0:c149,c256,c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0 app=com.example.videochat
W/libc ( 6554): Access denied finding property "net.dns1"
W/libc ( 6554): Access denied finding property "net.dns2"
W/libc ( 6554): Access denied finding property "net.dns3"
W/libc ( 6554): Access denied finding property "net.dns4"
W/GENP.0 ( 6554): type=1400 audit(0.0:1325): avc: denied { read } for name="temp" dev="sysfs" ino=17334 scontext=u:r:untrusted_app:s0:c149,c256,c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0 app=com.example.videochat
답변 1
LocationPermission.denied관련 질문입니다
0
598
1
videocontrollor dispose
0
443
1
onlogotap함수의 video nullable관련질문
0
398
1
setState 사용 차이
1
466
1
블로그 웹앱 배포 방법
0
523
1
sizedbox 위젯에 primary = RED_COLOR
1
436
1
개념 강의 순서 질문
0
414
1
materialstateProperty 다른 메소드관련질문
0
419
1
내 노트 모아보기
0
507
1
SafeArea (iPhone, Android)
0
411
1
web view 실행 안됩니다.
0
413
1
랜덤 숫자 생성기 프로젝트 관련
0
550
2
안도르이드 애뮬레이터 질문
0
390
1
super를 사용하는 건, 부모와 자식 클래스의 파라미터 이름이 꼭 같아야하나요?
0
480
1
선생님 flutter device를 크롬으로 했을때 http 통신이 안됩니다..
0
791
1
no element
0
447
1
암호화
0
242
1
책과 강의
0
394
1
voidcallback함수와 클래스내에 변수선언에 관한질문
0
481
1
android studio 세팅
0
492
1
오늘도 출근 세팅하기
2
566
1
재사용 클래스 임폴트 방법
0
492
1
가상화를 못하는 CPU인건가요? 확인 부탁드립니다.
0
405
1
flutter dispose 관련
0
1401
2





