Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我经常在我的logcat显示器中收到这样的消息:
logcat
12-13 06:09:57.819 25049-25049/? V/BoostFramework: BoostFramework() : mPerf = com.qualcomm.qti.Performance@9759349
有人可以解释这是什么意思以及触发该BoostFramework()功能的原因是什么?
BoostFramework()
谢谢。
只是偶然发现了这个没有答案的问题。BoostFramework 是 Qualcomm 为使用其芯片的手机提供的供应商库。它允许系统组件(以及实现其 API 的应用程序)临时提高 CPU 频率以提高处理能力,例如在相机拍照时。
由于您可能不处理系统代码,因此可以忽略它。