android - E/ANDR-PERF-MPCTL : Invalid profile no. 0,仅配置文件总数 0

标签 android android-studio

Although my App is working fine but I am receiving these errors in the logcat. Can anyone tell me what are these errors?

09-08 00:23:34.969 4011-4030/? E/ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
09-08 00:23:44.266 4011-4030/? E/ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
09-08 00:23:46.687 4011-4030/? E/ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
09-08 00:23:47.027 4011-4030/? E/ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
09-08 00:23:49.262 4011-4030/? E/ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
09-08 00:23:52.229 4011-4030/? E/ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
09-08 00:23:53.448 4011-4030/? E/ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
09-08 00:23:56.331 4011-4030/? E/ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
09-08 00:23:58.833 1481-1546/? E/ActivityManager: Invalid thumbnail dimensions: 0x0
09-08 00:23:59.173 4011-4030/? E/ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only

最佳答案

我没有答案,但我确实有太多东西无法发表评论!

基于 this comment ,似乎与电源管理配置文件有关:

Can you check the logcat and see if you get this message:

E/ANDR-PERF-MPCTL(907): poll() has timed out for /sys/module/msm_performance/events/cpu_hotplug 
E/ANDR-PERF-MPCTL(907): Block on poll()

If you do, it may explain the idle drain you have. Seems like this is an issue with this specific profile because I've tried all the performance and balanced profiles

您是否有可能在内核中使用自定义电源配置文件,或者可以编辑您的问题以包含您的手机/操作系统类型?

关于android - E/ANDR-PERF-MPCTL : Invalid profile no. 0,仅配置文件总数 0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46103380/

相关文章:

android - 我的 findViewById 在 'MainActivity extends FragmentActivity' 上不起作用

java - 免费版和付费版应用程序的通用数据

android - Gradle找不到依赖

在 Jenkins : unable to resolve target 中使用 ant 构建 Android

java - 当我从 firebase 数据库以各自的角色登录时,我想打开三个不同的 Activity

Android Studio 无法识别安装中的 SDK 管理器或 adt

java - Android,使用 "provided project "时出现 ClassNotFoundException 或使用 "compile project"时出现 IllegalArgumentException : already added ,

android - 获取构建失败并出现异常 Android Studio 0.4.3 和 0.4.4

java - 登录后如何在 TextView 中显示用户的电子邮件?

java - 如何更改 void 方法以在 Java 中返回值