由于升级至Android 4.2.2奇怪的错误 - 活动已经泄露IntentReceiver奇怪、错误、Android、IntentReceiver

由网友(贪恋你给我的痛.)分享简介:我升级我的三星Galaxy Tab 2至Android 4.2.2昨晚,此后在发现一些奇怪的错误 LogCat中这没我'升级'之前出现I upgraded my Samsung Galaxy Tab 2 to Android 4.2.2 last night, and have since spotted some...

我升级我的三星Galaxy Tab 2至Android 4.2.2昨晚,此后在发现一些奇怪的错误 LogCat中这没我'升级'之前出现

I upgraded my Samsung Galaxy Tab 2 to Android 4.2.2 last night, and have since spotted some strange errors in LogCat which didn't appear before I 'upgraded'.

我希望这是强调在我的应用程序中隐藏的错误或内存泄漏,但我无法找到任何东西。

I was hoping that it was highlighting a hidden bug or memory leak in my application, but I can't find anything.

看来,如果我对活动有一个微调,而微调被扩展到只发生

It seems to only occur if the activity I'm on has a Spinner, and that Spinner is expanded.

该错误是如下。

uk.co.xxxx.xxxx渗漏最初这里注册IntentReceiver com.immersion.android.haptics.HapticFeedbackManager$HapticFeedbackBroadcastReceiver@41e​​4bac0活动。是否缺少调用unregisterReceiver()?

有其他人看到了这一点?你认为它是安全的忽视,因为它是只发生在我的设备吗?

Has anyone else seen this? do you think it's safe to ignore as it's only occurring on one of my devices?

---编辑---

和,顺便说一句,我没有注册任何接收任何地方,所以没有什么可以注销。

And, incidentally, I'm not registering any receivers anywhere, so there's nothing to unregister.

推荐答案

我也有类似的问题,我问过的触觉开发者论坛,这个问题并得到答复如下:

I have the similar problem and I've asked this question on the Haptic developer's forum and received the following reply:

您看到的例外是一种无害的警告,操作系统会照顾   的释放在异常提到的资源。换一种说法,   没有必要担心,或做任何事情。

The exception you see is a harmless warning and the OS will take care of freeing the resources mentioned in the exception. In other words, no need to worry or do anything about it.

如果您需要任何其他细节 - go这里

If you need any other details - go here

阅读全文

相关推荐

最新文章