aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhang Sanshan <b51434@freescale.com>2015-11-10 14:36:12 +0800
committerZhang Sanshan <b51434@freescale.com>2015-11-10 15:49:38 +0800
commit988785de6c79081fca2af0d66ff5e87099cb25a9 (patch)
tree2821cdf2ee49dc043bbabdf4761969e8b13b9f4c
parentf6613905110827f71a2f55f1b1d0f1f71560023d (diff)
downloadfreescale-988785de6c79081fca2af0d66ff5e87099cb25a9.tar.gz
MA-7240-4 KernelUidCpuTimeReader exception in mm6.0
logcat error info in mm6.0 01-01 04:59:56.628 1089 1105 E KernelUidCpuTimeReader: Failed to read uid_cputime 01-01 04:59:56.628 1089 1105 E KernelUidCpuTimeReader: java.io.FileNotFoundException: /proc/uid_cputime/show_uid_stat: open failed: ENOENT (No such file or directory) This patch add the configure to support /proc/uid_cputime/show_uid_stat. Signed-off-by: Zhang Sanshan <b51434@freescale.com>
-rw-r--r--arch/arm/configs/imx_v7_android_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v7_android_defconfig b/arch/arm/configs/imx_v7_android_defconfig
index ff08f0f8dde..9fb32061117 100644
--- a/arch/arm/configs/imx_v7_android_defconfig
+++ b/arch/arm/configs/imx_v7_android_defconfig
@@ -641,3 +641,5 @@ CONFIG_CRC7=y
CONFIG_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
+CONFIG_PROFILING=y
+CONFIG_UID_CPUTIME=y