You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Service com.gyf.cactus.service.LocalService has leaked IntentReceiver com.gyf.cactus.receiver.StopReceiver@39ded9a that was originally registered here. Are you missing a call to unregisterReceiver()?
android.app.IntentReceiverLeaked: Service com.gyf.cactus.service.LocalService has leaked IntentReceiver com.gyf.cactus.receiver.StopReceiver@39ded9a that was originally registered here. Are you missing a call to unregisterReceiver()?
我怀疑是不是没有注册广播,但却注销广播,这样会有空指针
The text was updated successfully, but these errors were encountered:
Service com.gyf.cactus.service.LocalService has leaked IntentReceiver com.gyf.cactus.receiver.StopReceiver@39ded9a that was originally registered here. Are you missing a call to unregisterReceiver()?
android.app.IntentReceiverLeaked: Service com.gyf.cactus.service.LocalService has leaked IntentReceiver com.gyf.cactus.receiver.StopReceiver@39ded9a that was originally registered here. Are you missing a call to unregisterReceiver()?
我怀疑是不是没有注册广播,但却注销广播,这样会有空指针
The text was updated successfully, but these errors were encountered: