Kakao i Connect Live 커뮤니티

IntentReceiverLeaked에러

04-12 12:49:39.115 13878-13878/com.atommerce.mindpro E/ActivityThread: Activity atommerce.mindpro.ui.view.counseling.view.RemonActivity has leaked IntentReceiver com.remotemonster.sdk.core.AppRTCBluetoothManager$BluetoothHeadsetBroadcastReceiver@9c308cd that was originally registered here. Are you missing a call to unregisterReceiver()?
android.app.IntentReceiverLeaked: Activity atommerce.mindpro.ui.view.counseling.view.RemonActivity has leaked IntentReceiver com.remotemonster.sdk.core.AppRTCBluetoothManager$BluetoothHeadsetBroadcastReceiver@9c308cd that was originally registered here. Are you missing a call to unregisterReceiver()?
at android.app.LoadedApk$ReceiverDispatcher.(LoadedApk.java:962)
at android.app.LoadedApk.getReceiverDispatcher(LoadedApk.java:763)
at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1172)
at android.app.ContextImpl.registerReceiver(ContextImpl.java:1152)
at android.app.ContextImpl.registerReceiver(ContextImpl.java:1146)
at android.content.ContextWrapper.registerReceiver(ContextWrapper.java:554)
at com.remotemonster.sdk.core.AppRTCBluetoothManager.registerReceiver(AppRTCBluetoothManager.java:390)
at com.remotemonster.sdk.core.AppRTCBluetoothManager.start(AppRTCBluetoothManager.java:259)
at com.remotemonster.sdk.core.AppRTCAudioManager.start(AppRTCAudioManager.java:293)
at com.remotemonster.sdk.core.MediaManager.createAudioManager(MediaManager.java:83)
at com.remotemonster.sdk.Remon.(Remon.java:203)
at com.remotemonster.sdk.RemonCall.initRemon(RemonCall.java:127)
at com.remotemonster.sdk.RemonCall.create(RemonCall.java:105)
at com.remotemonster.sdk.RemonCall.init(RemonCall.java:81)
at com.remotemonster.sdk.RemonCall.access$3600(RemonCall.java:25)
at com.remotemonster.sdk.RemonCall$Builder.build(RemonCall.java:1056)
at atommerce.mindpro.ui.view.counseling.view.RemonActivity.onCreate(RemonActivity.java:172)
at android.app.Activity.performCreate(Activity.java:6272)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1107)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2387)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2494)
at android.app.ActivityThread.access$900(ActivityThread.java:157)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1356)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5525)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:730)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:620)

remonCall.build(); 이 부분에서 해당 에러가 난다고 나타나는데요. sdk상의 문제인가요??

버전은 2.2.14입니다.

안녕하세요^^
관련 이슈는 AppRTC의 고질적인 이슈인데요.
Close가 정상적으로 진행되고
자원이 해제된 상태라면 발생하지 않습니다.

Close가 늦게처리돼서 에러가 발생하는경우도 있으나,
앱을강제 종료 시키는등 치명적 문제는 발생하지 않습니다.

저희도 지속적으로 방어로직추가 및 트러블슈팅을 진행중입니다.
참고하여 진행 부탁드립니다.
감사합니다^^

1 Like