【问题标题】:is there anyway to release the memory of hardware acceleration,after exit android app.退出android应用程序后,无论如何释放硬件加速的内存。
【发布时间】:2013-08-26 08:29:04
【问题描述】:

退出我的应用很长时间后,我发现“Other dev”仍然消耗大量内存,大约16M。

同时,/proc/xxx/smaps中有很多“/dev/pvrsrvkm”。

所有活动都已销毁,为什么“/dev/pvrsrvkm”仍然占用太多内存?如何减少?

【问题讨论】:

    标签: android memory process hardware-acceleration


    【解决方案1】:

    在 Android 中,您已经看到,当我们关闭任何应用程序时,它并没有完全关闭,它保留在最近的应用程序堆栈中,您可以通过长按主页按钮(在大多数设备上)看到。Android itself kicked out those recent apps when the other app needs memory 或者你可以通过Force close它来做。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2015-02-08
      • 1970-01-01
      • 1970-01-01
      • 2023-03-24
      • 2014-11-29
      • 1970-01-01
      • 2015-12-30
      相关资源
      最近更新 更多