DJI-Mobile-SDK-Tutorials / Android-FPVDemo

This demo shows how to create a simple FPV view and how to take photo and record video using DJI Mobile SDK.
MIT License
62 stars 81 forks source link

Leaked IntentReceiver #5

Closed JonasVautherin closed 8 years ago

JonasVautherin commented 8 years ago

Hello,

When exiting, I receive the following error:

Service has leaked IntentReceiver dji.internal.version.c@4309fc40 that was originally registered here. Are you missing a call to unregisterReceiver()?

It says that the IntentReceiver has been registered somewhere in "initParams", called by "DJISDKManager.initSDKManager()".

Could you tell me which IntentReceiver is registered by "initSDKManager()" and how to unregister it?

Thanks in advance!

JonasVautherin commented 8 years ago

Wrong topic, sorry.