Multi Source Translation Content

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Multi Source Translation Content

Discussions

Sort by:
S32K148 ロック 誤ってJ-LINKを使用してS32K148 MCUをフラッシュしてしまったため、再度接続しようとした際に「JLINK unsecured is no longer working」というエラーが発生しました。どうすれば解決できますか? 接続中... - USB経由でプローブ/プログラマデバイス0に接続 - プローブ/プログラマーファームウェア: J-Link V9 コンパイル日: 2022年12月13日 11:14:50 - プローブ/プログラマー S/N: 25994751 - デバイス「S32K148」が選択されました。 - ターゲットインターフェース速度: 50 kHz (固定) - VTarget = 3.301V - ConfigTargetSettings() の開始 - ConfigTargetSettings() 終了 - 305us かかりました - InitTarget() 開始 - SWDが選択されました。JTAG -> SWD切り替えシーケンスを実行しています。 - フラッシュ内のアドレス 0x400 - 0x40F の保護バイトは、読み出し保護が設定されていることを示します。 デバッガー接続の場合、デバイスはセキュリティ保護されていない必要があります。 注意: セキュリティを解除すると、内部フラッシュの一括消去が実行されます。 - 以前にレジストリに保存されたデフォルトの動作を実行します。 - デバイスは保護されなくなります。 - デバイスのセキュリティ解除中にタイムアウトが発生しました。消去は停止しません。 - InitTarget() 終了 - 2.17秒かかりました - ID 0x2BA01477 の SW-DP が見つかりました - DPv0が検出されました - CoreSight SoC-400 以前 - APマップをスキャンして利用可能なすべてのAPを見つける - AP[2]: APマップの終端に達したため、APスキャンを停止しました - AP[0]: AHB-AP (IDR: 0x24770011, ADDR: 0x00000000) - AP[1]: JTAG-AP (IDR: 0x001C0000, ADDR: 0x01000000) - APマップを反復処理して使用するAHB-APを見つける - AP[0]: スキップ。CPUIDレジスタを読み取れませんでした - AP[1]: スキップ。AHB-APではない - CPUへの接続に失敗しました。リセット状態で接続を実行しています。 Re: S32K148锁死 こんにちは@ドンクイリ まず、暗号化されたセグメントは永続的なエラー値で書き込まれており、大量消去ではサポートされない可能性があるため、回復は保証されません。 ドキュメント6. S32K1xxシリーズMCUチップロックアップ現象についてお読みください。 https://mp.weixin.qq.com/s?__biz=MzI0MDk0ODcxMw==&mid=2247485716&idx=1&sn=979631aa2385a4e3c7651ee75ee252b4&chksm=e9124d92de65c484f1cfec7de451958cfd5cf818c46a4f71a7d3dd8a522af229c5a18aad58ff&scene=21#wechat_redirect Re: S32K148锁死 お返事ありがとうございます。 リンク先のドキュメントとチップのマニュアルをよく読みましたが、何度か試しても一括消去では復元できませんでした。S32FlashTool_v2.3.4を使いたかったのですが、S32K148をサポートしていません。S32K148をサポートするS32FlashToolはありますか? Re: S32K148锁死 こんにちは@ドンクイリ これは使用しているソフトウェアとは関係ありません。記事にもあるように、リセットピンの波形をテストして、復旧できるかどうかを確認してください。復旧できない場合は、時間を無駄にしないでください。
View full article
补丁支持 NXP Linux 和 Android BSP(HDMI、LCD 和 LVDS)的 uboot 徽标从 uboot 保留到内核 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 此补丁使得从 uboot 到内核再到 Android 的显示不再中断。IPU及相关硬件显示接口在Uboot中只会初始化一次,内核代码会跳过IPU初始化。   1.描述 1) 在UBoot中支持HDMI、LVDS和LCD输出。 2) 支持从uboot到内核到Android的UBoot标志保持。 3)对于HDMI,支持720P和1080P模式。 4) 对于LVDS,支持1024x768和1080P双通道面板。 5)标志文件是一个32 bpp的bmp文件。 2. 文件列表 --kernel_imx\0001-Keep-uboot-logo-for-Android-boot-supports-HDMI-LCD-a.patch --kernel_imx\0002-uboot-logo-keep-patch.patch 的错误修复 内核补丁支持徽标保留功能。 --uboot-imx\0001-启用HDMI-LCD和LVDS的uboot徽标.patch Uboot补丁支持logo显示。 -- 徽标.bmp 示例 32bpp 徽标文件。 --自述文件.txt 此文件,请在使用补丁前参考它 3. 要求 -iMX6 SabreSD 板。 - Android JB4.2.2_1.1.0-GAUBoot 和内核。 4. 使用方法 -- 将两个补丁文件复制到Android kernel_imx和uboot-imx文件夹并应用它们。 $ cd ~/myandroid/kernel_imx/ $ git apply ./0001-Keep-uboot-logo-for-Android-boot-supports-HDMI-LCD-a.patch $ cd ~/myandroid/bootable/bootloader/uboot-imx/ $ git apply ./0001-Enable-uboot-logo-for-HDMI-LCD-and-LVDS.patch $ git apply ./0002-Bug-fix-for-uboot-logo-keep-patch.patch   -- 构建新的 uboot 映像: $ cd ~/myandroid/bootable/bootloader/uboot-imx $ 导出 CROSS_COMPILE=~/myandroid/prebuilt/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi- $ 导出 ARCH=arm $制作mx6q_sabresd_android_配置 $ make   -- 在构建新的 UBoot 映像之前,可以从文件 uboot-imx\include\configs\mx6q_sabresd.h 中选择显示类型 // 选择一种输出模式 定义IPU_输出_模式_HDMI //#定义IPU_OUTPUT_MODE_LVDS //#定义IPU_OUTPUT_MODE_LCD   -- 构建新的内核映像: $ cd ~/myandroid/kernel_imx $ 导出 CROSS_COMPILE=~/myandroid/prebuilt/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi- $ 导出 ARCH=arm $制作imx6_android_defconfig $ 制作 uImage   -- 在“make uImage”之前,可以使用make menuconfig来选择显示类型。 系统类型 ---> 飞思卡尔 MXC 实施 ---> MX6 clk 设置用于从引导加载程序到内核的平滑 UI 转换 ---> 选择显示界面 ()LCD、IPU1、DI0 上的平滑 UI 转换 ()LVDS、IPU1、DI1 上的平滑 UI 转换 (X)HDMI、IPU2、DI0 上的 UI 转换流畅   -- 视频模式的 Uboot 参数 1080P HDMI: “视频=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32 fb0base=0x27b00000 fbmem=28M hdmi_audio_clk=148500000”   720P HDMI: “视频=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32 fb0base=0x27b00000 fbmem=28M hdmi_audio_clk=74250000”      1024x768 LVDS:       "video=mxcfb0:dev=ldb,LDB-XGA,if=RGB666,bpp=32 fb0base=0x27b00000 fbmem=28M"      800x480 LCD:       "video=mxcfb0:dev=lcd,CLAA-WVGA,if=RGB565,bpp=32 fb0base=0x27b00000 fbmem=28M" -- 将 logo.bmp 添加到 SD 卡地址 0x100000 并跳过 54 字节 bmp 文件头。 sudo dd if=logo.bmp of=/dev/sdc bs=1 seek=1048576 skip=54 5. 注意 1)logo.bmp文件应为32bpp或16bpp,并且应与视频模式参数“bpp=xx”同步, 和 uboot 配置文件 mx6q_sabresd.h(#define DISPLAY_BPP xx)。   2)IPU编号和DI编号在内核文件“board-mx6q_sabresd.c”中硬编码。 静态结构fsl_mxc_hdmi_core_platform_data hdmi_core_data={ .ipu_id=1, .disp_id = 0, }; 静态结构fsl_mxc_lcd_platform_data lcdif_data = { .ipu_id=0, .disp_id = 0, .default_ifmt = IPU_PIX_FMT_RGB565, }; 静态结构fsl_mxc_ldb_platform_data ldb_data={ .ipu_id=0, .disp_id = 1, .ext_ref = 1, .模式=LDB_SEP1, .sec_ipu_id=0, .sec_disp_id = 0, };   3)IPU编号和DI编号由Uboot文件“include\configs\mx6q_sabresd.h”中的宏定义 #define IPU_NUM 2 //1 代表 IPU1,2 代表 IPU2。 #define DI_NUM 0 // 0 代表 DI0,1 代表 DI1。   4)uboot和kernel中使用的显示器类型必须相同,类型相同,IPU号相同,DI端口相同, 相同的分辨率。     [2015-06-29更新]:JB4.2.2_1.1.0_uboot_logo_keep_patch_2015-06-29.zip 修复 iMX6DL 的一些 LVDS 问题。 还给出了带有 DI0 的 LVDS0 的示例。 新的 Uboot 补丁: 0002-更新-lvds-时钟源至-pll2_pfd0.-与-kern.patch相同 0003-添加对iMX6DL的支持.补丁   新的内核补丁 0003-跳过-lvds-重新初始化以保留徽标.patch 0004-添加-示例-用于-LVDS0-徽标-保留.补丁     [2015-08-07更新]:JB4.2.2_1.1.0_uboot_logo_keep_patch_2015-08-07.zip 添加了新的 Uboot 补丁 0004-Correct-the-sequence-to-set-LDB-clock.patch 它可以纠正 LVDS 时钟设置序列,这是一个已知问题,有时会导致没有 LVDS 显示。   [2015-09-18更新]:JB4.3_1.1.1_uboot_logo_keep_patch_2015-09-18.zip 添加了针对Android JB4.3_GA1.1.1版本的补丁。 更新了时钟使用计数,在显示屏空白后,相关时钟可以正确关闭。 支持来自 PLL5 的 LVDS 时钟。   [2015-12-21更新]:新增3.10.53_GA1.1.0补丁:L3.10.53_GA1.1.0_uboot_logo_keep_patch_2015-12-21.zip。 在 iMX6DL/Q SabreSD 板上验证。它支持 LCD 和 LVDS 面板,HDMI 补丁将稍后发布。   [2016-01-04更新]:新增3.10.53_GA1.1.0补丁:L3.10.53_GA1.1.0_uboot_logo_keep_patch_2016-01-04.zip。 增加了 HDMI 显示支持。现在它支持 LCD、LVDS 和 HDMI 显示器。 修复了启动时的视频播放问题。   [2016-05-18 更新]:0001-修复分割模式LVDS面板无TX3信号问题.patch 发现一个问题,当使用双通道4通道LVDS面板时,在uboot中会有一个LVDS端口没有LVDS TX3信号,附件“0001-Fix-the-split-mode-LVDS-panel-no-TX3-signal-issue.patch”用于修复该问题,它基于JB4.3_1.1.1_uboot_logo_keep_patch_2015-09-18.zip,对于其他BSP,请手动移植。   [2016-08-29更新]:0001-重置后IPU在SRC控制寄存器中等待res.patch 在某些 iMX6 芯片上,在 SRC 控制寄存器中重置 IPU 后,立即启用 IPU 将导致系统挂起,为了避免此类问题,软件需要通过轮询 SRC 寄存器等待 IPU 重置完成。 附件“0001-After-reset-IPU-in-SRC-Control-Register-wait-for-res.patch”用于修复此问题,它基于JB4.3_1.1.1_uboot_logo_keep_patch_2015-09-18.zip +“0001-Fix-the-split-mode-LVDS-panel-no-TX3-signal-issue.patch”,对于其他BSP,请手动移植。   [2017-01-06更新] 添加 L4.1.15_GA1.2.0 BSP 和 Android M6.0.1_GA2.1.0 补丁BSP。 文件:L4.1.15_GA1.2.0_uboot_logo_keep_patch_2017-01-06.zip;M6.0.1_2.1.0_uboot_logo_keep_patch_2017-01-06.zip Android 图形与显示 i.MX6DL i.MX6 双核 i.MX6 四核 i.MX6S Re: Patch to support uboot logo keep from uboot to kernel for NXP Linux and Android BSP (HDMI, LCD and LVDS) 谢谢您,明白了 回复:补丁支持 NXP Linux 和 Android BSP(HDMI、LCD 和 LVDS)的 uboot 徽标从 uboot 保留到内核 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Qiang_FSL‌ 你好ubootlogo已经可以显示在屏幕上了我现在想要ubootlogo和kernellogo不停的显示,现在我打了0001-Keep-uboot-logo-for-Linux-boot-supports-HDMI-LCD-and.patch,内核启动时屏幕黑屏,请问如何解决 期待你的答复 回复:补丁支持 NXP Linux 和 Android BSP(HDMI、LCD 和 LVDS)的 uboot 徽标从 uboot 保留到内核 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Qiang_FSL‌ 屏幕上已显示“谢谢”标志 回复:补丁支持 NXP Linux 和 Android BSP(HDMI、LCD 和 LVDS)的 uboot 徽标从 uboot 保留到内核 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 你好, 李强, 如果我们的客户使用 emmc 并且没有 SD 卡设计,他们如何将徽标 bmp 文件下载到 emmc?在路径自述文件中,我们使用 dd 将徽标 bmp 文件复制到 SD 卡。非常感谢并期待您的回复。 祝您有美好的一天 Dan 回复:补丁支持 NXP Linux 和 Android BSP(HDMI、LCD 和 LVDS)的 uboot 徽标从 uboot 保留到内核 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Hi Qiang, 谢谢您的回复!我将检查是否是极性问题。目前我感到困惑的是,为什么在启用平滑过渡功能时 uboot 和 Android 会有不同的结果(uboot 和内核应该具有相同的 IPU 配置?)。 回复:补丁支持 NXP Linux 和 Android BSP(HDMI、LCD 和 LVDS)的 uboot 徽标从 uboot 保留到内核 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> UBoot 和内核的视频模式设置应该相同,并且所有这些参数都应该来自面板的数据表。我还没有检查LVDS和LCD面板极性,也许它们在默认代码中没有对齐,以下是Uboot和内核的对齐方法: Uboot内核 “#定义DISPLAY_VSYNC_POLARITY 1”=“FB_SYNC_VERT_HIGH_ACT” “#定义DISPLAY_HSYNC_POLARITY 1”=“FB_SYNC_HOR_HIGH_ACT” “#定义DISPLAY_CLOCK_POLARITY 1”=“FB_SYNC_CLK_LAT_FALL” “#定义显示数据极性1”=“FB同步数据反转” “#定义DISPLAY_DATA_ENABLE_POLARITY 0”=“FB_SYNC_OE_LOW_ACT” HDMI 1080P60 设置示例: #定义DISPLAY_VSYNC_POLARITY 1 #定义显示同步极性1 #定义显示时钟极性 0 #定义显示数据极性 0 #定义显示数据启用极性 1 因此在内核视频模式下: { 空, 60, 1920, 1080, 6734, 148, 88, 36, 4, 44, 5, FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED,0, }, 回复:补丁支持 NXP Linux 和 Android BSP(HDMI、LCD 和 LVDS)的 uboot 徽标从 uboot 保留到内核 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Hi Qiang, 通过修改我的电路板上两个引脚的 iomux 和 pad 配置,该问题已得到解决。然而这些引脚与 IPU 或 LCD 面板无关。根本原因可能是硬件或芯片特定的,尽管我现在还不明白。 无论如何,补丁中的所有 IPU 寄存器设置或 IPU 焊盘配置都是正确的,只是我将 DISPLAY_IF_BPP 从 16 更改为 24。补丁很完美!感谢您的帮助! 回复:补丁支持 NXP Linux 和 Android BSP(HDMI、LCD 和 LVDS)的 uboot 徽标从 uboot 保留到内核 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 我的环境: imx6dl,JB4.2.2_1.1.0,hdmi,1920x1080,RGB24 我应用了补丁,并用 lcd 进行测试,它运行良好。 现在,我正在用 HDMI 进行测试, 我做的改变如下, uboot-imx/包括/配置/mx6dl_sabresd.h 1. 370 #定义IPU_输出_模式_HDMI 371 //#定义IPU_输出_模式_LVDS 372 //#定义IPU_输出_模式_LCD 2. 381 #如果定义IPU_输出_模式_HDMI ... 421 #define IPU_NUM 1 //原始设置为2 我把IPU_NUM从2改成了1,因为imx6dl里只有1个ipu,我觉得应该改一下 和 如果我使用#define IPU_NUM 2 系统将在 uboot 上停止,日志如下, ________________________________________ U-Boot 2009.08 ( 2015年6月18日 - 16:38:27) CPU:Freescale i.MX6系列TO1.2,792MHz 比率 = 190 的热传感器 温度:30℃,校准数据0x5b251d69 MX6Q PLL1:792MHz MX6Q PLL2:528MHz MX6Q PLL3:480MHz MX6Q PLL8:50MHz ipg时钟:66000000Hz ipg per clock : 66000000Hz UART时钟:80000000Hz cspi时钟:60000000Hz ahb时钟:132000000Hz 轴时钟:198000000Hz emi_slow时钟:99000000Hz DDR时钟:396000000Hz USDHHC1时钟:198000000Hz USDHHC2时钟:198000000Hz USDHC3时钟:198000000Hz USDHC4时钟:198000000Hz NFC时钟:24000000Hz 主板:i.MX6DL/Solo-SABRESD:未知主板:0x61012 [POR] 启动设备:MMC I2C:就绪 内存:1 GB MMC:   FSL_USDHC: 0,FSL_USDHC: 1,FSL_USDHC: 2,FSL_USDHC: 3 *** 警告 - CRC 或 MMC 错误,使用默认环境 在:串行 输出:串行 Err:   serial $$$$,mmc_dev=3 $$$$size=8294400,mmc->read_bl_len=512 $$$$开始=32768,计数=16200,CONFIG_FB_BASE=27b00000 config_ipu_di_clk:频率= 148500000。 等待 pll5 锁定。 config_ipu_di_clk:将pll5时钟设置为297000000Hz。 ___________________________________________ 否则如果我使用#define IPU_NUM 1 系统将启动,但在 HDMI 上显示“无信号输入” 3.我的KERNEL_CMDLINE如下: BOARD_KERNEL_CMDLINE:=控制台=ttymxc0,115200 androidboot.console=ttymxc0vmalloc=400M init=/init video=mxcfb0:dev=hdmi,1920x1080M@60,bpp=32 video=mxcfb1:off video=mxcfb2:off fbmem=28 androidboot.hardware=freescale 你知道我的情况有什么问题吗? 谢谢! 回复:补丁支持 NXP Linux 和 Android BSP(HDMI、LCD 和 LVDS)的 uboot 徽标从 uboot 保留到内核 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Hi, 是否可以将此补丁更新至 u-boot 2014.04 或最新的 2015.04?我正在使用您的 yocto 3.10.53 配方,生成的 uboot 是 2014.04。我认为内核没有问题,因为你的补丁是针对 linux-3.0.35 的,与 yocto 3.10.53 中使用的相同 谢谢! 回复:补丁支持 NXP Linux 和 Android BSP(HDMI、LCD 和 LVDS)的 uboot 徽标从 uboot 保留到内核 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Hi, 是否有计划将纯 Linux 更新至最新的 BSP 3.14.38? 回复:补丁支持 NXP Linux 和 Android BSP(HDMI、LCD 和 LVDS)的 uboot 徽标从 uboot 保留到内核 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Hello, 千里​ 我已使用您的补丁作为基础,在 Linux 3.10.17 上将启动徽标保留在 LVDS 上(我使用 LVDS 1920x720 和 D0 的双通道分割模式) 启动画面的标志一直保留着,但是当我尝试将图像发送到 fb0 时,该图像显示的颜色和大小都是错误的:smileysad: 我注意到,如果我在将图像发送到 fb0 之前输入“echo 0 > /sys/class/graphics/fb0/rotate”,启动画面徽标会以不同的颜色显示两次,但我发送的图像显示正确。 您知道如何解决这个问题吗?我想在提示可用后显示我的应用程序图像,而无需发送“echo 0 > /sys/class/graphics/fb0/rotate” 回复:补丁支持 NXP Linux 和 Android BSP(HDMI、LCD 和 LVDS)的 uboot 徽标从 uboot 保留到内核 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 请确保您在 ipu_probe() 中进行了以下代码修改,这与颜色问题有关。 @@ -357,7 +370,12 @@ static int __devinit ipu_probe(struct platform_device *pdev) /* 设置 MCU_T 将 MCU 访问窗口分成 2 份 */ ipu_cm_写入(ipu,0x00400000L |(IPU_MCU_T_DEFAULT<<18), IPU显示); +#ifdef CONFIG_MX6_CLK_FOR_BOOTUI_TRANS + } 否则 { + ipu->fg_csc_type = ipu->bg_csc_type = CSC_NONE; + ipu->color_key_4rgb = true;   } +#endif 回复:补丁支持 NXP Linux 和 Android BSP(HDMI、LCD 和 LVDS)的 uboot 徽标从 uboot 保留到内核 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 亲爱的李, 当我修补这个 0001-Enable-uboot-logo-for-HDMI-LCD-and-LVDS.patch(版本:L3.0.35_4.1.0),它显示了一些错误,你能帮助我吗: $制作mx6q_sabresd_配置 $ make .... 映射 u-boot.map -o u-boot 驱动程序/视频/libvideo.a(mxc_epdc_fb.o):在函数“lcd_initcolregs”中: /home/fulinux/uboot-imx/drivers/video/mxc_epdc_fb.c:52: `lcd_initcolregs' 的多个定义 驱动程序/视频/libvideo.a(mxc_ipuv3_fb.o):/home/fulinux/uboot-imx/驱动程序/视频/mxc_ipuv3_fb.c:61:首先在这里定义 驱动程序/视频/libvideo.a(mxc_epdc_fb.o):在函数“lcd_setcolreg”中: /home/fulinux/uboot-imx/drivers/video/mxc_epdc_fb.c:56: `lcd_setcolreg' 的多重定义 驱动程序/视频/libvideo.a(mxc_ipuv3_fb.o):/home/fulinux/uboot-imx/驱动程序/视频/mxc_ipuv3_fb.c:65:首先在这里定义 驱动程序/视频/libvideo.a(mxc_epdc_fb.o):在函数“lcd_disable”中: /home/fulinux/uboot-imx/drivers/video/mxc_epdc_fb.c:397: `lcd_disable' 的多个定义 驱动程序/视频/libvideo.a(mxc_ipuv3_fb.o):/home/fulinux/uboot-imx/驱动程序/视频/mxc_ipuv3_fb.c:69:首先在这里定义 驱动程序/视频/libvideo.a(mxc_epdc_fb.o):在函数“lcd_panel_disable”中: /home/fulinux/uboot-imx/drivers/video/mxc_epdc_fb.c:402: `lcd_panel_disable' 的多个定义 驱动程序/视频/libvideo.a(mxc_ipuv3_fb.o):/home/fulinux/uboot-imx/驱动程序/视频/mxc_ipuv3_fb.c:73:首先在这里定义 驱动程序/视频/libvideo.a(mxc_epdc_fb.o):在函数“lcd_ctrl_init”中: /home/fulinux/uboot-imx/drivers/video/mxc_epdc_fb.c:413: `lcd_ctrl_init' 的多重定义 驱动程序/视频/libvideo.a(mxc_ipuv3_fb.o):/home/fulinux/uboot-imx/驱动程序/视频/mxc_ipuv3_fb.c:622:首先在这里定义 驱动程序/视频/libvideo.a(mxc_epdc_fb.o):在函数“calc_fbsize”中: /home/fulinux/uboot-imx/drivers/video/mxc_epdc_fb.c:467: `calc_fbsize' 的多重定义 驱动程序/视频/libvideo.a(mxc_ipuv3_fb.o):/home/fulinux/uboot-imx/驱动程序/视频/mxc_ipuv3_fb.c:610:首先在这里定义 驱动程序/视频/libvideo.a(mxc_epdc_fb.o):在函数“lcd_enable”中: /home/fulinux/uboot-imx/drivers/video/mxc_epdc_fb.c:376: `console_row' 的多个定义 驱动程序/视频/libvideo.a(mxc_ipuv3_fb.o):/home/fulinux/uboot-imx/驱动程序/视频/mxc_ipuv3_fb.c:80:首先在这里定义 驱动程序/视频/libvideo.a(mxc_epdc_fb.o):在函数“lcd_enable”中: /home/fulinux/uboot-imx/drivers/video/mxc_epdc_fb.c:376: `console_col' 的多个定义 驱动程序/视频/libvideo.a(mxc_ipuv3_fb.o):/home/fulinux/uboot-imx/驱动程序/视频/mxc_ipuv3_fb.c:80:首先在这里定义 驱动程序/视频/libvideo.a(mxc_epdc_fb.o):在函数“lcd_enable”中: /home/fulinux/uboot-imx/drivers/video/mxc_epdc_fb.c:370: `lcd_color_bg' 的多重定义 驱动程序/视频/libvideo.a(mxc_ipuv3_fb.o):/home/fulinux/uboot-imx/驱动程序/视频/mxc_ipuv3_fb.c:80:首先在这里定义 驱动程序/视频/libvideo.a(mxc_epdc_fb.o):在函数“lcd_setcolreg”中: /home/fulinux/uboot-imx/drivers/video/mxc_epdc_fb.c:56: `lcd_color_fg' 的多重定义 驱动程序/视频/libvideo.a(mxc_ipuv3_fb.o):/home/fulinux/uboot-imx/驱动程序/视频/mxc_ipuv3_fb.c:81:首先在这里定义 驱动程序/视频/libvideo.a(mxc_epdc_fb.o):在函数“lcd_enable”中: /home/fulinux/uboot-imx/drivers/video/mxc_epdc_fb.c:373: `lcd_line_length' 的多重定义 驱动程序/视频/libvideo.a(mxc_ipuv3_fb.o):/home/fulinux/uboot-imx/驱动程序/视频/mxc_ipuv3_fb.c:79:首先在这里定义 驱动程序/视频/libvideo.a(mxc_epdc_fb.o):在函数“lcd_enable”中: /home/fulinux/uboot-imx/drivers/video/mxc_epdc_fb.c:376: `lcd_console_address' 的多个定义 驱动程序/视频/libvideo.a(mxc_ipuv3_fb.o):/home/fulinux/uboot-imx/驱动程序/视频/mxc_ipuv3_fb.c:81:首先在这里定义 驱动程序/视频/libvideo.a(mxc_epdc_fb.o):在函数“lcd_initcolregs”中: /home/fulinux/uboot-imx/drivers/video/mxc_epdc_fb.c:52: `lcd_base' 的多重定义 驱动程序/视频/libvideo.a(mxc_ipuv3_fb.o):/home/fulinux/uboot-imx/驱动程序/视频/mxc_ipuv3_fb.c:79:首先在这里定义 通用/libcommon.a(lcd.o):在函数“console_newline”中: /home/fulinux/uboot-imx/common/lcd.c:159: 对“panel_info”未定义引用 通用/libcommon.a(lcd.o):在函数“lcd_putc”中: /home/fulinux/uboot-imx/common/lcd.c:200: 对“panel_info”未定义引用 通用/libcommon.a(lcd.o):在函数“lcd_setmem”中: /home/fulinux/uboot-imx/common/lcd.c:476: 对“panel_info”未定义引用 通用/libcommon.a(lcd.o):在函数“lcd_display_bitmap”中: /home/fulinux/uboot-imx/common/lcd.c:829: 对“panel_info”未定义引用 通用/libcommon.a(lcd.o):在函数“lcd_clear”中: /home/fulinux/uboot-imx/common/lcd.c:415: 对“panel_info”未定义引用 common/libcommon.a(lcd.o):/home/fulinux/uboot-imx/common/lcd.c:369: 更多对“panel_info”的未定义引用如下 通用/libcommon.a(cmd_fastboot.o):在函数“rx_handler”中: /home/fulinux/uboot-imx/common/cmd_fastboot.c:1050: 对“do_booti”未定义引用 驱动程序/fastboot/libfastboot.a(fastboot.o):在函数“check_fastboot_mode”中: /home/fulinux/uboot-imx/drivers/fastboot/fastboot.c:788: 对“fastboot_check_and_clean_flag”未定义引用 驱动程序/usb/gadget/libusb_gadget.a(imx_udc.o):在函数“mxc_udc_init”中: /home/fulinux/uboot-imx/drivers/usb/gadget/imx_udc.c:812: 对“set_usboh3_clk”未定义引用 /home/fulinux/uboot-imx/drivers/usb/gadget/imx_udc.c:813: 对“set_usb_phy1_clk”未定义引用 /home/fulinux/uboot-imx/drivers/usb/gadget/imx_udc.c:814: 对“enable_usboh3_clk”未定义引用 /home/fulinux/uboot-imx/drivers/usb/gadget/imx_udc.c:818: 对“enable_usb_phy1_clk”未定义引用 驱动程序/usb/gadget/libusb_gadget.a(imx_udc.o):在函数“usb_set_mode_device”中: /home/fulinux/uboot-imx/drivers/usb/gadget/imx_udc.c:468: 对“reset_usb_phy1”未定义引用 驱动程序/视频/libvideo.a(mxc_ipuv3_fb.o):在函数“calc_fbsize”中: mxc_ipuv3_fb.c:(.文本+0xb4):对“panel_info”的未定义引用 驱动程序/视频/libvideo.a(mxc_ipuv3_fb.o):在函数“lcd_ctrl_init”中: mxc_ipuv3_fb.c:(.文本+0xf8):对“panel_info”的未定义引用 驱动程序/视频/libvideo.a(mxc_ipuv3_fb.o):在函数“ipuv3_fb_init”中: mxc_ipuv3_fb.c:(.文本+0x7d0):对“panel_info”的未定义引用 驱动程序/视频/libvideo.a(ipu_common.o):在函数“clk_ipu_enable”中: /home/fulinux/uboot-imx/drivers/video/ipu_common.c:166: 对“ipu_clk_enable”未定义引用 驱动程序/视频/libvideo.a(mxc_epdc_fb.o):在函数“lcd_enable”中: mxc_epdc_fb.c:(.文本+0x14):对“epdc_power_on”未定义引用 mxc_epdc_fb.c:(.文本+0x180):对“panel_info”的未定义引用 驱动程序/视频/libvideo.a(mxc_epdc_fb.o):在函数“lcd_panel_disable”中: mxc_epdc_fb.c:(.文本+0x1a4):对“epdc_power_off”未定义引用 驱动程序/视频/libvideo.a(mxc_epdc_fb.o):在函数“lcd_ctrl_init”中: mxc_epdc_fb.c:(.文本+0x240):对“setup_waveform_file”未定义引用 mxc_epdc_fb.c:(.文本+0x3ac):对“panel_info”的未定义引用 驱动程序/视频/libvideo.a(mxc_epdc_fb.o):在函数“calc_fbsize”中: mxc_epdc_fb.c:(.文本+0x3e4):对“panel_info”的未定义引用 make: *** [u-boot] 错误 1 回复:补丁支持 NXP Linux 和 Android BSP(HDMI、LCD 和 LVDS)的 uboot 徽标从 uboot 保留到内核 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Hi Frank, 我和你有同样的问题: 你是怎么解决的?背光GPIO设置有问题吗?能告诉我你的邮箱或者QQ吗? fulinux。 回复:补丁支持 NXP Linux 和 Android BSP(HDMI、LCD 和 LVDS)的 uboot 徽标从 uboot 保留到内核 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Hello, 我移植了 3.10.53-patches 中的更改保留我的 3.10.17 内核的徽标,并且它运行良好,因为在内核初始化期间始终显示来自引导加载程序的徽标。 我的问题是:一旦内核准备就绪并切换到 /sbin/init,屏幕上就会显示垃圾。 然后我可以执行空白/取消空白并使用用户空间的显示而没有任何问题,但是引导加载程序的内容直到用户空间运行时才会保留。 强,你知道可能出了什么问题吗?与内存分配有关吗? 谢谢! 回复:补丁支持 NXP Linux 和 Android BSP(HDMI、LCD 和 LVDS)的 uboot 徽标从 uboot 保留到内核 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Hi Qiang, 当我在 3.0.35 中修补它时,它运行良好,但是当我从 u 盘将视频文件复制到主板时,它将重新启动而没有任何日志,看起来像是通过重置键。你遇到过这个问题吗? 我在3.0.35版本的内核中打上这些补丁后,其他功能运行正常,并且之前没有出现什么问题,但是当我们用u盘升级视频资源的时候(就是复制视频到sd卡中)会出现莫名其妙的重启,而且内核没有任何信息,就好像按了重启按钮。我将解决这个keep logo功能后就不会出现这个重启的问题。我们的上层是Qt5,不是安卓,你们有没有遇到类似的问题? 回复:补丁支持 NXP Linux 和 Android BSP(HDMI、LCD 和 LVDS)的 uboot 徽标从 uboot 保留到内核 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 强强您好: 我使用 JB4.3_1.1.1_uboot_logo_keep_patch_2015-09-18 修补了 u-boot 和内核和0001-Fix-the-split-mode-LVDS-panel-no-TX3-signal-issue.patch。标志显示正常。 但是当我关闭电源然后打开主板电源时,有时 u-boot 徽标无法显示,速率为 10~20%。LVDS 面板将永远变黑。只有背光是亮的。内核将重复打印错误“mxc_sdc_fb mxc_sdc_fb.0:MXCFB_WAIT_FOR_VSYNC:android系统启动后超时0”。 1.我的平台如下: 系统芯片:iMX6 Dual Lite U-Boot版本:U-Boot 2009.08 内核版本:Linux 3.0.35 Android:4.4.2_r1 LVDS面板:AUO M190PW01 V8(19英寸,分辨率:1440x900) 显示模式:分屏模式    2.u-boot显示设置如下: #如果定义IPU_输出_模式_LVDS // 对于 LVDS,分辨率为 1440*900 #定义显示宽度 1440 #定义显示高度 900 #定义 DISPLAY_BPP 32 #define DISPLAY_IF_BPP 24 //RGB24 接口 #定义DISPLAY_HSYNC_START 232 #定义DISPLAY_HSYNC_END 80 #定义 DISPLAY_HSYNC_WIDTH 152 #定义DISPLAY_VSYNC_START 25 #定义DISPLAY_VSYNC_END 3 #定义 DISPLAY_VSYNC_WIDTH 6 #定义 DISPLAY_PIX_CLOCK 106500000 #define LVDS_SPLIT_MODE //用于双通道分割模式。    #定义DISPLAY_VSYNC_POLARITY 1 #定义显示同步极性1 #定义显示时钟极性 1 #定义显示数据极性 0 #定义显示数据启用极性 1 #define IPU_NUM 1 //1 代表 IPU1,2 代表 IPU2。 #define DI_NUM 0 // 0 代表 DI0,1 代表 DI1。 #define LVDS_PORT 0 // 0 代表 LVDS0,1 代表 LVDS1。对于 LVDS 显示器,LVDS_PORT 应该与 DI_NUM 相同。 #define DI_CLOCK_EXTERNAL_MODE //当定义外部时钟模式时,DI时钟根将是PLL3 PFD1, #endif 谢谢! 回复:补丁支持 NXP Linux 和 Android BSP(HDMI、LCD 和 LVDS)的 uboot 徽标从 uboot 保留到内核 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Hello, 我使用 PLL5 作为 IPU2 DI0 的源时钟,使这些补丁运行良好。 我将源时钟更改为 PLL2,因为项目需要启用扩频,并且徽标保持预期状态,但是当我更改 fb 的虚拟大小(从 1920,720 到 1920,2160)时,_setup_disp_channel2() 执行 ipu_init_channel_buffer_late_init() 时会出现一种闪烁。 当使用 PLL5 时不会发生此问题。 我是否错过了将 IPU2 DI0 时钟源更改为 pll2_pfd2_396m 的某些操作? 猫/系统/内核/调试/clk/clk_summary 时钟 enable_cnt prepare_cnt 速率 --------------------------------------------------------------------- anaclk2 0 0 0 lvds2_in 0 0 0 anaclk1 0 0 0 lvds1_in 0 0 0 假人 2 3 0 usbphy2_gate 1 1 0 usbphy1_gate 1 1 0 振荡器 6 6 24000000 periph_clk2_sel 0 0 24000000 periph_clk2 0 0 24000000 gpt_3m 1 1 3000000 pll4_sel 1 1 24000000 pll4_音频 1 1 688128000 pll4_post_div 1 1 688128000 pll4_audio_div 1 1 688128000 esai_sel 0 0 688128000 esai_pred 0 0 344064000 esai_podf 0 0 43008000 电子赛 0 0 43008000 ssi3_sel 0 0 688128000 ssi3_pred 0 0 172032000 ssi3_podf 0 0 86016000 SSI3 0 0 86016000 ssi2_sel 1 1 688128000 ssi2_pred 1 1 172032000 ssi2_podf 1 1 86016000 ssi2 1 1 86016000 cko2_sel 1 1 86016000 cko2_podf 1 1 12288000 cko2 1 1 12288000 cko 1 1 12288000 ssi1_sel 0 0 688128000 ssi1_pred 0 0 172032000 ssi1_podf 0 0 86016000 ssi1 0 0 86016000 pll7_usb_主机 0 0 480000000 usbphy2 0 0 480000000 pll6_enet 1 1 500000000 enet_ref 3 3 125000000 pcie_ref 0 0 125000000 pcie_ref_125m 0 0 125000000 sata_ref 0 0 100000000 lvds1_sel 0 0 100000000 lvds1_out 0 0 100000000 sata_ref_100m 0 0 100000000 pll5_视频 0 0 288000000 pll3_usb_otg 2 3 480000000 gpu2d_core_sel 0 0 480000000 gpu2d_core_podf 0 0 480000000 gpu2d_core 0 0 480000000 asrc_sel 0 1 480000000 asrc_pred 0 1 240000000 asrc_podf 0 1 30000000 asrc 0 1 30000000 periph2_clk2_sel 0 0 480000000 periph2_clk2 0 0 480000000 pll3_60m 0 0 60000000 ecspi_root 0 0 60000000 ecspi5 0 0 60000000 ecspi4 0 0 60000000 ecspi3 0 0 60000000 ecspi2 0 0 60000000 ecspi1 0 0 60000000 can_root 0 0 30000000 can2_serial 0 0 30000000 can1_serial 0 0 30000000 pll3_80m 1 1 80000000 uart_serial_podf 1 1 80000000 uart_serial 2 3 80000000 pll3_120m 0 0 120000000 pll3_pfd3_454m 0 0 454736842 spdif_sel 0 0 454736842 spdif_pred 0 0 227368421 spdif_podf 0 0 28421052 SPDIF 0 0 28421052 pll3_pfd2_508m 0 0 508235294 pll3_pfd1_540m 0 0 540000000 hdmi_isfr 0 0 540000000 video_27m 0 0 27000000 pll3_pfd0_720m 0 0 720000000 usbphy1 1 1 480000000 pll2_总线 2 2 528000000 cko1_sel 0 0 528000000 cko1_podf 0 0 528000000 cko1 0 0 528000000 periph2_pre 0 0 528000000 外围设备2 0 0 528000000 mmdc_ch1_axi_podf 0 0 528000000 mmdc_ch1_axi 0 0 528000000 ldb_di1_sel 0 0 528000000 ldb_di1_div_7 0 0 75428571 ldb_di1_div_sel 0 0 75428571 ldb_di1 0 0 75428571 ldb_di1_div_3_5 0 0 150857142 periph_pre 1 1 528000000 外围设备 3 3 528000000 ahb 4 4 132000000 SDMA 8 2 132000000 罗马 1 1 132000000 奥克拉姆 1 1 132000000 hdmi_iahb 0 0 132000000 caam_aclk 0 0 132000000 caam_mem 0 0 132000000 ipg 4 4 66000000 usboh3 1 1 66000000 uart_ipg 2 3 66000000 ssi3_ipg 0 0 66000000 ssi2_ipg 0 0 66000000 ssi1_ipg 0 0 66000000 SPBA 0 0 66000000 SATA 0 0 66000000 iim 0 0 66000000 gpt_ipg 1 1 66000000 epit2 0 0 66000000 Epit1 0 0 66000000 网络 2 2 66000000 can2_ipg 0 0 66000000 can1_ipg 0 0 66000000 caam_ipg 0 0 66000000 ipg_per 0 0 66000000 脉宽调制4 0 0 66000000 脉宽调制3 0 0 66000000 脉宽调制2 0 0 66000000 脉宽调制1 0 0 66000000 i2c3 0 0 66000000 i2c2 0 0 66000000 i2c1 0 0 66000000 gpt_ipg_per 0 0 66000000 mmdc_ch0_axi_podf 1 1 528000000 mmdc_ch0_axi 2 3 528000000 gpu3d_core_sel 0 0 528000000 gpu3d_core_podf 0 0 528000000 gpu3d_核心 0 0 528000000 ipu1_sel 0 1 528000000 ipu1_podf 0 1 264000000 议会联盟1 0 1 264000000 ipu1_pclk1_sel 0 0 264000000 ipu1_pclk1_div 0 0 0 ipu1_pclk_1 0 0 0 ipu1_pclk0_sel 0 0 264000000 ipu1_pclk0_div 0 0 0 ipu1_pclk_0 0 0 0 dcic1 0 0 264000000 ipu2_sel 1 1 528000000 ipu2_podf 1 1 264000000 议会联盟2 3 2 264000000 ipu2_pclk1_sel 0 0 264000000 ipu2_pclk1_div 0 0 0 ipu2_pclk_1 0 0 0 ipu2_pclk0_sel 1 1 264000000 ipu2_pclk0_div 1 1 264000000 ipu2_pclk_0 1 1 264000000 dcic2 0 0 264000000 tzasc2 0 0 528000000 axi_sel 1 1 528000000 轴 1 1 264000000 openvg_axi 0 0 264000000 美国职业棒球大联盟 0 0 264000000 gpu2d_axi 0 0 264000000 gpu3d_axi 0 0 264000000 pcie_axi_sel 0 0 264000000 pcie_axi 0 0 264000000 emi_slow_sel 1 1 264000000 emi_slow_podf 1 1 132000000 eim_slow 1 1 132000000 vdo_axi_sel 0 0 264000000 vdo_axi 0 0 264000000 vdoa 0 0 264000000 vpu_axi_sel 0 0 264000000 vpu_axi_podf 0 0 264000000 vpu_axi 0 0 264000000 pll2_pfd2_396m 4 4 339428571 ipu2_di1_pre_sel 0 0 339428571 ipu2_di1_pre 0 0 113142857 ipu2_di1_sel 0 0 113142857 ipu2_di1 0 0 113142857 ipu2_di0_pre_sel 0 0 339428571 ipu2_di0_pre 0 0 113142857 ipu1_di1_pre_sel 0 0 339428571 ipu1_di1_pre 0 0 113142857 ipu1_di1_sel 0 0 113142857 ipu1_di1 0 0 113142857 ipu1_di0_pre_sel 0 0 339428571 ipu1_di0_pre 0 0 113142857 ipu1_di0_sel 0 0 113142857 ipu1_di0 0 0 113142857 emi_sel 0 0 339428571 emi_podf 0 0 169714285 enfc_sel 1 1 339428571 enfc_pred 1 1 84857142 enfc_podf 1 1 84857142 环境金融中心 1 1 84857142 gpmi_io 1 1 84857142 usdhc4_sel 1 1 339428571 usdhc4_podf 1 1 169714285 美元DHC4 1 1 169714285 gpmi_bch 1 1 169714285 usdhc3_sel 1 1 339428571 usdhc3_podf 1 1 169714285 USDHHC3 4 4 169714285 apbh_dma 1 1 169714285 per1_bch 1 1 169714285 gpmi_bch_apb 1 1 169714285 gpmi_apb 1 1 169714285 usdhc2_sel 0 0 339428571 usdhc2_podf 0 0 169714285 usdhc2 0 0 169714285 usdhc1_sel 0 0 339428571 usdhc1_podf 0 0 169714285 美元 0 0 169714285 hsi_tx_sel 0 0 339428571 hsi_tx_podf 0 0 169714285 hsi_tx 0 0 169714285 ldb_di0_sel 1 1 339428571 ldb_di0_div_7 0 0 48489795 ldb_di0_div_3_5 1 1 96979591 ldb_di0_div_sel 1 1 96979591 ldb_di0 1 1 96979591 ipu2_di0_sel 1 1 96979591 ipu2_di0 1 1 96979591 步骤 0 0 339428571 pll2_198m 0 0 169714285 pll2_pfd1_594m 0 0 594000000 gpu3d_shader_sel 0 0 594000000 gpu3d_shader 0 0 594000000 pll2_pfd0_352m 0 0 352000000 pll1_系统 1 1 852000000 pll1_sw 1 1 852000000 臂 2 2 852000000 lvds2_sel 0 0 852000000 lvds2_out 0 0 852000000 台币 1 1 426000000 ckih1 0 0 0 克基尔 0 0 32768 # 回复:补丁支持 NXP Linux 和 Android BSP(HDMI、LCD 和 LVDS)的 uboot 徽标从 uboot 保留到内核 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 嗨,李强。 我正在将android_N7.1.1_1.0.0用于i.MX6pq sabresd 。 显示器:800x1280 LVDS(输出至IPU1-DI0) 应用补丁: M6.0.1_2.1.0_uboot_logo_keep_patch_2017-01-06.zip 问题 u-boot:死机 U-Boot 2015.04(2017年7月4日 - 21:08:43) CPU:飞思卡尔 i.MX6QP rev1.0,792 MHz CPU:温度45℃ 复位原因:POR 主板:MX6-SabreSD I2C:就绪 动态随机存取存储器:2 GiB PMIC:PFUZE100 ID=0x10 MMC:FSL_SDHC:0,FSL_SDHC:1,FSL_SDHC:2 *** 警告 - CRC 错误,使用默认环境 在:连续剧 输出:串行 错误:串行 config_ipu_lvds_clk:频率=471018240。 config_ipu_lvds_clk:将pll2_pfd0时钟设置为468MHz,分频器=20。 ... 锁定 ... 更正:删除 IPU2 QoS 生成器 void ipu_setup(无符号整数IPU,无符号整数DI) { ... #ifdef CONFIG_MX6QP reg = __raw_readl(&imx_ccm->CCGR6); reg |= MXC_CCM_CCGR6_PRG_CLK0_MASK; __raw_writel(reg,&imx_ccm->CCGR6); /* 绕过 IPU1 QoS 生成器 */ __raw_writel(0x00000002,0x00bb048c); -- /* 绕过 IPU2 QoS 生成器 */ -- __raw_writel(0x00000002, 0x00bb050c); /* PRE0 的带宽 THR */ __raw_writel(0x00000200,0x00bb0690); /* PRE1 的带宽 THR */ __raw_writel(0x00000200,0x00bb0710); /* PRE2 的带宽 THR */ __raw_writel(0x00000200,0x00bb0790); /* PRE3 的带宽 THR */ __raw_writel(0x00000200,0x00bb0810); /* PRE0 的饱和度 THR */ __raw_writel(0x00000010,0x00bb0694); /* PRE1 的饱和度 THR */ __raw_writel(0x00000010,0x00bb0714); /* PRE2 的饱和度 THR */ __raw_writel(0x00000010,0x00bb0794); /* PRE 的饱和度 THR */ __raw_writel(0x00000010,0x00bb0814); #结束 ... } 内核:锁定 U-Boot 2015.04(2017年7月4日 - 21:08:43) CPU:飞思卡尔 i.MX6QP rev1.0,792 MHz CPU:温度45℃ 复位原因:POR 主板:MX6-SabreSD I2C:就绪 动态随机存取存储器:2 GiB PMIC:PFUZE100 ID=0x10 MMC:FSL_SDHC:0,FSL_SDHC:1,FSL_SDHC:2 *** 警告 - CRC 错误,使用默认环境 在:连续剧 输出:串行 错误:串行 config_ipu_lvds_clk:频率=471018240。 config_ipu_lvds_clk:将pll2_pfd0时钟设置为468MHz,分频器=20。 闪存目标是 MMC:2 快速启动:正常 净:未找到 Phy 1 FEC [主要] 错误:未设置 FEC 地址。 按任意键停止自动启动:0 启动 mmc2 内核@14008000(8851024) 内存盘 @ 15000000 (1636188) fdt @ 14f00000 (48851) ## Booting Android Image at 0x12000000 ... Kernel load addr 0x14008000 size 8644 KiB Kernel command line: console=ttymxc0,115200 init=/init video=mxcfb0:dev=ldb,bpp=32 video=mxcfb1:off video=mxcfb2:off video=mxcfb3:off vmalloc=128M androidboot.console=ttymxc0 consoleblank=0 androidboot.hardware=freescale cma=448M buildvariant=eng ##扁平设备树 blob,位于 14f00000 使用位于 0x14f00000 的 fdt blob 进行引导 正在加载内核映像...确定 使用位于 14f00000 处的设备树,结束于 14f0eed2 切换到ldo_bypass模式! 正在启动内核... ... 锁定 ... 更正:将bypass_reset添加到ipu2 imx6qp.dtsi / { ... 社会 { ipu2: ipu@02800000 { 兼容=“fsl,imx6qp-ipu”,“fsl,imx6q-ipu”; 时钟=<&clks IMX6QDL_CLK_IPU2>, <&clks IMX6QDL_CLK_IPU2_DI0>,<&clks IMX6QDL_CLK_IPU2_DI1>, <&clks IMX6QDL_CLK_IPU2_DI0_SEL>,<&clks IMX6QDL_CLK_IPU2_DI1_SEL>, <&clks IMX6QDL_CLK_LDB_DI0_DIV_SEL>,<&clks IMX6QDL_CLK_LDB_DI1_DIV_SEL>, <&clks IMX6QDL_CLK_PRG1_APB>; 时钟名称=“总线”, “di0”,“di1”, “di0_sel”,“di1_sel”, “ldb_di0”,“ldb_di1”,“prg”; ++旁路复位 = <1>; }; ... }; }; 直到启动动画时,LVDS 输出都很好。 问题:fb0发生超时问题 mxc_sdc_fb fb@0:等待翻转中断时超时 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 W 221 /system/bin/surfaceflinger SurfaceFlinger 忽略来自 HWC 的重复 VSYNC 事件(t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY 失败:连接超时 怎么了?我应该怎么办? 期待一些建议... 串行、logcat、ls U-Boot 2015.04(2017年7月4日 - 21:08:43) CPU:飞思卡尔 i.MX6QP rev1.0,792 MHz CPU:温度45℃ 复位原因:POR 主板:MX6-SabreSD I2C:就绪 动态随机存取存储器:2 GiB PMIC:PFUZE100 ID=0x10 MMC:FSL_SDHC:0,FSL_SDHC:1,FSL_SDHC:2 *** 警告 - CRC 错误,使用默认环境 在:连续剧 输出:串行 错误:串行 config_ipu_lvds_clk:频率=471018240。 config_ipu_lvds_clk:将pll2_pfd0时钟设置为468MHz,分频器=20。 闪存目标是 MMC:2 快速启动:正常 净:未找到 Phy 1 FEC [主要] 错误:未设置 FEC 地址。 按任意键停止自动启动:0 启动 mmc2 内核@14008000(8851024) 内存盘 @ 15000000 (1636188) fdt @ 14f00000 (48851) ## Booting Android Image at 0x12000000 ... Kernel load addr 0x14008000 size 8644 KiB Kernel command line: console=ttymxc0,115200 init=/init video=mxcfb0:dev=ldb,bpp=32 video=mxcfb1:off video=mxcfb2:off video=mxcfb3:off vmalloc=128M androidboot.console=ttymxc0 consoleblank=0 androidboot.hardware=freescale cma=448M buildvariant=eng ##扁平设备树 blob,位于 14f00000 使用位于 0x14f00000 的 fdt blob 进行引导 正在加载内核映像...确定 使用位于 14f00000 处的设备树,结束于 14f0eed2 切换到ldo_bypass模式! 正在启动内核... 在物理 CPU 0x0 上启动 Linux 初始化 cgroup 子系统 cpu 初始化 cgroup 子系统 cpuacct Linux 版本 4.1.15(linus@compile) (gcc 版本 4.9 20150123 (预发布) (GCC) ) #23 SMP PREEMPT 2017 年 7 月 4 日星期二 22:26:03 KST CPU:ARMv7 处理器 [412fc09a] 修订版 10 (ARMv7),cr=10c53c7d CPU:PIPT/VIPT 非混叠数据缓存、VIPT 混叠指令缓存 机器型号:Freescale i.MX6 Quad Plus SABRE智能设备板 cma: 保留 448 MiB,位于 0x2a000000 内存策略:数据缓存 writealloc PERCPU:嵌入式 13 页/cpu @f6eb9000 s22144 r8192 d22912 u53248 按区域顺序构建了 1 个区域列表,并进行移动分组。总页数:516128 内核命令行:console=ttymxc0,115200 init=/init video=mxcfb0:dev=ldb,bpp=32 video=mxcfb1:off video=mxcfb2:off video=mxcfb3:off vmalloc=128M androidboot.console=ttymxc0consoleblank=0 androidboot.hardware=freescalecma=448M buildvariant=eng androidboot.serialno=0e0321d4e3167abaandroidboot.bootreason=正常 PID哈希表条目:4096(顺序:2,16384字节) Dentry 缓存哈希表条目:131072(顺序:7,524288 字节) Inode 缓存哈希表条目:65536(顺序:6,262144 字节) 内存:1574608K/2071552K 可用(11264K 内核代码、1025K rwdata、3712K rodata、1024K init、641K bss、38192K 保留、458752K cma 保留、1195008K highmem) 虚拟内核内存布局: 向量:0xffff0000-0xffff1000(4 kB) 修复映射:0xffc00000 - 0xfff00000(3072 kB) vmalloc:0xf7800000 - 0xff000000(120 MB) 低内存:0xc0000000 - 0xf7000000(880 MB) 包映射:0xbfe00000 - 0xc0000000(2 MB) 模块:0xbf000000 - 0xbfe00000(14 MB) 。文本:0xc0008000 - 0xc0c00000(12256 KB) .初始化:0xc1000000-0xc1100000(1024 KB) 。数据:0xc1100000-0xc12007b0(1026 KB) .bss:0xc12007b0-0xc12a0e24(642 KB) SLUB:HWalign=64,顺序=0-3,最小对象=0,CPU=4,节点=1 可抢占的分层 RCU 实现。 打印每个 CPU 的附加信息(带有停顿)。 NR_IRQS:16 nr_irqs:16 16 L2C-310 勘误表 769419 已启用 L2C-310 为 Cortex-A9 启用早期 BRESP 为 Cortex-A9 启用 L2C-310 全系列零 L2C-310 ID预取已启用,偏移16行 L2C-310动态时钟门控启用,待机模式启用 启用 L2C-310 缓存控制器,16 路,1024 kB L2C-310:缓存ID 0x410000c8,辅助控制0x76070001 无法将 clk ipu1_di0_sel 的父级设置为 ldb_di0: -22 mxc_clocksource_init 3000000 切换到基于定时器的延迟循环,分辨率333ns sched_clock:32 位,3000kHz,分辨率 333ns,每 715827882841ns 包装一次 时钟源mxc_timer1:掩码:0xffffffff max_cycles:0xffffffff,max_idle_ns:637086815595 ns 控制台:彩色虚拟设备 80x30 校准延迟循环(跳过),使用定时器频率计算的值..6.00 BogoMIPS(lpj=30000) pid_max:默认值:32768 最小值:301 安全框架已初始化 SELinux:正在初始化。 AppArmor:AppArmor 由启动时参数禁用 挂载缓存哈希表条目:2048(顺序:1,8192字节) 挂载点缓存哈希表条目:2048(顺序:1,8192字节) 初始化 cgroup 子系统冻结器 初始化 cgroup 子系统调试 CPU:测试写入缓冲区一致性:正常 CPU0:线程-1,CPU 0,插槽0,mpidr 80000000 为 0x10100000 - 0x10100058 设置静态身份映射 CPU1:线程-1,CPU 1,插槽0,mpidr 80000001 CPU2:线程-1,CPU 2,插槽0,mpidr 80000002 CPU3:线程-1,CPU 3,插槽0,mpidr 80000003 搭载 4 个 CPU SMP:共激活 4 个处理器(24.00 BogoMIPS)。 CPU:所有 CPU 均以 SVC 模式启动。 devtmpfs:已初始化 VFP 支持 v0.3:实现者 41 架构 3 部分 30 变体 9 修订版 4 时钟源 jiffies:掩码:0xffffffff max_cycles:0xffffffff,max_idle_ns:19112604462750000 ns pinctrl 核心:初始化 pinctrl 子系统 NET:注册协议家族16 DMA:预分配 256 KiB 池,用于原子一致分配 cpuidle:使用调速梯 cpuidle:使用调节器菜单 CPU 标识为 i.MX6QP,芯片版本 1.0 anatop_regulator 20c8000.anatop:regulator-vddcore@140:无法读取有效的默认电压选择器。 anatop_regulator:20c8000.anatop:regulator-vddcore@140 的探测器失败,错误 -22 anatop_regulator 20c8000.anatop:regulator-vddsoc@140:无法读取有效的默认电压选择器。 anatop_regulator:20c8000.anatop:regulator-vddsoc@140 的探测器失败,错误 -22 !!请求 miniPCIE 电源开启 gpio hw-breakpoint:发现 5 个(+1 个保留)断点和 1 个观察点寄存器。 hw-breakpoint:最大观察点大小为 4 个字节。 imx6q-pinctrl 20e0000.iomuxc:初始化 IMX pinctrl 驱动程序 mxs-dma 110000.dma-apbh:初始化 MPCIE_3V3:无法请求启用GPIO83:-16 reg-fixed-voltregulators:regulator@3: 无法注册调节器:-16 reg-fixed-volte:调节器探测:regulator@3 失败,错误为 -16 SCSI 子系统已初始化 usbcore:注册的新接口驱动程序usbfs usbcore:注册的新接口驱动程序集线器 usbcore:注册的新设备驱动程序 usb 2000000.aips总线:usbphy_nop1未找到电源 VCC,使用虚拟调节器 2000000.aips总线:usbphy_nop2未找到电源 VCC,使用虚拟调节器 i2c i2c-0: IMX I2C 适配器已注册 i2c i2c-0:无法使用DMA i2c i2c-1: IMX I2C 适配器已注册 i2c i2c-1:无法使用DMA i2c i2c-2:IMX I2C 适配器已注册 i2c i2c-2:无法使用DMA Linux视频采集接口:v2.00 pps_core:LinuxPPS API 版本 1 已注册 pps_core:软件版本 5.3.6 - 版权所有 2005-2007 Rodolfo Giometti < [email protected] > PTP 时钟支持已注册 imx-prg 21cc000.prg:司机被调查 imx-prg 21cd000.prg:司机被调查 imx-pre 21c8000.pre:司机被调查 imx-pre 21c9000.pre:司机被调查 imx-pre 21ca000.pre:司机被调查 imx-pre 21cb000.pre:司机被调查 mxc_mipi_csi2 21dc000.mipi_csi:探测 i.MX MIPI CSI2 驱动程序 mxc_mipi_csi2 21dc000.mipi_csi:i.MX MIPI CSI2 dphy版本为0x3130302a MIPI CSI2驱动模块已加载 高级 Linux 声音架构驱动程序已初始化。 蓝牙:核心版本 2.20 NET:注册协议家族31 蓝牙:HCI 设备和连接管理器已初始化 蓝牙:HCI套接字层已初始化 蓝牙:L2CAP套接字层已初始化 蓝牙:SCO套接字层已初始化 切换到时钟源 mxc_timer1 NET:注册协议家族2 TCP 建立哈希表条目:8192(顺序:3,32768 字节) TCP 绑定哈希表条目:8192(顺序:4,65536 字节) TCP:哈希表已配置(已建立 8192 绑定 8192) UDP哈希表条目:512(顺序:2,16384字节) UDP-Lite 哈希表条目:512(顺序:2,16384 字节) NET:注册协议系列1 RPC:注册名为 UNIX 套接字传输模块。 RPC:已注册 udp 传输模块。 RPC:已注册 tcp 传输模块。 RPC:已注册 tcp NFSv4.1 反向通道传输模块。 尝试将 rootfs 映像解压为 initramfs... 释放 initrd 内存:1600K(c5000000 - c5190000) CPU PMU: 无法解析 /soc/pmu/interrupt-affinity[0] hw perfevents:启用 armv7_cortex_a9 PMU 驱动程序,提供 7 个计数器 imx rpmsg 驱动程序已注册。 总线频率驱动模块已加载 控制台[pstore-1]已启用 pstore:将 ramoops 注册为持久存储后端 ramoops:附加 0x100000@0x8bf00000,ecc:0/0 mxc_ramoops设备加载成功 bt电源gpio为:2 rfkill:BT RF 即将开启 mxc_bt_rfkill_reset mxc_bt_rfkill 驱动程序成功加载 futex 哈希表条目:1024(顺序:4,65536 字节) 审计:初始化 netlink 子系统(已禁用) 审计:类型=2000 审计(0.490:1):初始化 VFS:磁盘配额 dquot_6.6.0 VFS:Dquot-cache 哈希表条目:1024(顺序 0,4096 字节) NFS:注册 id_resolver 密钥类型 密钥类型 id_resolver 已注册 密钥类型 id_legacy 已注册 ntfs:驱动程序 2.1.32[标志:R/W DEBUG]。 jffs2:版本 2.2。(NAND)ⓒ2001-2006 Red Hat,Inc. 保险丝初始化(API 版本 7.23) 弹跳:池大小:64 页 io 调度程序 noop 已注册 io 调度程序截止期限已注册 io 调度程序 cfq 已注册(默认) imx weim 21b8000.weim:司机已登记。 IMX PWM 2080000.PWM:PWM支持反转 未找到 pwm 背光电源,使用虚拟调节器 IMX PWM 2080000.PWM:imx_pwm_set_polarity:极性设置为反转 mxc_mipi_dsi 21e0000.mipi:探测 i.MX MIPI DSI 驱动程序 MIPI DSI驱动模块已加载 MIPI DSI驱动模块已加载 mxc_sdc_fb fb@0: 注册的 mxc 显示驱动程序 ldb mxc_sdc_fb fb@1: 获取 mxcfb 的属性失败 mxc_sdc_fb:fb@1 探测失败,错误为 -22 mxc_sdc_fb fb@2: 获取 mxcfb 的属性失败 mxc_sdc_fb:fb@2 探测失败,错误为 -22 mxc_sdc_fb fb@3: 获取 mxcfb 的属性失败 mxc_sdc_fb:fb@3 探测失败,错误为 -22 IMX SDMA 20EC000.SDMA:未分配 iram,使用外部内存 IMX SDMA 20EC000.SDMA:无需重新映射任何事件 IMX SDMA 20EC000.SDMA:初始化 IMX SDMA 20EC000.SDMA:已加载固件 3.3 pfuze100-regulator 1-0008:全层:2,金属层:1 pfuze100-调节器 1-0008: FAB: 0, FIN: 0 pfuze100-调节器 1-0008:找到 pfuze100。 2020000.序列号:ttymxc0 位于 MMIO 0x2020000 (irq = 25, base_baud = 5000000) 是 IMX 控制台[ttymxc0]已启用 21f4000.序列号:ttymxc4 位于 MMIO 0x21f4000 (irq = 300, base_baud = 5000000) 是 IMX imx sema4驱动程序已注册。 [drm] 初始化 drm 1.1.02006年8月10日 [drm] 在次版本 0 上初始化 vivante 1.0.0 20120216 brd:模块已加载 循环:模块已加载 zram: 创建了 1 个设备 imx6q-pinctrl 20e0000.iomuxc:21f4000.serial 已经请求引脚 MX6Q_PAD_KEY_COL1;无法申请 2008000.ecspi imx6q-pinctrl 20e0000.iomuxc:引脚-128(2008000.ecspi)状态 -22 imx6q-pinctrl 20e0000.iomuxc:无法从设备 20e0000.iomuxc 上的 ecspi1grp 组请求引脚 128(MX6Q_PAD_KEY_COL1) spi_imx 2008000.ecspi:应用设置时出错,请撤消设置 m25p80 spi0.0:无法识别的 JEDEC ID 字节:00、0、0 spi_imx 2008000.ecspi:探测 tun:通用 TUN/TAP 设备驱动程序,1.6 版权所有:(C)1999-2004 Max Krasnyansky < [email protected] > CAN设备驱动接口 2188000.以太网供电 phy 未找到,使用虚拟调节器 pps pps0:新的PPS源ptp0 fec 2188000.ethernet(未命名网络设备)(未初始化):无效的 MAC 地址:00:00:00:00:00:00 fec 2188000.ethernet(未命名网络设备)(未初始化):使用随机 MAC 地址:b6:d9:69:8f:41:44 libphy: fec_enet_mii_bus:探测 fec 2188000.以太网eth0:注册的PHC设备0 PPP通用驱动程序版本2.4.2 PPP BSD 压缩模块已注册 PPP Deflate 压缩模块已注册 PPP MPPE 压缩模块已注册 NET: 注册协议家族 24 pegasus:v0.9.3(2013/04/25),Pegasus/Pegasus II USB以太网驱动程序 usbcore:注册的新接口驱动程序 pegasus usbcore:注册的新接口驱动程序rtl8150 usbcore:注册的新接口驱动程序r8152 usbcore:注册的新接口驱动程序asix usbcore:注册的新接口驱动程序ax88179_178a usbcore:注册的新接口驱动程序cdc_ether usbcore:注册的新接口驱动程序cdc_eem usbcore:注册的新接口驱动程序net1080 usbcore:注册的新接口驱动程序cdc_subset usbcore:注册的新接口驱动程序zaurus usbcore:注册的新接口驱动程序cdc_ncm ehci_hcd:USB 2.0‘增强型’主机控制器 (EHCI) 驱动程序 ehci-mxc:飞思卡尔片上 EHCI 主机驱动程序 usbcore:注册的新接口驱动程序cdc_acm cdc_acm:用于 USB 调制解调器和 ISDN 适配器的 USB 抽象控制模型驱动程序 usbcore:注册的新接口驱动程序 usb-storage usbcore:注册的新接口驱动程序usbserial usbcore:注册的新接口驱动程序usbserial_generic usbserial:为通用注册的 USB 串行支持 usbcore:注册的新接口驱动程序 ftdi_sio usbserial:为 FTDI USB 串行设备注册的 USB 串行支持 usbcore:注册的新接口驱动程序选项 usbserial:为 GSM 调制解调器注册的 USB 串行支持(1 端口) usbcore:注册的新接口驱动程序usb_ehset_test 2184800.usbmisc 电源 vbus-wakeup 未找到,使用虚拟调节器 usb_otg_vbus:由 SWBST 提供 usb_h1_vbus:由 SWBST 提供 ci_hdrc ci_hdrc.1:EHCI 主机控制器 ci_hdrc ci_hdrc.1:已注册新的 USB 总线,分配总线编号 1 ci_hdrc ci_hdrc.1:USB 2.0 已启动,EHCI 1.00 usb usb1:发现新的 USB 设备,idVendor=1d6b,idProduct=0002 usb usb1:新的 USB 设备字符串:Mfr=3、Product=2、SerialNumber=1 usb usb1:产品:EHCI 主机控制器 usb usb1:制造商:Linux 4.1.15ehci_hcd usb usb1: 序列号: ci_hdrc.1 集线器 1-0:1.0:已找到 USB 集线器 集线器 1-0:1.0:检测到 1 个端口 mousedev:所有鼠标通用的 PS/2 鼠标设备 usbcore:注册的新接口驱动程序 xpad usbcore:注册的新接口驱动程序usb_acecad usbcore:注册的新接口驱动程序aiptek usbcore:注册的新接口驱动程序gtco usbcore:注册新的接口驱动程序hanwang usbcore:注册的新接口驱动程序kbtab 输入:ft5426_ts 作为 /devices/soc0/soc/2100000.aips-bus/21a0000.i2c/i2c-0/0-0038/input/input0 0-0038 未找到电源 vdd,使用虚拟调节器 0-0038 未找到电源 vcc_i2c,使用虚拟调节器 ft5426_ts 0-0038:[FTS] 固件版本 = 0x8 ft5426_ts 0-0038:[FTS] 报告率为 100Hz。 egalax_ts 1-0004:无法读取固件版本 egalax_ts:1-0004 探测失败,错误为 -5 egalax_ts 2-0004:无法读取固件版本 egalax_ts:2-0004 探测失败,错误为 -5 输入:max11801_ts作为/devices/soc0/soc/2100000.aips-bus/21a4000.i2c/i2c-1/1-0048/input/input3 输入:isl29023 光传感器作为 /devices/virtual/input/input4 isl29023 2-0044:已启用驱动程序版本 1.0 snvs_rtc 20cc000.snvs:snvs-rtc-lp:rtc 核心:已注册 20cc000.snvs:snvs-r作为 rtc0 i2c /dev 条目驱动程序 IR NEC 协议处理程序已初始化 IR RC5(x/sz) 协议处理程序已初始化 IR RC6 协议处理程序已初始化 IR JVC 协议处理程序已初始化 IR Sony 协议处理程序已初始化 IR SANYO 协议处理程序已初始化 IR Sharp 协议处理程序已初始化 IR MCE 键盘/鼠标协议处理程序已初始化 IR XMP 协议处理程序已初始化 ov564x 0-0020:无可用的传感器 pwdn 引脚 ov5642 0-0020:无可用的传感器 pwdn 引脚 ov5642:0-0020 探测失败,错误为 -22 SW4:未设置ramp_delay VGEN3:操作不允许 ov5640_read_reg:写入reg错误:reg=300a 未找到摄像头 ov5640_mipi mxc_v4l2_output v4l2_out:V4L2 设备注册为 video16 mxc_v4l2_output v4l2_out:V4L2 设备注册为 video17 usbcore:注册的新接口驱动程序 uvcvideo USB 视频类驱动程序 (1.1.1) mag3110 2-000e:检查mag3110芯片ID mag3110 2-000e:读取芯片ID 0xfffffffb不等于0xc4! mag3110:2-000e 探头故障,错误为 -22 mma8x5x 0-001c: 读取芯片ID 0xfffffffb不等于0x1a,0x2a,0x3a,0x4a,0x5a! mma8x5x:0-001c 探测失败,错误为 -22 imx2-wdt 20c0000.wdog:使用 WDOG_B 重新启动。 imx2-wdt 20c0000.wdog:超时 60 秒(nowayout=0) 设备映射器:uevent:版本 1.0.3 设备映射器:ioctl:4.31.0-ioctl(2015-3-12)已初始化: [email protected] 蓝牙:HCI UART 驱动程序版本 2.3 蓝牙:HCI UART 协议 H4 已注册 蓝牙:HCI UART协议BCSP注册 蓝牙:HCI UART协议ATH3K已注册 usbcore:注册的新接口驱动程序btusb sdhci:安全数字主机控制器接口驱动程序 sdhci:版权所有 (c) Pierre Ossman sdhci-pltfm:SDHCI 平台和 OF 驱动程序助手 /soc/aips-bus@02100000/usdhc@02194000: 电压范围未指定 sdhci-esdhc-imx 2194000.usdhc:获得 WP GPIO sdhci-esdhc-imx 2194000.usdhc:指定为 wifi 主机 sdhci-esdhc-imx 2194000.usdhc:未找到 vmmc 调节器 sdhci-esdhc-imx 2194000.usdhc:未找到 vqmmc 调节器 mmc1:2194000.usdhc 上的 SDHCI 控制器 [2194000.usdhc]使用 ADMA /soc/aips-bus@02100000/usdhc@02198000: 电压范围未指定 sdhci-esdhc-imx 2198000.usdhc:获得CD GPIO sdhci-esdhc-imx 2198000.usdhc:获得 WP GPIO sdhci-esdhc-imx 2198000.usdhc:未找到 vmmc 调节器 sdhci-esdhc-imx 2198000.usdhc:未找到 vqmmc 调节器 mmc2:2198000.usdhc 上的 SDHCI 控制器 [2198000.usdhc]使用 ADMA /soc/aips-bus@02100000/usdhc@0219c000: 电压范围未指定 sdhci-esdhc-imx 219c000.usdhc:未找到 vmmc 调节器 sdhci-esdhc-imx 219c000.usdhc:未找到 vqmmc 调节器 mmc3:219c000.usdhc 上的 SDHCI 控制器 [219c000.usdhc]使用 ADMA mxc_vpu 2040000.vpu_fsl:VPU初始化 mxc_vdoa 21e4000.vdoa:探测i.MX视频数据顺序适配器(VDOA)驱动程序 Galcore 版本 6.2.0.79565 mmc3:MAN_BKOPS_EN 位未设置 mmc3:地址 0001 处的新 DDR MMC 卡 mmcblk3:mmc3:0001 Q2J55L 7.12 GiB mmcblk3boot0:mmc3:0001 Q2J55L 分区 1 2.00 MiB mmcblk3boot1:mmc3:0001 Q2J55L 分区 2 2.00 MiB mmcblk3rpmb:mmc3:0001 Q2J55L 分区 3 4.00 MiB mmcblk3:p1 p2 p3 < p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 > p4 leds-gpio:LED 探测失败,错误为 -2 caam 2100000.caam:熵延迟 = 3200 caam 2100000.caam:实例化 RNG4 SH0 caam 2100000.caam:实例化 RNG4 SH1 caam 2100000.caam:设备 ID = 0x0a16010000000000(Era -524) caam 2100000.caam:工作环 = 2,qi = 0 在/proc/crypto中注册的caam算法 caam_jr 2101000.jr0:注册 rng-caam 平台 caam_sm:blkkey_ex:4 个可用密钥库单元 平台caam_sm:64位清除密钥: 平台caam_sm:[0000]00 01 02 03 04 0f 06 07 平台caam_sm:64位黑键: 平台 caam_sm: [0000] c0 46 1d 06 e4 9b ce 66 平台 caam_sm: [0008] ba e1 de dc b6 38 3f b2 平台caam_sm:128位清除密钥: 平台caam_sm:[0000]00 01 02 03 04 0f 06 07 平台caam_sm:[0008]08 09 0a 0b 0c 0d 0e 0f 平台caam_sm:128位黑键: 平台 caam_sm: [0000] 02 6c 8d c0 f9 42 71 2a 平台caam_sm:[0008]63 ae 46 4c 9e 9a 72 98 平台caam_sm:192位清除密钥: 平台caam_sm:[0000]00 01 02 03 04 0f 06 07 平台caam_sm:[0008]08 09 0a 0b 0c 0d 0e 0f 平台caam_sm:[0016]10 11 12 13 14 15 16 17 平台caam_sm:192位黑键: 平台caam_sm:[0000]4e ec a1 7c 3c 67 a6 cc 平台caam_sm:[0008]8b 5d 04 e4 cd 3d 80 49 平台caam_sm:[0016]55 12 d6 03 b5 56 90 e6 平台caam_sm:[0024]5d 04 9b 81 6a 47 8c b5 平台caam_sm:256位清除密钥: 平台caam_sm:[0000]00 01 02 03 04 0f 06 07 平台caam_sm:[0008]08 09 0a 0b 0c 0d 0e 0f 平台caam_sm:[0016]10 11 12 13 14 15 16 17 平台caam_sm:[0024]18 19 1a 1b 1c 1d 1e 1f 平台caam_sm:256位黑键: 平台caam_sm:[0000]52 85 c0 1a d9 cd ed 92 平台 caam_sm: [0008] a5 51 37 d9 f8 13 5f 5a 平台caam_sm:[0016]71 53 e6 b4 57 41 91 7c 平台caam_sm:[0024]9a 44 6b 88 fd dd c2 ad 平台caam_sm:64位未写入blob: 平台caam_sm:[0000]00 00 00 00 00 00 00 00 平台caam_sm:[0008]00 00 00 00 00 00 00 00 00 平台caam_sm:[0016]00 00 00 00 00 00 00 00 00 平台caam_sm:[0024]00 00 00 00 00 00 00 00 00 平台caam_sm:[0032]00 00 00 00 00 00 00 00 00 平台caam_sm:[0040]00 00 00 00 00 00 00 00 00 平台caam_sm:[0048]00 00 00 00 00 00 00 00 00 平台caam_sm:[0056]00 00 00 00 00 00 00 00 00 平台caam_sm:[0064]00 00 00 00 00 00 00 00 00 平台caam_sm:[0072]00 00 00 00 00 00 00 00 00 平台caam_sm:[0080]00 00 00 00 00 00 00 00 00 平台caam_sm:[0088]00 00 00 00 00 00 00 00 00 平台caam_sm:128位未写入blob: 平台caam_sm:[0000]00 00 00 00 00 00 00 00 平台caam_sm:[0008]00 00 00 00 00 00 00 00 00 平台caam_sm:[0016]00 00 00 00 00 00 00 00 00 平台caam_sm:[0024]00 00 00 00 00 00 00 00 00 平台caam_sm:[0032]00 00 00 00 00 00 00 00 00 平台caam_sm:[0040]00 00 00 00 00 00 00 00 00 平台caam_sm:[0048]00 00 00 00 00 00 00 00 00 平台caam_sm:[0056]00 00 00 00 00 00 00 00 00 平台caam_sm:[0064]00 00 00 00 00 00 00 00 00 平台caam_sm:[0072]00 00 00 00 00 00 00 00 00 平台caam_sm:[0080]00 00 00 00 00 00 00 00 00 平台caam_sm:[0088]00 00 00 00 00 00 00 00 00 平台caam_sm:196位未写入blob: 平台caam_sm:[0000]00 00 00 00 00 00 00 00 平台caam_sm:[0008]00 00 00 00 00 00 00 00 00 平台caam_sm:[0016]00 00 00 00 00 00 00 00 00 平台caam_sm:[0024]00 00 00 00 00 00 00 00 00 平台caam_sm:[0032]00 00 00 00 00 00 00 00 00 平台caam_sm:[0040]00 00 00 00 00 00 00 00 00 平台caam_sm:[0048]00 00 00 00 00 00 00 00 00 平台caam_sm:[0056]00 00 00 00 00 00 00 00 00 平台caam_sm:[0064]00 00 00 00 00 00 00 00 00 平台caam_sm:[0072]00 00 00 00 00 00 00 00 00 平台caam_sm:[0080]00 00 00 00 00 00 00 00 00 平台caam_sm:[0088]00 00 00 00 00 00 00 00 00 平台caam_sm:256位未写入blob: 平台caam_sm:[0000]00 00 00 00 00 00 00 00 平台caam_sm:[0008]00 00 00 00 00 00 00 00 00 平台caam_sm:[0016]00 00 00 00 00 00 00 00 00 平台caam_sm:[0024]00 00 00 00 00 00 00 00 00 平台caam_sm:[0032]00 00 00 00 00 00 00 00 00 平台caam_sm:[0040]00 00 00 00 00 00 00 00 00 平台caam_sm:[0048]00 00 00 00 00 00 00 00 00 平台caam_sm:[0056]00 00 00 00 00 00 00 00 00 平台caam_sm:[0064]00 00 00 00 00 00 00 00 00 平台caam_sm:[0072]00 00 00 00 00 00 00 00 00 平台caam_sm:[0080]00 00 00 00 00 00 00 00 00 平台caam_sm:[0088]00 00 00 00 00 00 00 00 00 平台caam_sm: blob中的64位黑键: 平台caam_sm:[0000]0b a3 ea 93 e9 2c 87 f4 平台caam_sm:[0008]30 bc 62 33 c8 21 8b 7c 平台caam_sm:[0016]75 b4 d4 99 b8 cf 09 84 平台caam_sm:[0024]78 e4 53 b6 79 31 03 df 平台caam_sm:[0032]BE 7F D5 21 2F 29 CE 51 平台 caam_sm: [0040] 90 7b 7b 81 54 01 28 5f 平台caam_sm:[0048]e1 b9 2c 34 2b db 95 5d 平台caam_sm:[0056]00 00 00 00 00 00 00 00 00 平台caam_sm:[0064]00 00 00 00 00 00 00 00 00 平台caam_sm:[0072]00 00 00 00 00 00 00 00 00 平台caam_sm:[0080] 00 00 00 00 00 00 00 00 平台caam_sm:[0088]00 00 00 00 00 00 00 00 00 平台caam_sm: blob中的128位黑键: 平台caam_sm:[0000]75 41 94 60 c2 ce 95 be 平台caam_sm:[0008]d0 26 49 40 11 72 85 30 平台 caam_sm: [0016] ac 37 87 49 b0 99 a2 77 平台caam_sm:[0024]41 8A 12 12 06 36 95 09 平台 caam_sm: [0032] 68 26 2a c1 bc 63 5c d3 平台 caam_sm: [0040] 7e 7b 5f ae 3e 39 47 8c 平台caam_sm:[0048]da b6 13 f6 e7 ff 38 fc 平台caam_sm:[0056]39 51 38 26 82 6e 17 8f 平台caam_sm:[0064]00 00 00 00 00 00 00 00 00 平台caam_sm:[0072]00 00 00 00 00 00 00 00 00 平台caam_sm:[0080]00 00 00 00 00 00 00 00 00 平台caam_sm:[0088]00 00 00 00 00 00 00 00 00 平台 caam_sm: blob 中的 192 位黑键: 平台caam_sm:[0000]a6 49 cf 09 be 0c 28 c4 平台 caam_sm: [0008] 9a 73 73 fa 0b CB 36 3d 平台 caam_sm: [0016] 33 4f 52 a6 9f ff da 45 平台caam_sm:[0024]95 3b 21 15 9d 7e 87 a8 平台caam_sm:[0032]91 e0 a6 40 be 29 f1 c0 平台 caam_sm: [0040] 08 bd de a0 24 03 38 b3 平台 caam_sm: [0048] bf 8d 6b 09 20 83 5b d8 平台 caam_sm: [0056] f6 28 5d a9 c9 19 2d af 平台caam_sm:[0064]c4 e1 87 1b 79 7e 82 62 平台caam_sm:[0072]00 00 00 00 00 00 00 00 00 平台caam_sm:[0080]00 00 00 00 00 00 00 00 00 平台caam_sm:[0088]00 00 00 00 00 00 00 00 00 平台 caam_sm: blob 中的 256 位黑键: 平台caam_sm:[0000]d3 e9 7c 69 c3 77 39 2f 平台 caam_sm: [0008] 28 d4 89 2e d9 fa a9 1f 平台caam_sm:[0016]f6 bb ed b7 4c 95 70 2c 平台caam_sm:[0024]3a 3f 03 43 52 97 92 b4 平台 caam_sm: [0032] 8b 8f 45 bd 42 60 5a 3c 平台 caam_sm: [0040] 6d 3b 77 48 f9 13 14 f0 平台caam_sm:[0048]ba 59 fb b9 6f 79 29 c1 平台caam_sm:[0056]db 30 ae a6 28 46 32 6f 平台 caam_sm: [0064] 5a b1 91 93 69 84 2c 11 平台caam_sm:[0072]d0 94 ed 06 bb af 42 0c 平台caam_sm:[0080]00 00 00 00 00 00 00 00 00 平台caam_sm:[0088]00 00 00 00 00 00 00 00 00 平台caam_sm:恢复64位黑键: 平台caam_sm:[0000]20 99 97 9f 6e 45 f4 10 平台 caam_sm: [0008] 5c 5a df 9f ea 0d c7 63 平台caam_sm:恢复128位黑键: 平台 caam_sm: [0000] 02 6c 8d c0 f9 42 71 2a 平台caam_sm:[0008]63 ae 46 4c 9e 9a 72 98 平台caam_sm:恢复192位黑键: 平台caam_sm:[0000]4e ec a1 7c 3c 67 a6 cc 平台caam_sm:[0008]8b 5d 04 e4 cd 3d 80 49 平台 caam_sm: [0016] 51 8a a1 91 ba 16 ef b2 平台 caam_sm: [0024] dd f9 a3 78 1e a0 6e 9d 平台caam_sm:恢复256位黑键: 平台caam_sm:[0000]52 85 c0 1a d9 cd ed 92 平台 caam_sm: [0008] a5 51 37 d9 f8 13 5f 5a 平台caam_sm:[0016]71 53 e6 b4 57 41 91 7c 平台caam_sm:[0024]9a 44 6b 88 fd dd c2 ad snvs-secvio 20cc000.caam-snvs:无法获取 snvs 时钟 snvs-secvio 20cc000.caam-snvs:违规处理人员携带武器 - 非安全状态 caam_keyblob caam_keyblob:caam keyblob 已初始化 hidraw:原始 HID 事件驱动程序 (C) Jiri Kosina usbcore:注册的新接口驱动程序usbhid usbhid:USB HID 核心驱动程序 ashmem:已初始化 usbcore:注册的新接口驱动程序 snd-usb-audio wm8962 0-001a:无法读取ID寄存器 wm8962:0-001a 探测失败,错误为 -5 fsl-asrc 2034000.asrc:司机已登记 imx-wm8962声音:找不到编解码器平台设备 imx-wm8962:声音探测失败,错误为 -22 NET:注册协议家族 26 u32 分类器 配置的操作 通过 NETLINK v0.30 发送 Netfilter 消息。 nf_conntrack 版本 0.5.0(16384 个存储桶,最大 65536 个) ctnetlink v0.93:向 nfnetlink 注册。 xt_time:内核时区为-0000 ip_tables: (C) 2000-2006 Netfilter 核心团队 arp_tables:(C)2002 David S. Miller 初始化 XFRM netlink 套接字 NET:注册协议系列10 mip6:移动 IPv6 ip6_tables: (C) 2000-2006 Netfilter 核心团队 sit:IPv6 over IPv4 隧道驱动程序 NET:注册协议家族17 NET:注册协议系列15 CAN:控制器局域网核心(rev 20120528 abi 9) NET:注册协议家族 29 can:原始协议(修订版 20120528) can:广播管理器协议(修订版 20120528 t) 可以:netlink 网关(rev 20130117)max_hops=1 蓝牙:RFCOMM TTY 层已初始化 蓝牙:RFCOMM套接字层已初始化 蓝牙:RFCOMM 版本 1.11 蓝牙:BNEP(以太网仿真)版本 1.3 蓝牙:BNEP 过滤器:协议多播 蓝牙:BNEP套接字层已初始化 蓝牙:HIDP(人机界面模拟)版本 1.2 蓝牙:HIDP 套接字层已初始化 8021q:802.1Q VLAN 支持 v1.8 密钥类型 dns_resolver 已注册 dhd_module_init 在 通电适配器‘DHD通用适配器’ wifi_platform_bus_enumerate 设备存在 1 无法启动 DHD 通用适配器,剩余 3 次重试 wifi_platform_bus_enumerate 设备存在 0 wifi_platform_bus_enumerate 设备存在 1 无法启动 DHD 通用适配器,剩余 2 次重试 wifi_platform_bus_enumerate 设备存在 0 wifi_platform_bus_enumerate 设备存在 1 无法启动 DHD 通用适配器,剩余 1 次重试 wifi_platform_bus_enumerate 设备存在 0 wifi_platform_bus_enumerate 设备存在 1 无法启动 DHD 通用适配器,剩余 0 次重试 wifi_platform_bus_enumerate 设备存在 0 无法启动 DHD 通用适配器,已达到最大重试次数** gpio-keys gpio-keys: 请求 GPIO 5 失败,错误 -16 gpio-keys:gpio-keys 探测失败,错误为 -16 snvs_rtc 20cc000.snvs:snvs-rtc-lp:将系统时钟设置为 1970-01-01 00:01:48 UTC(108) wlreg_on:禁用 hdmi-5v-电源:禁用 wm8962-电源:禁用 usb_otg_vbus:禁用 ALSA设备列表: 未找到声卡。 释放未使用的内核内存:1024K(c1000000 - c1100000) init:init第一阶段已开始! 审计:类型=1403 审计(108.600:2):策略已加载 auid=4294967295 ses=4294967295 审计:类型=1404 审计(108.610:3):强制执行=1 old_enforcing=0 auid=4294967295 ses=4294967295 init:(初始化 SELinux 强制执行耗时 0.17 秒。) init:init第二阶段已开始! 初始化:正在运行 restorecon... init:waitpid 失败:没有子进程 初始化:(从 /default.prop 加载属性耗时 0.00 秒。) init:(解析/init.environ.rc花费0.00秒。) init:(解析/init.usb.rc耗时0.00秒。) init:(解析init.freescale.usb.rc耗时0.00秒。) init:(解析init.freescale.i.MX6QP.rc耗时0.00秒。) init:(解析/init.freescale.rc耗时0.01秒。) init:(解析/init.usb.configfs.rc耗时0.00秒。) init:(解析/init.zygote32.rc花费了0.00秒。) init:(解析/init.rc耗时0.04秒。) 初始化:正在启动服务“ueventd”... init:正在等待 /dev/.coldboot_done... ueventd:ueventd 已启动! ueventd:冷启动耗时 0.30 秒。 init:等待/dev/.coldboot_done耗时0.32秒。 init:write_file:无法打开‘/proc/sys/abi/swp’:没有此文件或目录 fs_mgr:无法获取真实元数据‘/dev/block/mmcblk3p5’(没有此文件或目录) 初始化:正在启动服务‘watchdogd’... init: write_file: 无法打开‘/sys/class/graphics/fbcon/cursor_blink’:没有此文件或目录 watchdogd:已启动(间隔 10,边距 20)! init: write_file: 无法打开‘/sys/class/vtconsole/vtcon1/bind’:没有此文件或目录 EXT4-fs(mmcblk3p5):以有序数据模式挂载的文件系统。选择:障碍=1 fs_mgr:__mount(源=/dev/block/mmcblk3p5,目标=/系统,类型=ext4)=0 EXT4-fs(mmcblk3p4):忽略已删除的 nomblk_io_submit 选项 EXT4-fs(mmcblk3p4):以有序数据模式挂载的文件系统。选项:nomblk_io_submit、noauto_da_alloc、errors=panic fs_mgr:__mount(源=/dev/block/mmcblk3p4,目标=/data,类型=ext4)=0 EXT4-fs(mmcblk3p6):忽略已删除的 nomblk_io_submit 选项 EXT4-fs(mmcblk3p6):以有序数据模式挂载的文件系统。选项:nomblk_io_submit fs_mgr:__mount(源=/dev/block/mmcblk3p6,目标=/cache,类型=ext4)=0 EXT4-fs(mmcblk3p7):以有序数据模式挂载的文件系统。选择:(空) fs_mgr:__mount(源=/dev/block/mmcblk3p7,目标=/设备,类型=ext4)=0 init:(解析/system/etc/init/atrace.rc花费了0.00秒。) init:(解析/system/etc/init/audioserver.rc花费0.00秒。) init:(解析 /system/etc/init/bootanim.rc 耗时 0.00 秒。) init:(解析 /system/etc/init/bootstat.rc 耗时 0.00 秒。) init:(解析/system/etc/init/cameraserver.rc花费了0.00秒。) init:(解析/system/etc/init/debuggerd.rc花费了0.00秒。) init:(解析/system/etc/init/drmserver.rc花费0.00秒。) init:(解析 /system/etc/init/dumpstate.rc 耗时 0.00 秒。) init:(解析 /system/etc/init/gatekeeperd.rc 耗时 0.00 秒。) init:(解析 /system/etc/init/init-debug.rc 耗时 0.00 秒。) init:(解析/system/etc/init/installd.rc花费了0.00秒。) init:(解析 /system/etc/init/keystore.rc 耗时 0.00 秒。) init:(解析 /system/etc/init/lmkd.rc 耗时 0.00 秒。) init:(解析/system/etc/init/logcatd.rc花费了0.00秒。) init:(解析 /system/etc/init/logd.rc 耗时 0.00 秒。) init:(解析 /system/etc/init/mdnsd.rc 耗时 0.00 秒。) init:(解析/system/etc/init/mediacodec.rc花费了0.00秒。) init:(解析/system/etc/init/mediadrmserver.rc花费0.00秒。) init:(解析/system/etc/init/mediaextractor.rc花费了0.00秒。) init:(解析 /system/etc/init/mediaserver.rc 耗时 0.00 秒。) init:(解析/system/etc/init/mtpd.rc花费了0.00秒。) init:(解析 /system/etc/init/netd.rc 耗时 0.00 秒。) init:(解析/system/etc/init/perfprofd.rc花费了0.00秒。) init: (解析 /system/etc/init/racoon.rc 耗时 0.00 秒。) init:忽略服务“ril-daemon”init的重复定义:(解析/system/etc/init/rild.rc花费了0.01秒。) init:(解析 /system/etc/init/servicemanager.rc 耗时 0.00 秒。) init:(解析/system/etc/init/surfaceflinger.rc耗时0.00秒。) init:(解析/system/etc/init/uncrypt.rc花费了0.00秒。) init:(解析 /system/etc/init/vdc.rc 耗时 0.00 秒。) init:(解析/system/etc/init/vold.rc花费了0.00秒。) fs_mgr:无法获取真实元数据‘/dev/block/mmcblk3p5’(没有此文件或目录) fs_mgr:无法查询系统的 DM_TABLE_STATUS(没有此设备或地址) 文件系统已注册 初始化:正在启动服务‘logd’... zram0:检测到容量从 0 变为 314572800 随机:logd urandom 读取,提供 18 位熵 logd.auditd:开始 logd.klogd:15638045668 在 /dev/block/zram0 上添加 307196k 交换空间。优先级:-1 范围:1 跨越:307196k SS init:(从 /system/build.prop 加载属性耗时 0.00 秒。) init:(从/vendor/build.prop 加载属性耗时 0.00 秒。) init:(从 /factory/factory.prop 加载属性耗时 0.00 秒。) 初始化:正在启动服务“debuggerd”... init: do_start:未找到服务 debuggerd64 init:正在启动服务“vold”... init:未启动图表。 init: 正在启动服务‘exec 1 (/system/bin/tzdatacheck)’... init: 服务‘exec 1 (/system/bin/tzdatacheck)’ (pid 215) 退出,状态为 0 初始化:(从 /data/local.prop 加载属性耗时 0.00 秒。) init:正在启动服务“logd-reinit”... init:正在启动服务“healthd”... 初始化:正在启动服务“控制台”... 初始化:正在启动服务‘lmkd’... 活页夹:217:217 事务失败 29189,大小 0-0 初始化:正在启动服务“servicemanager”... logd.守护进程:重新初始化 初始化:正在启动服务‘surfaceflinger’... init: 服务‘logd-reinit’ (pid 216) 退出,状态为 0 init:write_file:无法打开‘/sys/block/mmcblk0/queue/read_ahead_kb’:没有此文件或目录 init:write_file:无法打开‘/sys/block/mmcblk1/queue/read_ahead_kb’:没有此文件或目录 rfkill:BT RF 即将关闭 sabresd_6dq:/#init:property_set(“ro.ril.wake_lock_timeout”,“300”)失败 初始化:正在启动服务“adbd”... init:找不到‘/system/bin/update_verifier’(没有此文件或目录),禁用‘exec 2 (/system/bin/update_verifier)’ 读取描述符 读取描述符 读取字符串 init:找不到“/system/bin/install-recovery.sh”(没有此文件或目录),禁用“flash_recovery” init:正在启动服务“ril-daemon”... 初始化:正在启动服务‘zygote’... 初始化:正在启动服务“audioserver”... 初始化:正在启动服务“cameraserver”... 类型=1400 审计(110.510:4):avc:拒绝 { getattr } for pid=229 comm="audioserver" path="/vendor" dev="rootfs" ino=7112 scontext=u:r:audioserver:s0 tcontext=u:object_r:rootfs:s0 tclass=lnk_file permissive=0 init:无法将 230 写入 /dev/cpuset/camera-daemon/tasks:没有此文件或目录 初始化:正在启动服务‘drm’... 初始化:正在启动服务‘installd’... 初始化:正在启动服务“keystore”... 初始化:正在启动服务“mediacodec”... 初始化:正在启动服务“mediadrm”... 初始化:正在启动服务“mediaextractor”... 类型=1400 审计(110.560:5):avc: 拒绝 { getattr } for pid=234 comm="mediacodec" path="/vendor" dev="rootfs" ino=7112 scontext=u:r:mediacodec:s0 tcontext=u:object_r:rootfs:s0 tclass=lnk_file permissive=0 初始化:正在启动服务‘媒体’... init:正在启动服务“netd”... init:正在启动服务“magd”... 初始化:正在启动服务‘gatekeeperd’... 类型=1400 审计(110.560:6):avc:拒绝 { getattr } for pid=235 comm="mediadrmserver" path="/vendor" dev="rootfs" ino=7112 scontext=u:r:mediadrmserver:s0 tcontext=u:object_r:rootfs:s0 tclass=lnk_file permissive=0 类型=1400 审计(110.620:7):avc:拒绝 { getattr } for pid=230 comm="cameraserver" path="/vendor" dev="rootfs" ino=7112 scontext=u:r:cameraserver:s0 tcontext=u:object_r:rootfs:s0 tclass=lnk_file permissive=0 类型=1400 审计(110.820:8):avc:拒绝 { getattr } for pid=239 comm="magd" path="/vendor" dev="rootfs" ino=7112 scontext=u:r:sensors:s0 tcontext=u:object_r:rootfs:s0 tclass=lnk_file permissive=0 初始化:正在启动服务‘perfprofd’... android_work:未发送 uevent(0 0(null)) configfs-gadget 小工具:解除绑定函数‘mtp’/d6d4ae00 configfs-gadget 小工具:解除绑定函数‘Function FS Gadget’/d6e24564 android_work:未发送 uevent(0 0(null)) configfs-gadget 小工具:解除绑定函数‘mtp’/d6d4ae00 configfs-gadget 小工具:解除绑定函数‘Function FS Gadget’/d6fef0e4 android_work:发送uevent USB_STATE=CONNECTED healthd:未找到电池设备 configfs-gadget 小工具:高速配置 #1:b android_work:发送uevent USB_STATE=CONFIGURED 错误:v4l2 捕获:未找到从属! 错误:v4l2 捕获:未找到从属! 类型=1400 审计(111.500:9):avc:拒绝对 pid=230 comm="cameraserver" name="trace_marker" dev="tracefs" ino=125 scontext=u:r:cameraserver:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 进行 { write } init: 服务“magd”(pid 239)退出,状态为 255 imx-ipuv3 2800000.ipu:警告:通道已初始化 9 imx-ipuv3 2800000.ipu:警告:通道已启用 9 类型=1400 审计(111.890:10):avc:拒绝对 pid=221 comm="surfaceflinger" name="trace_marker" dev="tracefs" ino=125 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 进行 { write } init:启动服务“bootanim”... 类型=1400 审计(112.290:11):avc:拒绝 { getattr } for pid=306 comm="bootanimation" path="/vendor" dev="rootfs" ino=7112 scontext=u:r:bootanim:s0 tcontext=u:object_r:rootfs:s0 tclass=lnk_file permissive=0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 mxc_sdc_fb fb@0:等待翻转中断时超时 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 init: 服务‘bootanim’(pid 306)退出,状态为 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 随机:非阻塞池已初始化 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 功能:警告:'main' 使用 32 位功能(正在使用旧版支持) 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 类型=1400 审计(119.920:12):avc:拒绝对 pid=497 comm="dex2oat" name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 进行 { write } 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 图形 fb0:MXCFB_WAIT_FOR_VSYNC:超时 0 ... --------- beginning of main W 199 auditd type=2000 audit(0.0:1): initialized I 199 auditd type=1403 audit(0.0:2): policy loaded auid=4294967295 ses=4294967295 W 199 auditd type=1404 audit(0.0:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 I 206 debuggerd: starting --------- beginning of system I 207 vold Vold 3.0 (the awakening) firing up V 207 vold Detected support for: ext4 f2fs vfat W 207 Vold Tearing down stale mount /mnt/shm D 207 vold e4crypt_init_user0 D 207 vold e4crypt_prepare_user_storage for volume null, user 0, serial 0, flags 1 D 207 vold Preparing: /data/system/users/0 D 207 vold Preparing: /data/misc/profiles/cur/0 D 207 vold Preparing: /data/misc/profiles/cur/0/foreign-dex D 207 vold Preparing: /data/system_de/0 D 207 vold Preparing: /data/misc_de/0 D 207 vold Preparing: /data/user_de/0 D 207 vold e4crypt_unlock_user_key 0 serial=0 token_present=0 E 207 vold Failed to chmod /data/system_ce/0: No such file or directory E 207 vold Failed to chmod /data/misc_ce/0: No such file or directory E 207 vold Failed to chmod /data/media/0: No such file or directory I 1 vdc 200 211 Command succeeded I 215 /system/bin/tzdatacheck tzdata file /data/misc/zoneinfo/current/tzdata does not exist. No action required. I 219 lowmemorykiller Using in-kernel low memory killer interface W 229 audioserver type=1400 audit(0.0:4): avc: denied { getattr } for path="/vendor" dev="rootfs" ino=7112 scontext=u:r:audioserver:s0 tcontext=u:object_r:rootfs:s0 tclass=lnk_file permissive=0 W 234 mediacodec type=1400 audit(0.0:5): avc: denied { getattr } for path="/vendor" dev="rootfs" ino=7112 scontext=u:r:mediacodec:s0 tcontext=u:object_r:rootfs:s0 tclass=lnk_file permissive=0 W 235 mediadrmserver type=1400 audit(0.0:6): avc: denied { getattr } for path="/vendor" dev="rootfs" ino=7112 scontext=u:r:mediadrmserver:s0 tcontext=u:object_r:rootfs:s0 tclass=lnk_file permissive=0 W 230 cameraserver type=1400 audit(0.0:7): avc: denied { getattr } for path="/vendor" dev="rootfs" ino=7112 scontext=u:r:cameraserver:s0 tcontext=u:object_r:rootfs:s0 tclass=lnk_file permissive=0 W 239 magd type=1400 audit(0.0:8): avc: denied { getattr } for path="/vendor" dev="rootfs" ino=7112 scontext=u:r:sensors:s0 tcontext=u:object_r:rootfs:s0 tclass=lnk_file permissive=0 I 232 installd firing up E 232 cutils Failed to read /data/.layout_version: No such file or directory D 232 Assuming that device has multi-user storage layout; upgrade no longer supported D 232 Upgrading to /data/misc/user directories I 241 perfprofd starting Android Wide Profiling daemon E 241 perfprofd unable to open configuration file /data/data/com.google.android.gms/files/perfprofd.conf I 241 perfprofd random seed set to 3634078034 D 239 MagDaemon init_sensors I 233 keystore Found keymaster0 module Keymaster OpenSSL HAL, version 2 I 233 SoftKeymaster system/keymaster/soft_keymaster_device.cpp, Line 131: Creating device D 233 SoftKeymaster system/keymaster/soft_keymaster_device.cpp, Line 132: Device address: 0xafcb2000 I 233 keystore Keymaster0 module is software-only. Using SoftKeymasterDevice instead. I 233 SoftKeymaster system/keymaster/soft_keymaster_device.cpp, Line 131: Creating device D 233 SoftKeymaster system/keymaster/soft_keymaster_device.cpp, Line 132: Device address: 0xafcb2200 I 240 gatekeeperd Starting gatekeeperd... W 240 gatekeeperd falling back to software GateKeeper I 240 gatekeeperd cold boot: clearing state I 221 SurfaceFlinger SurfaceFlinger is starting I 221 SurfaceFlinger SurfaceFlinger's main thread ready to run. Initializing graphics H/W... I 238 Netd Netd 1.0 starting D 238 TetherController Setting IP forward enable = 0 D 221 libEGL loaded /system/lib/egl/libEGL_VIVANTE.so I 229 sMaxFastTracks = 8 I 234 mediacodec @@@ mediacodecservice starting I 229 audioserver ServiceManager: 0xac119360 W 229 BatteryNotifier batterystats service unavailable! I 229 AudioFlinger Using default 3000 mSec as standby time. W 234 /system/bin/mediacodec libminijail: allowing syscall: clock_gettime W 234 /system/bin/mediacodec libminijail: allowing syscall: connect W 234 /system/bin/mediacodec libminijail: allowing syscall: fcntl64 W 234 /system/bin/mediacodec libminijail: allowing syscall: socket W 234 /system/bin/mediacodec libminijail: allowing syscall: writev I 229 AudioPolicyService AudioPolicyService CSTOR in new mode W 234 /system/bin/mediacodec libminijail: logging seccomp filter failures D 221 libEGL loaded /system/lib/egl/libGLESv1_CM_VIVANTE.so I 230 cameraserver ServiceManager: 0xb2199360 I 230 CameraService CameraService started (pid=230) I 230 CameraService CameraService process starting E 229 audio_hw_primary no supported sound card found, aborting. E 229 AudioFlinger int android::load_audio_interface(const char *, audio_hw_device_t **) couldn't open audio hw device in audio.primary (Invalid argument) E 229 AudioFlinger loadHwModule() error -22 loading module primary W 229 APM_AudioPolicyManager could not open HW module primary W 230 BatteryNotifier batterystats service unavailable! W 230 BatteryNotifier batterystats service unavailable! I 229 bt_a2dp_hw adev_open: adev_open in A2dp_hw module I 229 AudioFlinger loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 10 V 236 MediaUtils physMem: 2084847616 V 236 MediaUtils requested limit: 416969520 V 236 MediaUtils actual limit: 3221225472 V 236 MediaUtils original limits: 4294967295/4294967295 V 236 MediaUtils new limits: 3221225472/4294967295 W 236 /system/bin/mediaextractor libminijail: allowing syscall: clock_gettime W 236 /system/bin/mediaextractor libminijail: allowing syscall: connect W 236 /system/bin/mediaextractor libminijail: allowing syscall: fcntl64 W 236 /system/bin/mediaextractor libminijail: allowing syscall: socket W 236 /system/bin/mediaextractor libminijail: allowing syscall: writev W 236 /system/bin/mediaextractor libminijail: logging seccomp filter failures I 229 AudioFlinger loadHwModule() Loaded usb audio interface from USB audio HW HAL (audio) handle 18 I 229 r_submix adev_open(name=audio_hw_if) I 229 r_submix adev_init_check() I 229 AudioFlinger loadHwModule() Loaded r_submix audio interface from Wifi Display audio HAL (audio) handle 26 D 229 r_submix adev_open_input_stream(addr=0) D 229 r_submix submix_audio_device_create_pipe_l(addr=0, idx=9) D 229 r_submix now using address 0 for route 9 I 229 AudioFlinger AudioFlinger's thread 0xabc03c00 ready to run D 229 r_submix adev_close_input_stream() D 229 r_submix submix_audio_device_release_pipe_l(idx=9) addr=0 D 229 r_submix submix_audio_device_destroy_pipe_l(): pipe destroyed W 229 APM_AudioPolicyManager Output device 00000002 unreachable W 229 APM_AudioPolicyManager Input device 80000004 unreachable E 229 APM_AudioPolicyManager Default device 00000002 is unreachable E 229 APM_AudioPolicyManager Failed to open primary output I 229 RadioService RadioService I 229 RadioService onFirstRef E 229 RadioService couldn't load radio module radio.primary (No such file or directory) E 229 SoundTriggerHwService couldn't load sound trigger module sound_trigger.primary (No such file or directory) I 230 FslCameraHAL void CameraHAL::enumSensorSet() I 230 FslCameraHAL int32_t CameraHAL::matchDevNodes() I 230 FslCameraHAL getNodeName: dev path:/dev/video0 W 230 FslCameraHAL int32_t CameraHAL::getNodeName(const char *, char *, size_t) open dev path:/dev/video0 failed:Try again I 230 FslCameraHAL getNodeName: dev path:/dev/video1 W 230 cameraserver type=1400 audit(0.0:9): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:cameraserver:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 W 230 FslCameraHAL int32_t CameraHAL::getNodeName(const char *, char *, size_t) open dev path:/dev/video1 failed:Try again I 230 FslCameraHAL getNodeName: dev path:/dev/video16 W 230 FslCameraHAL int32_t CameraHAL::getNodeName(const char *, char *, size_t) open dev path:/dev/video16 failed:Permission denied I 230 FslCameraHAL getNodeName: dev path:/dev/video17 W 230 FslCameraHAL int32_t CameraHAL::getNodeName(const char *, char *, size_t) dev path:/dev/video17 is not capture I 230 FslCameraHAL matchPropertyName: index:0, ov5640_camera I 230 FslCameraHAL index:0, propName:ov5640_camera I 230 FslCameraHAL int32_t CameraHAL::matchNodeName(const char *, nodeSet *, int32_t) I 230 FslCameraHAL matchPropertyName: index:1, uvc I 230 FslCameraHAL index:1, propName:uvc I 230 FslCameraHAL int32_t CameraHAL::matchNodeName(const char *, nodeSet *, int32_t) I 230 FslCameraHAL camera number is 0 E 230 cutils-trace Error opening trace file: Permission denied (13) I 230 CameraService Loaded "Default Camera HAL" camera module I 230 ServiceManager Waiting for service media.camera.proxy... I 237 mediaserver ServiceManager: 0xb21193c0 I 235 mediaserver ServiceManager: 0xa8d193c0 W 237 BatteryNotifier batterystats service unavailable! D 221 libEGL loaded /system/lib/egl/libGLESv2_VIVANTE.so D 239 MagDaemon couldn't find 'FreescaleAccelerometer' input device D 239 MagDaemon inital sensor error I 221 imx6.gralloc open gpu gralloc module! I 221 imx6.gralloc fb_device_open dispid:0, fb:0 I 221 imx6.gralloc 32bpp setting of Framebuffer with RGBA8888 format! W 221 imx6.gralloc using (fd=12) W 221 imx6.gralloc id = DISP4 BG W 221 imx6.gralloc xres = 800 px W 221 imx6.gralloc yres = 1280 px W 221 imx6.gralloc xres_virtual = 800 px W 221 imx6.gralloc yres_virtual = 3840 px W 221 imx6.gralloc bpp = 32 W 221 imx6.gralloc r = 0:8 W 221 imx6.gralloc g = 8:8 W 221 imx6.gralloc b = 16:8 W 221 imx6.gralloc width = 127 mm (160.000000 dpi) W 221 imx6.gralloc height = 203 mm (160.157639 dpi) W 221 imx6.gralloc refresh rate = 59.54 Hz I 221 FslHwcomposer using fsl hwc!!! I 221 FslHwcomposer hwc_device_open,579 I 221 FslHwcomposer using fsl hwc! I 221 FslHwcomposer fb0 is ldb I 221 FslHwcomposer device I 221 FslHwcomposer fb1 is overlay device W 221 FslHwcomposer open /sys/class/graphics/fb2 failed W 221 FslHwcomposer open /sys/class/graphics/fb3 failed W 221 FslHwcomposer open /sys/class/graphics/fb4 failed W 221 FslHwcomposer open /sys/class/graphics/fb5 failed I 221 FslHwcomposer hwcomposer: open framebuffer fb0 I 221 imx6.gralloc fb_device_open dispid:0, fb:0 I 221 imx6.gralloc display already initialized... I 221 FslHwcomposer hwc_device_open,426 I 221 SurfaceFlinger Using composer version 1.3 E 221 FslHwcomposer unknown display attribute 6 W 221 SurfaceFlinger no suitable EGLConfig found, trying a simpler query I 221 SurfaceFlinger EGL information: I 221 SurfaceFlinger vendor : Android I 221 SurfaceFlinger version : 1.4 Android META-EGL I 221 SurfaceFlinger extensions: EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time EGL_KHR_swap_buffers_with_damage EGL_ANDROID_create_native_client_buffer EGL_ANDROID_front_buffer_auto_refresh EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_lock_surface EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_reusable_sync EGL_KHR_fence_sync EGL_KHR_create_context EGL_KHR_surfaceless_context EGL_EXT_create_context_robustness EGL_ANDROID_image_native_buffer EGL_KHR_wait_sync EGL_ANDROID_recordable EGL_EXT_buffer_age I 221 SurfaceFlinger Client API: OpenGL_ES I 221 SurfaceFlinger EGLSurface: 8-8-8-8, config=0x15 W 221 surfaceflinger type=1400 audit(0.0:10): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 221 SurfaceFlinger OpenGL ES informations: I 221 SurfaceFlinger vendor : Vivante Corporation I 221 SurfaceFlinger renderer : Vivante GC2000+ I 221 SurfaceFlinger version : OpenGL ES 3.1 V6.2.0.p2.79565 I 221 SurfaceFlinger extensions: GL_EXT_debug_marker GL_OES_vertex_type_10_10_10_2 GL_OES_vertex_half_float GL_OES_element_index_uint GL_OES_mapbuffer GL_OES_vertex_array_object GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_texture_npot GL_OES_rgb8_rgba8 GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_OES_depth24 GL_OES_depth32 GL_OES_packed_depth_stencil GL_OES_fbo_render_mipmap GL_OES_get_program_binary GL_OES_fragment_precision_high GL_OES_standard_derivatives GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_texture_stencil8 GL_OES_shader_image_atomic GL_OES_texture_storage_multisample_2d_array GL_OES_required_internalformat GL_OES_surfaceless_context GL_OES_texture_half_float GL_OES_texture_float GL_KHR_texture_compression_astc_ldr GL_KHR_blend_equation_advanced GL_KHR_debug GL_KHR_robustness GL_EXT_texture_type_2_10_10_10_REV GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_read_format_bgra GL_EXT_multi_draw_arrays GL_EXT_frag_depth GL_EXT_discard I 221 SurfaceFlinger GL_MAX_TEXTURE_SIZE = 8192 I 221 SurfaceFlinger GL_MAX_VIEWPORT_DIMS = 8192 E 221 cutils-trace Error opening trace file: Permission denied (13) I 221 imx6.gralloc fb_device_open dispid:0, fb:0 I 221 imx6.gralloc display already initialized... I 221 v_egl FramebufferSurface: bufferCount=3 E 221 libEGL eglSetSwapRectangleANDROID:1984 error 300d (EGL_BAD_SURFACE) D 221 SurfaceFlinger shader cache generated - 24 shaders in 378.285675 ms D 221 SurfaceFlinger Set power mode=2, type=0 flinger=0xa8732000 W 306 bootanimation type=1400 audit(0.0:11): avc: denied { getattr } for path="/vendor" dev="rootfs" ino=7112 scontext=u:r:bootanim:s0 tcontext=u:object_r:rootfs:s0 tclass=lnk_file permissive=0 I 221 FslHwcomposer prepare: targetHandle is null W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 230 ServiceManager Waiting for service media.camera.proxy... W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 228 AndroidRuntime >>>>>> START com.android.internal.os.ZygoteInit uid 0 <<<<<< W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 228 AndroidRuntime CheckJNI is ON I 228 art option[0]=-Xzygote I 228 art option[1]=-Xcheck:jni I 228 art option[2]=-Xstacktracefile:/data/anr/traces.txt I 228 art option[3]=exit I 228 art option[4]=vfprintf I 228 art option[5]=sensitiveThread I 228 art option[6]=-verbose:gc I 228 art option[7]=-Xms8m I 228 art option[8]=-Xmx384m I 228 art option[9]=-XX:HeapGrowthLimit=128m I 228 art option[10]=-XX:HeapMinFree=512k I 228 art option[11]=-XX:HeapMaxFree=8m I 228 art option[12]=-XX:HeapTargetUtilization=0.75 I 228 art option[13]=-Xusejit:true I 228 art option[14]=-Xjitsaveprofilinginfo I 228 art option[15]=-agentlib:jdwp=transport=dt_android_adb,suspend=n,server=y I 228 art option[16]=-Xlockprofthreshold:500 I 228 art option[17]=-Ximage-compiler-option I 228 art option[18]=--runtime-arg I 228 art option[19]=-Ximage-compiler-option I 228 art option[20]=-Xms64m I 228 art option[21]=-Ximage-compiler-option I 228 art option[22]=--runtime-arg I 228 art option[23]=-Ximage-compiler-option I 228 art option[24]=-Xmx64m I 228 art option[25]=-Ximage-compiler-option I 228 art option[26]=--compiler-filter=verify-at-runtime I 228 art option[27]=-Ximage-compiler-option I 228 art option[28]=--image-classes=/system/etc/preloaded-classes I 228 art option[29]=-Ximage-compiler-option I 228 art option[30]=--compiled-classes=/system/etc/compiled-classes I 228 art option[31]=-Xcompiler-option I 228 art option[32]=--runtime-arg I 228 art option[33]=-Xcompiler-option I 228 art option[34]=-Xms64m I 228 art option[35]=-Xcompiler-option I 228 art option[36]=--runtime-arg I 228 art option[37]=-Xcompiler-option I 228 art option[38]=-Xmx512m I 228 art option[39]=-Ximage-compiler-option I 228 art option[40]=--instruction-set-variant=cortex-a9 I 228 art option[41]=-Xcompiler-option I 228 art option[42]=--instruction-set-variant=cortex-a9 I 228 art option[43]=-Ximage-compiler-option I 228 art option[44]=--instruction-set-features=default I 228 art option[45]=-Xcompiler-option I 228 art option[46]=--instruction-set-features=default I 228 art option[47]=-Duser.locale=en-US I 228 art option[48]=--cpu-abilist=armeabi-v7a,armeabi I 228 art option[49]=-Xfingerprint:Freescale/sabresd_6dq/sabresd_6dq:7.1.1/1.0.0-ga-rc10/20170227:eng/release-keys W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 228 art Pruning dalvik-cache since we are relocating an image and will need to recompile I 228 art RelocateImage: /system/bin/patchoat --input-image-location=/system/framework/boot.art --output-image-file=/data/dalvik-cache/arm/system@[email protected] --instruction-set=arm --base-offset-delta=16191488 W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 230 ServiceManager Waiting for service media.camera.proxy... W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 306 BootAnimation boot animation disabled W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 230 ServiceManager Waiting for service media.camera.proxy... W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) V 238 NatController runCmd(/system/bin/iptables -w -F natctrl_FORWARD) res=0 V 238 NatController runCmd(/system/bin/ip6tables -w -F natctrl_FORWARD) res=0 W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) V 238 NatController runCmd(/system/bin/iptables -w -A natctrl_FORWARD -j DROP) res=0 V 238 NatController runCmd(/system/bin/iptables -w -t nat -F natctrl_nat_POSTROUTING) res=0 V 238 NatController runCmd(/system/bin/ip6tables -w -t raw -F natctrl_raw_PREROUTING) res=0 V 238 NatController runCmd(/system/bin/iptables -w -F natctrl_tether_counters) res=1 V 238 NatController runCmd(/system/bin/ip6tables -w -F natctrl_tether_counters) res=1 W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) V 238 NatController runCmd(/system/bin/iptables -w -X natctrl_tether_counters) res=1 V 238 NatController runCmd(/system/bin/ip6tables -w -X natctrl_tether_counters) res=1 V 238 NatController runCmd(/system/bin/iptables -w -N natctrl_tether_counters) res=0 V 238 NatController runCmd(/system/bin/ip6tables -w -N natctrl_tether_counters) res=0 V 238 NatController runCmd(/system/bin/iptables -w -t mangle -A natctrl_mangle_FORWARD -p tcp --tcp-flags SYN SYN -j TCPMSS --clamp-mss-to-pmtu) res=0 W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 228 ICU No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 230 ServiceManager Waiting for service media.camera.proxy... W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) E 238 Netd cannot find interface dummy0 E 238 Netd Unable to create netlink socket: Protocol not supported W 238 Netd Unable to open qlog quota socket, check if xt_quota2 can send via UeventHandler D 238 MDnsDS MDnsSdListener::Hander starting up D 238 MDnsDS MDnsSdListener starting to monitor D 238 MDnsDS Going to poll with pollCount 1 E 228 memtrack Couldn't load memtrack module (No such file or directory) E 228 android.os.Debug failed to load memtrack module: -2 I 228 Radio-JNI register_android_hardware_Radio DONE W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 228 SamplingProfilerIntegration Profiling disabled. D 228 Zygote begin preload I 228 Zygote Installing ICU cache reference pinning... I 228 Zygote Preloading ICU data... W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 228 Zygote Preloading classes... W 228 Zygote Class not found for preloading: [Landroid.view.Display$ColorTransform; W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) E 228 Typeface Error mapping font file /system/fonts/DroidSansFallback.ttf W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 228 art Thread[1,tid=228,Native,Thread*=0xb0885400,peer=0x12c060d0,"main"] recursive attempt to load library "/system/lib/libmedia_jni.so" D 228 MtpDeviceJNI register_android_mtp_MtpDevice I 228 art Thread[1,tid=228,Native,Thread*=0xb0885400,peer=0x12c060d0,"main"] recursive attempt to load library "/system/lib/libmedia_jni.so" I 228 art Thread[1,tid=228,Native,Thread*=0xb0885400,peer=0x12c060d0,"main"] recursive attempt to load library "/system/lib/libmedia_jni.so" W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 228 Zygote Class not found for preloading: android.view.Display$ColorTransform W 228 Zygote Class not found for preloading: android.view.Display$ColorTransform$1 W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 228 System Loaded time zone names for "" in 108ms (104ms in ICU) I 228 System Loaded time zone names for "en_US" in 55ms (51ms in ICU) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 228 Zygote ...preloaded 4158 classes in 2435ms. I 228 art VMRuntime.preloadDexCaches starting W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 228 art VMRuntime.preloadDexCaches strings total=283754 before=39651 after=39651 I 228 art VMRuntime.preloadDexCaches types total=23583 before=7877 after=7904 I 228 art VMRuntime.preloadDexCaches fields total=112010 before=40900 after=41114 I 228 art VMRuntime.preloadDexCaches methods total=197529 before=82452 after=83012 I 228 art VMRuntime.preloadDexCaches finished I 228 Zygote Preloading resources... W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 228 Resources Preloaded drawable resource #0x108025c (android:drawable/dialog_background_material) that varies with configuration!! W 228 Resources Preloaded drawable resource #0x1080298 (android:drawable/editbox_dropdown_background_dark) that varies with configuration!! W 228 Resources Preloaded color resource #0x10600e2 (android:color/material_grey_800) that varies with configuration!! W 228 Resources Preloaded drawable resource #0x10802c9 (android:drawable/floating_popup_background_dark) that varies with configuration!! W 228 Resources Preloaded drawable resource #0x108030b (android:drawable/ic_clear_disabled) that varies with configuration!! W 228 Resources Preloaded drawable resource #0x1080310 (android:drawable/ic_clear_normal) that varies with configuration!! W 228 Resources Preloaded drawable resource #0x1080359 (android:drawable/ic_go) that varies with configuration!! W 228 Resources Preloaded drawable resource #0x1080038 (android:drawable/ic_menu_close_clear_cancel) that varies with configuration!! W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 228 Resources Preloaded drawable resource #0x1080045 (android:drawable/ic_menu_more) that varies with configuration!! W 228 Resources Preloaded drawable resource #0x10804e8 (android:drawable/menu_background_fill_parent_width) that varies with configuration!! W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 228 Resources Preloaded drawable resource #0x108077e (android:drawable/text_edit_paste_window) that varies with configuration!! W 228 Resources Preloaded drawable resource #0x1080096 (android:drawable/toast_frame) that varies with configuration!! I 228 Zygote ...preloaded 114 resources in 298ms. W 228 Resources Preloaded color resource #0x106010b (android:color/background_cache_hint_selector_material_dark) that varies with configuration!! W 228 Resources Preloaded color resource #0x1060110 (android:color/btn_default_material_dark) that varies with configuration!! I 228 Zygote ...preloaded 41 resources in 18ms. D 228 libEGL loaded /system/lib/egl/libEGL_VIVANTE.so D 228 libEGL loaded /system/lib/egl/libGLESv1_CM_VIVANTE.so W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 228 libEGL loaded /system/lib/egl/libGLESv2_VIVANTE.so W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 228 Zygote Preloading shared libraries... I 228 Zygote Uninstalled ICU cache reference pinning... I 228 Zygote Installed AndroidKeyStoreProvider in 11ms. W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 228 Zygote Warmed up JCA providers in 75ms. D 228 Zygote end preload I 228 art Starting a blocking GC Explicit I 228 art Explicit concurrent mark sweep GC freed 2959(164KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 2MB/3MB, paused 348us total 20.651ms I 228 art Starting a blocking GC Explicit W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 228 art Explicit concurrent mark sweep GC freed 5(128B) AllocSpace objects, 0(0B) LOS objects, 39% free, 2MB/3MB, paused 342us total 23.172ms I 228 art Starting a blocking GC HeapTrim I 228 art Starting a blocking GC Background W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 228 Zygote System server process 486 has been created I 228 Zygote Accepting command socket connections I 486 InstallerConnection connecting... I 232 new connection W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 497 dex2oat type=1400 audit(0.0:12): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 497 dex2oat /system/bin/dex2oat --compiler-filter=speed E 497 cutils-trace Error opening trace file: Permission denied (13) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 497 dex2oat Compilation of void com.android.server.BluetoothManagerService$BluetoothHandler.handleMessage(android.os.Message) took 102.530ms W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 497 dex2oat Compilation of void com.android.server.SystemServer.startOtherServices() took 440.134ms W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 497 dex2oat Compilation of void com.android.server.am.ActivityManagerService$MainHandler.handleMessage(android.os.Message) took 162.764ms W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 497 dex2oat Compilation of android.app.IActivityManager$ContentProviderHolder com.android.server.am.ActivityManagerService.getContentProviderImpl(android.app.IApplicationThread, java.lang.String, android.os.IBinder, boolean, int) took 119.458ms W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 497 dex2oat Compilation of int com.android.server.am.ActivityManagerService.broadcastIntentLocked(com.android.server.am.ProcessRecord, java.lang.String, android.content.Intent, java.lang.String, android.content.IIntentReceiver, int, java.lang.String, android.os.Bundle, java.lang.String[], int, android.os.Bundle, boolean, boolean, int, int, int) took 178.243ms W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 497 dex2oat Compilation of void com.android.server.am.BroadcastQueue.processNextBroadcast(boolean) took 242.035ms W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 497 dex2oat Compilation of void com.android.server.am.ProcessStatsService.dumpInner(java.io.FileDescriptor, java.io.PrintWriter, java.lang.String[]) took 133.502ms W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 497 dex2oat Compilation of void com.android.server.am.ActivityManagerService.dumpApplicationMemoryUsage(java.io.FileDescriptor, java.io.PrintWriter, java.lang.String, java.lang.String[], boolean, java.io.PrintWriter) took 265.825ms W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 497 dex2oat Compilation of void com.android.server.am.ActivityManagerService.dumpProcessesLocked(java.io.FileDescriptor, java.io.PrintWriter, java.lang.String[], int, boolean, java.lang.String) took 149.495ms W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 497 dex2oat Compilation of void com.android.server.notification.NotificationRecord.dump(java.io.PrintWriter, java.lang.String, android.content.Context, boolean) took 102.756ms W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 497 dex2oat Compilation of void com.android.server.pm.DefaultPermissionGrantPolicy.grantDefaultSystemHandlerPermissions(int) took 251.654ms W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 497 dex2oat Compilation of void com.android.server.pm.PackageManagerService. (android.content.Context, com.android.server.pm.Installer, boolean, boolean) took 274.361ms W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 497 dex2oat Compilation of void com.android.server.pm.Settings.readPackageLPw(org.xmlpull.v1.XmlPullParser) took 103.315ms W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 497 dex2oat Compilation of void com.android.server.pm.Settings.dumpPackageLPr(java.io.PrintWriter, java.lang.String, java.lang.String, android.util.ArraySet, com.android.server.pm.PackageSetting, java.text.SimpleDateFormat, java.util.Date, java.util.List, boolean) took 105.865ms W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 497 dex2oat Compilation of boolean com.android.server.pm.Settings.readLPw(java.util.List) took 102.837ms W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 497 dex2oat Compilation of void com.android.server.pm.PackageManagerService.installPackageLI(com.android.server.pm.PackageManagerService$InstallArgs, com.android.server.pm.PackageManagerService$PackageInstalledInfo) took 134.236ms W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 497 dex2oat Compilation of void com.android.server.power.PowerManagerService.dumpInternal(java.io.PrintWriter) took 156.211ms W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 497 dex2oat Compilation of android.content.pm.PackageParser$Package com.android.server.pm.PackageManagerService.scanPackageDirtyLI(android.content.pm.PackageParser$Package, int, int, long, android.os.UserHandle) took 529.342ms W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 497 dex2oat Compilation of void com.android.server.pm.PackageManagerService.dump(java.io.FileDescriptor, java.io.PrintWriter, java.lang.String[]) took 508.211ms W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 497 dex2oat Compilation of void com.android.server.wm.WindowManagerService$H.handleMessage(android.os.Message) took 113.744ms W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 497 dex2oat Compilation of int com.android.server.wm.WindowManagerService.addWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.view.InputChannel) took 151.344ms W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 497 dex2oat dex2oat took 18.828s (threads: 4) arena alloc=14MB (15449792B) java alloc=2MB (2361624B) native alloc=24MB (25822680B) free=17MB (18217512B) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 502 dex2oat type=1400 audit(0.0:13): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 502 dex2oat /system/bin/dex2oat --compiler-filter=speed E 502 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 502 dex2oat dex2oat took 1.249s (threads: 4) arena alloc=1027KB (1052216B) java alloc=173KB (177160B) native alloc=1788KB (1831608B) free=2MB (2886984B) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 508 dex2oat type=1400 audit(0.0:14): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 508 dex2oat /system/bin/dex2oat --compiler-filter=speed E 508 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 508 dex2oat Compilation of void com.android.server.wifi.WifiMetrics.dump(java.io.FileDescriptor, java.io.PrintWriter, java.lang.String[]) took 109.194ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 508 dex2oat Compilation of void com.android.server.wifi.WifiNetworkHistory$1.onWriteCalled(java.io.DataOutputStream) took 134.846ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 508 dex2oat Compilation of android.net.wifi.WifiConfiguration com.android.server.wifi.WifiQualifiedNetworkSelector.selectQualifiedNetwork(boolean, boolean, java.util.List, boolean, boolean, boolean, boolean) took 102.984ms W 508 dex2oat Compilation of boolean com.android.server.wifi.WifiStateMachine$ConnectModeState.processMessage(android.os.Message) took 152.738ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 508 dex2oat dex2oat took 3.553s (threads: 4) arena alloc=6MB (7074992B) java alloc=462KB (473920B) native alloc=4MB (4315144B) free=9MB (9840632B) I 486 system InstallerConnection disconnecting... E 232 /system/bin/installd eof E 232 /system/bin/installd failed to read size I 232 /system/bin/installd closing connection W 486 system SystemServer System clock is before 1970; setting to 1970. I 486 system SystemServer Entered the Android system server! W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system SystemServiceManager Starting com.android.server.pm.Installer I 486 system Installer Waiting for installd to be ready. I 486 system InstallerConnection connecting... I 232 /system/bin/installd new connection I 486 system SystemServiceManager Starting com.android.server.am.ActivityManagerService$Lifecycle I 486 system ActivityManager Memory class: 128 I 486 system ServiceThread Enabled StrictMode logging for ActivityManager looper. I 486 system ServiceThread Enabled StrictMode logging for android.ui looper. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system BatteryStatsImpl Reading daily items from /data/system/batterystats-daily.xml W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system AppOps No existing app ops /data/system/appops.xml; starting empty W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system IntentFirewall Read new rules (A:0 B:0 S:0) I 486 system ServiceThread Enabled StrictMode logging for android.display looper. D 486 system AppOps AppOpsService published I 486 system SystemServiceManager Starting com.android.server.power.PowerManagerService I 486 system ServiceThread Enabled StrictMode logging for PowerManagerService looper. E 486 system SWITCHPROFILE setprop: sys.interactive = active W 486 system libsuspend Error writing 'on' to /sys/power/state: Invalid argument I 486 system libsuspend Selected wakeup count I 486 system SWITCHPROFILE Switchprofile thread received GOV_INTERACTIVE from Power HAL E 486 system SWITCHPROFILE setprop: sys.interactive = active E 486 system SWITCHPROFILE Could not open cpu gov:/sys/devices/system/cpu/cpufreq/interactive/input_boost I 486 system SystemServiceManager Starting com.android.server.lights.LightsService I 486 system lights max backlight file is /sys/class/backlight/pwm-backlight/max_brightness I 486 system lights backlight brightness file is /sys/class/backlight/pwm-backlight/brightness I 486 system SystemServiceManager Starting com.android.server.display.DisplayManagerService I 486 system SystemServiceManager Starting phase 100 I 486 system DisplayManagerService Display device added: DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 1280 x 800, modeId 1, defaultModeId 1, supportedModes [{id=1, width=1280, height=800, fps=59.0}], colorMode 0, supportedColorModes [0], HdrCapabilities android.view.Display$HdrCapabilities@a69d6308, density 160, 160.0 x 160.157 dpi, appVsyncOff 1000000, presDeadline 16949152, touch INTERNAL, rotation 0, type BUILT_IN, state UNKNOWN, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS} D 221 /system/bin/surfaceflinger SurfaceFlinger Set power mode=2, type=0 flinger=0xa8732000 D 221 /system/bin/surfaceflinger SurfaceFlinger Screen type=0 is already mode=2 I 486 system SystemServer StartPackageManagerService I 486 system DisplayManagerService Display device changed state: "Built-in Screen", ON W 486 system FileUtils Failed to chmod(/data/system/packages.list): android.system.ErrnoException: chmod failed: ENOENT (No such file or directory) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system SystemConfig No directory /system/etc/sysconfig, skipping D 486 system SELinuxMMAC Using policy file /system/etc/security/mac_permissions.xml I 486 system PackageManager No settings file; creating initial state W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 530 dex2oat type=1400 audit(0.0:15): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 530 dex2oat /system/bin/dex2oat --compiler-filter=speed E 530 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 530 dex2oat dex2oat took 273.275ms (threads: 4) arena alloc=347KB (355856B) java alloc=157KB (161480B) native alloc=1163KB (1191480B) free=1908KB (1954248B) W 536 dex2oat type=1400 audit(0.0:16): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 536 dex2oat /system/bin/dex2oat --compiler-filter=speed E 536 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 536 dex2oat dex2oat took 238.845ms (threads: 4) arena alloc=254KB (260456B) java alloc=51KB (53128B) native alloc=974KB (997704B) free=1073KB (1099448B) W 541 dex2oat type=1400 audit(0.0:17): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 541 dex2oat /system/bin/dex2oat --compiler-filter=speed E 541 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 541 dex2oat dex2oat took 349.684ms (threads: 4) arena alloc=1929KB (1976312B) java alloc=115KB (118616B) native alloc=1114KB (1141600B) free=3MB (4101280B) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 546 dex2oat type=1400 audit(0.0:18): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 546 dex2oat /system/bin/dex2oat --compiler-filter=speed E 546 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 546 dex2oat dex2oat took 215.087ms (threads: 4) arena alloc=21KB (22288B) java alloc=39KB (40680B) native alloc=781KB (800560B) free=1266KB (1296592B) W 551 dex2oat type=1400 audit(0.0:19): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 551 dex2oat /system/bin/dex2oat --compiler-filter=speed E 551 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 551 dex2oat dex2oat took 580.273ms (threads: 4) arena alloc=1211KB (1240768B) java alloc=267KB (273704B) native alloc=1553KB (1590696B) free=3MB (3652184B) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) E 486 system art DexFile_getDexOptNeeded file '/system/framework/org.apache.http.legacy.jar' does not exist W 486 system PackageManager Library not found: /system/framework/org.apache.http.legacy.jar W 556 dex2oat type=1400 audit(0.0:20): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 556 dex2oat /system/bin/dex2oat --compiler-filter=speed E 556 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 556 dex2oat dex2oat took 220.816ms (threads: 4) arena alloc=300KB (308168B) java alloc=80KB (82832B) native alloc=977KB (1001016B) free=2MB (2669000B) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 561 dex2oat type=1400 audit(0.0:21): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 561 dex2oat /system/bin/dex2oat --compiler-filter=speed E 561 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 561 dex2oat dex2oat took 218.184ms (threads: 4) arena alloc=84KB (86488B) java alloc=51KB (53192B) native alloc=925KB (948176B) free=1634KB (1673264B) D 486 system PackageManager No files in app dir /vendor/overlay W 486 system PackageManager Failed to parse /system/framework/arm: Missing base APK in /system/framework/arm W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/framework/framework-res.apk changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/priv-app/BackupRestoreConfirmation changed; collecting certs I 486 system PackageManager /system/priv-app/BleClient changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/priv-app/BleServerEmulator changed; collecting certs I 486 system PackageManager /system/priv-app/BlockedNumberProvider changed; collecting certs I 486 system PackageManager New shared user android.uid.shared: id=10003 I 486 system PackageManager /system/priv-app/CalendarProvider changed; collecting certs I 486 system PackageManager New shared user android.uid.calendar: id=10004 I 486 system PackageManager /system/priv-app/CallLogBackup changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/priv-app/CarrierConfig changed; collecting certs I 486 system PackageManager /system/priv-app/CellBroadcastReceiver changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system PackageParser No actions in intent filter at /system/priv-app/Contacts/Contacts.apk Binary XML file line #409 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/priv-app/Contacts changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/priv-app/ContactsProvider changed; collecting certs I 486 system PackageManager /system/priv-app/CtsShimPrivPrebuilt changed; collecting certs I 486 system PackageManager /system/priv-app/DefaultContainerService changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system PackageParser No actions in intent filter at /system/priv-app/Dialer/Dialer.apk Binary XML file line #186 I 486 system PackageManager /system/priv-app/Dialer changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/priv-app/DocumentsUI changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/priv-app/DownloadProvider changed; collecting certs I 486 system PackageManager New shared user android.media: id=10012 W 486 system PackageManager Permission android.permission.DOWNLOAD_WITHOUT_NOTIFICATION from package com.android.providers.downloads in an unknown group android.permission-group.NETWORK W 486 system art Suspending all threads took: 22.232ms I 486 system art Background partial concurrent mark sweep GC freed 9866(786KB) AllocSpace objects, 14(864KB) LOS objects, 33% free, 2MB/3MB, paused 23.995ms total 55.415ms I 486 system PackageManager /system/priv-app/EmergencyInfo changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager New shared user com.android.emergency.uid: id=10013 I 486 system PackageManager /system/priv-app/ExtServices changed; collecting certs I 486 system PackageManager /system/priv-app/ExternalStorageProvider changed; collecting certs I 486 system PackageManager /system/priv-app/FusedLocation changed; collecting certs I 486 system PackageManager /system/priv-app/InputDevices changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/priv-app/Launcher2 changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system PackageManager Permission com.android.launcher.permission.PRELOAD_WORKSPACE from package com.android.launcher in an unknown group android.permission-group.SYSTEM_TOOLS W 486 system PackageManager Permission com.android.launcher.permission.INSTALL_SHORTCUT from package com.android.launcher in an unknown group android.permission-group.SYSTEM_TOOLS W 486 system PackageManager Permission com.android.launcher.permission.UNINSTALL_SHORTCUT from package com.android.launcher in an unknown group android.permission-group.SYSTEM_TOOLS W 486 system PackageManager Permission com.android.launcher.permission.READ_SETTINGS from package com.android.launcher in an unknown group android.permission-group.SYSTEM_TOOLS W 486 system PackageManager Permission com.android.launcher.permission.WRITE_SETTINGS from package com.android.launcher in an unknown group android.permission-group.SYSTEM_TOOLS I 486 system PackageManager /system/priv-app/ManagedProvisioning changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/priv-app/MediaProvider changed; collecting certs I 486 system PackageManager /system/priv-app/MmsService changed; collecting certs I 486 system PackageManager /system/priv-app/MtpDocumentsProvider changed; collecting certs I 486 system PackageManager /system/priv-app/MusicFX changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/priv-app/OneTimeInitializer changed; collecting certs I 486 system PackageManager /system/priv-app/PackageInstaller changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/priv-app/Provision changed; collecting certs I 486 system PackageManager /system/priv-app/ProxyHandler changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system PackageParser Ignoring duplicate uses-permissions/uses-permissions-sdk-m: android.permission.USE_CREDENTIALS in package: com.android.settings at: Binary XML file line #53 W 486 system PackageParser Ignoring duplicate uses-permissions/uses-permissions-sdk-m: android.permission.READ_SYNC_SETTINGS in package: com.android.settings at: Binary XML file line #58 W 486 system PackageParser Ignoring duplicate uses-permissions/uses-permissions-sdk-m: android.permission.WRITE_SYNC_SETTINGS in package: com.android.settings at: Binary XML file line #59 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/priv-app/Settings changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/priv-app/SettingsProvider changed; collecting certs I 486 system PackageManager /system/priv-app/SharedStorageBackup changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system PackageParser Ignoring duplicate uses-permissions/uses-permissions-sdk-m: android.permission.INSTALL_GRANT_RUNTIME_PERMISSIONS in package: com.android.shell at: Binary XML file line #103 I 486 system PackageManager /system/priv-app/Shell changed; collecting certs I 486 system PackageManager /system/priv-app/StatementService changed; collecting certs I 486 system PackageManager /system/priv-app/StorageManager changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system PackageParser Ignoring duplicate uses-permissions/uses-permissions-sdk-m: android.permission.CONFIGURE_WIFI_DISPLAY in package: com.android.systemui at: Binary XML file line #123 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/priv-app/SystemUI changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager New shared user android.uid.systemui: id=10026 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/priv-app/TeleService changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/priv-app/Telecom changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/priv-app/TelephonyProvider changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/priv-app/VpnDialogs changed; collecting certs I 486 system PackageManager /system/priv-app/WallpaperCropper changed; collecting certs I 486 system PackageManager /system/app/A2dpSinkApp changed; collecting certs I 486 system PackageManager /system/app/BasicDreams changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system PackageParser Ignoring duplicate uses-permissions/uses-permissions-sdk-m: android.permission.READ_CONTACTS in package: com.android.bluetooth at: Binary XML file line #61 W 486 system PackageParser No actions in intent filter at /system/app/Bluetooth/Bluetooth.apk Binary XML file line #223 I 486 system PackageManager /system/app/Bluetooth changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/app/BluetoothMidiService changed; collecting certs I 486 system PackageManager /system/app/BookmarkProvider changed; collecting certs I 486 system PackageManager /system/app/Browser2 changed; collecting certs I 486 system PackageManager /system/app/CactusPlayer changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/app/Calendar changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system PackageManager Non-privileged app; cap priority to 0; package: com.android.calendar activity: com.android.calendar.GoogleCalendarUriIntentFilter origPrio: 50 I 486 system PackageManager /system/app/Camera2 changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/app/CaptivePortalLogin changed; collecting certs I 486 system PackageManager /system/app/CertInstaller changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/app/CtsShimPrebuilt changed; collecting certs W 486 system PackageManager Non-privileged app; cap priority to 0; package: com.android.cts.ctsshim activity: com.android.cts.ctsshim.InstallPriority origPrio: 100 W 486 system PackageManager Non-privileged app; cap priority to 0; package: com.android.cts.ctsshim activity: com.android.cts.ctsshim.InstallPriority origPrio: 100 W 486 system PackageManager Non-privileged app; cap priority to 0; package: com.android.cts.ctsshim activity: com.android.cts.ctsshim.InstallPriority origPrio: 100 W 486 system PackageManager Non-privileged app; cap priority to 0; package: com.android.cts.ctsshim activity: com.android.cts.ctsshim.InstallPriority origPrio: 100 W 486 system PackageManager Non-privileged app; cap priority to 0; package: com.android.cts.ctsshim activity: com.android.cts.ctsshim.InstallPriority origPrio: 100 I 486 system PackageManager /system/app/CubeLiveWallpapers changed; collecting certs I 486 system PackageManager /system/app/DeskClock changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/app/DownloadProviderUi changed; collecting certs I 486 system PackageManager /system/app/EasterEgg changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system PackageParser Ignoring duplicate uses-permissions/uses-permissions-sdk-m: android.permission.WRITE_CONTACTS in package: com.android.email at: Binary XML file line #40 I 486 system PackageManager /system/app/Email changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/app/ExactCalculator changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/app/ExtShared changed; collecting certs I 486 system PackageManager /system/app/FSLOta changed; collecting certs W 486 system PackageParser Unknown element under : permission at /system/app/Gallery2/Gallery2.apk Binary XML file line #253 W 486 system PackageParser Unknown element under : permission at /system/app/Gallery2/Gallery2.apk Binary XML file line #256 I 486 system PackageManager /system/app/Gallery2 changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/app/HTMLViewer changed; collecting certs I 486 system PackageManager /system/app/KeyChain changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/app/LatinIME changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/app/LiveWallpapersPicker changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/app/Music changed; collecting certs I 486 system PackageManager /system/app/PacProcessor changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/app/PicoTts changed; collecting certs I 486 system PackageManager /system/app/PrintRecommendationService changed; collecting certs I 486 system PackageManager /system/app/PrintSpooler changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/app/QuickSearchBox changed; collecting certs I 486 system PackageManager /system/app/SoundRecorder changed; collecting certs I 486 system PackageManager /system/app/UserDictionaryProvider changed; collecting certs I 486 system PackageManager /system/app/WallpaperBackup changed; collecting certs I 486 system PackageManager /system/app/WfdSink changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager /system/app/ethernet changed; collecting certs I 486 system PackageManager /system/app/webview changed; collecting certs W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system PackageManager No files in app dir /system/vendor/app D 486 system PackageManager No files in app dir /oem/app D 486 system PackageManager No files in app dir /data/app D 486 system PackageManager No files in app dir /data/app-private D 486 system PackageManager No files in app dir /data/app-ephemeral W 486 system PackageManager Protected action; cap priority to 0; package: com.android.cts.priv.ctsshim activity: com.android.cts.priv.ctsshim.InstallPriority origPrio: 100 W 486 system PackageManager Protected action; cap priority to 0; package: com.android.cts.priv.ctsshim activity: com.android.cts.priv.ctsshim.InstallPriority origPrio: 100 W 486 system PackageManager Protected action; cap priority to 0; package: com.android.cts.priv.ctsshim activity: com.android.cts.priv.ctsshim.InstallPriority origPrio: 100 W 486 system PackageManager Protected action; cap priority to 0; package: com.android.cts.priv.ctsshim activity: com.android.cts.priv.ctsshim.InstallPriority origPrio: 100 W 486 system PackageManager Package com.android.gallery3d desires unavailable shared library com.google.android.media.effects; ignoring! W 486 system PackageManager Package com.android.gallery3d desires unavailable shared library com.google.android.media.effects; ignoring! I 486 system PackageManager Adjusting ABI for com.android.providers.media to armeabi-v7a (requirer=com.android.mtp, scannedPackage=null) I 486 system PackageManager Adjusting ABI for com.android.providers.downloads.ui to armeabi-v7a (requirer=com.android.mtp, scannedPackage=null) I 486 system PackageManager Adjusting ABI for com.android.providers.downloads to armeabi-v7a (requirer=com.android.mtp, scannedPackage=null) I 486 system PackageManager Adjusting ABI for com.fsl.android.ota to armeabi-v7a (requirer=android, scannedPackage=null) I 486 system PackageManager Adjusting ABI for com.freescale.wfdsink to armeabi-v7a (requirer=android, scannedPackage=null) I 486 system PackageManager Adjusting ABI for com.android.location.fused to armeabi-v7a (requirer=android, scannedPackage=null) I 486 system PackageManager Adjusting ABI for com.android.providers.settings to armeabi-v7a (requirer=android, scannedPackage=null) I 486 system PackageManager Adjusting ABI for com.android.inputdevices to armeabi-v7a (requirer=android, scannedPackage=null) I 486 system PackageManager Adjusting ABI for com.android.keychain to armeabi-v7a (requirer=android, scannedPackage=null) I 486 system PackageManager Adjusting ABI for com.android.settings to armeabi-v7a (requirer=android, scannedPackage=null) I 486 system PackageManager Adjusting ABI for com.android.wallpaperbackup to armeabi-v7a (requirer=android, scannedPackage=null) I 486 system PackageManager Adjusting ABI for com.android.server.telecom to armeabi-v7a (requirer=android, scannedPackage=null) I 486 system PackageManager Adjusting ABI for com.fsl.ethernet to armeabi-v7a (requirer=android, scannedPackage=null) I 486 system PackageManager Adjusting ABI for com.freescale.a2dpsinkapp to armeabi-v7a (requirer=android, scannedPackage=null) I 486 system PackageManager Time to scan packages: 12.287 seconds W 486 system PackageManager Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar W 486 system PackageManager Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar W 486 system PackageManager Not granting permission android.permission.GLOBAL_SEARCH to package com.android.quicksearchbox (protectionLevel=18 flags=0x3808be45) W 486 system PackageManager Not granting permission android.permission.BIND_WALLPAPER to package com.android.camera2 (protectionLevel=18 flags=0x3058bc45) W 486 system PackageManager Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar W 486 system PackageManager Not granting permission android.permission.WRITE_MEDIA_STORAGE to package com.android.gallery3d (protectionLevel=18 flags=0x3858bc45) W 486 system PackageManager Unknown permission com.google.android.permission.INSTALL_WEARABLE_PACKAGES in package com.android.packageinstaller W 486 system PackageManager Not granting permission android.permission.DELETE_PACKAGES to package com.svox.pico (protectionLevel=18 flags=0x3808be45) W 486 system PackageManager Unknown permission android.permission.RUN_INSTRUMENTATION in package org.chromium.webview_shell W 486 system PackageManager Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings W 486 system PackageManager Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system PackageManager Unknown permission android.permission.ACCESS_ALL_EXTERNAL_STORAGE in package com.freescale.wfdsink W 486 system PackageManager Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth V 486 system PackageManager reconcileAppsData for null u0 0x3 I 232 /system/bin/installd SELinux SELinux: Loaded file_contexts contexts from /file_contexts.bin. D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.cts.priv.ctsshim; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.cts.priv.ctsshim; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.freescale.bleserver; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.freescale.bleserver; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.example.android.livecubes; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.example.android.livecubes; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:radio_data_file:s0 at /data/data/com.android.providers.telephony; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:radio_data_file:s0 at /data/user_de/0/com.android.providers.telephony; running recursive restorecon W 232 /system/bin/installd installd Requested default storage /data/user_de/0/com.android.providers.telephony is not active; migrating from /data/data/com.android.providers.telephony D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:radio_data_file:s0 at /data/data/com.android.providers.telephony; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/data/com.fsl.ethernet; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/user_de/0/com.fsl.ethernet; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.providers.calendar; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.providers.calendar; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.providers.media; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.providers.media; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.wallpapercropper; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.wallpapercropper; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.launcher; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.launcher; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.documentsui; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.documentsui; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.externalstorage; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.externalstorage; running recursive restorecon W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.htmlviewer; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.htmlviewer; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.quicksearchbox; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.quicksearchbox; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:radio_data_file:s0 at /data/data/com.android.mms.service; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:radio_data_file:s0 at /data/user_de/0/com.android.mms.service; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.providers.downloads; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.providers.downloads; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.soundrecorder; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.soundrecorder; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.defcontainer; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.defcontainer; running recursive restorecon W 232 /system/bin/installd installd Requested default storage /data/user_de/0/com.android.defcontainer is not active; migrating from /data/data/com.android.defcontainer D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.defcontainer; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.providers.downloads.ui; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.providers.downloads.ui; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.pacprocessor; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.pacprocessor; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.certinstaller; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.certinstaller; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.carrierconfig; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.carrierconfig; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/data/android; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/user_de/0/android; running recursive restorecon W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 232 /system/bin/installd installd Requested default storage /data/user_de/0/android is not active; migrating from /data/data/android D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/data/android; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.contacts; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.contacts; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.camera2; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.camera2; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.egg; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.egg; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.mtp; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.mtp; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.backupconfirm; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.backupconfirm; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.provision; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.provision; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.statementservice; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.statementservice; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.calendar; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.calendar; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/data/com.android.providers.settings; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/user_de/0/com.android.providers.settings; running recursive restorecon W 232 /system/bin/installd installd Requested default storage /data/user_de/0/com.android.providers.settings is not active; migrating from /data/data/com.android.providers.settings D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/data/com.android.providers.settings; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.sharedstoragebackup; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.sharedstoragebackup; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.printspooler; running recursive restorecon W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.printspooler; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.dreams.basic; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.dreams.basic; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.webview; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.webview; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/data/com.android.inputdevices; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/user_de/0/com.android.inputdevices; running recursive restorecon W 232 /system/bin/installd installd Requested default storage /data/user_de/0/com.android.inputdevices is not active; migrating from /data/data/com.android.inputdevices D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/data/com.android.inputdevices; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.musicfx; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.musicfx; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.cellbroadcastreceiver; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.cellbroadcastreceiver; running recursive restorecon W 232 /system/bin/installd installd Requested default storage /data/user_de/0/com.android.cellbroadcastreceiver is not active; migrating from /data/data/com.android.cellbroadcastreceiver D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.cellbroadcastreceiver; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/android.ext.shared; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/android.ext.shared; running recursive restorecon W 232 /system/bin/installd installd Requested default storage /data/user_de/0/android.ext.shared is not active; migrating from /data/data/android.ext.shared D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/android.ext.shared; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.onetimeinitializer; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.onetimeinitializer; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/data/com.android.server.telecom; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/user_de/0/com.android.server.telecom; running recursive restorecon W 232 /system/bin/installd installd Requested default storage /data/user_de/0/com.android.server.telecom is not active; migrating from /data/data/com.android.server.telecom D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/data/com.android.server.telecom; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/data/com.android.keychain; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/user_de/0/com.android.keychain; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.printservice.recommendation; running recursive restorecon W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.printservice.recommendation; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.dialer; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.dialer; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.gallery3d; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.gallery3d; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/android.ext.services; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/android.ext.services; running recursive restorecon W 232 /system/bin/installd installd Requested default storage /data/user_de/0/android.ext.services is not active; migrating from /data/data/android.ext.services D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/android.ext.services; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.calllogbackup; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.calllogbackup; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.packageinstaller; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.packageinstaller; running recursive restorecon W 232 /system/bin/installd installd Requested default storage /data/user_de/0/com.android.packageinstaller is not active; migrating from /data/data/com.android.packageinstaller D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.packageinstaller; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.svox.pico; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.svox.pico; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.proxyhandler; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.proxyhandler; running recursive restorecon W 232 /system/bin/installd installd Requested default storage /data/user_de/0/com.android.proxyhandler is not active; migrating from /data/data/com.android.proxyhandler D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.proxyhandler; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.inputmethod.latin; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.inputmethod.latin; running recursive restorecon W 232 /system/bin/installd installd Requested default storage /data/user_de/0/com.android.inputmethod.latin is not active; migrating from /data/data/com.android.inputmethod.latin D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.inputmethod.latin; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/org.chromium.webview_shell; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/org.chromium.webview_shell; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/data/com.fsl.android.ota; running recursive restorecon W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/user_de/0/com.fsl.android.ota; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.managedprovisioning; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.managedprovisioning; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.wallpaper.livepicker; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.wallpaper.livepicker; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.storagemanager; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.storagemanager; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.bookmarkprovider; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.bookmarkprovider; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/data/com.android.settings; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/user_de/0/com.android.settings; running recursive restorecon W 232 /system/bin/installd installd Requested default storage /data/user_de/0/com.android.settings is not active; migrating from /data/data/com.android.settings D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/data/com.android.settings; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/data/com.freescale.a2dpsinkapp; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/user_de/0/com.freescale.a2dpsinkapp; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.calculator2; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.calculator2; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.freescale.cactusplayer; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.freescale.cactusplayer; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.cts.ctsshim; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.cts.ctsshim; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.vpndialogs; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.vpndialogs; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.email; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.email; running recursive restorecon W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.music; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.music; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:radio_data_file:s0 at /data/data/com.android.phone; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:radio_data_file:s0 at /data/user_de/0/com.android.phone; running recursive restorecon W 232 /system/bin/installd installd Requested default storage /data/user_de/0/com.android.phone is not active; migrating from /data/data/com.android.phone D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:radio_data_file:s0 at /data/data/com.android.phone; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:shell_data_file:s0 at /data/data/com.android.shell; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:shell_data_file:s0 at /data/user_de/0/com.android.shell; running recursive restorecon W 232 /system/bin/installd installd Requested default storage /data/user_de/0/com.android.shell is not active; migrating from /data/data/com.android.shell D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:shell_data_file:s0 at /data/data/com.android.shell; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/data/com.android.wallpaperbackup; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/user_de/0/com.android.wallpaperbackup; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.providers.blockednumber; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.providers.blockednumber; running recursive restorecon W 232 /system/bin/installd installd Requested default storage /data/user_de/0/com.android.providers.blockednumber is not active; migrating from /data/data/com.android.providers.blockednumber D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.providers.blockednumber; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.providers.userdictionary; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.providers.userdictionary; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.emergency; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.emergency; running recursive restorecon W 232 /system/bin/installd installd Requested default storage /data/user_de/0/com.android.emergency is not active; migrating from /data/data/com.android.emergency D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.emergency; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/data/com.android.location.fused; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/user_de/0/com.android.location.fused; running recursive restorecon W 232 /system/bin/installd installd Requested default storage /data/user_de/0/com.android.location.fused is not active; migrating from /data/data/com.android.location.fused D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/data/com.android.location.fused; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.deskclock; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.deskclock; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.systemui; running recursive restorecon W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.systemui; running recursive restorecon W 232 /system/bin/installd installd Requested default storage /data/user_de/0/com.android.systemui is not active; migrating from /data/data/com.android.systemui D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.systemui; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/data/com.freescale.wfdsink; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:system_app_data_file:s0 at /data/user_de/0/com.freescale.wfdsink; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.bluetoothmidiservice; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.bluetoothmidiservice; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.freescale.bleclient; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.freescale.bleclient; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:bluetooth_data_file:s0 at /data/data/com.android.bluetooth; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:bluetooth_data_file:s0 at /data/user_de/0/com.android.bluetooth; running recursive restorecon W 232 /system/bin/installd installd Requested default storage /data/user_de/0/com.android.bluetooth is not active; migrating from /data/data/com.android.bluetooth D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:bluetooth_data_file:s0 at /data/data/com.android.bluetooth; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.providers.contacts; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.providers.contacts; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/data/com.android.captiveportallogin; running recursive restorecon D 232 /system/bin/installd installd Detected label change from u:object_r:system_data_file:s0 to u:object_r:app_data_file:s0:c512,c768 at /data/user_de/0/com.android.captiveportallogin; running recursive restorecon V 486 system PackageManager reconcileAppsData finished 80 packages W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/TelephonyProvider/TelephonyProvider.apk pkg=com.android.providers.telephony isa=arm vmSafeMode=false debuggable=false target-filter=speed oatDir = null sharedLibraries=null W 566 dex2oat type=1400 audit(0.0:22): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 566 dex2oat /system/bin/dex2oat --compiler-filter=speed E 566 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 566 dex2oat dex2oat took 833.819ms (threads: 4) arena alloc=4MB (5228488B) java alloc=225KB (231128B) native alloc=1673KB (1713864B) free=7MB (8247608B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/MmsService/MmsService.apk pkg=com.android.mms.service isa=arm vmSafeMode=false debuggable=false target-filter=speed oatDir = null sharedLibraries=null W 571 dex2oat type=1400 audit(0.0:23): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 571 dex2oat /system/bin/dex2oat --compiler-filter=speed E 571 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 571 dex2oat dex2oat took 606.125ms (threads: 4) arena alloc=2MB (2423280B) java alloc=206KB (211608B) native alloc=1334KB (1366320B) free=4MB (4925136B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/DefaultContainerService/DefaultContainerService.apk pkg=com.android.defcontainer isa=arm vmSafeMode=false debuggable=false target-filter=speed oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 576 dex2oat type=1400 audit(0.0:24): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 576 dex2oat /system/bin/dex2oat --compiler-filter=speed E 576 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 576 dex2oat dex2oat took 267.198ms (threads: 4) arena alloc=530KB (543008B) java alloc=96KB (99256B) native alloc=1010KB (1034784B) free=2MB (2110944B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/SettingsProvider/SettingsProvider.apk pkg=com.android.providers.settings isa=arm vmSafeMode=false debuggable=false target-filter=speed oatDir = null sharedLibraries=null W 581 dex2oat type=1400 audit(0.0:25): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 581 dex2oat /system/bin/dex2oat --compiler-filter=speed E 581 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 581 dex2oat Compilation of void com.android.providers.settings.DatabaseHelper.onUpgrade(android.database.sqlite.SQLiteDatabase, int, int) took 237.820ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 581 dex2oat dex2oat took 724.957ms (threads: 4) arena alloc=6MB (6915736B) java alloc=195KB (200680B) native alloc=1714KB (1755240B) free=9MB (10303384B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/InputDevices/InputDevices.apk pkg=com.android.inputdevices isa=arm vmSafeMode=false debuggable=false target-filter=speed oatDir = null sharedLibraries=null W 586 dex2oat type=1400 audit(0.0:26): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 586 dex2oat /system/bin/dex2oat --compiler-filter=speed E 586 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 586 dex2oat dex2oat took 219.996ms (threads: 4) arena alloc=10KB (10840B) java alloc=32KB (32784B) native alloc=747KB (765296B) free=1300KB (1331856B) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/ExtShared/ExtShared.apk pkg=android.ext.shared isa=arm vmSafeMode=false debuggable=false target-filter=speed oatDir = null sharedLibraries=null W 591 dex2oat type=1400 audit(0.0:27): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 591 dex2oat /system/bin/dex2oat --compiler-filter=speed E 591 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 591 dex2oat dex2oat took 217.334ms (threads: 4) arena alloc=60KB (61512B) java alloc=47KB (49016B) native alloc=774KB (793248B) free=1785KB (1828192B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/Telecom/Telecom.apk pkg=com.android.server.telecom isa=arm vmSafeMode=false debuggable=false target-filter=speed oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 596 dex2oat type=1400 audit(0.0:28): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 596 dex2oat /system/bin/dex2oat --compiler-filter=speed E 596 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 596 dex2oat dex2oat took 1.644s (threads: 4) arena alloc=1635KB (1674296B) java alloc=586KB (600168B) native alloc=2MB (2820968B) free=3MB (3470488B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/Dialer/Dialer.apk pkg=com.android.dialer isa=arm vmSafeMode=false debuggable=false target-filter=speed oatDir = null sharedLibraries=null W 601 dex2oat type=1400 audit(0.0:29): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 601 dex2oat /system/bin/dex2oat --compiler-filter=speed E 601 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 601 dex2oat Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 601 dex2oat dex2oat took 6.939s (threads: 4) arena alloc=3MB (3588176B) java alloc=3MB (3199504B) native alloc=10MB (11319256B) free=5MB (5982248B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/ExtServices/ExtServices.apk pkg=android.ext.services isa=arm vmSafeMode=false debuggable=false target-filter=speed oatDir = null sharedLibraries=null W 606 dex2oat type=1400 audit(0.0:30): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 606 dex2oat /system/bin/dex2oat --compiler-filter=speed E 606 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 606 dex2oat dex2oat took 267.083ms (threads: 4) arena alloc=312KB (320464B) java alloc=65KB (67000B) native alloc=1101KB (1128144B) free=2MB (2541872B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/PackageInstaller/PackageInstaller.apk pkg=com.android.packageinstaller isa=arm vmSafeMode=false debuggable=false target-filter=speed oatDir = null sharedLibraries=null W 611 dex2oat type=1400 audit(0.0:31): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 611 dex2oat /system/bin/dex2oat --compiler-filter=speed E 611 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 611 dex2oat Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 611 dex2oat Before Android 4.1, method int android.support.v7.widget.ListViewCompat.lookForSelectablePosition(int, boolean) would have incorrectly overridden the package-private method in android.widget.ListView W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 611 dex2oat dex2oat took 3.533s (threads: 4) arena alloc=3MB (4100064B) java alloc=2MB (2271608B) native alloc=5MB (6001360B) free=5MB (6057264B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/ProxyHandler/ProxyHandler.apk pkg=com.android.proxyhandler isa=arm vmSafeMode=false debuggable=false target-filter=speed oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 616 dex2oat type=1400 audit(0.0:32): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 616 dex2oat /system/bin/dex2oat --compiler-filter=speed E 616 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 616 dex2oat dex2oat took 288.031ms (threads: 4) arena alloc=1251KB (1281104B) java alloc=107KB (109928B) native alloc=1161KB (1189064B) free=2MB (3005240B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/LatinIME/LatinIME.apk pkg=com.android.inputmethod.latin isa=arm vmSafeMode=false debuggable=false target-filter=speed oatDir = null sharedLibraries=null W 621 dex2oat type=1400 audit(0.0:33): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 621 dex2oat /system/bin/dex2oat --compiler-filter=speed E 621 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 621 dex2oat dex2oat took 2.160s (threads: 4) arena alloc=1658KB (1698248B) java alloc=937KB (960016B) native alloc=3MB (3650272B) free=4MB (4214048B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/FSLOta/FSLOta.apk pkg=com.fsl.android.ota isa=arm vmSafeMode=false debuggable=false target-filter=speed oatDir = null sharedLibraries=null W 626 dex2oat type=1400 audit(0.0:34): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 626 dex2oat /system/bin/dex2oat --compiler-filter=speed E 626 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 626 dex2oat dex2oat took 299.013ms (threads: 4) arena alloc=1621KB (1659992B) java alloc=101KB (103456B) native alloc=1027KB (1051752B) free=3MB (3666840B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/Settings/Settings.apk pkg=com.android.settings isa=arm vmSafeMode=false debuggable=false target-filter=speed oatDir = null sharedLibraries=null W 631 dex2oat type=1400 audit(0.0:35): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 631 dex2oat /system/bin/dex2oat --compiler-filter=speed E 631 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 631 dex2oat Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 631 dex2oat Before Android 4.1, method int android.support.v7.widget.ListViewCompat.lookForSelectablePosition(int, boolean) would have incorrectly overridden the package-private method in android.widget.ListView W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 631 dex2oat Compilation of boolean com.android.settings.applications.RunningState.update(android.content.Context, android.app.ActivityManager) took 125.030ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 631 dex2oat Compilation of java.util.List com.android.settings.notification.NotificationStation.loadNotifications() took 124.724ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 631 dex2oat dex2oat took 7.693s (threads: 4) arena alloc=3MB (4187832B) java alloc=5MB (5498728B) native alloc=12MB (12723144B) free=6MB (6675512B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/CactusPlayer/CactusPlayer.apk pkg=com.freescale.cactusplayer isa=arm vmSafeMode=false debuggable=false target-filter=speed oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 636 dex2oat type=1400 audit(0.0:36): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 636 dex2oat /system/bin/dex2oat --compiler-filter=speed E 636 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 636 dex2oat dex2oat took 488.533ms (threads: 4) arena alloc=1409KB (1443448B) java alloc=246KB (252120B) native alloc=1326KB (1358560B) free=3MB (3360032B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/TeleService/TeleService.apk pkg=com.android.phone isa=arm vmSafeMode=false debuggable=false target-filter=speed oatDir = null sharedLibraries=null W 641 dex2oat type=1400 audit(0.0:37): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 641 dex2oat /system/bin/dex2oat --compiler-filter=speed E 641 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 641 dex2oat Compilation of void com.android.phone.PhoneInterfaceManager$MainThreadHandler.handleMessage(android.os.Message) took 265.487ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 641 dex2oat dex2oat took 3.652s (threads: 4) arena alloc=6MB (7090224B) java alloc=1370KB (1403728B) native alloc=5MB (5957408B) free=8MB (9246944B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/Shell/Shell.apk pkg=com.android.shell isa=arm vmSafeMode=false debuggable=false target-filter=speed oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 646 dex2oat type=1400 audit(0.0:38): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 646 dex2oat /system/bin/dex2oat --compiler-filter=speed E 646 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 646 dex2oat dex2oat took 634.254ms (threads: 4) arena alloc=1743KB (1785808B) java alloc=260KB (266784B) native alloc=1450KB (1485560B) free=3MB (3757320B) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/FusedLocation/FusedLocation.apk pkg=com.android.location.fused isa=arm vmSafeMode=false debuggable=false target-filter=speed oatDir = null sharedLibraries=/system/framework/com.android.location.provider.jar W 651 dex2oat type=1400 audit(0.0:39): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 651 dex2oat /system/bin/dex2oat --compiler-filter=speed E 651 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 651 dex2oat dex2oat took 267.018ms (threads: 4) arena alloc=296KB (304016B) java alloc=120KB (123800B) native alloc=1148KB (1176384B) free=1923KB (1969344B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/SystemUI/SystemUI.apk pkg=com.android.systemui isa=arm vmSafeMode=false debuggable=false target-filter=speed oatDir = null sharedLibraries=null W 657 dex2oat type=1400 audit(0.0:40): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 657 dex2oat /system/bin/dex2oat --compiler-filter=speed E 657 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 657 dex2oat Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 657 dex2oat Before Android 4.1, method int android.support.v7.widget.ListViewCompat.lookForSelectablePosition(int, boolean) would have incorrectly overridden the package-private method in android.widget.ListView W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 657 dex2oat dex2oat took 9.120s (threads: 4) arena alloc=2MB (2235464B) java alloc=4MB (5224520B) native alloc=12MB (13187760B) free=4MB (5162320B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/WfdSink/WfdSink.apk pkg=com.freescale.wfdsink isa=arm vmSafeMode=false debuggable=false target-filter=speed oatDir = null sharedLibraries=null W 665 dex2oat type=1400 audit(0.0:41): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 665 dex2oat /system/bin/dex2oat --compiler-filter=speed E 665 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 665 dex2oat dex2oat took 409.145ms (threads: 4) arena alloc=811KB (830856B) java alloc=245KB (251880B) native alloc=1281KB (1311768B) free=2MB (2882536B) E 486 system PackageManager There should probably be a verifier, but, none were found D 486 system PackageManager Ephemeral resolver NOT found; no matching intent filters I 486 system PackageManager Ephemeral deactivated; missing resolver and installer I 486 system art Starting a blocking GC Explicit W 486 system art Long monitor contention with owner main (486) at int android.net.LocalSocketImpl.readba_native(byte[], int, int, java.io.FileDescriptor)(LocalSocketImpl.java:-2) waiters=0 in void com.android.server.pm.Settings$RuntimePermissionPersistence.writePermissionsSync(int) for 41.554s W 486 system art Long monitor contention with owner main (486) at int android.net.LocalSocketImpl.readba_native(byte[], int, int, java.io.FileDescriptor)(LocalSocketImpl.java:-2) waiters=1 in void com.android.server.pm.PackageManagerService$PackageHandler.doHandleMessage(android.os.Message) for 32.766s I 486 system art Explicit concurrent mark sweep GC freed 18453(1021KB) AllocSpace objects, 5(100KB) LOS objects, 33% free, 3MB/4MB, paused 916us total 50.960ms I 486 system SystemServer StartOtaDexOptService W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system SystemServer StartUserManagerService I 486 system SystemServiceManager Starting com.android.server.pm.UserManagerService$LifeCycle I 219 /system/bin/lmkd lowmemorykiller ActivityManager connected D 486 system SensorService nuSensorService starting... W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) E 486 system couldn't find 'FreescaleAccelerometer' input device E 486 system Couldn't open /dev/mma8x5x (No such file or directory) E 486 system Can`t find the Acc sensor! W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) E 486 system couldn't find 'eCompass' input device E 486 system Can`t find the mag sensor! E 486 system SensorService >>>> WARNING <<< Upgrade sensor HAL to version 1_3 D 486 system AccelSensor enable 0 , handle 0 ,mEnabled 0 D 486 system AccelSensor enable 0 , handle 1 ,mEnabled 0 D 486 system MagSensor mEnabled 0, OrientaionSensor mEnabled 0 D 486 system AccelSensor enable 0 , handle 2 ,mEnabled 0 D 486 system MagSensor mEnabled 0, OrientaionSensor mEnabled 0 I 486 system SensorService Generated new HMAC key. D 486 system SensorService nuSensorService thread starting... D 486 system SensorService new thread SensorEventAckReceiver W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system SystemServiceManager Starting com.android.server.BatteryService I 486 system SystemServiceManager Starting com.android.server.usage.UsageStatsService I 486 system SystemServiceManager Starting com.android.server.webkit.WebViewUpdateService I 486 system SystemServer Reading configuration... I 486 system SystemServer StartSchedulingPolicyService I 486 system SystemServiceManager Starting com.android.server.telecom.TelecomLoaderService I 486 system SystemServer StartTelephonyRegistry I 486 system SystemServer StartEntropyMixer W 486 system EntropyMixer No existing entropy file -- first boot? I 486 system EntropyMixer Added HW RNG output to entropy pool I 486 system EntropyMixer Writing entropy... W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system SystemServer Camera Service I 486 system SystemServiceManager Starting com.android.server.camera.CameraService I 486 system ServiceThread Enabled StrictMode logging for CameraService_proxy looper. I 486 system SystemServer StartAccountManagerService I 486 system SystemServiceManager Starting com.android.server.accounts.AccountManagerService$Lifecycle I 486 system SystemServer StartContentService I 486 system SystemServiceManager Starting com.android.server.content.ContentService$Lifecycle I 486 system SystemServer InstallSystemProviders W 486 system System ClassLoader referenced unknown path: /system/priv-app/SettingsProvider/lib/arm W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system SettingsState No settings state /data/system/users/0/settings_system.xml W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system SettingsState No settings state /data/system/users/0/settings_secure.xml D 486 system SettingsProvider Generated and saved new ANDROID_ID [b68006e854e52539] for user 0 I 486 system SettingsState No settings state /data/system/users/0/settings_global.xml I 486 system SystemServer StartVibratorService E 486 system Vibrator file does not exist : -1 E 486 system Vibrator device does not exist. Cannot start vibrator W 486 system VibratorService Tried to stop vibrating but there is no vibrator device. I 486 system SystemServer StartConsumerIrService E 486 system ConsumerIrService Can't open consumer IR HW Module, error: -2 I 486 system SystemServer StartAlarmManagerService I 486 system SystemServiceManager Starting com.android.server.AlarmManagerService I 486 system SystemServer InitWatchdog I 486 system SystemServer StartInputManagerService I 486 system InputManager Initializing input manager, mUseDevInputEventForAudioJack=false I 486 system SystemServer StartWindowManagerService W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system WindowManager No existing display settings /data/system/display_settings.xml; starting empty I 486 system SystemServer StartVrManagerService I 486 system SystemServiceManager Starting com.android.server.vr.VrManagerService W 486 system VrManagerService init_native: Could not open VR hardware module, error No such file or directory (-2). I 486 system InputManager Starting input manager I 486 system SystemServiceManager Starting com.android.server.BluetoothService D 486 system BluetoothManagerService Loading stored name and address D 486 system BluetoothManagerService Stored bluetooth Name=null,Address=null D 486 system BluetoothManagerService Bluetooth persisted state: 0 I 486 system SystemServer ConnectivityMetricsLoggerService I 486 system SystemServiceManager Starting com.android.server.connectivity.MetricsLoggerService D 486 system EventHub No input device configuration file found for device 'isl29023 light sensor'. I 486 system SystemServer IpConnectivityMetrics I 486 system SystemServiceManager Starting com.android.server.connectivity.IpConnectivityMetrics I 486 system SystemServer PinnerService I 486 system SystemServiceManager Starting com.android.server.PinnerService I 486 system SystemServiceManager Starting com.android.server.InputMethodManagerService$Lifecycle W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system System ClassLoader referenced unknown path: D 486 system ApplicationLoaders ignored Vulkan layer search path /system/app/LatinIME/lib/arm:/system/fake-libs:/system/app/LatinIME/LatinIME.apk!/lib/armeabi-v7a:/system/lib:/vendor/lib for namespace 0xb32cc0d0 E 486 system EventHub could not get driver version for /dev/input/mice, Not a typewriter E 486 system EventHub could not get driver version for /dev/input/mouse0, Not a typewriter W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system InputMethodManagerService No IME selected. Choose the most applicable IME. I 486 system InputMethodManagerService Default found, using com.android.inputmethod.latin/.LatinIME I 486 system SystemServer StartAccessibilityManagerService I 486 system ActivityManager Config changes=1df8 {1.0 ?mcc?mnc [en_US] ldltr sw800dp w1280dp h800dp 160dpi xlrg land ?uimode ?night -touch -keyb/h/h -nav/h s.2} I 486 system UsageStatsDatabase Upgrading from version 0 to 3 I 486 system UsageStatsDatabase Deleting all usage stats files I 486 system UsageStatsService User[0] Rollover scheduled @ 1970-01-02 00:03:20(86600839) D 486 system UsageStatsService Initializing defaults for system apps on user 0 E 486 system AppIdleHistory Unable to read app idle file for user 0 I 486 system ActivityManager Config changes=400 {1.0 ?mcc?mnc [en_US] ldltr sw800dp w1280dp h728dp 160dpi xlrg land ?uimode ?night -touch -keyb/h/h -nav/h s.3} D 486 system EventHub No input device configuration file found for device 'max11801_ts'. I 486 system EventHub New device: id=2, fd=96, path='/dev/input/event1', name='max11801_ts', classes=0x4, configuration='', keyLayout='', keyCharacterMap='', builtinKeyboard=false, wakeMechanism=EPOLLWAKEUP, usingClockIoctl=true D 486 system EventHub No input device configuration file found for device 'ft5426_ts'. I 486 system EventHub New device: id=3, fd=97, path='/dev/input/event0', name='ft5426_ts', classes=0x14, configuration='', keyLayout='', keyCharacterMap='', builtinKeyboard=false, wakeMechanism=EPOLLWAKEUP, usingClockIoctl=true I 486 system SystemServiceManager Starting com.android.server.MountService$Lifecycle W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system InputReader Device added: id=-1, name='Virtual', sources=0x00000301 I 486 system InputReader Touch device 'ft5426_ts' could not query the properties of its associated display. The device will be inoperable until the display size becomes available. I 486 system SystemServiceManager Starting com.android.server.UiModeManagerService D 486 system MountService Thinking about init, mSystemReady=false, mDaemonConnected=true I 486 system InputReader Device added: id=3, name='ft5426_ts', sources=0x00001002 D 486 system MountService Thinking about reset, mSystemReady=false, mDaemonConnected=true I 486 system InputReader Touch device 'max11801_ts' could not query the properties of its associated display. The device will be inoperable until the display size becomes available. I 486 system InputReader Device added: id=2, name='max11801_ts', sources=0x00002002 D 486 system MountService Thinking about init, mSystemReady=false, mDaemonConnected=true D 486 system MountService Thinking about reset, mSystemReady=false, mDaemonConnected=true I 486 system InputReader Reconfiguring input devices. changes=0x00000004 D 486 system CryptdConnector SND -> {1 cryptfs getfield SystemLocale} D 486 system CryptdConnector RCV <- {200 1 -1} W 486 system MountService No primary storage mounted! D 486 system VoldConnector SND -> {1 asec list} D 486 system VoldConnector RCV <- {200 1 asec operation succeeded} I 486 system PackageManager No secure containers found W 486 system PackageManager Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar W 486 system PackageManager Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar W 486 system PackageManager Not granting permission android.permission.GLOBAL_SEARCH to package com.android.quicksearchbox (protectionLevel=18 flags=0x3888be45) W 486 system PackageManager Not granting permission android.permission.BIND_WALLPAPER to package com.android.camera2 (protectionLevel=18 flags=0x30d8bc45) W 486 system PackageManager Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar W 486 system PackageManager Not granting permission android.permission.WRITE_MEDIA_STORAGE to package com.android.gallery3d (protectionLevel=18 flags=0x38d8bc45) I 486 system InputReader Device reconfigured: id=2, name='max11801_ts', size 1280x800, orientation 0, mode 4, display id 0 I 486 system InputReader Device reconfigured: id=3, name='ft5426_ts', size 1280x800, orientation 0, mode 1, display id 0 W 486 system PackageManager Unknown permission com.google.android.permission.INSTALL_WEARABLE_PACKAGES in package com.android.packageinstaller W 486 system PackageManager Not granting permission android.permission.DELETE_PACKAGES to package com.svox.pico (protectionLevel=18 flags=0x3888be45) W 486 system PackageManager Unknown permission android.permission.RUN_INSTRUMENTATION in package org.chromium.webview_shell I 486 system ActivityManager Config changes=8 {1.0 ?mcc?mnc [en_US] ldltr sw800dp w1280dp h728dp 160dpi xlrg land ?uimode ?night finger -keyb/h/h -nav/h s.4} W 486 system PackageManager Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings W 486 system PackageManager Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone W 486 system PackageManager Unknown permission android.permission.ACCESS_ALL_EXTERNAL_STORAGE in package com.freescale.wfdsink W 486 system PackageManager Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system MountService No primary storage defined yet; hacking together a stub W 486 system MountService No primary storage defined yet; hacking together a stub W 486 system MountService No primary storage mounted! D 486 system VoldConnector SND -> {2 asec list} D 486 system VoldConnector RCV <- {200 2 asec operation succeeded} I 486 system ActivityManager Config changes=200 {1.0 ?mcc?mnc [en_US] ldltr sw800dp w1280dp h728dp 160dpi xlrg land finger -keyb/h/h -nav/h s.5} W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/BleServerEmulator/BleServerEmulator.apk pkg=com.freescale.bleserver isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 681 dex2oat type=1400 audit(0.0:42): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 681 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 681 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out I 681 dex2oat dex2oat took 300.038ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32208B) native alloc=985KB (1008976B) free=1574KB (1612464B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/CubeLiveWallpapers/CubeLiveWallpapers.apk pkg=com.example.android.livecubes isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 686 dex2oat type=1400 audit(0.0:43): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 686 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 686 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 686 dex2oat dex2oat took 211.810ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32208B) native alloc=771KB (789520B) free=1276KB (1307632B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/ethernet/ethernet.apk pkg=com.fsl.ethernet isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 691 dex2oat type=1400 audit(0.0:44): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 691 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 691 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 691 dex2oat dex2oat took 214.415ms (threads: 4) arena alloc=0B (0B) java alloc=27KB (28240B) native alloc=884KB (905808B) free=1163KB (1191344B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/CalendarProvider/CalendarProvider.apk pkg=com.android.providers.calendar isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=/system/framework/android.test.runner.jar W 696 dex2oat type=1400 audit(0.0:45): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 696 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 696 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 696 dex2oat dex2oat took 316.540ms (threads: 4) arena alloc=0B (0B) java alloc=35KB (36168B) native alloc=897KB (918928B) free=1662KB (1702512B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/MediaProvider/MediaProvider.apk pkg=com.android.providers.media isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 701 dex2oat type=1400 audit(0.0:46): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 701 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 701 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 701 dex2oat dex2oat took 238.360ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32216B) native alloc=986KB (1010256B) free=1061KB (1086896B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/WallpaperCropper/WallpaperCropper.apk pkg=com.android.wallpapercropper isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 706 dex2oat type=1400 audit(0.0:47): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 706 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 706 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 706 dex2oat dex2oat took 253.909ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32216B) native alloc=960KB (983376B) free=1599KB (1638064B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/Launcher2/Launcher2.apk pkg=com.android.launcher isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 711 dex2oat type=1400 audit(0.0:48): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 711 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 711 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 711 dex2oat dex2oat took 319.207ms (threads: 4) arena alloc=0B (0B) java alloc=27KB (28240B) native alloc=991KB (1015056B) free=1568KB (1606384B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/DocumentsUI/DocumentsUI.apk pkg=com.android.documentsui isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 716 dex2oat type=1400 audit(0.0:49): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 716 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 716 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 716 dex2oat dex2oat took 591.544ms (threads: 4) arena alloc=0B (0B) java alloc=27KB (28240B) native alloc=788KB (807384B) free=2MB (2338344B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/ExternalStorageProvider/ExternalStorageProvider.apk pkg=com.android.externalstorage isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 721 dex2oat type=1400 audit(0.0:50): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 721 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 721 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 721 dex2oat dex2oat took 225.544ms (threads: 4) arena alloc=0B (0B) java alloc=27KB (28240B) native alloc=935KB (957968B) free=1112KB (1139184B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/HTMLViewer/HTMLViewer.apk pkg=com.android.htmlviewer isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 726 dex2oat type=1400 audit(0.0:51): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 726 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 726 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 726 dex2oat dex2oat took 218.355ms (threads: 4) arena alloc=0B (0B) java alloc=27KB (28240B) native alloc=764KB (782928B) free=1283KB (1314224B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/QuickSearchBox/QuickSearchBox.apk pkg=com.android.quicksearchbox isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 731 dex2oat type=1400 audit(0.0:52): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 731 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 731 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 731 dex2oat dex2oat took 307.519ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32216B) native alloc=969KB (992336B) free=1590KB (1629104B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/DownloadProvider/DownloadProvider.apk pkg=com.android.providers.downloads isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 736 dex2oat type=1400 audit(0.0:53): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 736 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 736 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 736 dex2oat dex2oat took 293.968ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32216B) native alloc=1018KB (1042448B) free=1541KB (1578992B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/SoundRecorder/SoundRecorder.apk pkg=com.android.soundrecorder isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 741 dex2oat type=1400 audit(0.0:54): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 741 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 741 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 741 dex2oat dex2oat took 223.212ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32216B) native alloc=744KB (762832B) free=1303KB (1334320B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/DownloadProviderUi/DownloadProviderUi.apk pkg=com.android.providers.downloads.ui isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 746 dex2oat type=1400 audit(0.0:55): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 746 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 746 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 746 dex2oat dex2oat took 237.534ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32208B) native alloc=746KB (764688B) free=1301KB (1332464B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/PacProcessor/PacProcessor.apk pkg=com.android.pacprocessor isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 752 dex2oat type=1400 audit(0.0:56): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 752 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 752 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 752 dex2oat dex2oat took 224.854ms (threads: 4) arena alloc=0B (0B) java alloc=27KB (28240B) native alloc=744KB (762384B) free=1303KB (1334768B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/CertInstaller/CertInstaller.apk pkg=com.android.certinstaller isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 757 dex2oat type=1400 audit(0.0:57): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 757 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 757 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 757 dex2oat dex2oat took 214.679ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32216B) native alloc=884KB (906192B) free=1163KB (1190960B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/CarrierConfig/CarrierConfig.apk pkg=com.android.carrierconfig isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 762 dex2oat type=1400 audit(0.0:58): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 762 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 762 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 762 dex2oat dex2oat took 218.509ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32216B) native alloc=744KB (762384B) free=1303KB (1334768B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/Contacts/Contacts.apk pkg=com.android.contacts isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 767 dex2oat type=1400 audit(0.0:59): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 767 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 767 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 767 dex2oat dex2oat took 583.420ms (threads: 4) arena alloc=0B (0B) java alloc=27KB (28240B) native alloc=501KB (513736B) free=2MB (2631992B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/Camera2/Camera2.apk pkg=com.android.camera2 isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 772 dex2oat type=1400 audit(0.0:60): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 772 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 772 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 772 dex2oat dex2oat took 892.297ms (threads: 4) arena alloc=0B (0B) java alloc=27KB (28240B) native alloc=407KB (417024B) free=2MB (2728704B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/EasterEgg/EasterEgg.apk pkg=com.android.egg isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 777 dex2oat type=1400 audit(0.0:61): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 777 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 777 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 777 dex2oat dex2oat took 288.823ms (threads: 4) arena alloc=0B (0B) java alloc=27KB (28240B) native alloc=961KB (984848B) free=1598KB (1636592B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/MtpDocumentsProvider/MtpDocumentsProvider.apk pkg=com.android.mtp isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 782 dex2oat type=1400 audit(0.0:62): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 782 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 782 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 782 dex2oat dex2oat took 231.270ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32208B) native alloc=912KB (934320B) free=1135KB (1162832B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/BackupRestoreConfirmation/BackupRestoreConfirmation.apk pkg=com.android.backupconfirm isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 787 dex2oat type=1400 audit(0.0:63): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 787 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 787 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 787 dex2oat dex2oat took 225.173ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32240B) native alloc=747KB (765200B) free=1300KB (1331952B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/Provision/Provision.apk pkg=com.android.provision isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 792 dex2oat type=1400 audit(0.0:64): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 792 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 792 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 792 dex2oat dex2oat took 222.587ms (threads: 4) arena alloc=0B (0B) java alloc=27KB (28240B) native alloc=804KB (824144B) free=1243KB (1273008B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/StatementService/StatementService.apk pkg=com.android.statementservice isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 797 dex2oat type=1400 audit(0.0:65): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 797 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 797 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 797 dex2oat dex2oat took 226.139ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32216B) native alloc=978KB (1002448B) free=1069KB (1094704B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/Calendar/Calendar.apk pkg=com.android.calendar isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 802 dex2oat type=1400 audit(0.0:66): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 802 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 802 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 802 dex2oat dex2oat took 372.213ms (threads: 4) arena alloc=0B (0B) java alloc=27KB (28240B) native alloc=872KB (893648B) free=2MB (2252080B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/SharedStorageBackup/SharedStorageBackup.apk pkg=com.android.sharedstoragebackup isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 807 dex2oat type=1400 audit(0.0:67): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 807 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 807 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 807 dex2oat dex2oat took 217.376ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32208B) native alloc=746KB (764688B) free=1301KB (1332464B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/PrintSpooler/PrintSpooler.apk pkg=com.android.printspooler isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 812 dex2oat type=1400 audit(0.0:68): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 812 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 812 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 812 dex2oat dex2oat took 322.039ms (threads: 4) arena alloc=0B (0B) java alloc=27KB (28240B) native alloc=972KB (995920B) free=1587KB (1625520B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/BasicDreams/BasicDreams.apk pkg=com.android.dreams.basic isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 817 dex2oat type=1400 audit(0.0:69): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 817 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 817 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 817 dex2oat dex2oat took 225.695ms (threads: 4) arena alloc=0B (0B) java alloc=27KB (28240B) native alloc=784KB (803408B) free=1263KB (1293744B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/webview/webview.apk pkg=com.android.webview isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 822 dex2oat type=1400 audit(0.0:70): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 822 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 822 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 822 dex2oat dex2oat took 414.505ms (threads: 4) arena alloc=0B (0B) java alloc=27KB (28240B) native alloc=564KB (577944B) free=2MB (2567784B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/MusicFX/MusicFX.apk pkg=com.android.musicfx isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 827 dex2oat type=1400 audit(0.0:71): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 827 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 827 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 827 dex2oat dex2oat took 223.481ms (threads: 4) arena alloc=0B (0B) java alloc=27KB (28240B) native alloc=884KB (906192B) free=1163KB (1190960B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/CellBroadcastReceiver/CellBroadcastReceiver.apk pkg=com.android.cellbroadcastreceiver isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 832 dex2oat type=1400 audit(0.0:72): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 832 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 832 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 832 dex2oat dex2oat took 230.698ms (threads: 4) arena alloc=0B (0B) java alloc=27KB (28240B) native alloc=941KB (964176B) free=1106KB (1132976B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/OneTimeInitializer/OneTimeInitializer.apk pkg=com.android.onetimeinitializer isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 837 dex2oat type=1400 audit(0.0:73): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 837 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 837 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 837 dex2oat dex2oat took 228.272ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32208B) native alloc=907KB (928784B) free=1140KB (1168368B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/KeyChain/KeyChain.apk pkg=com.android.keychain isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 842 dex2oat type=1400 audit(0.0:74): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 842 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 842 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 842 dex2oat dex2oat took 233.482ms (threads: 4) arena alloc=0B (0B) java alloc=27KB (28240B) native alloc=889KB (911184B) free=1158KB (1185968B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/PrintRecommendationService/PrintRecommendationService.apk pkg=com.android.printservice.recommendation isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 847 dex2oat type=1400 audit(0.0:75): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 847 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 847 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 847 dex2oat dex2oat took 233.439ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32240B) native alloc=946KB (969232B) free=1101KB (1127920B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/Gallery2/Gallery2.apk pkg=com.android.gallery3d isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 852 dex2oat type=1400 audit(0.0:76): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 852 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 852 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 852 dex2oat dex2oat took 784.921ms (threads: 4) arena alloc=0B (0B) java alloc=27KB (28240B) native alloc=467KB (478616B) free=2MB (2667112B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/CallLogBackup/CallLogBackup.apk pkg=com.android.calllogbackup isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 857 dex2oat type=1400 audit(0.0:77): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 857 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 857 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 857 dex2oat dex2oat took 226.852ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32216B) native alloc=768KB (786704B) free=1279KB (1310448B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/PicoTts/PicoTts.apk pkg=com.svox.pico isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 862 dex2oat type=1400 audit(0.0:78): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 862 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 862 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 862 dex2oat dex2oat took 230.924ms (threads: 4) arena alloc=0B (0B) java alloc=27KB (28240B) native alloc=769KB (787472B) free=1278KB (1309680B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/Browser2/Browser2.apk pkg=org.chromium.webview_shell isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=/system/framework/android.test.runner.jar W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 867 dex2oat type=1400 audit(0.0:79): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 867 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 867 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 867 dex2oat dex2oat took 242.392ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32192B) native alloc=965KB (988624B) free=1594KB (1632816B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/ManagedProvisioning/ManagedProvisioning.apk pkg=com.android.managedprovisioning isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 872 dex2oat type=1400 audit(0.0:80): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 872 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 872 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 872 dex2oat dex2oat took 270.101ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32208B) native alloc=960KB (983568B) free=1599KB (1637872B) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/LiveWallpapersPicker/LiveWallpapersPicker.apk pkg=com.android.wallpaper.livepicker isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 877 dex2oat type=1400 audit(0.0:81): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 877 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 877 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 877 dex2oat dex2oat took 434.611ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32208B) native alloc=904KB (926352B) free=2MB (2219376B) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/StorageManager/StorageManager.apk pkg=com.android.storagemanager isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 882 dex2oat type=1400 audit(0.0:82): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 882 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 882 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 882 dex2oat dex2oat took 510.795ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32216B) native alloc=810KB (830184B) free=2MB (2315544B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/BookmarkProvider/BookmarkProvider.apk pkg=com.android.bookmarkprovider isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 887 dex2oat type=1400 audit(0.0:83): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 887 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 887 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 887 dex2oat dex2oat took 229.979ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32216B) native alloc=764KB (782864B) free=1283KB (1314288B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/A2dpSinkApp/A2dpSinkApp.apk pkg=com.freescale.a2dpsinkapp isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 892 dex2oat type=1400 audit(0.0:84): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 892 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 892 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 892 dex2oat dex2oat took 224.664ms (threads: 4) arena alloc=0B (0B) java alloc=27KB (28240B) native alloc=747KB (765520B) free=1300KB (1331632B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/ExactCalculator/ExactCalculator.apk pkg=com.android.calculator2 isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 897 dex2oat type=1400 audit(0.0:85): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 897 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 897 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 897 dex2oat dex2oat took 283.252ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32216B) native alloc=986KB (1009680B) free=1573KB (1611760B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/VpnDialogs/VpnDialogs.apk pkg=com.android.vpndialogs isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 902 dex2oat type=1400 audit(0.0:86): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 902 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 902 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 902 dex2oat dex2oat took 209.272ms (threads: 4) arena alloc=0B (0B) java alloc=27KB (28240B) native alloc=744KB (762448B) free=1303KB (1334704B) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/Email/Email.apk pkg=com.android.email isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 907 dex2oat type=1400 audit(0.0:87): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 907 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 907 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 907 dex2oat dex2oat took 1.328s (threads: 4) arena alloc=0B (0B) java alloc=27KB (28240B) native alloc=507KB (519248B) free=2MB (2626480B) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/Music/Music.apk pkg=com.android.music isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 912 dex2oat type=1400 audit(0.0:88): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 912 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 912 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 912 dex2oat dex2oat took 262.012ms (threads: 4) arena alloc=0B (0B) java alloc=27KB (28240B) native alloc=961KB (985008B) free=1598KB (1636432B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/WallpaperBackup/WallpaperBackup.apk pkg=com.android.wallpaperbackup isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 917 dex2oat type=1400 audit(0.0:89): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 917 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 917 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 917 dex2oat dex2oat took 232.189ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32216B) native alloc=747KB (765456B) free=1300KB (1331696B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/BlockedNumberProvider/BlockedNumberProvider.apk pkg=com.android.providers.blockednumber isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 922 dex2oat type=1400 audit(0.0:90): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 922 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 922 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 922 dex2oat dex2oat took 296.047ms (threads: 4) arena alloc=0B (0B) java alloc=27KB (28240B) native alloc=959KB (982992B) free=1088KB (1114160B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/UserDictionaryProvider/UserDictionaryProvider.apk pkg=com.android.providers.userdictionary isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 927 dex2oat type=1400 audit(0.0:91): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 927 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 927 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 927 dex2oat dex2oat took 227.982ms (threads: 4) arena alloc=0B (0B) java alloc=27KB (28240B) native alloc=774KB (793360B) free=1273KB (1303792B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/EmergencyInfo/EmergencyInfo.apk pkg=com.android.emergency isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 932 dex2oat type=1400 audit(0.0:92): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 932 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 932 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 932 dex2oat dex2oat took 419.541ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32216B) native alloc=899KB (920720B) free=2MB (2225008B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/DeskClock/DeskClock.apk pkg=com.android.deskclock isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 937 dex2oat type=1400 audit(0.0:93): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 937 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 937 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 937 dex2oat dex2oat took 701.260ms (threads: 4) arena alloc=0B (0B) java alloc=27KB (28240B) native alloc=477KB (488728B) free=2MB (2657000B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/BluetoothMidiService/BluetoothMidiService.apk pkg=com.android.bluetoothmidiservice isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 942 dex2oat type=1400 audit(0.0:94): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 942 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 942 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 942 dex2oat dex2oat took 227.086ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32208B) native alloc=747KB (764944B) free=1300KB (1332208B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/BleClient/BleClient.apk pkg=com.freescale.bleclient isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 947 dex2oat type=1400 audit(0.0:95): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 947 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 947 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 947 dex2oat dex2oat took 244.598ms (threads: 4) arena alloc=0B (0B) java alloc=27KB (28240B) native alloc=957KB (980400B) free=1090KB (1116752B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/Bluetooth/Bluetooth.apk pkg=com.android.bluetooth isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=/system/framework/javax.obex.jar W 952 dex2oat type=1400 audit(0.0:96): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 952 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 952 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 952 dex2oat dex2oat took 896.902ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32240B) native alloc=478KB (490096B) free=2MB (2655632B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/priv-app/ContactsProvider/ContactsProvider.apk pkg=com.android.providers.contacts isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 957 dex2oat type=1400 audit(0.0:97): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 I 957 dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 957 cutils-trace Error opening trace file: Permission denied (13) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 957 dex2oat dex2oat took 412.456ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32216B) native alloc=913KB (935824B) free=2MB (2209904B) I 486 system PackageManager.DexOptimizer Running dexopt (dex2oat) on: /system/app/CaptivePortalLogin/CaptivePortalLogin.apk pkg=com.android.captiveportallogin isa=arm vmSafeMode=false debuggable=false target-filter=verify-at-runtime oatDir = null sharedLibraries=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 965 /system/bin/dex2oat dex2oat /system/bin/dex2oat --compiler-filter=verify-at-runtime E 965 /system/bin/dex2oat cutils-trace Error opening trace file: Permission denied (13) W 965 /system/bin/dex2oat dex2oat type=1400 audit(0.0:98): avc: denied { write } for name="trace_marker" dev="tracefs" ino=125 scontext=u:r:dex2oat:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 965 /system/bin/dex2oat dex2oat dex2oat took 317.846ms (threads: 4) arena alloc=0B (0B) java alloc=31KB (32208B) native alloc=747KB (764944B) free=1300KB (1332208B) I 486 system SystemServer StartLockSettingsService I 486 system SystemServiceManager Starting com.android.server.LockSettingsService$Lifecycle I 486 system SystemServiceManager Starting com.android.server.PersistentDataBlockService E 486 system PersistentDataBlockService not able to find package E 486 system PersistentDataBlockService android.content.pm.PackageManager$NameNotFoundException: E 486 system PersistentDataBlockService at android.app.ApplicationPackageManager.getPackageUidAsUser(ApplicationPackageManager.java:256) E 486 system PersistentDataBlockService at com.android.server.PersistentDataBlockService.getAllowedUid(PersistentDataBlockService.java:102) E 486 system PersistentDataBlockService at com.android.server.PersistentDataBlockService. (PersistentDataBlockService.java:93) E 486 system PersistentDataBlockService at java.lang.reflect.Constructor.newInstance0(Native Method) E 486 system PersistentDataBlockService at java.lang.reflect.Constructor.newInstance(Constructor.java:430) E 486 system PersistentDataBlockService at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:92) E 486 system PersistentDataBlockService at com.android.server.SystemServer.startOtherServices(SystemServer.java:749) E 486 system PersistentDataBlockService at com.android.server.SystemServer.run(SystemServer.java:334) E 486 system PersistentDataBlockService at com.android.server.SystemServer.main(SystemServer.java:219) E 486 system PersistentDataBlockService at java.lang.reflect.Method.invoke(Native Method) E 486 system PersistentDataBlockService at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886) E 486 system PersistentDataBlockService at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system SystemServiceManager Starting com.android.server.DeviceIdleController I 486 system SystemServiceManager Starting com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system SystemServer StartStatusBarManagerService I 486 system SystemServer StartClipboardService I 486 system SystemServer StartNetworkManagementService I 486 system NetworkManagement onDaemonConnected() I 486 system SystemServiceManager Starting com.android.server.TextServicesManagerService$Lifecycle I 486 system SystemServer StartNetworkScoreService I 486 system SystemServer StartNetworkStatsService I 486 system SystemServer StartNetworkPolicyManagerService I 486 system SystemServer No Wi-Fi NAN Service (NAN support Not Present) I 486 system SystemServiceManager Starting com.android.server.wifi.p2p.WifiP2pService I 486 system WifiP2pService Registering wifip2p I 486 system SystemServiceManager Starting com.android.server.wifi.WifiService W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system HS20 Passpoint is disabled E 486 system IpManager.wlan0 Failed to disable IPv6java.lang.IllegalStateException: command '1 interface ipv6 wlan0 disable' failed with '400 1 Failed to change IPv6 state (No such file or directory)' D 486 system WifiApConfigStore 2G band allowed channels are:1,6,11 E 486 system WifiLogger no ring buffers found E 486 system WifiLogger Failed to start packet fate monitoring E 486 system WifiApConfigStore Error reading hotspot configuration java.io.FileNotFoundException: /data/misc/wifi/softap.conf (No such file or directory) D 486 system WifiApConfigStore Fallback to use default AP configuration D 238 /system/bin/netd CommandListener Clearing all IP addresses on wlan0 D 486 system WifiController isAirplaneModeOn = false, isWifiEnabled = false, isScanningAvailable = false I 486 system WifiService Registering wifi I 486 system SystemServiceManager Starting com.android.server.wifi.scanner.WifiScanningService I 486 system WifiScanningService Creating wifiscanner I 486 system WifiScanningService Publishing wifiscanner I 486 system SystemServiceManager Starting com.android.server.wifi.RttService I 486 system RttService Creating rttmanager I 486 system RttService Starting rttmanager I 486 system SystemServiceManager Starting com.android.server.ethernet.EthernetService I 486 system EthernetServiceImpl Creating EthernetConfigStore E 486 system IpConfigStore Error parsing configuration: java.io.FileNotFoundException: /data/misc/ethernet/ipconfig.txt (No such file or directory) W 486 system EthernetConfigStore No Ethernet configuration found. Using default. I 486 system EthernetServiceImpl Read stored IP configuration: IP assignment: DHCP I 486 system EthernetServiceImpl Proxy settings: NONE I 486 system EthernetService Registering service ethernet I 486 system SystemServer StartConnectivityService D 486 system ConnectivityService ConnectivityService starting up D 486 system ConnectivityService wifiOnly=false E 486 system ConnectivityService Ignoring protectedNetwork 14 E 486 system ConnectivityService Ignoring protectedNetwork 15 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system SystemServer StartNsdService I 486 system SystemServer StartUpdateLockService I 486 system SystemServiceManager Starting com.android.server.RecoverySystemService I 486 system SystemServiceManager Starting com.android.server.notification.NotificationManagerService D 486 system ConditionProviders.SCP new ScheduleConditionProvider() D 486 system ZenLog set_zen_mode: off,init I 486 system SystemServiceManager Starting com.android.server.storage.DeviceStorageMonitorService I 486 system SystemServer StartLocationManagerService W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system SystemServer StartCountryDetectorService I 486 system SystemServer StartSearchManagerService I 486 system SystemServiceManager Starting com.android.server.search.SearchManagerService$Lifecycle I 486 system SystemServiceManager Starting com.android.server.DropBoxManagerService I 486 system SystemServer StartWallpaperManagerService I 486 system SystemServiceManager Starting com.android.server.wallpaper.WallpaperManagerService$Lifecycle E 486 system BitmapFactory Unable to decode stream: java.io.FileNotFoundException: /data/system/users/0/wallpaper_orig (No such file or directory) E 486 system WallpaperManagerService Invalid wallpaper data E 486 system WallpaperManagerService Unable to apply new wallpaper W 486 system WallpaperManagerService no current wallpaper -- first boot? I 486 system SystemServer StartAudioService I 486 system SystemServiceManager Starting com.android.server.audio.AudioService$Lifecycle D 229 /system/bin/audioserver PermissionCache checking android.permission.MODIFY_AUDIO_SETTINGS for uid=1000 => granted (1106 us) W 486 system TelecomManager Telecom Service not found. I 486 system SystemServiceManager Starting com.android.server.DockObserver W 486 system DockObserver This kernel does not have dock station support I 486 system SystemServer StartWiredAccessoryManager W 486 system WiredAccessoryManager This kernel does not have wired headset support W 486 system WiredAccessoryManager This kernel does not have usb audio support W 486 system WiredAccessoryManager This kernel does not have HDMI audio support I 486 system SystemServiceManager Starting com.android.server.usb.UsbService$Lifecycle E 486 system AlsaCardRecord Failed to parse line 0 of /proc/asound/cards: --- E 486 system UsbDeviceManager failed to write to /sys/class/android_usb/android0/f_rndis/ethaddr I 486 system SystemServer StartSerialService W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) E 486 system HardwarePropertiesManagerService-JNI Couldn't load thermal module (No such file or directory) I 486 system SystemServiceManager Starting com.android.server.twilight.TwilightService I 486 system SystemServiceManager Starting com.android.server.job.JobSchedulerService I 486 system SystemServiceManager Starting com.android.server.soundtrigger.SoundTriggerService I 486 system SystemServiceManager Starting com.android.server.backup.BackupManagerService$Lifecycle I 486 system SystemServiceManager Starting com.android.server.appwidget.AppWidgetService I 486 system SystemServiceManager Starting com.android.server.voiceinteraction.VoiceInteractionManagerService I 486 system SystemServer Gesture Launcher Service I 486 system SystemServiceManager Starting com.android.server.GestureLauncherService I 486 system SystemServiceManager Starting com.android.server.SensorNotificationService I 486 system SystemServiceManager Starting com.android.server.ContextHubSystemService E 486 system ContextHubService ** Could not load context_hub module : err No such file or directory W 486 system ContextHubService No Context Hub Module present I 486 system SystemServer StartDiskStatsService I 486 system SystemServer StartSamplingProfilerService I 486 system SystemServer StartNetworkTimeUpdateService I 486 system SystemServer StartCommonTimeManagementService I 486 system SystemServer CertBlacklister I 486 system SystemServiceManager Starting com.android.server.emergency.EmergencyAffordanceService I 486 system SystemServiceManager Starting com.android.server.dreams.DreamManagerService I 486 system SystemServer StartAssetAtlasService D 486 system AssetAtlas Computing best atlas configuration... D 486 system AssetAtlas Running Atlas Worker #1 I 486 system SystemServiceManager Starting com.android.server.print.PrintManagerService D 486 system AssetAtlas Running Atlas Worker #2 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system AssetAtlas Running Atlas Worker #4 D 486 system AssetAtlas Running Atlas Worker #3 I 486 system SystemServiceManager Starting com.android.server.restrictions.RestrictionsManagerService I 486 system SystemServiceManager Starting com.android.server.media.MediaSessionService I 486 system SystemServer StartMediaRouterService I 486 system SystemServiceManager Starting com.android.server.trust.TrustManagerService I 486 system SystemServer StartBackgroundDexOptService I 486 system SystemServiceManager Starting com.android.server.pm.ShortcutService$Lifecycle I 486 system SystemServiceManager Starting com.android.server.pm.LauncherAppsService I 486 system SystemServiceManager Starting com.android.server.media.projection.MediaProjectionManagerService V 486 system MediaRouter Adding route: RouteInfo{ name=Tablet, description=null, status=null, category=RouteCategory{ name=null types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } V 486 system MediaRouter Updating audio routes: AudioRoutesInfo{ type=SPEAKER } V 486 system MediaRouter Selecting route: RouteInfo{ name=Tablet, description=null, status=null, category=RouteCategory{ name=null types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } D 486 system AssetAtlas Found best atlas configuration (out of 576) in 0.07s D 486 system AssetAtlas Loaded configuration: SliceMinArea (576x576) flags=0x2 count=91 I 486 system WindowManager SAFE MODE not enabled I 486 system SystemServiceManager Starting com.android.server.MmsServiceBroker I 486 system SystemServiceManager Starting com.android.server.retaildemo.RetailDemoModeService I 486 system ServiceThread Enabled StrictMode logging for RetailDemoModeService looper. I 486 system imx6.gralloc open gpu gralloc module! W 486 system VibratorService Tried to stop vibrating but there is no vibrator device. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system art Background partial concurrent mark sweep GC freed 114531(3MB) AllocSpace objects, 3(60KB) LOS objects, 33% free, 5MB/8MB, paused 3.386ms total 114.473ms E 486 system SQLiteLog (1) no such table: locksettings I 486 system LockSettingsService Migrated lock settings to new location W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system AssetAtlas Rendered atlas in 109.12ms (41.27+67.84ms) I 486 system LockSettingsService Migrated per-user lock settings to new location I 486 system LockSettingsService Migrated biometric weak to use the fallback instead I 486 system LockSettingsService Migrated lockscreen disabled flag E 486 system LockSettingsStorage Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.password.key: open failed: ENOENT (No such file or directory) E 486 system LockSettingsStorage Cannot read file java.io.FileNotFoundException: /data/system/password.key: open failed: ENOENT (No such file or directory) E 486 system LockSettingsStorage Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.pattern.key: open failed: ENOENT (No such file or directory) E 486 system LockSettingsStorage Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.gesture.key: open failed: ENOENT (No such file or directory) E 486 system LockSettingsStorage Cannot read file java.io.FileNotFoundException: /data/system/gesture.key: open failed: ENOENT (No such file or directory) I 486 system SystemServiceManager Starting phase 480 I 486 system SystemServiceManager Starting phase 500 D 486 system ConnectivityMetricsLoggerService onBootPhase: PHASE_SYSTEM_SERVICES_READY I 486 system WifiService WifiService starting up with Wi-Fi disabled I 486 system WifiScanningService Starting wifiscanner W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system RttService Registering rttmanager I 486 system EthernetServiceImpl Starting Ethernet service D 486 system Ethernet Registering NetworkFactory D 486 system ConnectivityService Got NetworkFactory Messenger for Ethernet D 486 system Ethernet got request NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 0 D 486 system EthernetNetworkFactory Started tracking interface eth0 D 238 /system/bin/netd CommandListener Setting iface cfg D 238 /system/bin/netd CommandListener Trying to bring up eth0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system ZenLog config: cleanUpZenRules,ZenModeConfig[user=0,allowCalls=true,allowRepeatCallers=false,allowMessages=false,allowCallsFrom=contacts,allowMessagesFrom=contacts,allowReminders=true,allowEvents=true,allowWhenScreenOff=true,allowWhenScreenOn=true,automaticRules={52f7ad9de46840f68ab58fd3963db759=ZenRule[enabled=false,snoozing=false,name=Event,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/event?userId=-10000&calendar=&reply=1,condition=null,component=ComponentInfo{android/com.android.server.notification.EventConditionProvider},id=52f7ad9de46840f68ab58fd3963db759,creationTime=224631,enabler=null], 47863810e54d4ba3a5eaf7b3dfc0b6d2=ZenRule[enabled=false,snoozing=false,name=Weeknight,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0&exitAtAlarm=false,condition=null,component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider},id=47863810e54d4ba3a5eaf7b3dfc0b6d2,creationTime=224629,enabler=null], 115f643d6487490dbf893f006f26ae17=ZenRule[enabled=false,snoozing=false,name=Weekend,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=6.7&start=23.30&end=10.0&exitAtAlarm=false,condition=null,component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider},id=115f643d6487490dbf893f006f26ae17,creationTime=224630,enabler=null]},manualRule=null],Diff[] D 486 system ZenLog set_zen_mode: off,onSystemReady D 229 /system/bin/audioserver PermissionCache checking android.permission.CAPTURE_AUDIO_HOTWORD for uid=1000 => granted (322 us) W 486 system SoundTriggerHelper listModules status=0, # of modules=0 D 486 system ContextHubSystemService onBootPhase: PHASE_SYSTEM_SERVICES_READY I 486 system DefaultPermGrantPolicy Granting permissions to platform components for user 0 D 486 system VoldConnector SND -> {3 volume remount_uid 1001 none} D 207 /system/bin/vold vold Remounting 1001 as mode none W 486 system KeyguardServiceDelegate onScreenTurningOn(): no keyguard service! D 486 system VoldConnector RCV <- {200 3 Command succeeded} D 486 system VoldConnector SND -> {4 volume remount_uid 1001 none} D 207 /system/bin/vold vold Remounting 1001 as mode none W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system VoldConnector RCV <- {200 4 Command succeeded} D 486 system VoldConnector SND -> {5 volume remount_uid 1000 none} D 207 /system/bin/vold vold Remounting 1000 as mode none D 207 /system/bin/vold vold Found matching PID 220 W 207 /system/bin/vold vold Skipping due to root namespace D 207 /system/bin/vold vold Found matching PID 221 W 207 /system/bin/vold vold Skipping due to root namespace D 207 /system/bin/vold vold Found matching PID 240 W 207 /system/bin/vold vold Skipping due to root namespace D 207 /system/bin/vold vold Found matching PID 486 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system VoldConnector RCV <- {200 5 Command succeeded} D 486 system VoldConnector SND -> {6 volume remount_uid 1000 none} D 207 /system/bin/vold vold Remounting 1000 as mode none D 207 /system/bin/vold vold Found matching PID 220 W 207 /system/bin/vold vold Skipping due to root namespace D 207 /system/bin/vold vold Found matching PID 221 W 207 /system/bin/vold vold Skipping due to root namespace D 207 /system/bin/vold vold Found matching PID 240 W 207 /system/bin/vold vold Skipping due to root namespace D 207 /system/bin/vold vold Found matching PID 486 D 486 system VoldConnector RCV <- {200 6 Command succeeded} D 486 system VoldConnector SND -> {7 volume remount_uid 2000 none} D 207 /system/bin/vold vold Remounting 2000 as mode none D 486 system VoldConnector RCV <- {200 7 Command succeeded} D 486 system VoldConnector SND -> {8 volume remount_uid 2000 none} D 207 /system/bin/vold vold Remounting 2000 as mode none D 486 system VoldConnector RCV <- {200 8 Command succeeded} D 486 system VoldConnector SND -> {9 volume remount_uid 10026 none} D 207 /system/bin/vold vold Remounting 10026 as mode none W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system VoldConnector RCV <- {200 9 Command succeeded} D 486 system VoldConnector SND -> {10 volume remount_uid 10026 none} D 207 /system/bin/vold vold Remounting 10026 as mode none D 486 system VoldConnector RCV <- {200 10 Command succeeded} D 486 system VoldConnector SND -> {11 volume remount_uid 1002 none} D 207 /system/bin/vold vold Remounting 1002 as mode none D 486 system VoldConnector RCV <- {200 11 Command succeeded} D 486 system VoldConnector SND -> {12 volume remount_uid 1002 none} D 207 /system/bin/vold vold Remounting 1002 as mode none D 486 system VoldConnector RCV <- {200 12 Command succeeded} I 486 system DefaultPermGrantPolicy Granting permissions to default platform handlers for user 0 W 486 system VoiceInteractionManagerService no available voice interaction services found for user 0 W 486 system VoiceInteractionManagerService no available voice recognition services found for user 0 I 486 system SyncManager No initial accounts I 486 system SyncManager No initial status I 486 system SyncManager No initial statistics W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system VoldConnector SND -> {13 volume remount_uid 10020 none} D 207 /system/bin/vold vold Remounting 10020 as mode none D 486 system VoldConnector RCV <- {200 13 Command succeeded} D 486 system VoldConnector SND -> {14 volume remount_uid 10035 none} D 207 /system/bin/vold vold Remounting 10035 as mode none D 486 system VoldConnector RCV <- {200 14 Command succeeded} D 486 system VoldConnector SND -> {15 volume remount_uid 10035 none} D 207 /system/bin/vold vold Remounting 10035 as mode none D 486 system VoldConnector RCV <- {200 15 Command succeeded} D 486 system VoldConnector SND -> {16 volume remount_uid 10012 none} D 207 /system/bin/vold vold Remounting 10012 as mode none D 486 system VoldConnector RCV <- {200 16 Command succeeded} D 486 system VoldConnector SND -> {17 volume remount_uid 10012 none} D 207 /system/bin/vold vold Remounting 10012 as mode none D 486 system VoldConnector RCV <- {200 17 Command succeeded} D 486 system VoldConnector SND -> {18 volume remount_uid 10015 none} D 207 /system/bin/vold vold Remounting 10015 as mode none D 486 system VoldConnector RCV <- {200 18 Command succeeded} D 486 system VoldConnector SND -> {19 volume remount_uid 10015 none} D 207 /system/bin/vold vold Remounting 10015 as mode none D 486 system VoldConnector RCV <- {200 19 Command succeeded} D 486 system VoldConnector SND -> {20 volume remount_uid 10004 none} D 207 /system/bin/vold vold Remounting 10004 as mode none D 486 system VoldConnector RCV <- {200 20 Command succeeded} D 486 system VoldConnector SND -> {21 volume remount_uid 10004 none} D 207 /system/bin/vold vold Remounting 10004 as mode none D 486 system VoldConnector RCV <- {200 21 Command succeeded} D 486 system VoldConnector SND -> {22 volume remount_uid 10045 none} D 207 /system/bin/vold vold Remounting 10045 as mode none D 486 system VoldConnector RCV <- {200 22 Command succeeded} D 486 system VoldConnector SND -> {23 volume remount_uid 10045 none} D 207 /system/bin/vold vold Remounting 10045 as mode none D 486 system VoldConnector RCV <- {200 23 Command succeeded} D 486 system VoldConnector SND -> {24 volume remount_uid 10049 none} D 207 /system/bin/vold vold Remounting 10049 as mode none W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system VoldConnector RCV <- {200 24 Command succeeded} D 486 system VoldConnector SND -> {25 volume remount_uid 10049 none} D 207 /system/bin/vold vold Remounting 10049 as mode none D 486 system VoldConnector RCV <- {200 25 Command succeeded} D 486 system VoldConnector SND -> {26 volume remount_uid 10025 none} D 207 /system/bin/vold vold Remounting 10025 as mode none D 486 system VoldConnector RCV <- {200 26 Command succeeded} D 486 system VoldConnector SND -> {27 volume remount_uid 10025 none} D 207 /system/bin/vold vold Remounting 10025 as mode none D 486 system VoldConnector RCV <- {200 27 Command succeeded} V 486 system UserManagerService Found /data/user_de/0 with serial number -1 D 486 system UserManagerService Serial number missing on /data/user_de/0; assuming current is valid V 486 system UserManagerService Found /data/user/0 with serial number -1 D 486 system UserManagerService Serial number missing on /data/user/0; assuming current is valid V 486 system UserManagerService Found /data/system_de/0 with serial number -1 D 486 system UserManagerService Serial number missing on /data/system_de/0; assuming current is valid I 486 system ActivityManager System now ready W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.finishDrawingWindow(com.android.server.wm.Session, android.view.IWindow) for 398ms I 486 system SystemServer Making services ready I 486 system SystemServiceManager Starting phase 550 D 486 system BluetoothManagerService Bluetooth boot completed D 486 system BluetoothManagerService Getting adapter name and address D 486 system BluetoothManagerService Message: 200 D 486 system BluetoothManagerService MESSAGE_GET_NAME_AND_ADDRESS D 486 system BluetoothManagerService Binding to service to get name and address I 486 system Zygote Process: zygote socket opened, supported ABIS: armeabi-v7a,armeabi I 486 system ActivityManager Start proc 1014:com.android.bluetooth/1002 for service com.android.bluetooth/.btservice.AdapterService E 486 system InputMethodManagerService Ignoring updateSystemUiLocked due to an invalid token. uid:1000 token:null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system MountService No primary storage defined yet; hacking together a stub D 1014 AdapterServiceConfig Adding HeadsetService D 1014 AdapterServiceConfig Adding A2dpService D 1014 AdapterServiceConfig Adding A2dpSinkService D 1014 AdapterServiceConfig Adding HidService D 1014 AdapterServiceConfig Adding HealthService D 1014 AdapterServiceConfig Adding PanService W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 1014 AdapterServiceConfig Adding GattService D 1014 AdapterServiceConfig Adding BluetoothMapService D 1014 AdapterServiceConfig Adding AvrcpControllerService W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system BluetoothManagerService Message: 20 D 486 system BluetoothManagerService Added callback: android.bluetooth.IBluetoothManagerCallback$Stub$Proxy@ce40445:true D 1014 com.android.bluetooth BluetoothAdapterService onCreate() D 1014 com.android.bluetooth BluetoothAdapterState make() - Creating AdapterState I 1014 com.android.bluetooth bt_btif init I 1014 com.android.bluetooth BluetoothAdapterState Entering OffState W 1014 com.android.bluetooth bt_osi_thread run_thread: thread id 1033, thread name stack_manager started I 1014 com.android.bluetooth bt_stack_manager event_init_stack is initializing the stack I 1014 com.android.bluetooth bt_core_module module_init Initializing module "osi_module" I 1014 com.android.bluetooth bt_core_module module_init Initialized module "osi_module" I 1014 com.android.bluetooth bt_core_module module_init Initializing module "bt_utils_module" I 1014 com.android.bluetooth bt_core_module module_init Initialized module "bt_utils_module" I 1014 com.android.bluetooth bt_core_module module_init Initializing module "btif_config_module" E 1014 com.android.bluetooth bt_osi_config config_new unable to open file '/data/misc/bluedroid/bt_config.conf': No such file or directory W 1014 com.android.bluetooth %s unable to load config file: %s; using backup. init E 1014 com.android.bluetooth bt_osi_config config_new unable to open file '/data/misc/bluedroid/bt_config.bak': No such file or directory W 1014 com.android.bluetooth %s unable to load backup; attempting to transcode legacy file. init E 1014 com.android.bluetooth %s unable to load XML file '%s': %d config_t *btif_config_transcode(const char *) E 1014 com.android.bluetooth %s unable to transcode legacy file; creating empty config. init W 1014 com.android.bluetooth bt_osi_thread run_thread: thread id 1036, thread name alarm_default_ca started W 1014 com.android.bluetooth bt_osi_thread run_thread: thread id 1037, thread name alarm_dispatcher started I 1014 com.android.bluetooth bt_core_module module_init Initialized module "btif_config_module" I 1014 com.android.bluetooth bt_core_module module_init Initializing module "interop_module" I 1014 com.android.bluetooth bt_core_module module_init Initialized module "interop_module" I 1014 com.android.bluetooth bt_core_module module_init Initializing module "stack_config_module" I 1014 com.android.bluetooth bt_stack_config init attempt to load stack conf from /etc/bluetooth/bt_stack.conf I 1014 com.android.bluetooth bt_core_module module_init Initialized module "stack_config_module" W 1014 com.android.bluetooth bt_osi_thread run_thread: thread id 1038, thread name bt_jni_workqueue started I 1014 com.android.bluetooth bt_stack_manager event_init_stack finished I 1014 com.android.bluetooth bt_osi_wakelock wakelock_set_os_callouts set to non-native I 1014 com.android.bluetooth bt_btif get_profile_interface socket D 1014 com.android.bluetooth BluetoothAdapterProperties Address is:22:22:51:75:5E:58 D 1014 com.android.bluetooth BluetoothAdapterProperties Name is: iMX6 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1014 com.android.bluetooth bt_btif get_profile_interface sdp D 1014 com.android.bluetooth BluetoothAdapterService setAdapterService() - set to: null D 1014 com.android.bluetooth BluetoothAdapterService onBind() W 486 system WindowManager Keyguard drawn timeout. Setting mKeyguardDrawComplete W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService$LocalService.setOnHardKeyboardStatusChangeListener(android.view.WindowManagerInternal$OnHardKeyboardStatusChangeListener) for 476ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system InputMethodManagerService Reset the default IME as "Resource" is ready here. I 486 system InputMethodManagerService Default found, using com.android.inputmethod.latin/.LatinIME W 486 system InputMethodManagerService Illegal subtype state: old subtype = null, new subtype = android.view.inputmethod.InputMethodSubtype@c9194f98 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system ActivityManager Start proc 1039:com.android.inputmethod.latin/u0a47 for service com.android.inputmethod.latin/.LatinIME V 486 system InputMethodManagerService Adding window token: android.os.Binder@cb76fd W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1039 LatinIME Hardware accelerated drawing: true W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowManagerService.showStrictModeViolation(int, int)(WindowManagerService.java:6257) waiters=0 in void com.android.server.wm.WindowManagerService.addWindowToken(android.os.IBinder, int) for 368ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system EthernetNetworkFactory updateInterface: eth0 link up D 486 system EthernetNetworkFactory starting ipProvisioningThread(eth0): mNetworkInfo=[type: Ethernet[], state: UNKNOWN/IDLE, reason: (unspecified), extra: b6:d9:69:8f:41:44, failover: false, available: true, roaming: false, metered: false] D 238 /system/bin/netd CommandListener Clearing all IP addresses on eth0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system DhcpClient Receive thread started D 486 system DhcpClient Broadcasting DHCPDISCOVER W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowManagerService$H.handleMessage(android.os.Message)(WindowManagerService.java:8361) waiters=0 in void com.android.server.wm.WindowManagerService.addWindowToken(android.os.IBinder, int) for 535ms D 486 system MountService Thinking about init, mSystemReady=true, mDaemonConnected=true W 486 system WindowManager Timeout waiting for drawn: undrawn=[Window{db0591e u0 KeyguardScrim}] D 486 system MountService Setting up emulation state, initlocked=false W 486 system art Long monitor contention with owner main (486) at void com.android.server.wm.WindowManagerService.addWindowToken(android.os.IBinder, int)(WindowManagerService.java:3434) waiters=0 in java.util.List com.android.server.InputMethodManagerService.getInputMethodList() for 780ms D 486 system CryptdConnector SND -> {2 cryptfs unlock_user_key 0 0 ! !} D 207 /system/bin/vold vold e4crypt_unlock_user_key 0 serial=0 token_present=0 E 207 /system/bin/vold vold Failed to chmod /data/system_ce/0: No such file or directory E 207 /system/bin/vold vold Failed to chmod /data/misc_ce/0: No such file or directory E 207 /system/bin/vold vold Failed to chmod /data/media/0: No such file or directory D 486 system CryptdConnector RCV <- {200 2 Command succeeded} D 486 system MountService Thinking about reset, mSystemReady=true, mDaemonConnected=true D 486 system VoldConnector SND -> {28 volume reset} I 486 system ActivityManager Force stopping com.android.providers.media appid=10012 user=-1: vold reset D 486 system VoldConnector RCV <- {651 emulated 7} D 486 system VoldConnector RCV <- {659 emulated} D 486 system VoldConnector RCV <- {650 emulated 2 "" ""} D 486 system VoldConnector RCV <- {651 emulated 0} D 486 system VoldConnector RCV <- {200 28 Command succeeded} D 486 system VoldConnector SND -> {29 volume user_added 0 0} D 486 system BluetoothManagerService Message: 20 D 486 system BluetoothManagerService Added callback: android.bluetooth.BluetoothAdapter$1@58b8595:true V 486 system MountService Found primary storage at VolumeInfo{emulated}: V 486 system MountService type=EMULATED diskId=null partGuid=null mountFlags=0 mountUserId=-1 V 486 system MountService state=UNMOUNTED V 486 system MountService fsType=null fsUuid=null fsLabel=null V 486 system MountService path=null internalPath=null D 486 system BluetoothManagerService Message: 30 D 486 system VoldConnector RCV <- {200 29 Command succeeded} D 486 system BluetoothManagerService Trying to bind to profile: 1, while Bluetooth was disabled D 486 system VoldConnector SND -> {30 volume mount emulated 3 -1} D 486 system BluetoothManagerService Message: 30 D 486 system VoldConnector RCV <- {651 emulated 1} D 486 system VoldConnector RCV <- {656 emulated /data/media} V 207 /system/bin/vold vold Waiting for FUSE to spin up... D 486 system VoldConnector RCV <- {655 emulated /storage/emulated} I 486 system SystemServer WebViewFactory preparation I 229 /system/bin/audioserver AudioFlinger systemReady D 486 system WebViewFactory Setting new address space to 104857600 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 1063 sdcard Device explicitly disabled sdcardfs D 486 system VoldConnector RCV <- {651 emulated 2} D 486 system VoldConnector RCV <- {200 30 Command succeeded} I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 486 system ActivityManager Start proc 1072:WebViewLoader-armeabi-v7a/1037 [android.webkit.WebViewFactory$RelroFileCreator] for E 237 /system/bin/mediaserver OMXMaster A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one. E 237 /system/bin/mediaserver OMXMaster A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one. E 237 /system/bin/mediaserver OMXMaster A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one. E 237 /system/bin/mediaserver OMXMaster A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one. E 237 /system/bin/mediaserver OMXMaster A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one. E 237 /system/bin/mediaserver OMXMaster A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one. E 237 /system/bin/mediaserver OMXMaster A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one. E 237 /system/bin/mediaserver OMXMaster A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one. E 237 /system/bin/mediaserver OMXMaster A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one. E 237 /system/bin/mediaserver OMXMaster A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one. E 237 /system/bin/mediaserver OMXMaster A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one. E 237 /system/bin/mediaserver OMXMaster A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one. E 237 /system/bin/mediaserver OMXMaster A component of name 'OMX.Freescale.std.parser.streaming.sw-based' already exists, ignoring this one. E 237 /system/bin/mediaserver OMXMaster A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one. I 486 system ActivityManager Start proc 1080:com.android.systemui/u0a26 for service com.android.systemui/.SystemUIService W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system NetworkManagement enabling bandwidth control E 234 media.codec OMXMaster A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one. E 234 media.codec OMXMaster A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one. E 234 media.codec OMXMaster A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one. E 234 media.codec OMXMaster A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one. E 234 media.codec OMXMaster A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one. E 234 media.codec OMXMaster A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one. E 234 media.codec OMXMaster A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one. E 234 media.codec OMXMaster A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one. E 234 media.codec OMXMaster A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one. E 234 media.codec OMXMaster A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one. E 234 media.codec OMXMaster A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one. E 234 media.codec OMXMaster A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one. E 234 media.codec OMXMaster A component of name 'OMX.Freescale.std.parser.streaming.sw-based' already exists, ignoring this one. E 234 media.codec OMXMaster A component of name 'OMX.Freescale.std.parser.fsl.sw-based' already exists, ignoring this one. I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.gsm.decoder) in mediacodec process V 1072 der WebViewFactory RelroFileCreator (64bit = false), 32-bit lib: /system/app/webview/webview.apk!/lib/armeabi-v7a/libwebviewchromium.so, 64-bit lib: W 1080 com.android.systemui System ClassLoader referenced unknown path: /system/priv-app/SystemUI/lib/arm W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) V 1080 com.android.systemui SystemUIService Starting SystemUI services for user 0. I 1072 der art System.exit called, status: 0 I 1072 der AndroidRuntime VM exiting with result code 0, cleanup skipped. I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.video_encoder.mpeg4.hw-based) in mediacodec process W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system NetworkManagement setDataSaverMode(): already false W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out V 1080 com.android.systemui MediaRouter Adding route: RouteInfo{ name=Tablet, description=null, status=null, category=RouteCategory{ name=null types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } W 1039 com.android.inputmethod.latin InputAttributes No editor info for this field. Bug? V 1080 com.android.systemui MediaRouter Updating audio routes: AudioRoutesInfo{ type=SPEAKER } I 234 media.codec vpu-lib Product Info: i.MX6Q/D/S V 1080 com.android.systemui MediaRouter Selecting route: RouteInfo{ name=Tablet, description=null, status=null, category=RouteCategory{ name=null types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } W 237 /system/bin/mediaserver ACodec do not know color format 0x7f000789 = 2130708361 I 234 media.codec OMXPlayer LEVEL: 1 FUNCTION: GetConfig LINE: 1828 I 234 media.codec OMXPlayer GetConfig: failure: unsupported index: 0x6F60000A W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) E 234 media.codec OMXNodeInstance getConfig(ea0002:Freescale.std._encoder.mpeg4.hw-based, ConfigAndroidIntraRefresh(0x6f60000a)) ERROR: UnsupportedIndex(0x8000101a) I 234 media.codec OMXPlayer LEVEL: 1 FUNCTION: DeInitFilterComponent LINE: 2003 I 234 media.codec OMXPlayer DeInitFilterComponent: vpu close failure: ret=0x3 I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.video_encoder.h263.hw-based) in mediacodec process I 1039 com.android.inputmethod.latin LatinIME:LogUtils Dictionary info: dictionary = userunigram.en_US ; version = 228 ; date = ? E 1039 com.android.inputmethod.latin ActivityThread Failed to find provider info for user_dictionary V 1080 com.android.systemui FingerprintManager FingerprintManagerService was null I 1039 com.android.inputmethod.latin LatinIME:LogUtils Dictionary info: dictionary = UserHistoryDictionary.en_US ; version = 228 ; date = ? W 1080 com.android.systemui FingerprintManager isFingerprintHardwareDetected(): Service not connected! W 1080 com.android.systemui FingerprintManager addLockoutResetCallback(): Service not connected! W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system NetworkPolicy setRestrictBackgroundUL(): false W 486 system NetworkManagement setDataSaverMode(): already false W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 234 media.codec vpu-lib Product Info: i.MX6Q/D/S W 237 /system/bin/mediaserver ACodec do not know color format 0x7f000789 = 2130708361 I 234 media.codec OMXPlayer LEVEL: 1 FUNCTION: GetConfig LINE: 1828 I 234 media.codec OMXPlayer GetConfig: failure: unsupported index: 0x6F60000A E 234 media.codec OMXNodeInstance getConfig(ea0003:Freescale.std._encoder.h263.hw-based, ConfigAndroidIntraRefresh(0x6f60000a)) ERROR: UnsupportedIndex(0x8000101a) I 234 media.codec OMXPlayer LEVEL: 1 FUNCTION: DeInitFilterComponent LINE: 2003 I 234 media.codec OMXPlayer DeInitFilterComponent: vpu close failure: ret=0x3 I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.video_encoder.avc.hw-based) in mediacodec process I 1039 com.android.inputmethod.latin BinaryDictionaryFileDumper reinitializeClientRecordInDictionaryContentProvider() : MetadataFileUri = W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1080 com.android.systemui vol.Events writeEvent collection_started I 1080 com.android.systemui vol.Events writeEvent external_ringer_mode_changed normal I 1080 com.android.systemui vol.Events writeEvent internal_ringer_mode_changed normal I 486 system SystemServiceManager Starting phase 600 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 234 media.codec vpu-lib Product Info: i.MX6Q/D/S W 237 /system/bin/mediaserver ACodec do not know color format 0x7f000789 = 2130708361 I 234 media.codec OMXPlayer LEVEL: 1 FUNCTION: GetConfig LINE: 1828 I 234 media.codec OMXPlayer GetConfig: failure: unsupported index: 0x6F60000A E 234 media.codec OMXNodeInstance getConfig(ea0004:Freescale.std._encoder.avc.hw-based, ConfigAndroidIntraRefresh(0x6f60000a)) ERROR: UnsupportedIndex(0x8000101a) I 234 media.codec OMXPlayer LEVEL: 1 FUNCTION: DeInitFilterComponent LINE: 2003 I 234 media.codec OMXPlayer DeInitFilterComponent: vpu close failure: ret=0x3 I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.video_decoder.avc.v3.hw-based) in mediacodec process I 1039 com.android.inputmethod.latin LatinIME:LogUtils Dictionary info: dictionary = main:de ; version = 54 ; date = 1414726263 W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out I 1039 com.android.inputmethod.latin LatinIME:LogUtils Dictionary info: dictionary = main:en ; version = 54 ; date = 1414726273 I 1039 com.android.inputmethod.latin LatinIME:LogUtils Dictionary info: dictionary = main:es ; version = 54 ; date = 1414726268 D 486 system SensorNotificationService Cannot obtain dynamic meta sensor, not supported. I 486 system CameraManagerGlobal Connecting to camera service I 1039 com.android.inputmethod.latin LatinIME:LogUtils Dictionary info: dictionary = main:fr ; version = 54 ; date = 1414726264 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system LocationManagerService no network location provider found E 486 system LocationManagerService no geocoder provider found E 486 system FlpHardwareProvider Error hw_get_module 'flp': -2 D 486 system LocationManagerService FLP HAL not supported D 486 system LocationManagerService Unable to bind FLP Geofence proxy. E 486 system ActivityRecognitionHardware Error hw_get_module: -2 D 486 system LocationManagerService Hardware Activity-Recognition not supported. E 486 system ActivityRecognitionProxy ServiceWatcher could not start. D 486 system LocationManagerService Unable to bind ActivityRecognitionProxy. I 486 system CommonTimeManagementService No common time service detected on this platform. Common time services will be unavailable. I 486 system InputReader Reconfiguring input devices. changes=0x00000020 I 486 system MmsServiceBroker Delay connecting to MmsService until an API is called W 486 system VoiceInteractionManagerService no available voice interaction services found for user 0 W 486 system VoiceInteractionManagerService no available voice recognition services found for user 0 I 1039 com.android.inputmethod.latin LatinIME:LogUtils Dictionary info: dictionary = main:it ; version = 54 ; date = 1414726258 I 486 system InputReader Reconfiguring input devices. changes=0x00000010 I 486 system ActivityManager Start proc 1149:com.android.phone/1001 for added application com.android.phone I 486 system ActivityManager START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=com.android.settings/.CryptKeeper} from uid 0 on display 0 I 486 system ActivityManager Loaded persisted task ids for user 0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system DhcpClient Received packet: b6:d9:69:8f:41:44 OFFER, ip /192.168.10.226, mask /255.255.0.0, DNS servers: /203.248.252.2 /164.124.101.2 , gateways [/192.168.10.1] lease time 604800, domain null D 486 system DhcpClient Got pending lease: IP address 192.168.10.226/16 Gateway 192.168.10.1 DNS servers: [ 203.248.252.2 164.124.101.2 ] Domains DHCP server /192.168.10.1 Vendor info null lease 604800 seconds I 486 system ActivityManager Start proc 1163:com.android.settings:CryptKeeper/1000 for activity com.android.settings/.CryptKeeper I 486 system SystemServer Enabled StrictMode for system server main thread. D 486 system DhcpClient Broadcasting DHCPREQUEST ciaddr=0.0.0.0 request=192.168.10.226 serverid=192.168.10.1 W 237 /system/bin/mediaserver ACodec [OMX.Freescale.std.video_decoder.avc.v3.hw-based] stopping checking profiles after 32: 8/1 D 486 system ConditionProviders.SCP onConnected E 234 media.codec OMXNodeInstance getExtensionIndex(ea0005:Freescale.std._decoder.avc.v3.hw-based, OMX.google.android.index.configureVideoTunnelMode) ERROR: NotImplemented(0x80001006) W 234 media.codec OMXNodeInstance [ea0005:Freescale.std._decoder.avc.v3.hw-based] component does not support metadata mode; using fallback D 486 system DhcpClient Received packet: b6:d9:69:8f:41:44 ACK: your new IP /192.168.10.226, netmask /255.255.0.0, gateways [/192.168.10.1] DNS servers: /203.248.252.2 /164.124.101.2 , lease time 604800 D 486 system DhcpClient Confirmed lease: IP address 192.168.10.226/16 Gateway 192.168.10.1 DNS servers: [ 203.248.252.2 164.124.101.2 ] Domains DHCP server /192.168.10.1 Vendor info null lease 604800 seconds I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.video_decoder.mpeg4.hw-based) in mediacodec process W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 238 /system/bin/netd CommandListener Setting iface cfg I 1039 com.android.inputmethod.latin LatinIME:LogUtils Dictionary info: dictionary = main:ru ; version = 54 ; date = 1414726277 W 1149 System ClassLoader referenced unknown path: /system/priv-app/TeleService/lib/arm D 486 system RttService SCAN_AVAILABLE : 1 I 486 system WifiScanningService wifi driver unloaded D 486 system ZenLog set_zen_mode: off,cleanUpZenRules D 486 system RttService DefaultState got{ when=0 what=160513 target=com.android.internal.util.StateMachine$SmHandler } D 486 system ConditionProviders Subscribing to condition://android/event?userId=-10000&calendar=&reply=1 with ComponentInfo{android/com.android.server.notification.EventConditionProvider} D 486 system ZenLog subscribe: condition://android/event?userId=-10000&calendar=&reply=1,ok D 486 system ConditionProviders Subscribing to condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0&exitAtAlarm=false with ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider} D 486 system ZenLog subscribe: condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0&exitAtAlarm=false,ok D 486 system ConditionProviders Subscribing to condition://android/schedule?days=6.7&start=23.30&end=10.0&exitAtAlarm=false with ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider} D 486 system ZenLog subscribe: condition://android/schedule?days=6.7&start=23.30&end=10.0&exitAtAlarm=false,ok D 486 system ConnectivityService registerNetworkAgent NetworkAgentInfo{ ni{[type: Ethernet[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: b6:d9:69:8f:41:44, failover: false, available: true, roaming: false, metered: false]} network{100} nethandle{429513165534} lp{{InterfaceName: eth0 LinkAddresses: [fe80::b4d9:69ff:fe8f:4144/64,192.168.10.226/16,] Routes: [fe80::/64 -> :: eth0,192.168.0.0/16 -> 0.0.0.0 eth0,0.0.0.0/0 -> 192.168.10.1 eth0,] DnsAddresses: [203.248.252.2,164.124.101.2,] Domains: null MTU: 0 TcpBufferSizes: 524288,1048576,3145728,524288,1048576,2097152}} nc{[ Transports: ETHERNET Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps]} Score{110} everValidated{false} lastValidated{false} created{false} lingering{false} explicitlySelected{false} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} } D 486 system EthernetNetworkFactory exiting ipProvisioningThread(eth0): mNetworkInfo=[type: Ethernet[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: b6:d9:69:8f:41:44, failover: false, available: true, roaming: false, metered: false] D 486 system ConnectivityService NetworkAgentInfo [Ethernet () - 100] EVENT_NETWORK_INFO_CHANGED, going from null to CONNECTED D 486 system ConnectivityService Adding iface eth0 to network 100 I 486 system art Background sticky concurrent mark sweep GC freed 43462(2MB) AllocSpace objects, 11(232KB) LOS objects, 35% free, 5MB/8MB, paused 10.176ms total 135.237ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1039 com.android.inputmethod.latin BinaryDictionaryFileDumper reinitializeClientRecordInDictionaryContentProvider() : Insert DictionaryInfo : Id = 'main:de' : Locale=de : Version=54 D 486 system BluetoothManagerService Message: 100 E 486 system BluetoothManagerService MESSAGE_TIMEOUT_BIND D 486 system ConnectivityService Setting DNS servers for network 100 to [/203.248.252.2, /164.124.101.2] I 486 system AccountManagerService Creating DE database for user 0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) E 234 media.codec OMXNodeInstance getExtensionIndex(ea0006:Freescale.std._decoder.mpeg4.hw-based, OMX.google.android.index.configureVideoTunnelMode) ERROR: NotImplemented(0x80001006) W 234 media.codec OMXNodeInstance [ea0006:Freescale.std._decoder.mpeg4.hw-based] component does not support metadata mode; using fallback I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.video_decoder.h263.hw-based) in mediacodec process W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out D 221 /system/bin/surfaceflinger PermissionCache checking android.permission.READ_FRAME_BUFFER for uid=1000 => granted (3193 us) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system ContextImpl Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1357 com.android.server.content.SyncManager$13.run:658 android.os.Handler.handleCallback:751 android.os.Handler.dispatchMessage:95 android.os.Looper.loop:154 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) E 234 media.codec OMXNodeInstance getExtensionIndex(ea0007:Freescale.std._decoder.h263.hw-based, OMX.google.android.index.configureVideoTunnelMode) ERROR: NotImplemented(0x80001006) W 234 media.codec OMXNodeInstance [ea0007:Freescale.std._decoder.h263.hw-based] component does not support metadata mode; using fallback I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.video_decoder.mpeg2.hw-based) in mediacodec process W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) E 234 media.codec OMXNodeInstance getExtensionIndex(ea0008:Freescale.std._decoder.mpeg2.hw-based, OMX.google.android.index.configureVideoTunnelMode) ERROR: NotImplemented(0x80001006) W 234 media.codec OMXNodeInstance [ea0008:Freescale.std._decoder.mpeg2.hw-based] component does not support metadata mode; using fallback I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.video_decoder.vpx.hw-based) in mediacodec process W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) E 234 media.codec OMXNodeInstance getParameter(ea0009:Freescale.std._decoder.vpx.hw-based, ParamVideoProfileLevelQuerySupported(0x600000f)) ERROR: UnsupportedIndex(0x8000101a) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) E 234 media.codec OMXNodeInstance getExtensionIndex(ea0009:Freescale.std._decoder.vpx.hw-based, OMX.google.android.index.configureVideoTunnelMode) ERROR: NotImplemented(0x80001006) W 234 media.codec OMXNodeInstance [ea0009:Freescale.std._decoder.vpx.hw-based] component does not support metadata mode; using fallback I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.video_decoder.soft_hevc.sw-based) in mediacodec process W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out E 234 media.codec OMXNodeInstance getParameter(ea000a:Freescale.std._decoder.soft_hevc.sw-based, ParamVideoProfileLevelQuerySupported(0x600000f)) ERROR: UnsupportedIndex(0x8000101a) E 234 media.codec OMXNodeInstance getExtensionIndex(ea000a:Freescale.std._decoder.soft_hevc.sw-based, OMX.google.android.index.configureVideoTunnelMode) ERROR: NotImplemented(0x80001006) W 234 media.codec OMXNodeInstance [ea000a:Freescale.std._decoder.soft_hevc.sw-based] component does not support metadata mode; using fallback I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.video_decoder.wmv.sw-based) in mediacodec process W 486 system art Long monitor contention with owner Binder:486_2 (514) at void com.android.server.wm.WindowManagerService.startAppFreezingScreen(android.os.IBinder, int)(WindowManagerService.java:4805) waiters=0 in void com.android.server.wm.WindowAnimator$1.doFrame(long) for 713ms W 486 system art Long monitor contention with owner Binder:486_2 (514) at void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread)(ActivityManagerService.java:6668) waiters=0 in int com.android.server.am.ActivityManagerService.getAppStartMode(int, java.lang.String) for 876ms W 486 system art Long monitor contention with owner Binder:486_2 (514) at void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread)(ActivityManagerService.java:6668) waiters=1 in android.content.pm.UserInfo com.android.server.am.UserController.getCurrentUser() for 826ms W 486 system art Long monitor contention with owner Binder:486_2 (514) at void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread)(ActivityManagerService.java:6668) waiters=2 in void com.android.server.am.PendingIntentRecord.completeFinalize() for 818ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system art Long monitor contention with owner Binder:486_2 (514) at void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread)(ActivityManagerService.java:6668) waiters=3 in void com.android.server.am.ActivityManagerService.addPackageDependency(java.lang.String) for 798ms W 486 system art Long monitor contention with owner Binder:486_2 (514) at void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread)(ActivityManagerService.java:6668) waiters=4 in int com.android.server.am.ActivityManagerService.broadcastIntent(android.app.IApplicationThread, android.content.Intent, java.lang.String, android.content.IIntentReceiver, int, java.lang.String, android.os.Bundle, java.lang.String[], int, android.os.Bundle, boolean, boolean, int) for 740ms W 486 system art Long monitor contention with owner Binder:486_2 (514) at void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread)(ActivityManagerService.java:6668) waiters=5 in int com.android.server.am.ActivityManagerService.broadcastIntent(android.app.IApplicationThread, android.content.Intent, java.lang.String, android.content.IIntentReceiver, int, java.lang.String, android.os.Bundle, java.lang.String[], int, android.os.Bundle, boolean, boolean, int) for 726ms W 486 system art Long monitor contention with owner Binder:486_2 (514) at void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread)(ActivityManagerService.java:6668) waiters=6 in android.content.ComponentName com.android.server.am.ActivityManagerService.startService(android.app.IApplicationThread, android.content.Intent, java.lang.String, java.lang.String, int) for 584ms W 1149 com.android.phone System ClassLoader referenced unknown path: /system/priv-app/TelephonyProvider/lib/arm D 1149 com.android.phone ApplicationLoaders ignored Vulkan layer search path /system/priv-app/TelephonyProvider/lib/arm:/system/lib:/vendor/lib for namespace 0xb34a1090 D 486 system DhcpClient Scheduling renewal in 302399s D 486 system DhcpClient Scheduling rebind in 529199s D 486 system DhcpClient Scheduling expiry in 604799s W 1163 pre System ClassLoader referenced unknown path: /system/priv-app/Settings/lib/arm W 486 system System ClassLoader referenced unknown path: /system/priv-app/Telecom/lib/arm I 1039 com.android.inputmethod.latin BinaryDictionaryFileDumper reinitializeClientRecordInDictionaryContentProvider() : Insert DictionaryInfo : Id = 'main:en' : Locale=en : Version=54 D 486 system ApplicationLoaders ignored Vulkan layer search path /system/priv-app/Telecom/lib/arm:/system/priv-app/Telecom/Telecom.apk!/lib/armeabi-v7a:/system/lib:/vendor/lib for namespace 0xb32cc110 D 486 system ConnectivityService Switching to new default network: NetworkAgentInfo{ ni{[type: Ethernet[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: b6:d9:69:8f:41:44, failover: false, available: true, roaming: false, metered: false]} network{100} nethandle{429513165534} lp{{InterfaceName: eth0 LinkAddresses: [fe80::b4d9:69ff:fe8f:4144/64,192.168.10.226/16,] Routes: [fe80::/64 -> :: eth0,192.168.0.0/16 -> 0.0.0.0 eth0,0.0.0.0/0 -> 192.168.10.1 eth0,] DnsAddresses: [203.248.252.2,164.124.101.2,] Domains: null MTU: 0 TcpBufferSizes: 524288,1048576,3145728,524288,1048576,2097152}} nc{[ Transports: ETHERNET Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&FOREGROUND LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps]} Score{110} everValidated{false} lastValidated{false} created{true} lingering{false} explicitlySelected{false} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} } D 486 system ConnectivityService Sending CONNECTED broadcast for type 9 NetworkAgentInfo [Ethernet () - 100] isDefaultNetwork=true W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system BluetoothManagerService Message: 30 D 486 system BluetoothManagerService Trying to bind to profile: 1, while Bluetooth was disabled I 486 system Telecom SystemStateProvider: Registering car mode receiver: android.content.IntentFilter@c68015: TS.init@AAA D 486 system SntpClient round trip: 8ms, clock offset: 1499221972566ms I 486 system Telecom Telecom: Non-call EVENT: AUDIO_ROUTE, Entering state QuiescentEarpieceRoute I 486 system Telecom CallAudioModeStateMachine: Message received: null.: TS.init->CAMSM.pM_1@AAA_0 E 486 system ActivityThread Failed to find provider info for call_log I 1080 com.android.systemui vol.Events writeEvent level_changed STREAM_ALARM 6 D 486 system BluetoothManagerService Message: 30 D 486 system BluetoothManagerService Trying to bind to profile: 1, while Bluetooth was disabled I 234 media.codec OMXPlayer Can't open library: lib_WMV789_dec_v2_arm11_elinux.so I 234 media.codec OMXPlayer dlopen failed: library "lib_WMV789_dec_v2_arm11_elinux.so" not found I 234 media.codec OMXPlayer LEVEL: 1 FUNCTION: ConstructComponent LINE: 574 I 234 media.codec OMXPlayer Can't initialize component. I 234 media.codec OMXPlayer LEVEL: 1 FUNCTION: OMX_GetHandle LINE: 498 I 234 media.codec OMXPlayer Load and call entry function fail. E 234 media.codec OMX FAILED to allocate omx component 'OMX.Freescale.std.video_decoder.wmv.sw-based' err=ComponentNotFound(0x80001003) I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 1080 com.android.systemui vol.Events writeEvent level_changed STREAM_BLUETOOTH_SCO 7 I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.video_decoder.wmv9.hw-based) in mediacodec process E 234 media.codec OMX FAILED to allocate omx component 'OMX.Freescale.std.video_decoder.wmv9.hw-based' err=InvalidComponentName(0x80001002) I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.video_decoder.rv.hw-based) in mediacodec process I 486 system Telecom Class: TelecomSystem.INSTANCE being set W 486 system ContextImpl Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1357 android.content.ContextWrapper.startService:613 com.android.server.telecom.components.TelecomService.initializeTelecomSystem:176 com.android.server.telecom.components.TelecomService.onBind:61 android.app.ActivityThread.handleBindService:3218 D 486 system BluetoothManagerService Bluetooth Adapter name changed to iMX6 D 486 system BluetoothManagerService Stored Bluetooth name: iMX6 D 486 system BluetoothManagerService BluetoothServiceConnection: com.android.bluetooth.btservice.AdapterService D 486 system BluetoothManagerService Message: 40 D 486 system BluetoothManagerService MESSAGE_BLUETOOTH_SERVICE_CONNECTED: 1 D 486 system BluetoothManagerService Message: 200 D 486 system BluetoothManagerService MESSAGE_GET_NAME_AND_ADDRESS D 486 system BluetoothManagerService Stored Bluetooth name: iMX6 I 1080 com.android.systemui vol.Events writeEvent level_changed STREAM_MUSIC 11 D 486 system BluetoothManagerService Stored Bluetoothaddress: 22:22:51:75:5E:58 D 486 system BluetoothManagerService unbindAndFinish(): android.bluetooth.IBluetooth$Stub$Proxy@57ec68e mBinding = false D 486 system BluetoothManagerService Sending unbind request. D 1014 com.android.bluetooth BluetoothAdapterService onUnbind() - calling cleanup D 1014 com.android.bluetooth BluetoothAdapterService cleanup() W 1014 com.android.bluetooth BluetoothSdpJni Cleaning up Bluetooth SDP Interface... W 1014 com.android.bluetooth BluetoothSdpJni Cleaning up Bluetooth SDP object D 1014 com.android.bluetooth BluetoothAdapterService cleanup() - Cleaning up adapter native I 1080 com.android.systemui vol.Events writeEvent level_changed STREAM_RING 5 I 1080 com.android.systemui vol.Events writeEvent level_changed STREAM_SYSTEM 5 W 486 system System ClassLoader referenced unknown path: /system/priv-app/FusedLocation/lib/arm D 486 system ApplicationLoaders ignored Vulkan layer search path /system/priv-app/FusedLocation/lib/arm:/system/priv-app/FusedLocation/FusedLocation.apk!/lib/armeabi-v7a:/system/lib:/vendor/lib for namespace 0xb32cc150 I 1014 com.android.bluetooth bt_stack_manager event_clean_up_stack is cleaning up the stack E 1014 com.android.bluetooth BluetoothServiceJni Callback env check fail: env: 0x0, callback: 0xa9d05850 E 1014 com.android.bluetooth BluetoothServiceJni Callback: 'callback_thread_event' is not called on the correct thread W 1014 com.android.bluetooth bt_osi_thread run_thread: thread id 1038, thread name bt_jni_workqueue exited E 234 media.codec OMXNodeInstance getParameter(ea000b:Freescale.std._decoder.rv.hw-based, ParamVideoProfileLevelQuerySupported(0x600000f)) ERROR: UnsupportedIndex(0x8000101a) E 234 media.codec OMXNodeInstance getExtensionIndex(ea000b:Freescale.std._decoder.rv.hw-based, OMX.google.android.index.configureVideoTunnelMode) ERROR: NotImplemented(0x80001006) W 234 media.codec OMXNodeInstance [ea000b:Freescale.std._decoder.rv.hw-based] component does not support metadata mode; using fallback I 1039 com.android.inputmethod.latin BinaryDictionaryFileDumper reinitializeClientRecordInDictionaryContentProvider() : Insert DictionaryInfo : Id = 'main:es' : Locale=es : Version=54 I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX V 486 system WiredAccessoryManager init() I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.video_decoder.divx.hw-based) in mediacodec process I 1080 com.android.systemui vol.Events writeEvent level_changed STREAM_VOICE_CALL 4 E 234 media.codec OMXNodeInstance getParameter(ea000c:Freescale.std._decoder.divx.hw-based, ParamVideoProfileLevelQuerySupported(0x600000f)) ERROR: UnsupportedIndex(0x8000101a) E 234 media.codec OMXNodeInstance getExtensionIndex(ea000c:Freescale.std._decoder.divx.hw-based, OMX.google.android.index.configureVideoTunnelMode) ERROR: NotImplemented(0x80001006) W 234 media.codec OMXNodeInstance [ea000c:Freescale.std._decoder.divx.hw-based] component does not support metadata mode; using fallback I 1014 com.android.bluetooth bt_core_module module_clean_up Cleaning up module "stack_config_module" I 1014 com.android.bluetooth bt_core_module module_clean_up Cleanup of module "stack_config_module" completed I 1014 com.android.bluetooth bt_core_module module_clean_up Cleaning up module "interop_module" I 1014 com.android.bluetooth bt_core_module module_clean_up Cleanup of module "interop_module" completed I 1014 com.android.bluetooth bt_core_module module_clean_up Cleaning up module "btif_config_module" I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.video_decoder.div4.hw-based) in mediacodec process W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) E 234 media.codec OMXNodeInstance getParameter(ea000d:Freescale.std._decoder.div4.hw-based, ParamVideoProfileLevelQuerySupported(0x600000f)) ERROR: UnsupportedIndex(0x8000101a) E 234 media.codec OMXNodeInstance getExtensionIndex(ea000d:Freescale.std._decoder.div4.hw-based, OMX.google.android.index.configureVideoTunnelMode) ERROR: NotImplemented(0x80001006) W 234 media.codec OMXNodeInstance [ea000d:Freescale.std._decoder.div4.hw-based] component does not support metadata mode; using fallback I 1014 com.android.bluetooth bt_core_module module_clean_up Cleanup of module "btif_config_module" completed I 1014 com.android.bluetooth bt_core_module module_clean_up Cleaning up module "bt_utils_module" I 1014 com.android.bluetooth bt_core_module module_clean_up Cleanup of module "bt_utils_module" completed I 1014 com.android.bluetooth bt_core_module module_clean_up Cleaning up module "osi_module" D 1014 com.android.bluetooth bt_osi_alarm callback_dispatch Callback thread exited W 1014 com.android.bluetooth bt_osi_thread run_thread: thread id 1037, thread name alarm_dispatcher exited W 1014 com.android.bluetooth bt_osi_thread run_thread: thread id 1036, thread name alarm_default_ca exited I 1014 com.android.bluetooth bt_core_module module_clean_up Cleanup of module "osi_module" completed I 1014 com.android.bluetooth bt_stack_manager event_clean_up_stack finished I 1014 com.android.bluetooth BluetoothServiceJni cleanupNative: return from cleanup I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.video_decoder.div3.hw-based) in mediacodec process I 1014 com.android.bluetooth art System.exit called, status: 0 I 1014 com.android.bluetooth AndroidRuntime VM exiting with result code 0, cleanup skipped. I 1039 com.android.inputmethod.latin BinaryDictionaryFileDumper reinitializeClientRecordInDictionaryContentProvider() : Insert DictionaryInfo : Id = 'main:fr' : Locale=fr : Version=54 E 234 media.codec OMXNodeInstance getParameter(ea000e:Freescale.std._decoder.div3.hw-based, ParamVideoProfileLevelQuerySupported(0x600000f)) ERROR: UnsupportedIndex(0x8000101a) E 234 media.codec OMXNodeInstance getExtensionIndex(ea000e:Freescale.std._decoder.div3.hw-based, OMX.google.android.index.configureVideoTunnelMode) ERROR: NotImplemented(0x80001006) W 234 media.codec OMXNodeInstance [ea000e:Freescale.std._decoder.div3.hw-based] component does not support metadata mode; using fallback I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.video_decoder.xvid.hw-based) in mediacodec process E 234 media.codec OMXNodeInstance getParameter(ea000f:Freescale.std._decoder.xvid.hw-based, ParamVideoProfileLevelQuerySupported(0x600000f)) ERROR: UnsupportedIndex(0x8000101a) E 234 media.codec OMXNodeInstance getExtensionIndex(ea000f:Freescale.std._decoder.xvid.hw-based, OMX.google.android.index.configureVideoTunnelMode) ERROR: NotImplemented(0x80001006) W 234 media.codec OMXNodeInstance [ea000f:Freescale.std._decoder.xvid.hw-based] component does not support metadata mode; using fallback I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 1039 com.android.inputmethod.latin BinaryDictionaryFileDumper reinitializeClientRecordInDictionaryContentProvider() : Insert DictionaryInfo : Id = 'main:it' : Locale=it : Version=54 I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.video_decoder.mjpeg.hw-based) in mediacodec process E 234 media.codec OMXNodeInstance getParameter(ea0010:Freescale.std._decoder.mjpeg.hw-based, ParamVideoProfileLevelQuerySupported(0x600000f)) ERROR: UnsupportedIndex(0x8000101a) E 234 media.codec OMXNodeInstance getExtensionIndex(ea0010:Freescale.std._decoder.mjpeg.hw-based, OMX.google.android.index.configureVideoTunnelMode) ERROR: NotImplemented(0x80001006) W 234 media.codec OMXNodeInstance [ea0010:Freescale.std._decoder.mjpeg.hw-based] component does not support metadata mode; using fallback I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.video_decoder.sorenson.sw-based) in mediacodec process E 234 media.codec OMXNodeInstance getParameter(ea0011:Freescale.std._decoder.sorenson.sw-based, ParamVideoProfileLevelQuerySupported(0x600000f)) ERROR: UnsupportedIndex(0x8000101a) E 234 media.codec OMXNodeInstance getExtensionIndex(ea0011:Freescale.std._decoder.sorenson.sw-based, OMX.google.android.index.configureVideoTunnelMode) ERROR: NotImplemented(0x80001006) W 234 media.codec OMXNodeInstance [ea0011:Freescale.std._decoder.sorenson.sw-based] component does not support metadata mode; using fallback W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) E 234 media.codec OMXNodeInstance setParameter(ea0011:Freescale.std._decoder.sorenson.sw-based, OMX.google.android.index.prepareForAdaptivePlayback(0x7f00003d): Output:1 en=1 max=1280x720) ERROR: UnsupportedIndex(0x8000101a) I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.audio_decoder.ac3.sw-based) in mediacodec process I 234 media.codec OMXPlayer Can't open library: lib_ac3d_wrap_arm11_elinux_android.so I 234 media.codec OMXPlayer dlopen failed: library "lib_ac3d_wrap_arm11_elinux_android.so" not found I 234 media.codec OMXPlayer LEVEL: 1 FUNCTION: CreateDecoderInterface LINE: 293 I 234 media.codec OMXPlayer Fail to open Decoder library for )V?? I 234 media.codec OMXPlayer LEVEL: 1 FUNCTION: CreateDecoderInterface LINE: 332 I 234 media.codec OMXPlayer UniaDecoder::CreateDecoderInterface ret=-2147479549 I 234 media.codec OMXPlayer LEVEL: 1 FUNCTION: ConstructComponent LINE: 574 I 234 media.codec OMXPlayer Can't initialize component. I 234 media.codec OMXPlayer LEVEL: 1 FUNCTION: OMX_GetHandle LINE: 498 I 234 media.codec OMXPlayer Load and call entry function fail. E 234 media.codec OMX FAILED to allocate omx component 'OMX.Freescale.std.audio_decoder.ac3.sw-based' err=ComponentNotFound(0x80001003) I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.audio_decoder.ec3.sw-based) in mediacodec process I 234 media.codec OMXPlayer Unia -> EC3 I 234 media.codec OMXPlayer Can't open library: lib_ddpd_wrap_arm12_elinux_android.so I 234 media.codec OMXPlayer dlopen failed: library "lib_ddpd_wrap_arm12_elinux_android.so" not found I 234 media.codec OMXPlayer LEVEL: 1 FUNCTION: CreateDecoderInterface LINE: 293 I 234 media.codec OMXPlayer Fail to open Decoder library for ]? I 234 media.codec OMXPlayer LEVEL: 1 FUNCTION: CreateDecoderInterface LINE: 332 I 234 media.codec OMXPlayer UniaDecoder::CreateDecoderInterface ret=-2147479549 I 234 media.codec OMXPlayer LEVEL: 1 FUNCTION: ConstructComponent LINE: 574 I 234 media.codec OMXPlayer Can't initialize component. I 234 media.codec OMXPlayer LEVEL: 1 FUNCTION: OMX_GetHandle LINE: 498 I 234 media.codec OMXPlayer Load and call entry function fail. E 234 media.codec OMX FAILED to allocate omx component 'OMX.Freescale.std.audio_decoder.ec3.sw-based' err=ComponentNotFound(0x80001003) I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.audio_decoder.wma.sw-based) in mediacodec process I 1039 com.android.inputmethod.latin BinaryDictionaryFileDumper reinitializeClientRecordInDictionaryContentProvider() : Insert DictionaryInfo : Id = 'main:ru' : Locale=ru : Version=54 I 234 media.codec OMXPlayer Can't open library: lib_wma10d_wrap_arm12_elinux_android.so I 234 media.codec OMXPlayer dlopen failed: library "lib_wma10d_wrap_arm12_elinux_android.so" not found I 234 media.codec OMXPlayer LEVEL: 1 FUNCTION: CreateDecoderInterface LINE: 293 I 234 media.codec OMXPlayer Fail to open Decoder library for !??? I 234 media.codec OMXPlayer LEVEL: 1 FUNCTION: CreateDecoderInterface LINE: 332 I 234 media.codec OMXPlayer UniaDecoder::CreateDecoderInterface ret=-2147479549 I 234 media.codec OMXPlayer LEVEL: 1 FUNCTION: ConstructComponent LINE: 574 I 234 media.codec OMXPlayer Can't initialize component. I 234 media.codec OMXPlayer LEVEL: 1 FUNCTION: OMX_GetHandle LINE: 498 I 234 media.codec OMXPlayer Load and call entry function fail. E 234 media.codec OMX FAILED to allocate omx component 'OMX.Freescale.std.audio_decoder.wma.sw-based' err=ComponentNotFound(0x80001003) I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.audio_decoder.flac.sw-based) in mediacodec process I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.audio_decoder.mp3.sw-based) in mediacodec process I 486 system ActivityManager Process com.android.bluetooth (pid 1014) has died D 486 system ActivityManager cleanUpApplicationRecord -- 1014 D 486 system ConnectivityService NetworkAgentInfo [Ethernet () - 100] validation failed I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.audio_decoder.amr.sw-based) in mediacodec process W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in float com.android.server.wm.WindowManagerService.getCurrentAnimatorScale() for 429ms W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=1 in float com.android.server.wm.WindowManagerService.getCurrentAnimatorScale() for 259ms I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=2 in void com.android.server.wm.WindowManagerService.setScreenCaptureDisabled(int, boolean) for 247ms I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.audio_decoder.amrwb.sw-based) in mediacodec process I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.audio_decoder.aac.sw-based) in mediacodec process D 1163 pre CryptKeeper Disabling component ComponentInfo{com.android.settings/com.android.settings.CryptKeeper} I 486 system WindowManager Screen frozen for +1s429ms due to AppWindowToken{32e09bb token=Token{8c5afb5 ActivityRecord{a8e1fec u0 com.android.settings/.CryptKeeper t1}}} I 234 media.codec OMXPlayer Can't open library: lib_aacplusd_wrap_arm12_elinux_android.so I 234 media.codec OMXPlayer dlopen failed: library "lib_aacplusd_wrap_arm12_elinux_android.so" not found I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.audio_decoder.ra.sw-based) in mediacodec process I 234 media.codec OMXPlayer Unia -> REAL I 234 media.codec OMXPlayer Can't open library: lib_realad_wrap_arm11_elinux_android.so I 234 media.codec OMXPlayer dlopen failed: library "lib_realad_wrap_arm11_elinux_android.so" not found I 234 media.codec OMXPlayer LEVEL: 1 FUNCTION: CreateDecoderInterface LINE: 293 I 234 media.codec OMXPlayer Fail to open Decoder library for DÞ? I 234 media.codec OMXPlayer LEVEL: 1 FUNCTION: CreateDecoderInterface LINE: 332 I 234 media.codec OMXPlayer UniaDecoder::CreateDecoderInterface ret=-2147479549 I 234 media.codec OMXPlayer LEVEL: 1 FUNCTION: ConstructComponent LINE: 574 I 234 media.codec OMXPlayer Can't initialize component. I 234 media.codec OMXPlayer LEVEL: 1 FUNCTION: OMX_GetHandle LINE: 498 I 234 media.codec OMXPlayer Load and call entry function fail. E 234 media.codec OMX FAILED to allocate omx component 'OMX.Freescale.std.audio_decoder.ra.sw-based' err=ComponentNotFound(0x80001003) I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.Freescale.std.audio_decoder.ape.sw-based) in mediacodec process W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.mpeg4.decoder) in mediacodec process E 234 media.codec OMXNodeInstance getExtensionIndex(ea0018:google.mpeg4.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) W 234 media.codec OMXNodeInstance [ea0018:google.mpeg4.decoder] component does not support metadata mode; using fallback I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.h263.decoder) in mediacodec process E 234 media.codec OMXNodeInstance getExtensionIndex(ea0019:google.h263.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) W 234 media.codec OMXNodeInstance [ea0019:google.h263.decoder] component does not support metadata mode; using fallback I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.h264.decoder) in mediacodec process W 237 /system/bin/mediaserver ACodec [OMX.google.h264.decoder] stopping checking profiles after 32: 2/8000 E 234 media.codec OMXNodeInstance getExtensionIndex(ea001a:google.h264.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) W 234 media.codec OMXNodeInstance [ea001a:google.h264.decoder] component does not support metadata mode; using fallback I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.hevc.decoder) in mediacodec process I 486 system art Background partial concurrent mark sweep GC freed 29539(2MB) AllocSpace objects, 5(100KB) LOS objects, 33% free, 4MB/7MB, paused 2.512ms total 120.865ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) E 234 media.codec OMXNodeInstance getExtensionIndex(ea001b:google.hevc.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) W 234 media.codec OMXNodeInstance [ea001b:google.hevc.decoder] component does not support metadata mode; using fallback I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.vp8.decoder) in mediacodec process E 234 media.codec OMXNodeInstance getExtensionIndex(ea001c:google.vp8.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) W 234 media.codec OMXNodeInstance [ea001c:google.vp8.decoder] component does not support metadata mode; using fallback I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.vp9.decoder) in mediacodec process E 234 media.codec OMXNodeInstance getExtensionIndex(ea001d:google.vp9.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) W 234 media.codec OMXNodeInstance [ea001d:google.vp9.decoder] component does not support metadata mode; using fallback I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.h263.encoder) in mediacodec process I 234 media.codec SoftMPEG4Encoder Construct SoftMPEG4Encoder W 237 /system/bin/mediaserver ACodec do not know color format 0x7f000789 = 2130708361 E 234 media.codec OMXNodeInstance getConfig(ea001e:google.h263.encoder, ConfigAndroidIntraRefresh(0x6f60000a)) ERROR: Undefined(0x80001001) I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.h264.encoder) in mediacodec process W 237 /system/bin/mediaserver ACodec do not know color format 0x7f000789 = 2130708361 I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.mpeg4.encoder) in mediacodec process I 234 media.codec SoftMPEG4Encoder Construct SoftMPEG4Encoder W 237 /system/bin/mediaserver ACodec do not know color format 0x7f000789 = 2130708361 E 234 media.codec OMXNodeInstance getConfig(ea0020:google.mpeg4.encoder, ConfigAndroidIntraRefresh(0x6f60000a)) ERROR: Undefined(0x80001001) I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.vp8.encoder) in mediacodec process W 237 /system/bin/mediaserver ACodec do not know color format 0x7f000789 = 2130708361 E 234 media.codec OMXNodeInstance getConfig(ea0021:google.vp8.encoder, ConfigAndroidIntraRefresh(0x6f60000a)) ERROR: Undefined(0x80001001) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.mp3.decoder) in mediacodec process I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.amrnb.decoder) in mediacodec process I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.amrwb.decoder) in mediacodec process I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.aac.decoder) in mediacodec process I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.g711.alaw.decoder) in mediacodec process I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.g711.mlaw.decoder) in mediacodec process I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.vorbis.decoder) in mediacodec process I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.opus.decoder) in mediacodec process I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.raw.decoder) in mediacodec process I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.aac.encoder) in mediacodec process W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.amrnb.encoder) in mediacodec process I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.amrwb.encoder) in mediacodec process I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.flac.encoder) in mediacodec process I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver OMXClient MuxOMX ctor W 237 /system/bin/mediaserver MediaCodecList unable to open media codecs configuration xml file: /data/misc/media/media_codecs_profiling_results.xml I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 486 system OMXClient MuxOMX ctor I 1080 com.android.systemui OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.vorbis.decoder) in mediacodec process I 234 media.codec OMXMaster makeComponentInstance(OMX.google.vorbis.decoder) in mediacodec process W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 486 system OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.vorbis.decoder) in mediacodec process D 1149 com.android.phone TelephonyProvider dbh.onCreate:+ db=SQLiteDatabase: /data/user_de/0/com.android.providers.telephony/databases/telephony.db D 1149 com.android.phone TelephonyProvider dbh.createSimInfoTable:+ D 1149 com.android.phone TelephonyProvider dbh.createSimInfoTable:- D 1149 com.android.phone TelephonyProvider dbh.createCarriersTable: carriers D 1149 com.android.phone TelephonyProvider dbh.createCarriersTable:- D 1149 com.android.phone TelephonyProvider No APNs in OEM image = /oem/telephony/apns-conf.xml Load APNs from system image D 1149 com.android.phone TelephonyProvider No APNs in OEM image = /data/misc/apns-conf.xml Load APNs from system image D 1149 com.android.phone TelephonyProvider confFile = /system/etc/apns-conf.xml W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 1080 com.android.systemui OMXClient MuxOMX ctor W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 234 media.codec OMXMaster makeComponentInstance(OMX.google.vorbis.decoder) in mediacodec process D 1149 com.android.phone TelephonyProvider Checksum for /system/etc/apns-conf.xml is 1215094405 D 1149 com.android.phone TelephonyProvider dbh.onCreate:- db=SQLiteDatabase: /data/user_de/0/com.android.providers.telephony/databases/telephony.db I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 486 system OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.vorbis.decoder) in mediacodec process D 1149 com.android.phone TelephonyProvider dbh.onOpen: ok, queried table=siminfo D 1149 com.android.phone TelephonyProvider dbh.onOpen: ok, queried table=carriers D 1149 com.android.phone TelephonyProvider onCreate: build id changed from to 1.0.0-ga-rc10 D 1149 com.android.phone TelephonyProvider No APNs in OEM image = /oem/telephony/apns-conf.xml Load APNs from system image D 1149 com.android.phone TelephonyProvider No APNs in OEM image = /data/misc/apns-conf.xml Load APNs from system image D 1149 com.android.phone TelephonyProvider Checksum for /system/etc/apns-conf.xml is 1215094405 D 1149 com.android.phone TelephonyProvider newChecksum: 1215094405 D 1149 com.android.phone TelephonyProvider oldChecksum: 1215094405 D 1149 com.android.phone TelephonyProvider Skipping apn db update since apn-conf has not changed. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 1080 com.android.systemui OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.vorbis.decoder) in mediacodec process I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 486 system OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.vorbis.decoder) in mediacodec process W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 486 system OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.vorbis.decoder) in mediacodec process I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 486 system OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.vorbis.decoder) in mediacodec process W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system ConnectivityService NetworkAgentInfo [Ethernet () - 100] validation failed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner Binder:486_1 (513) at boolean com.android.server.am.ActivityManagerService.finishActivity(android.os.IBinder, int, android.content.Intent, int)(ActivityManagerService.java:4838) waiters=0 in void com.android.server.am.ActivityManagerService.setRenderThread(int) for 2.165s W 486 system art Long monitor contention with owner Binder:486_1 (513) at boolean com.android.server.am.ActivityManagerService.finishActivity(android.os.IBinder, int, android.content.Intent, int)(ActivityManagerService.java:4838) waiters=1 in void com.android.server.am.ActivityManagerService.updateLockTaskPackages(int, java.lang.String[]) for 2.145s W 486 system art Long monitor contention with owner Binder:486_1 (513) at boolean com.android.server.am.ActivityManagerService.finishActivity(android.os.IBinder, int, android.content.Intent, int)(ActivityManagerService.java:4838) waiters=2 in int com.android.server.am.ActivityManagerService.broadcastIntent(android.app.IApplicationThread, android.content.Intent, java.lang.String, android.content.IIntentReceiver, int, java.lang.String, android.os.Bundle, java.lang.String[], int, android.os.Bundle, boolean, boolean, int) for 2.145s W 486 system art Long monitor contention with owner Binder:486_1 (513) at boolean com.android.server.am.ActivityManagerService.finishActivity(android.os.IBinder, int, android.content.Intent, int)(ActivityManagerService.java:4838) waiters=3 in void com.android.server.am.ActivityManagerService$MainHandler.handleMessage(android.os.Message) for 1.782s W 486 system art Long monitor contention with owner Binder:486_1 (513) at boolean com.android.server.am.ActivityManagerService.finishActivity(android.os.IBinder, int, android.content.Intent, int)(ActivityManagerService.java:4838) waiters=4 in void com.android.server.am.ActivityManagerService.publishContentProviders(android.app.IApplicationThread, java.util.List) for 1.515s W 486 system art Long monitor contention with owner Binder:486_1 (513) at boolean com.android.server.am.ActivityManagerService.finishActivity(android.os.IBinder, int, android.content.Intent, int)(ActivityManagerService.java:4838) waiters=5 in int com.android.server.am.ActivityManagerService.broadcastIntent(android.app.IApplicationThread, android.content.Intent, java.lang.String, android.content.IIntentReceiver, int, java.lang.String, android.os.Bundle, java.lang.String[], int, android.os.Bundle, boolean, boolean, int) for 1.310s I 1039 com.android.inputmethod.latin BinaryDictionaryFileDumper reinitializeClientRecordInDictionaryContentProvider() : Insert DictionaryInfo : Id = 'main:en_us' : Locale=en_US : Version=-1 I 1080 com.android.systemui imx6.gralloc open gpu gralloc module! W 486 system VibratorService Tried to stop vibrating but there is no vibrator device. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.resumeKeyDispatching(android.os.IBinder) for 485ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out I 486 system Choreographer Skipped 31 frames! The application may be doing too much work on its main thread. W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=1 in int com.android.server.wm.WindowManagerService.addWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.view.InputChannel) for 1.013s W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system ConnectivityService NetworkAgentInfo [Ethernet () - 100] validation failed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=1 in void com.android.server.wm.WindowManagerService.resumeKeyDispatching(android.os.IBinder) for 1.090s W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=1 in int com.android.server.wm.WindowManagerService.addWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.view.InputChannel) for 543ms I 486 system ActivityManager START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=com.android.settings/.FallbackHome} from uid 0 on display 0 I 486 system ActivityManager Start proc 1332:com.android.settings/1000 for activity com.android.settings/.FallbackHome W 486 system art Long monitor contention with owner Binder:486_4 (1106) at void com.android.server.am.ActivityManagerService.activityPaused(android.os.IBinder)(ActivityManagerService.java:6915) waiters=0 in android.content.pm.UserInfo com.android.server.am.UserController.getCurrentUser() for 1.595s W 486 system art Long monitor contention with owner Binder:486_4 (1106) at void com.android.server.am.ActivityManagerService.activityPaused(android.os.IBinder)(ActivityManagerService.java:6915) waiters=2 in android.content.Intent com.android.server.am.ActivityManagerService.registerReceiver(android.app.IApplicationThread, java.lang.String, android.content.IIntentReceiver, android.content.IntentFilter, java.lang.String, int) for 1.569s W 486 system art Long monitor contention with owner Binder:486_4 (1106) at void com.android.server.am.ActivityManagerService.activityPaused(android.os.IBinder)(ActivityManagerService.java:6915) waiters=1 in int com.android.server.am.ActivityManagerService.broadcastIntent(android.app.IApplicationThread, android.content.Intent, java.lang.String, android.content.IIntentReceiver, int, java.lang.String, android.os.Bundle, java.lang.String[], int, android.os.Bundle, boolean, boolean, int) for 1.588s W 486 system art Long monitor contention with owner Binder:486_4 (1106) at void com.android.server.am.ActivityManagerService.activityPaused(android.os.IBinder)(ActivityManagerService.java:6915) waiters=3 in void com.android.server.am.ActivityManagerService$MainHandler.handleMessage(android.os.Message) for 1.399s W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.prepareAppTransition(int, boolean) for 486ms W 486 system art Long monitor contention with owner ActivityManager (516) at void com.android.server.am.ActivityStackSupervisor$ActivityStackSupervisorHandler.handleMessage(android.os.Message)(ActivityStackSupervisor.java:3884) waiters=1 in int com.android.server.am.ActivityManagerService.broadcastIntent(android.app.IApplicationThread, android.content.Intent, java.lang.String, android.content.IIntentReceiver, int, java.lang.String, android.os.Bundle, java.lang.String[], int, android.os.Bundle, boolean, boolean, int) for 486ms W 486 system art Long monitor contention with owner ActivityManager (516) at void com.android.server.am.ActivityStackSupervisor$ActivityStackSupervisorHandler.handleMessage(android.os.Message)(ActivityStackSupervisor.java:3884) waiters=1 in android.content.Intent com.android.server.am.ActivityManagerService.registerReceiver(android.app.IApplicationThread, java.lang.String, android.content.IIntentReceiver, android.content.IntentFilter, java.lang.String, int) for 489ms W 486 system art Long monitor contention with owner ActivityManager (516) at void com.android.server.am.ActivityStackSupervisor$ActivityStackSupervisorHandler.handleMessage(android.os.Message)(ActivityStackSupervisor.java:3884) waiters=4 in int com.android.server.am.ActivityManagerService.broadcastIntent(android.app.IApplicationThread, android.content.Intent, java.lang.String, android.content.IIntentReceiver, int, java.lang.String, android.os.Bundle, java.lang.String[], int, android.os.Bundle, boolean, boolean, int) for 485ms W 486 system art Long monitor contention with owner ActivityManager (516) at void com.android.server.am.ActivityStackSupervisor$ActivityStackSupervisorHandler.handleMessage(android.os.Message)(ActivityStackSupervisor.java:3884) waiters=3 in int com.android.server.am.ActivityManagerService.getAppStartMode(int, java.lang.String) for 489ms W 486 system art Long monitor contention with owner ActivityManager (516) at void com.android.server.am.ActivityStackSupervisor$ActivityStackSupervisorHandler.handleMessage(android.os.Message)(ActivityStackSupervisor.java:3884) waiters=2 in android.content.Intent com.android.server.am.ActivityManagerService.registerReceiver(android.app.IApplicationThread, java.lang.String, android.content.IIntentReceiver, android.content.IntentFilter, java.lang.String, int) for 492ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system art Long monitor contention with owner ActivityManager (516) at void com.android.server.am.ActivityStackSupervisor$ActivityStackSupervisorHandler.handleMessage(android.os.Message)(ActivityStackSupervisor.java:3884) waiters=6 in void com.android.server.am.ActivityManagerService$LocalService.notifyAppTransitionFinished() for 1.113s W 486 system art Long monitor contention with owner ActivityManager (516) at void com.android.server.am.ActivityManagerService$MainHandler.handleMessage(android.os.Message)(ActivityManagerService.java:2082) waiters=6 in int com.android.server.am.ActivityManagerService.broadcastIntent(android.app.IApplicationThread, android.content.Intent, java.lang.String, android.content.IIntentReceiver, int, java.lang.String, android.os.Bundle, java.lang.String[], int, android.os.Bundle, boolean, boolean, int) for 1.112s W 486 system art Long monitor contention with owner NetworkStats (975) at int com.android.server.am.ActivityManagerService.broadcastIntent(android.app.IApplicationThread, android.content.Intent, java.lang.String, android.content.IIntentReceiver, int, java.lang.String, android.os.Bundle, java.lang.String[], int, android.os.Bundle, boolean, boolean, int)(ActivityManagerService.java:18504) waiters=4 in int com.android.server.am.ActivityManagerService.getAppStartMode(int, java.lang.String) for 1.110s W 486 system art Long monitor contention with owner Binder:486_5 (1182) at void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread)(ActivityManagerService.java:6668) waiters=3 in android.content.Intent com.android.server.am.ActivityManagerService.registerReceiver(android.app.IApplicationThread, java.lang.String, android.content.IIntentReceiver, android.content.IntentFilter, java.lang.String, int) for 1.108s W 486 system art Long monitor contention with owner Binder:486_5 (1182) at void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread)(ActivityManagerService.java:6668) waiters=4 in void com.android.server.am.BroadcastQueue.processNextBroadcast(boolean) for 1.109s W 486 system art Long monitor contention with owner Binder:486_5 (1182) at void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread)(ActivityManagerService.java:6668) waiters=5 in void com.android.server.am.ActivityManagerService.finishReceiver(android.os.IBinder, int, java.lang.String, android.os.Bundle, boolean, int) for 1.107s W 486 system art Long monitor contention with owner Binder:486_5 (1182) at void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread)(ActivityManagerService.java:6668) waiters=6 in android.content.Intent com.android.server.am.ActivityManagerService.registerReceiver(android.app.IApplicationThread, java.lang.String, android.content.IIntentReceiver, android.content.IntentFilter, java.lang.String, int) for 1.078s W 1039 com.android.inputmethod.latin BinaryDictionaryFileDumper Missing metadata.json resource D 486 system ConditionProviders.SCP onSubscribe condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0&exitAtAlarm=false D 486 system ConditionProviders.SCP setRegistered true D 486 system ConditionProviders.SCP notifyCondition condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0&exitAtAlarm=false STATE_TRUE reason=meetsSchedule D 486 system ConditionProviders.SCP Scheduling evaluate for Thu Jan 01 07:00:00 GMT+00:00 1970 (25200000), in +6h56m4s309ms, now=Thu Jan 01 00:03:55 GMT+00:00 1970 (235691) D 486 system ConditionProviders.SCP onSubscribe condition://android/schedule?days=6.7&start=23.30&end=10.0&exitAtAlarm=false D 486 system ConditionProviders.SCP notifyCondition condition://android/schedule?days=6.7&start=23.30&end=10.0&exitAtAlarm=false STATE_FALSE reason=!meetsSchedule D 486 system ConditionProviders.SCP notifyCondition condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0&exitAtAlarm=false STATE_TRUE reason=meetsSchedule D 486 system ConditionProviders.SCP Scheduling evaluate for Thu Jan 01 07:00:00 GMT+00:00 1970 (25200000), in +6h56m4s303ms, now=Thu Jan 01 00:03:55 GMT+00:00 1970 (235697) I 486 system Telecom WiredHeadsetManager: ACTION_HEADSET_PLUG event, plugged in: false, : WHC.oADA@AAE D 1080 com.android.systemui StorageNotification Notifying about private volume: VolumeInfo{private}: D 1080 com.android.systemui StorageNotification type=PRIVATE diskId=null partGuid=null mountFlags=0 mountUserId=-1 D 1080 com.android.systemui StorageNotification state=MOUNTED D 1080 com.android.systemui StorageNotification fsType=null fsUuid=null fsLabel=null D 1080 com.android.systemui StorageNotification path=/data internalPath=null W 1332 System ClassLoader referenced unknown path: /system/priv-app/Settings/lib/arm E 486 system ActivityThread Failed to find provider info for com.android.calendar E 486 system ActivityThread Failed to find provider info for com.android.calendar I 486 system ActivityManager user 0 is still locked. Cannot load recents I 486 system SyncManager Got SyncJobService instance. I 1039 com.android.inputmethod.latin LatinIME:LogUtils Dictionary info: dictionary = main:en ; version = 54 ; date = 1414726273 I 1039 com.android.inputmethod.latin LatinIME:LogUtils Dictionary info: dictionary = main:en ; version = 54 ; date = 1414726273 I 1039 com.android.inputmethod.latin LatinIME:LogUtils Dictionary info: dictionary = main:en ; version = 54 ; date = 1414726273 I 486 system DefaultPermGrantPolicy Granting permissions to default dialer app for user:0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system Telecom PhoneAccountRegistrar: SimCallManager queried, returning: null: TSI.gSCM@AAM I 1039 com.android.inputmethod.latin LatinIME:LogUtils Dictionary info: dictionary = main:en ; version = 54 ; date = 1414726273 D 486 system ZenLog config: conditionChanged,ZenModeConfig[user=0,allowCalls=true,allowRepeatCallers=false,allowMessages=false,allowCallsFrom=contacts,allowMessagesFrom=contacts,allowReminders=true,allowEvents=true,allowWhenScreenOff=true,allowWhenScreenOn=true,automaticRules={52f7ad9de46840f68ab58fd3963db759=ZenRule[enabled=false,snoozing=false,name=Event,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/event?userId=-10000&calendar=&reply=1,condition=null,component=ComponentInfo{android/com.android.server.notification.EventConditionProvider},id=52f7ad9de46840f68ab58fd3963db759,creationTime=224631,enabler=null], 47863810e54d4ba3a5eaf7b3dfc0b6d2=ZenRule[enabled=false,snoozing=false,name=Weeknight,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0&exitAtAlarm=false,condition=Condition[id=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0&exitAtAlarm=false,summary=...,line1=...,line2=...,icon=0,state=STATE_TRUE,flags=2],component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider},id=47863810e54d4ba3a5eaf7b3dfc0b6d2,creationTime=224629,enabler=null], 115f643d6487490dbf893f006f26ae17=ZenRule[enabled=false,snoozing=false,name=Weekend,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=6.7&start=23.30&end=10.0&exitAtAlarm=false,condition=null,component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider},id=115f643d6487490dbf893f006f26ae17,creationTime=224630,enabler=null]},manualRule=null],Diff[automaticRule[47863810e54d4ba3a5eaf7b3dfc0b6d2].condition:null->Condition[id=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0&exitAtAlarm=false,summary=...,line1=...,line2=...,icon=0,state=STATE_TRUE,flags=2]] I 1039 com.android.inputmethod.latin LatinIME:LogUtils Dictionary info: dictionary = main:en ; version = 54 ; date = 1414726273 D 486 system ZenLog config: conditionChanged,ZenModeConfig[user=0,allowCalls=true,allowRepeatCallers=false,allowMessages=false,allowCallsFrom=contacts,allowMessagesFrom=contacts,allowReminders=true,allowEvents=true,allowWhenScreenOff=true,allowWhenScreenOn=true,automaticRules={52f7ad9de46840f68ab58fd3963db759=ZenRule[enabled=false,snoozing=false,name=Event,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/event?userId=-10000&calendar=&reply=1,condition=null,component=ComponentInfo{android/com.android.server.notification.EventConditionProvider},id=52f7ad9de46840f68ab58fd3963db759,creationTime=224631,enabler=null], 47863810e54d4ba3a5eaf7b3dfc0b6d2=ZenRule[enabled=false,snoozing=false,name=Weeknight,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0&exitAtAlarm=false,condition=Condition[id=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0&exitAtAlarm=false,summary=...,line1=...,line2=...,icon=0,state=STATE_TRUE,flags=2],component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider},id=47863810e54d4ba3a5eaf7b3dfc0b6d2,creationTime=224629,enabler=null], 115f643d6487490dbf893f006f26ae17=ZenRule[enabled=false,snoozing=false,name=Weekend,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=6.7&start=23.30&end=10.0&exitAtAlarm=false,condition=Condition[id=condition://android/schedule?days=6.7&start=23.30&end=10.0&exitAtAlarm=false,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider},id=115f643d6487490dbf893f006f26ae17,creationTime=224630,enabler=null]},manualRule=null],Diff[automaticRule[115f643d6487490dbf893f006f26ae17].condition:null->Condition[id=condition://android/schedule?days=6.7&start=23.30&end=10.0&exitAtAlarm=false,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2]] D 486 system ZenLog config: conditionChanged,ZenModeConfig[user=0,allowCalls=true,allowRepeatCallers=false,allowMessages=false,allowCallsFrom=contacts,allowMessagesFrom=contacts,allowReminders=true,allowEvents=true,allowWhenScreenOff=true,allowWhenScreenOn=true,automaticRules={52f7ad9de46840f68ab58fd3963db759=ZenRule[enabled=false,snoozing=false,name=Event,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/event?userId=-10000&calendar=&reply=1,condition=Condition[id=condition://android/event?userId=-10000&calendar=&reply=1,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.EventConditionProvider},id=52f7ad9de46840f68ab58fd3963db759,creationTime=224631,enabler=null], 47863810e54d4ba3a5eaf7b3dfc0b6d2=ZenRule[enabled=false,snoozing=false,name=Weeknight,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0&exitAtAlarm=false,condition=Condition[id=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0&exitAtAlarm=false,summary=...,line1=...,line2=...,icon=0,state=STATE_TRUE,flags=2],component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider},id=47863810e54d4ba3a5eaf7b3dfc0b6d2,creationTime=224629,enabler=null], 115f643d6487490dbf893f006f26ae17=ZenRule[enabled=false,snoozing=false,name=Weekend,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=6.7&start=23.30&end=10.0&exitAtAlarm=false,condition=Condition[id=condition://android/schedule?days=6.7&start=23.30&end=10.0&exitAtAlarm=false,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider},id=115f643d6487490dbf893f006f26ae17,creationTime=224630,enabler=null]},manualRule=null],Diff[automaticRule[52f7ad9de46840f68ab58fd3963db759].condition:null->Condition[id=condition://android/event?userId=-10000&calendar=&reply=1,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2]] I 486 system FusedLocation engine started (com.android.location.fused) D 486 system ZenLog set_zen_mode: off,conditionChanged D 486 system DhcpClient Received packet: 20:d5:ab:e9:d9:cd ACK: your new IP /192.168.10.189, netmask /255.255.0.0, gateways [/192.168.10.1] DNS servers: /203.248.252.2 /164.124.101.2 , lease time 604800 D 486 system ZenLog set_zen_mode: off,conditionChanged W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1039 com.android.inputmethod.latin LatinIME:LogUtils Dictionary info: dictionary = main:en ; version = 54 ; date = 1414726273 I 486 system ActivityManager Start proc 1368:com.android.cellbroadcastreceiver/u0a6 for broadcast com.android.cellbroadcastreceiver/.CellBroadcastReceiver D 486 system ZenLog set_zen_mode: off,conditionChanged I 1332 com.android.settings imx6.gralloc open gpu gralloc module! I 1039 com.android.inputmethod.latin LatinIME:LogUtils Dictionary info: dictionary = main:en ; version = 54 ; date = 1414726273 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1039 com.android.inputmethod.latin LatinIME:LogUtils Dictionary info: dictionary = main:en ; version = 54 ; date = 1414726273 I 1080 com.android.systemui Choreographer Skipped 207 frames! The application may be doing too much work on its main thread. I 486 system art Background sticky concurrent mark sweep GC freed 23626(1943KB) AllocSpace objects, 8(204KB) LOS objects, 23% free, 5MB/7MB, paused 5.980ms total 154.708ms W 1368 com.android.cellbroadcastreceiver System ClassLoader referenced unknown path: /system/priv-app/CellBroadcastReceiver/lib/arm W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 1149 com.android.phone SystemConfig No directory /system/etc/sysconfig, skipping D 1149 com.android.phone PhoneSwitcherNetworkRequstListener Registering NetworkFactory D 486 system ConnectivityService Got NetworkFactory Messenger for PhoneSwitcherNetworkRequstListener W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out D 486 system ConnectivityService Got NetworkFactory Messenger for TelephonyNetworkFactory[0] W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system AlarmManagerService Setting time of day to sec=1499222209 W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out D 486 system ConditionProviders.SCP onReceive android.intent.action.TIME_SET D 486 system ConditionProviders.SCP notifyCondition condition://android/schedule?days=6.7&start=23.30&end=10.0&exitAtAlarm=false STATE_FALSE reason=!meetsSchedule D 486 system ConditionProviders.SCP notifyCondition condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0&exitAtAlarm=false STATE_TRUE reason=meetsSchedule D 486 system ConditionProviders.SCP Scheduling evaluate for Wed Jul 05 07:00:00 GMT+00:00 2017 (1499238000000), in +4h23m10s690ms, now=Wed Jul 05 02:36:49 GMT+00:00 2017 (1499222209310) W 486 system art Long monitor contention with owner Binder:486_4 (1106) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=0 in void com.android.server.wm.WindowManagerService.showStrictModeViolation(int, int) for 744ms D 486 system ConditionProviders.SCP onReceive ScheduleConditionProvider.EVALUATE D 486 system ConditionProviders.SCP notifyCondition condition://android/schedule?days=6.7&start=23.30&end=10.0&exitAtAlarm=false STATE_FALSE reason=!meetsSchedule W 486 system art Long monitor contention with owner Binder:486_4 (1106) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=2 in float com.android.server.wm.WindowManagerService.getCurrentAnimatorScale() for 556ms D 486 system ConditionProviders.SCP notifyCondition condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0&exitAtAlarm=false STATE_TRUE reason=meetsSchedule D 486 system ConditionProviders.SCP Scheduling evaluate for Wed Jul 05 07:00:00 GMT+00:00 2017 (1499238000000), in +4h23m10s682ms, now=Wed Jul 05 02:36:49 GMT+00:00 2017 (1499222209318) W 486 system art Long monitor contention with owner Binder:486_4 (1106) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=1 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 749ms E 486 system ActivityThread Failed to find provider info for com.android.calendar E 486 system ActivityThread Failed to find provider info for com.android.calendar E 486 system ActivityThread Failed to find provider info for com.android.calendar E 486 system ActivityThread Failed to find provider info for com.android.calendar W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1332 com.android.settings OpenGLRenderer Initialized EGL, version 1.4 D 1332 com.android.settings OpenGLRenderer Swap behavior 2 E 1149 com.android.phone ActivityThread Failed to find provider info for com.android.contacts W 1149 com.android.phone CallerInfoCache cursor is null D 1149 com.android.phone CarrierConfigLoader CarrierConfigLoader has started D 486 system BluetoothManagerService Message: 20 D 486 system BluetoothManagerService Added callback: android.bluetooth.IBluetoothManagerCallback$Stub$Proxy@dc31793:true D 486 system BluetoothManagerService Message: 30 D 486 system BluetoothManagerService Trying to bind to profile: 1, while Bluetooth was disabled I 1149 com.android.phone Telephony TtyManager: updateUiTtyMode -1 -> 0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 1149 com.android.phone PhoneSwitcherNetworkRequstListener got request NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 110 D 1149 com.android.phone TelephonyDebugService TelephonyDebugService() D 1149 com.android.phone CarrierConfigLoader mHandler: 12 phoneId: 0 D 1149 com.android.phone CarrierConfigLoader Build fingerprint changed. old: null new: Freescale/sabresd_6dq/sabresd_6dq:7.1.1/1.0.0-ga-rc10/20170227:eng/release-keys E 1149 com.android.phone PhoneInterfaceManager [PhoneIntfMgr] getIccId: No UICC W 486 system Telecom : registerPhoneAccount not allowed on non-voice capable device.: TSI.rPA@AAU I 1149 com.android.phone Telephony AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [e0184adedf913b076626646d3f52c3b49c39ad6d], UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub Schemes: tel voicemail Extras: null GroupId: [da39a3ee5e6b4b0d3255bfef95601890afd80709]] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [e0184adedf913b076626646d3f52c3b49c39ad6d], UserHandle{0} I 1149 com.android.phone Telephony PstnIncomingCallNotifier: Registering: Handler (com.android.internal.telephony.GsmCdmaPhone) {167db5c} E 1149 com.android.phone PhoneInterfaceManager [PhoneIntfMgr] getIccId: No UICC W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system Telecom : registerPhoneAccount not allowed on non-voice capable device.: TSI.rPA@AAg W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.setInsetsWindow(com.android.server.wm.Session, android.view.IWindow, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Region) for 493ms W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=1 in void com.android.server.wm.WindowManagerService.setDockedStackDividerTouchRegion(android.graphics.Rect) for 494ms W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=2 in void com.android.server.wm.WindowManagerService.finishDrawingWindow(com.android.server.wm.Session, android.view.IWindow) for 435ms I 486 system ActivityManager Start proc 1400:com.android.deskclock/u0a40 for broadcast com.android.deskclock/.AlarmInitReceiver I 486 system ActivityManager Displayed com.android.settings/.FallbackHome: +3s283ms (total +8s668ms) I 486 system ActivityManager user 0 is still locked. Cannot load recents W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system WindowManager App freeze timeout expired. W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.notifyAppRelaunchesCleared(android.os.IBinder) for 509ms I 486 system WindowManager Screen frozen for +3s278ms due to Window{db0591e u0 KeyguardScrim} W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system NetworkNotificationManager clearNotification id=100 D 486 system ConnectivityService NetworkAgentInfo [Ethernet () - 100] validation passed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowManagerService$H.handleMessage(android.os.Message)(WindowManagerService.java:8361) waiters=0 in void com.android.server.wm.WindowManagerService.notifyAppRelaunchesCleared(android.os.IBinder) for 2.171s W 486 system art Long monitor contention with owner Binder:486_7 (1320) at void com.android.server.am.ActivityManagerService.activityDestroyed(android.os.IBinder)(ActivityManagerService.java:6951) waiters=0 in void com.android.server.am.ActivityManagerService.dispatchUidsChanged() for 2.685s W 486 system art Long monitor contention with owner Binder:486_7 (1320) at void com.android.server.am.ActivityManagerService.activityDestroyed(android.os.IBinder)(ActivityManagerService.java:6951) waiters=1 in int com.android.server.am.ActivityManagerService.bindService(android.app.IApplicationThread, android.os.IBinder, android.content.Intent, java.lang.String, android.app.IServiceConnection, int, java.lang.String, int) for 2.684s W 486 system art Long monitor contention with owner Binder:486_7 (1320) at void com.android.server.am.ActivityManagerService.activityDestroyed(android.os.IBinder)(ActivityManagerService.java:6951) waiters=3 in void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread) for 2.663s W 486 system art Long monitor contention with owner Binder:486_7 (1320) at void com.android.server.am.ActivityManagerService.activityDestroyed(android.os.IBinder)(ActivityManagerService.java:6951) waiters=2 in android.content.pm.UserInfo com.android.server.am.UserController.getCurrentUser() for 2.680s W 486 system art Long monitor contention with owner Binder:486_7 (1320) at void com.android.server.am.ActivityManagerService.activityDestroyed(android.os.IBinder)(ActivityManagerService.java:6951) waiters=4 in int com.android.server.am.ActivityManagerService.broadcastIntent(android.app.IApplicationThread, android.content.Intent, java.lang.String, android.content.IIntentReceiver, int, java.lang.String, android.os.Bundle, java.lang.String[], int, android.os.Bundle, boolean, boolean, int) for 2.038s V 486 system KeyguardServiceDelegate *** Keyguard started D 486 system AccelSensor enable 1 , handle 0 ,mEnabled 1 E 486 system SensorService Error activating sensor 0 (Operation not permitted) W 486 system KeyguardServiceDelegate onScreenTurningOn(): no keyguard service! W 1400 System ClassLoader referenced unknown path: /system/app/DeskClock/lib/arm I 486 system StatusBarManagerService registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@79f0056 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 1400 art Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1400 AlarmClock AlarmInitReceiver android.intent.action.TIME_SET W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1400 AlarmClock Alarms Table created I 1400 AlarmClock Instance table created I 1400 AlarmClock Inserting default alarms E 1149 com.android.phone PhoneInterfaceManager [PhoneIntfMgr] getCarrierPackageNamesForIntent: No UICC D 1149 com.android.phone CarrierSvcBindHelper No carrier app for: 0 V 1400 AlarmClock AlarmInitReceiver finished D 1368 com.android.cellbroadcastreceiver CellBroadcastReceiver Service state changed! 1 Full: 1 1 voice home data home null null null null null null Unknown Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=false Current state=-1 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1080 com.android.systemui art Background partial concurrent mark sweep GC freed 8536(960KB) AllocSpace objects, 1(20KB) LOS objects, 39% free, 2MB/4MB, paused 9.799ms total 48.264ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 1080 com.android.systemui System ClassLoader referenced unknown path: W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 1080 com.android.systemui ApplicationLoaders ignored Vulkan layer search path /system/app/Camera2/lib/arm:/system/app/Camera2/Camera2.apk!/lib/armeabi-v7a:/system/lib:/vendor/lib for namespace 0xb34a1090 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system BluetoothManagerService Message: 20 D 486 system BluetoothManagerService Added callback: android.bluetooth.IBluetoothManagerCallback$Stub$Proxy@55b24c1:true W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system BluetoothManagerService Message: 30 D 486 system BluetoothManagerService Message: 30 D 1080 com.android.systemui LocalBluetoothProfileManager Adding local MAP profile D 1080 com.android.systemui BluetoothMap Create BluetoothMap proxy object D 486 system BluetoothManagerService Message: 30 D 486 system BluetoothManagerService Message: 30 I 486 system art Background partial concurrent mark sweep GC freed 22625(1505KB) AllocSpace objects, 7(236KB) LOS objects, 33% free, 5MB/7MB, paused 4.119ms total 101.485ms D 1080 com.android.systemui LocalBluetoothProfileManager LocalBluetoothProfileManager construction complete I 1080 com.android.systemui CameraManagerGlobal Connecting to camera service W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) E 1080 com.android.systemui ActivityThread Failed to find provider info for com.android.contacts D 1080 com.android.systemui OpenGLRenderer profile bars disabled D 1080 com.android.systemui OpenGLRenderer ambientRatio = 1.50 W 486 system WindowManager Keyguard drawn timeout. Setting mKeyguardDrawComplete W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out D 1080 com.android.systemui PhoneStatusBar disable: < EXPAND* icons alerts system_info BACK* HOME* RECENT* clock SEARCH* quick_settings > I 486 system Choreographer Skipped 33 frames! The application may be doing too much work on its main thread. I 486 system InputReader Reconfiguring input devices. changes=0x00000010 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in int com.android.server.wm.WindowManagerService.watchRotation(android.view.IRotationWatcher) for 516ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out I 486 system art Starting a blocking GC Explicit W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=1 in int com.android.server.wm.WindowManagerService.addWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.view.InputChannel) for 510ms W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 516ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 1080 com.android.systemui PhoneStatusBar heads up is enabled D 1080 com.android.systemui StatusBar user hasn't seen notification about hidden notifications D 1080 com.android.systemui StatusBar insecure lockscreen, skipping notification I 486 system art Explicit concurrent mark sweep GC freed 2946(181KB) AllocSpace objects, 4(296KB) LOS objects, 33% free, 5MB/7MB, paused 2.394ms total 89.837ms W 486 system WindowManager Timeout waiting for drawn: undrawn=[Window{db0591e u0 KeyguardScrim}] W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=1 in int com.android.server.wm.WindowManagerService.addWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.view.InputChannel) for 408ms W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 419ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner Binder:486_5 (1182) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=2 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 527ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.ui (517) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=1 in void com.android.server.wm.WindowManagerService.performEnableScreen() for 1.589s W 486 system art Long monitor contention with owner android.ui (517) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=2 in void com.android.server.wm.WindowManagerService.finishDrawingWindow(com.android.server.wm.Session, android.view.IWindow) for 1.584s W 486 system art Long monitor contention with owner Binder:486_4 (1106) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=2 in void com.android.server.wm.WindowManagerService.finishDrawingWindow(com.android.server.wm.Session, android.view.IWindow) for 1.016s I 486 system Choreographer Skipped 93 frames! The application may be doing too much work on its main thread. W 486 system WindowManager Window freeze timeout expired. W 486 system WindowManager Force clearing orientation change: Window{db0591e u0 KeyguardScrim} W 486 system WindowManager Force clearing orientation change: Window{5dd23b0 u0 com.android.systemui.ImageWallpaper} I 221 /system/bin/surfaceflinger SurfaceFlinger Boot is finished (133195 ms) V 486 system KeyguardServiceDelegate *** Keyguard connected (yay!) I 1080 com.android.systemui Choreographer Skipped 213 frames! The application may be doing too much work on its main thread. E 232 /system/bin/installd Unable to unlink boot marker at /data//dalvik-cache/arm/.booting, error=No such file or directory W 486 system ActivityManager Unable to mark boot complete for abi: armeabi-v7a (Failed to execute markbootcomplete [arm]: -1) I 486 system SystemServiceManager Starting phase 1000 D 1080 com.android.systemui ViewRootImpl[StatusBar] changeCanvasOpacity: opaque=true W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system ActivityManager Start proc 1437:android.ext.services/u0a14 for on-hold D 486 system ActivityManager Finishing user boot 0 D 486 system CryptdConnector SND -> {3 cryptfs prepare_user_storage ! 0 0 2} D 207 /system/bin/vold vold e4crypt_prepare_user_storage for volume null, user 0, serial 0, flags 2 D 207 /system/bin/vold vold Preparing: /data/system_ce/0 D 207 /system/bin/vold vold Preparing: /data/misc_ce/0 D 207 /system/bin/vold vold Preparing: /data/media/0 D 207 /system/bin/vold vold Preparing: /data/data D 486 system CryptdConnector RCV <- {200 3 Command succeeded} V 486 system UserManagerService Found /data/user/0 with serial number 0 V 486 system UserManagerService Found /data/system_ce/0 with serial number -1 D 486 system UserManagerService Serial number missing on /data/system_ce/0; assuming current is valid V 486 system PackageManager reconcileAppsData for null u0 0x2 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out V 486 system PackageManager reconcileAppsData finished 80 packages W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.am.ActivityManagerService.finishBooting()(ActivityManagerService.java:6822) waiters=0 in android.content.Intent com.android.server.am.ActivityManagerService.registerReceiver(android.app.IApplicationThread, java.lang.String, android.content.IIntentReceiver, android.content.IntentFilter, java.lang.String, int) for 396ms W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.am.ActivityManagerService.finishBooting()(ActivityManagerService.java:6822) waiters=1 in void com.android.server.am.BroadcastQueue.processNextBroadcast(boolean) for 389ms W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.am.ActivityManagerService.finishBooting()(ActivityManagerService.java:6822) waiters=2 in android.content.pm.UserInfo com.android.server.am.UserController.getCurrentUser() for 388ms W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.am.ActivityManagerService.finishBooting()(ActivityManagerService.java:6822) waiters=3 in void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread) for 367ms I 486 system UsageStatsService Time changed in UsageStats by 1499221972 seconds I 486 system UsageStatsService User[0] Flushing usage stats to disk D 486 system BluetoothManagerService User 0 unlocked D 486 system MountService onUnlockUser 0 D 486 system VoldConnector SND -> {31 volume user_started 0} D 486 system WIFI Registering NetworkFactory D 486 system WIFI_UT Registering NetworkFactory D 486 system ConnectivityService Got NetworkFactory Messenger for WIFI D 486 system BluetoothManagerService Message: 301 D 486 system ConnectivityService Got NetworkFactory Messenger for WIFI_UT D 486 system BluetoothManagerService MESSAGE_USER_UNLOCKED D 486 system WIFI got request NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 150 D 486 system WIFI_UT got request NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 150 D 207 /system/bin/vold vold Linking /storage/emulated/0 to /mnt/user/0/primary D 486 system VoldConnector RCV <- {200 31 Command succeeded} D 486 system MountService Volume emulated broadcasting mounted to UserHandle{0} I 1400 com.android.deskclock AlarmClock AlarmInitReceiver android.intent.action.LOCKED_BOOT_COMPLETED I 486 system Choreographer Skipped 32 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system InputMethodManagerService All the enabled IMEs are gone. Reset default enabled IMEs. I 486 system SELinux SELinux: Loaded file_contexts contexts from /file_contexts.bin. W 1437 System ClassLoader referenced unknown path: /system/priv-app/ExtServices/lib/arm V 486 system BackupManagerService No ancestral data V 486 system BackupManagerService Starting with transport android/com.android.internal.backup.LocalTransport V 486 system BackupManagerService Found transports: 1 I 486 system BackupManagerService Backup enable apparently not migrated I 486 system BackupManagerService Migrating enable state false I 486 system BackupManagerService Backup enabled => false I 486 system art Background sticky concurrent mark sweep GC freed 27555(2MB) AllocSpace objects, 6(136KB) LOS objects, 27% free, 5MB/7MB, paused 10.499ms total 95.929ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system AppWidgetServiceImpl Failed to read state: java.io.FileNotFoundException: /data/system/users/0/appwidgets.xml (No such file or directory) V 486 system AppWidgetServiceImpl Upgrading widget database from 0 to 1 W 486 system VoiceInteractionManagerService no available voice interaction services found for user 0 W 486 system VoiceInteractionManagerService no available voice recognition services found for user 0 I 486 system ActivityManager Loading recents for user 0 into memory. I 486 system PreBootBroadcaster Pre-boot of {com.android.managedprovisioning/com.android.managedprovisioning.PreBootListener} for user 0 D 1149 com.android.phone CarrierSvcBindHelper Received android.intent.action.USER_UNLOCKED D 1332 com.android.settings FallbackHome User unlocked and real home found; let's go! E 1149 com.android.phone PhoneInterfaceManager [PhoneIntfMgr] getCarrierPackageNamesForIntent: No UICC D 1149 com.android.phone CarrierSvcBindHelper No carrier app for: 0 W 486 system ResourceType No known package when getting value for resource number 0x7f0200fc W 486 system ResourceType No known package when getting value for resource number 0x7f0e03a1 W 486 system ResourceType No known package when getting value for resource number 0x7f0200fb W 486 system ResourceType No known package when getting value for resource number 0x7f0e092f W 486 system ResourceType No known package when getting value for resource number 0x7f0200fa W 486 system ResourceType No known package when getting value for resource number 0x7f0e07dd I 486 system UsageStatsDatabase Time changed by +17352d2h32m52s565ms. files deleted: 0 files moved: 4 D 1400 com.android.deskclock Events [Stopwatch] [Reset] [Reboot] V 486 system KeyValueBackupJob Scheduling k/v pass in 246 minutes W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system UsageStatsService User[0] Rollover scheduled @ 2017-07-06 02:36:13(1499308573404) W 486 system ResourceType No known package when getting value for resource number 0x7f020018 W 486 system ResourceType No known package when getting value for resource number 0x7f0b016c W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.policy.PhoneWindowManager.updateSettings() for 320ms W 486 system art Long monitor contention with owner Binder:486_7 (1320) at boolean com.android.server.am.ActivityManagerService.finishActivity(android.os.IBinder, int, android.content.Intent, int)(ActivityManagerService.java:4838) waiters=0 in void com.android.server.am.ActivityManagerService.serviceDoneExecuting(android.os.IBinder, int, int, int) for 313ms W 486 system art Long monitor contention with owner Binder:486_7 (1320) at boolean com.android.server.am.ActivityManagerService.finishActivity(android.os.IBinder, int, android.content.Intent, int)(ActivityManagerService.java:4838) waiters=1 in android.content.pm.UserInfo com.android.server.am.UserController.getCurrentUser() for 310ms W 486 system art Long monitor contention with owner Binder:486_7 (1320) at boolean com.android.server.am.ActivityManagerService.finishActivity(android.os.IBinder, int, android.content.Intent, int)(ActivityManagerService.java:4838) waiters=3 in int com.android.server.am.ActivityManagerService.getAppStartMode(int, java.lang.String) for 293ms W 486 system art Long monitor contention with owner Binder:486_7 (1320) at boolean com.android.server.am.ActivityManagerService.finishActivity(android.os.IBinder, int, android.content.Intent, int)(ActivityManagerService.java:4838) waiters=6 in android.content.IIntentSender com.android.server.am.ActivityManagerService.getIntentSender(int, java.lang.String, android.os.IBinder, java.lang.String, int, android.content.Intent[], java.lang.String[], int, android.os.Bundle, int) for 256ms V 1400 com.android.deskclock AlarmClock AlarmInitReceiver finished W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.resumeKeyDispatching(android.os.IBinder) for 513ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.resumeKeyDispatching(android.os.IBinder) for 531ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. I 486 system ActivityManager START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=com.android.provision/.DefaultActivity} from uid 0 on display 0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.deferSurfaceLayout() for 515ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.deferSurfaceLayout() for 528ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.deferSurfaceLayout() for 537ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out I 486 system Choreographer Skipped 31 frames! The application may be doing too much work on its main thread. W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.deferSurfaceLayout() for 535ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.deferSurfaceLayout() for 527ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.prepareAppTransition(int, boolean) for 530ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.prepareAppTransition(int, boolean) for 535ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.prepareAppTransition(int, boolean) for 529ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.prepareAppTransition(int, boolean) for 533ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.addAppToken(int, android.view.IApplicationToken, int, int, int, boolean, boolean, int, int, boolean, boolean, android.graphics.Rect, android.content.res.Configuration, int, boolean, boolean, int, int) for 534ms I 486 system Choreographer Skipped 31 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in boolean com.android.server.wm.WindowManagerService.setAppStartingWindow(android.os.IBinder, java.lang.String, int, android.content.res.CompatibilityInfo, java.lang.CharSequence, int, int, int, int, android.os.IBinder, boolean) for 526ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in boolean com.android.server.wm.WindowManagerService.setAppStartingWindow(android.os.IBinder, java.lang.String, int, android.content.res.CompatibilityInfo, java.lang.CharSequence, int, int, int, int, android.os.IBinder, boolean) for 532ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in boolean com.android.server.wm.WindowManagerService.setAppStartingWindow(android.os.IBinder, java.lang.String, int, android.content.res.CompatibilityInfo, java.lang.CharSequence, int, int, int, int, android.os.IBinder, boolean) for 536ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in boolean com.android.server.wm.WindowManagerService.setAppStartingWindow(android.os.IBinder, java.lang.String, int, android.content.res.CompatibilityInfo, java.lang.CharSequence, int, int, int, int, android.os.IBinder, boolean) for 527ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in boolean com.android.server.wm.WindowManagerService.setAppStartingWindow(android.os.IBinder, java.lang.String, int, android.content.res.CompatibilityInfo, java.lang.CharSequence, int, int, int, int, android.os.IBinder, boolean) for 534ms I 486 system Choreographer Skipped 31 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in boolean com.android.server.wm.WindowManagerService.setAppStartingWindow(android.os.IBinder, java.lang.String, int, android.content.res.CompatibilityInfo, java.lang.CharSequence, int, int, int, int, android.os.IBinder, boolean) for 546ms I 486 system Choreographer Skipped 31 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in boolean com.android.server.wm.WindowManagerService.setAppStartingWindow(android.os.IBinder, java.lang.String, int, android.content.res.CompatibilityInfo, java.lang.CharSequence, int, int, int, int, android.os.IBinder, boolean) for 542ms I 486 system Choreographer Skipped 31 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in boolean com.android.server.wm.WindowManagerService.setAppStartingWindow(android.os.IBinder, java.lang.String, int, android.content.res.CompatibilityInfo, java.lang.CharSequence, int, int, int, int, android.os.IBinder, boolean) for 533ms I 486 system Choreographer Skipped 31 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in boolean com.android.server.wm.WindowManagerService.setAppStartingWindow(android.os.IBinder, java.lang.String, int, android.content.res.CompatibilityInfo, java.lang.CharSequence, int, int, int, int, android.os.IBinder, boolean) for 529ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in boolean com.android.server.wm.WindowManagerService.setAppStartingWindow(android.os.IBinder, java.lang.String, int, android.content.res.CompatibilityInfo, java.lang.CharSequence, int, int, int, int, android.os.IBinder, boolean) for 532ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in boolean com.android.server.wm.WindowManagerService.setAppStartingWindow(android.os.IBinder, java.lang.String, int, android.content.res.CompatibilityInfo, java.lang.CharSequence, int, int, int, int, android.os.IBinder, boolean) for 534ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in boolean com.android.server.wm.WindowManagerService.setAppStartingWindow(android.os.IBinder, java.lang.String, int, android.content.res.CompatibilityInfo, java.lang.CharSequence, int, int, int, int, android.os.IBinder, boolean) for 530ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in boolean com.android.server.wm.WindowManagerService.setAppStartingWindow(android.os.IBinder, java.lang.String, int, android.content.res.CompatibilityInfo, java.lang.CharSequence, int, int, int, int, android.os.IBinder, boolean) for 533ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in boolean com.android.server.wm.WindowManagerService.setAppStartingWindow(android.os.IBinder, java.lang.String, int, android.content.res.CompatibilityInfo, java.lang.CharSequence, int, int, int, int, android.os.IBinder, boolean) for 534ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in boolean com.android.server.wm.WindowManagerService.setAppStartingWindow(android.os.IBinder, java.lang.String, int, android.content.res.CompatibilityInfo, java.lang.CharSequence, int, int, int, int, android.os.IBinder, boolean) for 529ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in boolean com.android.server.wm.WindowManagerService.setAppStartingWindow(android.os.IBinder, java.lang.String, int, android.content.res.CompatibilityInfo, java.lang.CharSequence, int, int, int, int, android.os.IBinder, boolean) for 535ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in boolean com.android.server.wm.WindowManagerService.setAppStartingWindow(android.os.IBinder, java.lang.String, int, android.content.res.CompatibilityInfo, java.lang.CharSequence, int, int, int, int, android.os.IBinder, boolean) for 534ms I 486 system Choreographer Skipped 31 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in boolean com.android.server.wm.WindowManagerService.setAppStartingWindow(android.os.IBinder, java.lang.String, int, android.content.res.CompatibilityInfo, java.lang.CharSequence, int, int, int, int, android.os.IBinder, boolean) for 529ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in boolean com.android.server.wm.WindowManagerService.setAppStartingWindow(android.os.IBinder, java.lang.String, int, android.content.res.CompatibilityInfo, java.lang.CharSequence, int, int, int, int, android.os.IBinder, boolean) for 534ms I 486 system Choreographer Skipped 31 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in boolean com.android.server.wm.WindowManagerService.setAppStartingWindow(android.os.IBinder, java.lang.String, int, android.content.res.CompatibilityInfo, java.lang.CharSequence, int, int, int, int, android.os.IBinder, boolean) for 534ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in boolean com.android.server.wm.WindowManagerService.setAppStartingWindow(android.os.IBinder, java.lang.String, int, android.content.res.CompatibilityInfo, java.lang.CharSequence, int, int, int, int, android.os.IBinder, boolean) for 529ms I 486 system Choreographer Skipped 31 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in boolean com.android.server.wm.WindowManagerService.setAppStartingWindow(android.os.IBinder, java.lang.String, int, android.content.res.CompatibilityInfo, java.lang.CharSequence, int, int, int, int, android.os.IBinder, boolean) for 534ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out I 486 system Choreographer Skipped 31 frames! The application may be doing too much work on its main thread. W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in boolean com.android.server.wm.WindowManagerService.setAppStartingWindow(android.os.IBinder, java.lang.String, int, android.content.res.CompatibilityInfo, java.lang.CharSequence, int, int, int, int, android.os.IBinder, boolean) for 535ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in boolean com.android.server.wm.WindowManagerService.setAppStartingWindow(android.os.IBinder, java.lang.String, int, android.content.res.CompatibilityInfo, java.lang.CharSequence, int, int, int, int, android.os.IBinder, boolean) for 532ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in boolean com.android.server.wm.WindowManagerService.setAppStartingWindow(android.os.IBinder, java.lang.String, int, android.content.res.CompatibilityInfo, java.lang.CharSequence, int, int, int, int, android.os.IBinder, boolean) for 530ms I 486 system Choreographer Skipped 31 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in boolean com.android.server.wm.WindowManagerService.setAppStartingWindow(android.os.IBinder, java.lang.String, int, android.content.res.CompatibilityInfo, java.lang.CharSequence, int, int, int, int, android.os.IBinder, boolean) for 534ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.continueSurfaceLayout() for 525ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system ActivityManager Start proc 1458:com.android.provision/u0a21 for activity com.android.provision/.DefaultActivity W 486 system art Long monitor contention with owner Binder:486_5 (1182) at android.content.pm.UserInfo com.android.server.am.UserController.getCurrentUser()(UserController.java:1438) waiters=5 in android.content.Intent com.android.server.am.ActivityManagerService.registerReceiver(android.app.IApplicationThread, java.lang.String, android.content.IIntentReceiver, android.content.IntentFilter, java.lang.String, int) for 20.839s W 486 system art Long monitor contention with owner Binder:486_5 (1182) at android.content.pm.UserInfo com.android.server.am.UserController.getCurrentUser()(UserController.java:1438) waiters=6 in boolean com.android.server.am.ActivityManagerService.isUserRunning(int, int) for 20.839s W 486 system art Long monitor contention with owner Binder:486_5 (1182) at android.content.pm.UserInfo com.android.server.am.UserController.getCurrentUser()(UserController.java:1438) waiters=7 in void com.android.server.am.ActivityManagerService.updateConfiguration(android.content.res.Configuration) for 20.837s I 486 system ActivityManager Config changes=20 {1.0 ?mcc?mnc [en_US] ldltr sw800dp w1280dp h728dp 160dpi xlrg land finger -keyb/v/h -nav/h s.6} I 486 system Choreographer Skipped 36 frames! The application may be doing too much work on its main thread. W 486 system art Long monitor contention with owner Binder:486_1 (513) at android.content.IIntentSender com.android.server.am.ActivityManagerService.getIntentSender(int, java.lang.String, android.os.IBinder, java.lang.String, int, android.content.Intent[], java.lang.String[], int, android.os.Bundle, int)(ActivityManagerService.java:7102) waiters=4 in void com.android.server.am.ActivityManagerService.appendDropBoxProcessHeaders(com.android.server.am.ProcessRecord, java.lang.String, java.lang.StringBuilder) for 20.902s W 486 system art Long monitor contention with owner Binder:486_2 (514) at void com.android.server.am.ActivityManagerService.activityPaused(android.os.IBinder)(ActivityManagerService.java:6915) waiters=4 in void com.android.server.am.ActivityManagerService.finishReceiver(android.os.IBinder, int, java.lang.String, android.os.Bundle, boolean, int) for 20.900s W 486 system art Long monitor contention with owner Binder:486_2 (514) at void com.android.server.am.ActivityManagerService.activityPaused(android.os.IBinder)(ActivityManagerService.java:6915) waiters=5 in boolean com.android.server.am.ActivityManagerService.isUserRunning(int, int) for 20.875s W 486 system art Long monitor contention with owner Binder:486_4 (1106) at void com.android.server.am.ActivityManagerService.appendDropBoxProcessHeaders(com.android.server.am.ProcessRecord, java.lang.String, java.lang.StringBuilder)(ActivityManagerService.java:13709) waiters=0 in void com.android.server.am.ActivityManagerService$20.run() for 19.014s W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system NotificationSQLiteLog Pruned event entries: 2 I 486 system ActivityManager Start proc 1473:android.process.media/u0a12 for broadcast com.android.providers.downloads/.DownloadReceiver W 486 system art Long monitor contention with owner Binder:486_2 (514) at void com.android.server.am.ActivityManagerService.activityPaused(android.os.IBinder)(ActivityManagerService.java:6915) waiters=6 in android.content.pm.UserInfo com.android.server.am.UserController.getCurrentUser() for 20.897s W 486 system art Long monitor contention with owner Binder:486_2 (514) at void com.android.server.am.ActivityManagerService.activityPaused(android.os.IBinder)(ActivityManagerService.java:6915) waiters=7 in void com.android.server.am.ActivityManagerService$MainHandler.handleMessage(android.os.Message) for 20.464s W 486 system ActivityManager Launch timeout has expired, giving up wake lock! W 486 system art Long monitor contention with owner Binder:486_2 (514) at void com.android.server.am.ActivityManagerService.activityPaused(android.os.IBinder)(ActivityManagerService.java:6915) waiters=9 in int com.android.server.am.ActivityManagerService.broadcastIntent(android.app.IApplicationThread, android.content.Intent, java.lang.String, android.content.IIntentReceiver, int, java.lang.String, android.os.Bundle, java.lang.String[], int, android.os.Bundle, boolean, boolean, int) for 8.714s W 486 system art Long monitor contention with owner Binder:486_2 (514) at void com.android.server.am.ActivityManagerService.activityPaused(android.os.IBinder)(ActivityManagerService.java:6915) waiters=8 in int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) for 18.869s W 486 system art Long monitor contention with owner Binder:486_2 (514) at void com.android.server.am.ActivityManagerService.activityPaused(android.os.IBinder)(ActivityManagerService.java:6915) waiters=10 in void com.android.server.am.ActivityManagerService.monitor() for 7.881s I 486 system AccountManagerService User 0 is unlocked - opening CE database W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system AccountManagerService Creating CE database /data/system_ce/0/accounts_ce.db V 486 system BackupManagerService Connected to transport ComponentInfo{android/com.android.internal.backup.LocalTransportService} V 486 system BackupManagerService Registering transport android/com.android.internal.backup.LocalTransportService::android/com.android.internal.backup.LocalTransport = android.app.backup.BackupTransport$TransportImpl@2ff8acf W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.ui (517) at void com.android.server.wm.WindowManagerService.continueSurfaceLayout()(WindowManagerService.java:5447) waiters=1 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 434ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=1 in void com.android.server.wm.WindowManagerService.updateRotationUnchecked(boolean, boolean) for 1.506s W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=2 in void com.android.server.wm.WindowManagerService.startAppFreezingScreen(android.os.IBinder, int) for 1.471s W 486 system art Long monitor contention with owner Binder:486_6 (1183) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=2 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 1.080s W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1080 com.android.systemui OpenGLRenderer Initialized EGL, version 1.4 D 1080 com.android.systemui OpenGLRenderer Swap behavior 2 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=0 in void com.android.server.wm.WindowManagerService.executeAppTransition() for 1.050s W 486 system art Long monitor contention with owner android.display (523) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=1 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 1.007s W 486 system art Long monitor contention with owner ActivityManager (516) at void com.android.server.am.ActivityStackSupervisor$ActivityStackSupervisorHandler.handleMessage(android.os.Message)(ActivityStackSupervisor.java:3903) waiters=7 in int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) for 2.541s W 486 system art Long monitor contention with owner main (486) at android.content.pm.UserInfo com.android.server.am.UserController.getCurrentUser()(UserController.java:1438) waiters=7 in void com.android.server.am.ActivityStackSupervisor$ActivityStackSupervisorHandler.handleMessage(android.os.Message) for 2.542s W 486 system art Long monitor contention with owner main (486) at android.content.pm.UserInfo com.android.server.am.UserController.getCurrentUser()(UserController.java:1438) waiters=7 in void com.android.server.am.ActivityManagerService.monitor() for 2.542s W 486 system art Long monitor contention with owner android.bg (515) at boolean com.android.server.am.ActivityManagerService.isUserRunning(int, int)(ActivityManagerService.java:21694) waiters=7 in boolean com.android.server.am.ActivityManagerService.isUserRunning(int, int) for 2.542s W 486 system art Long monitor contention with owner Binder:486_7 (1320) at android.content.pm.UserInfo com.android.server.am.UserController.getCurrentUser()(UserController.java:1438) waiters=6 in void com.android.server.am.ActivityManagerService.appendDropBoxProcessHeaders(com.android.server.am.ProcessRecord, java.lang.String, java.lang.StringBuilder) for 2.542s W 486 system art Long monitor contention with owner Binder:486_2 (514) at void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread)(ActivityManagerService.java:6668) waiters=5 in int com.android.server.am.ActivityManagerService.broadcastIntent(android.app.IApplicationThread, android.content.Intent, java.lang.String, android.content.IIntentReceiver, int, java.lang.String, android.os.Bundle, java.lang.String[], int, android.os.Bundle, boolean, boolean, int) for 2.541s W 486 system art Long monitor contention with owner Binder:486_2 (514) at void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread)(ActivityManagerService.java:6668) waiters=6 in boolean com.android.server.am.ActivityManagerService.isUserRunning(int, int) for 2.543s W 486 system art Long monitor contention with owner Binder:486_2 (514) at void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread)(ActivityManagerService.java:6668) waiters=7 in void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread) for 2.520s W 486 system art Long monitor contention with owner Binder:486_2 (514) at void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread)(ActivityManagerService.java:6668) waiters=8 in int com.android.server.am.ActivityManagerService.getMemoryTrimLevel() for 2.385s W 486 system art Long monitor contention with owner Binder:486_2 (514) at void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread)(ActivityManagerService.java:6668) waiters=9 in void com.android.server.am.ActivityManagerService.dispatchUidsChanged() for 1.087s W 1458 System ClassLoader referenced unknown path: /system/priv-app/Provision/lib/arm W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 1473 System ClassLoader referenced unknown path: /system/priv-app/DownloadProvider/lib/arm I 486 system ActivityManager Start proc 1490:com.android.printspooler/u0a53 for service com.android.printspooler/.model.PrintSpoolerService I 486 system Choreographer Skipped 155 frames! The application may be doing too much work on its main thread. I 1080 com.android.systemui vol.Events writeEvent level_changed STREAM_MUSIC 10 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system ActivityManager Start proc 1504:com.android.keychain/1000 for service com.android.keychain/.KeyChainService W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner Binder:486_1 (513) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=0 in void com.android.server.wm.WindowManagerService.pauseKeyDispatching(android.os.IBinder) for 374ms W 486 system art Long monitor contention with owner Binder:486_1 (513) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=1 in void com.android.server.wm.WindowManagerService.finishDrawingWindow(com.android.server.wm.Session, android.view.IWindow) for 315ms W 486 system art Long monitor contention with owner AsyncTask #4 (1478) at int com.android.server.am.ActivityManagerService.bindService(android.app.IApplicationThread, android.os.IBinder, android.content.Intent, java.lang.String, android.app.IServiceConnection, int, java.lang.String, int)(ActivityManagerService.java:17254) waiters=2 in boolean com.android.server.am.ActivityManagerService.isUserRunning(int, int) for 403ms W 486 system art Long monitor contention with owner Binder:486_5 (1182) at boolean com.android.server.am.ActivityManagerService.finishActivity(android.os.IBinder, int, android.content.Intent, int)(ActivityManagerService.java:4838) waiters=3 in void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread) for 323ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system WifiService New client listening to asynchronous messages W 1473 android.process.media System ClassLoader referenced unknown path: /system/priv-app/MediaProvider/lib/arm D 1473 android.process.media ApplicationLoaders ignored Vulkan layer search path /system/priv-app/MediaProvider/lib/arm:/system/priv-app/MediaProvider/MediaProvider.apk!/lib/armeabi-v7a:/system/lib:/vendor/lib for namespace 0xb34a1090 W 1504 pre System ClassLoader referenced unknown path: /system/app/KeyChain/lib/arm I 486 system DevicePolicyManagerService Set ro.device_owner property to false W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media DownloadManager Upgrading downloads database from version 0 to version 110, which will destroy all old data W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system ActivityManager START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=com.android.launcher/com.android.launcher2.Launcher} from uid 0 on display 0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.deferSurfaceLayout() for 516ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.moveTaskToTop(int) for 523ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.addAppToken(int, android.view.IApplicationToken, int, int, int, boolean, boolean, int, int, boolean, boolean, android.graphics.Rect, android.content.res.Configuration, int, boolean, boolean, int, int) for 528ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.continueSurfaceLayout() for 523ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.continueSurfaceLayout() for 534ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.stopAppFreezingScreen(android.os.IBinder, boolean) for 520ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system ActivityManager Start proc 1525:com.android.launcher/u0a16 for activity com.android.launcher/com.android.launcher2.Launcher W 486 system art Long monitor contention with owner Binder:486_1 (513) at void com.android.server.am.ActivityManagerService.activityPaused(android.os.IBinder)(ActivityManagerService.java:6915) waiters=0 in com.android.server.am.ProcessRecord com.android.server.am.ActivityManagerService.findAppProcess(android.os.IBinder, java.lang.String) for 3.612s W 486 system art Long monitor contention with owner Binder:486_1 (513) at void com.android.server.am.ActivityManagerService.activityPaused(android.os.IBinder)(ActivityManagerService.java:6915) waiters=1 in com.android.server.am.ProcessRecord com.android.server.am.ActivityManagerService.findAppProcess(android.os.IBinder, java.lang.String) for 3.605s W 486 system art Long monitor contention with owner Binder:486_1 (513) at void com.android.server.am.ActivityManagerService.activityPaused(android.os.IBinder)(ActivityManagerService.java:6915) waiters=2 in android.content.pm.UserInfo com.android.server.am.UserController.getCurrentUser() for 3.597s W 486 system art Long monitor contention with owner Binder:486_1 (513) at void com.android.server.am.ActivityManagerService.activityPaused(android.os.IBinder)(ActivityManagerService.java:6915) waiters=3 in android.content.Intent com.android.server.am.ActivityManagerService.registerReceiver(android.app.IApplicationThread, java.lang.String, android.content.IIntentReceiver, android.content.IntentFilter, java.lang.String, int) for 3.418s W 486 system art Long monitor contention with owner Binder:486_1 (513) at void com.android.server.am.ActivityManagerService.activityPaused(android.os.IBinder)(ActivityManagerService.java:6915) waiters=4 in void com.android.server.am.ActivityStack$ActivityStackHandler.handleMessage(android.os.Message) for 3.223s I 486 system Choreographer Skipped 32 frames! The application may be doing too much work on its main thread. W 1080 com.android.systemui KeyguardUpdateMonitor invalid subId in handleSimStateChange() W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaProvider Upgrading media database from version 0 to 800, which will destroy all old data W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 1473 android.process.media MediaProvider Adjusting external storage paths to: /storage/emulated/0 E 1473 android.process.media SQLiteLog (1) no such table: album_info W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.prepareAppTransition(int, boolean) for 495ms W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=1 in void com.android.server.wm.WindowManagerService.statusBarVisibilityChanged(int) for 482ms W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=2 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 482ms W 486 system art Long monitor contention with owner ActivityManager (516) at void com.android.server.am.ActivityStackSupervisor$ActivityStackSupervisorHandler.handleMessage(android.os.Message)(ActivityStackSupervisor.java:3884) waiters=0 in com.android.server.am.ProcessRecord com.android.server.am.ActivityManagerService.findAppProcess(android.os.IBinder, java.lang.String) for 496ms W 486 system art Long monitor contention with owner ActivityManager (516) at void com.android.server.am.ActivityStackSupervisor$ActivityStackSupervisorHandler.handleMessage(android.os.Message)(ActivityStackSupervisor.java:3884) waiters=1 in com.android.server.am.ProcessRecord com.android.server.am.ActivityManagerService.findAppProcess(android.os.IBinder, java.lang.String) for 496ms W 486 system art Long monitor contention with owner ActivityManager (516) at void com.android.server.am.ActivityStackSupervisor$ActivityStackSupervisorHandler.handleMessage(android.os.Message)(ActivityStackSupervisor.java:3884) waiters=2 in void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread) for 475ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner Binder:486_4 (1106) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=1 in void com.android.server.wm.WindowManagerService.startAppFreezingScreen(android.os.IBinder, int) for 525ms W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=1 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 391ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system art Long monitor contention with owner Binder:486_3 (1056) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=0 in void com.android.server.wm.WindowManagerService.setAppVisibility(android.os.IBinder, boolean) for 540ms W 486 system art Long monitor contention with owner Binder:486_1 (513) at void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread)(ActivityManagerService.java:6668) waiters=0 in com.android.server.am.ProcessRecord com.android.server.am.ActivityManagerService.findAppProcess(android.os.IBinder, java.lang.String) for 1.085s W 486 system art Long monitor contention with owner Binder:486_1 (513) at void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread)(ActivityManagerService.java:6668) waiters=1 in void com.android.server.am.ActivityManagerService.serviceDoneExecuting(android.os.IBinder, int, int, int) for 1.029s W 486 system art Long monitor contention with owner Binder:486_1 (513) at void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread)(ActivityManagerService.java:6668) waiters=2 in com.android.server.am.ProcessRecord com.android.server.am.ActivityManagerService.findAppProcess(android.os.IBinder, java.lang.String) for 1.029s W 486 system art Long monitor contention with owner Binder:486_1 (513) at void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread)(ActivityManagerService.java:6668) waiters=4 in int com.android.server.am.ActivityManagerService.broadcastIntent(android.app.IApplicationThread, android.content.Intent, java.lang.String, android.content.IIntentReceiver, int, java.lang.String, android.os.Bundle, java.lang.String[], int, android.os.Bundle, boolean, boolean, int) for 824ms W 486 system art Long monitor contention with owner Binder:486_1 (513) at void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread)(ActivityManagerService.java:6668) waiters=5 in void com.android.server.am.ActivityStack$ActivityStackHandler.handleMessage(android.os.Message) for 563ms W 486 system art Long monitor contention with owner Binder:486_1 (513) at void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread)(ActivityManagerService.java:6668) waiters=3 in void com.android.server.am.ActivityManagerService.publishContentProviders(android.app.IApplicationThread, java.util.List) for 969ms W 486 system art Long monitor contention with owner Binder:486_1 (513) at void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread)(ActivityManagerService.java:6668) waiters=6 in void com.android.server.am.ActivityManagerService$LocalService.notifyStartingWindowDrawn() for 564ms I 486 system Choreographer Skipped 62 frames! The application may be doing too much work on its main thread. W 1525 System ClassLoader referenced unknown path: /system/priv-app/Launcher2/lib/arm W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 1473 android.process.media MediaScannerReceiver action: android.intent.action.MEDIA_MOUNTED path: /storage/emulated/0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system ActivityManager Start proc 1547:com.android.managedprovisioning/u0a17 for broadcast com.android.managedprovisioning/.PreBootListener W 1547 System ClassLoader referenced unknown path: /system/priv-app/ManagedProvisioning/lib/arm W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PreBootBroadcaster Pre-boot of {com.android.providers.calendar/com.android.providers.calendar.CalendarUpgradeReceiver} for user 0 I 486 system ActivityManager Start proc 1567:com.android.providers.calendar/u0a4 for broadcast com.android.providers.calendar/.CalendarUpgradeReceiver W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 1567 pre System ClassLoader referenced unknown path: /system/priv-app/CalendarProvider/lib/arm W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 405ms V 1473 android.process.media MediaScanner pruneDeadThumbnailFiles... android.content.ContentProviderClient$CursorWrapperInner@f8ad4d2 V 1473 android.process.media MediaScanner /pruneDeadThumbnailFiles... android.content.ContentProviderClient$CursorWrapperInner@f8ad4d2 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1567 pre CalendarDatabaseHelper Bootstrapping database W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1567 pre CalendarProvider2 Created com.android.providers.calendar.CalendarAlarmManager@5914b6e(com.android.providers.calendar.CalendarProvider2@8ecd20f) I 486 system RetailDemoModeService Deleting contents of /data/preloads I 1567 pre CalendarUpgradeReceiver Creating or opening calendar database W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PreBootBroadcaster Pre-boot of {com.android.providers.contacts/com.android.providers.contacts.ContactsUpgradeReceiver} for user 0 I 486 system ActivityManager Start proc 1585:android.process.acore/u0a3 for broadcast com.android.providers.contacts/.ContactsUpgradeReceiver W 1585 System ClassLoader referenced unknown path: /system/priv-app/ContactsProvider/lib/arm W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=1 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 535ms W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=1 in float com.android.server.wm.WindowManagerService.getCurrentAnimatorScale() for 535ms I 486 system Choreographer Skipped 31 frames! The application may be doing too much work on its main thread. W 1080 com.android.systemui KeyguardUpdateMonitor invalid subId in handleServiceStateChange() W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) V 486 system KeyguardServiceDelegate **** SHOWN CALLED **** I 1080 com.android.systemui Choreographer Skipped 1856 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1585 android.process.acore ContactsPerf VoicemailContentProvider.onCreate start W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1585 android.process.acore ContactsPerf VoicemailContentProvider.onCreate finish W 1585 android.process.acore System ClassLoader referenced unknown path: /system/priv-app/BlockedNumberProvider/lib/arm D 1585 android.process.acore ApplicationLoaders ignored Vulkan layer search path /system/priv-app/BlockedNumberProvider/lib/arm:/system/lib:/vendor/lib for namespace 0xb34a1090 I 1585 android.process.acore ContactsDatabaseHelper Bootstrapping database version: 1111 W 1585 android.process.acore System ClassLoader referenced unknown path: /system/app/UserDictionaryProvider/lib/arm D 1585 android.process.acore ApplicationLoaders ignored Vulkan layer search path /system/app/UserDictionaryProvider/lib/arm:/system/lib:/vendor/lib for namespace 0xb34a10d0 D 1585 android.process.acore StrictMode StrictMode policy violation; ~duration=184 ms: android.os.StrictMode$StrictModeDiskWriteViolation: policy=65565 violation=1 D 1585 android.process.acore StrictMode at android.os.StrictMode$AndroidBlockGuardPolicy.onWriteToDisk(StrictMode.java:1253) D 1585 android.process.acore StrictMode at libcore.io.BlockGuardOs.mkdir(BlockGuardOs.java:173) D 1585 android.process.acore StrictMode at android.system.Os.mkdir(Os.java:282) D 1585 android.process.acore StrictMode at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:514) D 1585 android.process.acore StrictMode at android.app.ContextImpl.getPreferencesDir(ContextImpl.java:468) D 1585 android.process.acore StrictMode at android.app.ContextImpl.getSharedPreferencesPath(ContextImpl.java:627) D 1585 android.process.acore StrictMode at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:345) D 1585 android.process.acore StrictMode at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:164) D 1585 android.process.acore StrictMode at android.preference.PreferenceManager.getDefaultSharedPreferences(PreferenceManager.java:487) D 1585 android.process.acore StrictMode at com.android.providers.contacts.FastScrollingIndexCache.getInstance(FastScrollingIndexCache.java:95) D 1585 android.process.acore StrictMode at com.android.providers.contacts.ContactsProvider2.initialize(ContactsProvider2.java:1573) D 1585 android.process.acore StrictMode at com.android.providers.contacts.ContactsProvider2.onCreate(ContactsProvider2.java:1548) D 1585 android.process.acore StrictMode at android.content.ContentProvider.attachInfo(ContentProvider.java:1751) D 1585 android.process.acore StrictMode at android.content.ContentProvider.attachInfo(ContentProvider.java:1726) D 1585 android.process.acore StrictMode at android.app.ActivityThread.installProvider(ActivityThread.java:5853) D 1585 android.process.acore StrictMode at android.app.ActivityThread.installContentProviders(ActivityThread.java:5445) D 1585 android.process.acore StrictMode at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5384) D 1585 android.process.acore StrictMode at android.app.ActivityThread.-wrap2(ActivityThread.java) D 1585 android.process.acore StrictMode at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1545) D 1585 android.process.acore StrictMode at android.os.Handler.dispatchMessage(Handler.java:102) D 1585 android.process.acore StrictMode at android.os.Looper.loop(Looper.java:154) D 1585 android.process.acore StrictMode at android.app.ActivityThread.main(ActivityThread.java:6119) D 1585 android.process.acore StrictMode at java.lang.reflect.Method.invoke(Native Method) D 1585 android.process.acore StrictMode at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886) D 1585 android.process.acore StrictMode at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776) D 1585 android.process.acore StrictMode StrictMode policy violation; ~duration=177 ms: android.os.StrictMode$StrictModeDiskWriteViolation: policy=65565 violation=1 D 1585 android.process.acore StrictMode at android.os.StrictMode$AndroidBlockGuardPolicy.onWriteToDisk(StrictMode.java:1253) D 1585 android.process.acore StrictMode at libcore.io.BlockGuardOs.chmod(BlockGuardOs.java:73) D 1585 android.process.acore StrictMode at android.system.Os.chmod(Os.java:68) D 1585 android.process.acore StrictMode at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:515) D 1585 android.process.acore StrictMode at android.app.ContextImpl.getPreferencesDir(ContextImpl.java:468) D 1585 android.process.acore StrictMode at android.app.ContextImpl.getSharedPreferencesPath(ContextImpl.java:627) D 1585 android.process.acore StrictMode at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:345) D 1585 android.process.acore StrictMode at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:164) D 1585 android.process.acore StrictMode at android.preference.PreferenceManager.getDefaultSharedPreferences(PreferenceManager.java:487) D 1585 android.process.acore StrictMode at com.android.providers.contacts.FastScrollingIndexCache.getInstance(FastScrollingIndexCache.java:95) D 1585 android.process.acore StrictMode at com.android.providers.contacts.ContactsProvider2.initialize(ContactsProvider2.java:1573) D 1585 android.process.acore StrictMode at com.android.providers.contacts.ContactsProvider2.onCreate(ContactsProvider2.java:1548) D 1585 android.process.acore StrictMode at android.content.ContentProvider.attachInfo(ContentProvider.java:1751) D 1585 android.process.acore StrictMode at android.content.ContentProvider.attachInfo(ContentProvider.java:1726) D 1585 android.process.acore StrictMode at android.app.ActivityThread.installProvider(ActivityThread.java:5853) D 1585 android.process.acore StrictMode at android.app.ActivityThread.installContentProviders(ActivityThread.java:5445) D 1585 android.process.acore StrictMode at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5384) D 1585 android.process.acore StrictMode at android.app.ActivityThread.-wrap2(ActivityThread.java) D 1585 android.process.acore StrictMode at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1545) D 1585 android.process.acore StrictMode at android.os.Handler.dispatchMessage(Handler.java:102) D 1585 android.process.acore StrictMode at android.os.Looper.loop(Looper.java:154) D 1585 android.process.acore StrictMode at android.app.ActivityThread.main(ActivityThread.java:6119) D 1585 android.process.acore StrictMode at java.lang.reflect.Method.invoke(Native Method) D 1585 android.process.acore StrictMode at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886) D 1585 android.process.acore StrictMode at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1585 android.process.acore ContactsUpgradeReceiver Creating or opening contacts database W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 473ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) E 1525 com.android.launcher StrictMode A resource was acquired at attached stack trace but never released. See java.io.Closeable for information on avoiding resource leaks. E 1525 com.android.launcher StrictMode java.lang.Throwable: Explicit termination method 'close' not called E 1525 com.android.launcher StrictMode at dalvik.system.CloseGuard.open(CloseGuard.java:180) E 1525 com.android.launcher StrictMode at android.content.ContentResolver$CursorWrapperInner. (ContentResolver.java:2627) E 1525 com.android.launcher StrictMode at android.content.ContentResolver.query(ContentResolver.java:558) E 1525 com.android.launcher StrictMode at android.content.ContentResolver.query(ContentResolver.java:474) E 1525 com.android.launcher StrictMode at com.android.launcher2.LauncherProvider$DatabaseHelper.convertDatabase(LauncherProvider.java:413) E 1525 com.android.launcher StrictMode at com.android.launcher2.LauncherProvider$DatabaseHelper.onCreate(LauncherProvider.java:389) E 1525 com.android.launcher StrictMode at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:251) E 1525 com.android.launcher StrictMode at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:163) E 1525 com.android.launcher StrictMode at com.android.launcher2.LauncherProvider$DatabaseHelper. (LauncherProvider.java:335) E 1525 com.android.launcher StrictMode at com.android.launcher2.LauncherProvider.onCreate(LauncherProvider.java:103) E 1525 com.android.launcher StrictMode at android.content.ContentProvider.attachInfo(ContentProvider.java:1751) E 1525 com.android.launcher StrictMode at android.content.ContentProvider.attachInfo(ContentProvider.java:1726) E 1525 com.android.launcher StrictMode at android.app.ActivityThread.installProvider(ActivityThread.java:5853) E 1525 com.android.launcher StrictMode at android.app.ActivityThread.installContentProviders(ActivityThread.java:5445) E 1525 com.android.launcher StrictMode at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5384) E 1525 com.android.launcher StrictMode at android.app.ActivityThread.-wrap2(ActivityThread.java) E 1525 com.android.launcher StrictMode at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1545) E 1525 com.android.launcher StrictMode at android.os.Handler.dispatchMessage(Handler.java:102) E 1525 com.android.launcher StrictMode at android.os.Looper.loop(Looper.java:154) E 1525 com.android.launcher StrictMode at android.app.ActivityThread.main(ActivityThread.java:6119) E 1525 com.android.launcher StrictMode at java.lang.reflect.Method.invoke(Native Method) E 1525 com.android.launcher StrictMode at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886) E 1525 com.android.launcher StrictMode at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1585 android.process.acore ContactsProviderV1 Bootstrapping database legacy support W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1567 com.android.providers.calendar CalendarProvider2 Sending notification intent: Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar flg=0x20000000 } W 1567 com.android.providers.calendar ContentResolver Failed to get type for: content://com.android.calendar (Unknown URL content://com.android.calendar) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 523ms W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=1 in void com.android.server.wm.WindowManagerService.finishDrawingWindow(com.android.server.wm.Session, android.view.IWindow) for 519ms W 486 system art Long monitor contention with owner Binder:486_1 (513) at void com.android.server.am.ActivityManagerService.setRequestedOrientation(android.os.IBinder, int)(ActivityManagerService.java:4784) waiters=0 in boolean com.android.server.am.ActivityManagerService.isUserRunning(int, int) for 328ms W 486 system art Long monitor contention with owner Binder:486_1 (513) at void com.android.server.am.ActivityManagerService.setRequestedOrientation(android.os.IBinder, int)(ActivityManagerService.java:4784) waiters=2 in int com.android.server.am.ActivityManagerService.broadcastIntent(android.app.IApplicationThread, android.content.Intent, java.lang.String, android.content.IIntentReceiver, int, java.lang.String, android.os.Bundle, java.lang.String[], int, android.os.Bundle, boolean, boolean, int) for 292ms I 486 system Choreographer Skipped 31 frames! The application may be doing too much work on its main thread. W 1080 com.android.systemui FingerprintManager isFingerprintHardwareDetected(): Service not connected! W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 1585 android.process.acore art Long monitor contention with owner ContactsProviderWorker (1605) at long android.database.sqlite.SQLiteConnection.nativePrepareStatement(long, java.lang.String)(SQLiteConnection.java:-2) waiters=1 in android.database.sqlite.SQLiteDatabase android.database.sqlite.SQLiteOpenHelper.getWritableDatabase() for 1.067s W 1585 android.process.acore art Long monitor contention with owner ContactsProviderWorker (1605) at long android.database.sqlite.SQLiteConnection.nativePrepareStatement(long, java.lang.String)(SQLiteConnection.java:-2) waiters=0 in android.database.sqlite.SQLiteDatabase android.database.sqlite.SQLiteOpenHelper.getWritableDatabase() for 1.099s I 1585 android.process.acore CallLogDatabaseHelper Migrating from old tables... W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1585 android.process.acore CallLogDatabaseHelper Source tables don't exist. I 1585 android.process.acore ContactsDatabaseHelper Bootstrapping database version: 1111 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1585 android.process.acore CallLogDatabaseHelper Migrating from old tables... I 1585 android.process.acore CallLogDatabaseHelper Source tables don't exist. W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 511ms W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=1 in float com.android.server.wm.WindowManagerService.getCurrentAnimatorScale() for 491ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1585 android.process.acore ContactLocale AddressBook Labels [[en_US]]: […, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, Α, Β, Γ, Δ, Ε, Ζ, Η, Θ, Ι, Κ, Λ, Μ, Ν, Ξ, Ο, Π, Ρ, Σ, Τ, Υ, Φ, Χ, Ψ, Ω, …, А, Б, В, Г, Д, ?, Е, ?, Ж, З, И, ?, Й, ?, К, Л, ?, М, Н, ?, О, П, Р, С, Т, ?, У, Ф, Х, Ц, Ч, ?, Ш, Щ, Ю, Я, …, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, …, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, …, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, …, ㄱ, ㄴ, ㄷ, ㄹ, ㅁ, ㅂ, ㅅ, ㅇ, ㅈ, ㅊ, ㅋ, ㅌ, ㅍ, ㅎ, …, あ, か, さ, た, な, は, ま, や, ら, わ, #, …] W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1585 android.process.acore ContactsProviderV1 Bootstrapping database legacy support W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1585 android.process.acore ContactsProvider Locale has changed from null to [en_US] I 1585 android.process.acore ContactsDatabaseHelper Switching to locale [en_US] (ICU v56.1) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=2 in int com.android.server.wm.WindowManagerService.addWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.view.InputChannel) for 982ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowManagerService$H.handleMessage(android.os.Message)(WindowManagerService.java:8850) waiters=2 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 536ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1585 android.process.acore ContactsDatabaseHelper Locale change completed in 252ms I 1585 android.process.acore ContactsDatabaseHelper Switching to locale [en_US] (ICU v56.1) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1585 android.process.acore ContactsDatabaseHelper Locale change completed in 223ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=2 in float com.android.server.wm.WindowManagerService.getCurrentAnimatorScale() for 1.058s W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowManagerService$H.handleMessage(android.os.Message)(WindowManagerService.java:8361) waiters=3 in int com.android.server.wm.WindowManagerService.addWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.view.InputChannel) for 533ms W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=3 in void com.android.server.wm.WindowManagerService.notifyAppRelaunchesCleared(android.os.IBinder) for 628ms W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=3 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 530ms W 486 system art Long monitor contention with owner ActivityManager (516) at void com.android.server.am.ActivityStackSupervisor$ActivityStackSupervisorHandler.activityIdleInternal(com.android.server.am.ActivityRecord)(ActivityStackSupervisor.java:3841) waiters=0 in android.content.Intent com.android.server.am.ActivityManagerService.registerReceiver(android.app.IApplicationThread, java.lang.String, android.content.IIntentReceiver, android.content.IntentFilter, java.lang.String, int) for 470ms I 486 system Choreographer Skipped 32 frames! The application may be doing too much work on its main thread. I 1525 com.android.launcher imx6.gralloc open gpu gralloc module! W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1585 android.process.acore ContactDirectoryManager deleted 0 stale rows which don't have any relevant directory W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1585 android.process.acore ContactDirectoryManager Discovered 0 contact directories in 127ms I 1585 android.process.acore ContactsProvider Upgrading aggregation algorithm I 1585 android.process.acore ContactAggregator Marked all visible contacts for aggregation: 0 raw contacts, 2 ms I 1585 android.process.acore ContactsProvider Aggregation algorithm upgraded for 0 raw contacts in 37ms I 1585 android.process.acore ContactsFTS Rebuild contact search index in 34ms, 0 contacts W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.notifyAppRelaunchesCleared(android.os.IBinder) for 507ms W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=1 in int com.android.server.wm.WindowManagerService.addWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.view.InputChannel) for 477ms W 486 system art Long monitor contention with owner Binder:486_4 (1106) at android.content.Intent com.android.server.am.ActivityManagerService.registerReceiver(android.app.IApplicationThread, java.lang.String, android.content.IIntentReceiver, android.content.IntentFilter, java.lang.String, int)(ActivityManagerService.java:17578) waiters=4 in void com.android.server.am.ActivityManagerService$3.handleMessage(android.os.Message) for 522ms W 486 system art Long monitor contention with owner Binder:486_8 (1472) at void com.android.server.am.ActivityManagerService.activityDestroyed(android.os.IBinder)(ActivityManagerService.java:6951) waiters=1 in void com.android.server.am.ActivityManagerService$MainHandler.handleMessage(android.os.Message) for 520ms W 486 system art Long monitor contention with owner Binder:486_8 (1472) at void com.android.server.am.ActivityManagerService.activityDestroyed(android.os.IBinder)(ActivityManagerService.java:6951) waiters=2 in int com.android.server.am.ActivityManagerService.getLockTaskModeState() for 520ms W 486 system art Long monitor contention with owner Binder:486_8 (1472) at void com.android.server.am.ActivityManagerService.activityDestroyed(android.os.IBinder)(ActivityManagerService.java:6951) waiters=4 in com.android.server.am.ProcessRecord com.android.server.am.ActivityManagerService.findAppProcess(android.os.IBinder, java.lang.String) for 487ms W 486 system art Long monitor contention with owner Binder:486_8 (1472) at void com.android.server.am.ActivityManagerService.activityDestroyed(android.os.IBinder)(ActivityManagerService.java:6951) waiters=3 in void com.android.server.am.ActivityManagerService.unregisterReceiver(android.content.IIntentReceiver) for 500ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. I 486 system PreBootBroadcaster Pre-boot of {com.android.providers.media/com.android.providers.media.MediaUpgradeReceiver} for user 0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 1400 com.android.deskclock Events [Analog Widget] [Create] I 486 system ActivityManager Start proc 1618:com.android.calendar/u0a34 for broadcast com.android.calendar/.alerts.AlertReceiver I 486 system art Background sticky concurrent mark sweep GC freed 15898(1264KB) AllocSpace objects, 17(516KB) LOS objects, 22% free, 6MB/7MB, paused 8.368ms total 66.283ms E 1149 com.android.phone PhoneInterfaceManager [PhoneIntfMgr] getCarrierPackageNamesForIntent: No UICC D 1149 com.android.phone CarrierSvcBindHelper No carrier app for: 0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 1618 System ClassLoader referenced unknown path: /system/app/Calendar/lib/arm W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 1618 com.android.calendar ExtensionsFactory No custom extensions. D 1618 com.android.calendar AlertReceiver onReceive: a=android.intent.action.PROVIDER_CHANGED Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar flg=0x20000010 cmp=com.android.calendar/.alerts.AlertReceiver } W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 1618 com.android.calendar AlertUtils Flushing old alerts from shared prefs table D 1618 com.android.calendar AlertService 0 Action = android.intent.action.PROVIDER_CHANGED W 486 system ActivityManager Launch timeout has expired, giving up wake lock! W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaUpgradeReceiver ---> Start upgrade of media database external.db W 486 system BroadcastQueue Timeout of broadcast BroadcastRecord{8cf6977 u-1 android.intent.action.TIME_TICK} - receiver=android.os.BinderProxy@293899d, started 10000ms ago W 486 system BroadcastQueue Receiver during timeout: BroadcastFilter{281f9e3 u0 ReceiverList{92d9e12 1080 com.android.systemui/10026/u0 remote:293899d}} I 1473 android.process.media MediaUpgradeReceiver <--- Finished upgrade of media database external.db in 39ms I 486 system PreBootBroadcaster Pre-boot of {com.android.settings/com.android.settings.SettingsInitialize} for user 0 I 486 system Process Sending signal. PID: 1080 SIG: 3 I 1080 com.android.systemui art Thread[3,tid=1091,WaitingInMainSignalCatcherLoop,Thread*=0xa72bb800,peer=0x12c00af0,"Signal Catcher"]: reacting to signal 3 I 1080 com.android.systemui art W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.removeWindow(com.android.server.wm.Session, android.view.IWindow) for 518ms W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=1 in int com.android.server.wm.WindowManagerService.addWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.view.InputChannel) for 488ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=2 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 486ms I 486 system Choreographer Skipped 32 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1080 com.android.systemui art Wrote stack traces to '/data/anr/traces.txt' E 486 system ActivityManager ANR in com.android.systemui E 486 system ActivityManager PID: 1080 E 486 system ActivityManager Reason: Broadcast of Intent { act=android.intent.action.TIME_TICK flg=0x50000014 (has extras) } E 486 system ActivityManager Load: 0.0 / 0.0 / 0.0 E 486 system ActivityManager CPU usage from 6352ms to 0ms ago (2017-07-05 02:37:25.654 to 2017-07-05 02:37:32.006): E 486 system ActivityManager 26% 486/system_server: 16% user + 10% kernel / faults: 738 minor E 486 system ActivityManager 14% 108/mmcqd/3: 0% user + 14% kernel E 486 system ActivityManager 9.9% 1473/android.process.media: 8.3% user + 1.5% kernel / faults: 1786 minor E 486 system ActivityManager 5.8% 1080/com.android.systemui: 4.5% user + 1.2% kernel / faults: 5700 minor E 486 system ActivityManager 4.8% 223/adbd: 1.1% user + 3.7% kernel / faults: 1164 minor E 486 system ActivityManager 2.3% 653/kworker/0:1H: 0% user + 2.3% kernel E 486 system ActivityManager 1.5% 1490/com.android.printspooler: 1.1% user + 0.4% kernel / faults: 406 minor E 486 system ActivityManager 1.4% 199/logd: 0.9% user + 0.4% kernel / faults: 13 minor E 486 system ActivityManager 1.2% 228/zygote: 0% user + 1.2% kernel / faults: 631 minor E 486 system ActivityManager 0.9% 1400/com.android.deskclock: 0.4% user + 0.4% kernel / faults: 184 minor E 486 system ActivityManager 0.6% 959/logcat: 0.4% user + 0.1% kernel / faults: 2 minor E 486 system ActivityManager 0.4% 191/jbd2/mmcblk3p4-: 0% user + 0.4% kernel E 486 system ActivityManager 0.4% 220/servicemanager: 0% user + 0.4% kernel E 486 system ActivityManager 0.4% 1332/com.android.settings: 0.4% user + 0% kernel / faults: 8 minor E 486 system ActivityManager 0.4% 1504/com.android.keychain: 0.3% user + 0.1% kernel / faults: 151 minor E 486 system ActivityManager 0% 3/ksoftirqd/0: 0% user + 0% kernel E 486 system ActivityManager 0% 219/lmkd: 0% user + 0% kernel E 486 system ActivityManager 0% 1063/sdcard: 0% user + 0% kernel / faults: 4 minor E 486 system ActivityManager 0.1% 6/kworker/u8:0: 0% user + 0.1% kernel E 486 system ActivityManager 0.1% 7/rcu_preempt: 0% user + 0.1% kernel E 486 system ActivityManager 0.1% 39/cfinteractive: 0% user + 0.1% kernel E 486 system ActivityManager 0% 113/galcore deamon : 0% user + 0% kernel E 486 system ActivityManager 0% 185/kworker/3:1: 0% user + 0% kernel E 486 system ActivityManager 0.1% 1149/com.android.phone: 0% user + 0.1% kernel / faults: 3 minor E 486 system ActivityManager 0.1% 1437/android.ext.services: 0.1% user + 0% kernel / faults: 8 minor E 486 system ActivityManager 0.1% 1458/com.android.provision: 0.1% user + 0% kernel E 486 system ActivityManager +0% 1525/com.android.launcher: 0% user + 0% kernel E 486 system ActivityManager +0% 1547/com.android.managedprovisioning: 0% user + 0% kernel E 486 system ActivityManager +0% 1567/com.android.providers.calendar: 0% user + 0% kernel E 486 system ActivityManager +0% 1585/android.process.acore: 0% user + 0% kernel E 486 system ActivityManager +0% 1618/com.android.calendar: 0% user + 0% kernel E 486 system ActivityManager 41% TOTAL: 22% user + 13% kernel + 4.6% iowait + 1.2% softirq E 486 system ActivityManager CPU usage from 185394ms to 185394ms ago (1970-01-01 00:00:00.000 to 1970-01-01 00:00:00.000) with 0% awake: E 486 system ActivityManager 0% TOTAL: 0% user + 0% kernel W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner Binder:486_3 (1056) at int com.android.server.wm.WindowManagerService.addWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.view.InputChannel)(WindowManagerService.java:1884) waiters=2 in void com.android.server.wm.WindowManagerService.notifyAppRelaunchesCleared(android.os.IBinder) for 509ms W 486 system art Long monitor contention with owner Binder:486_8 (1472) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=2 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 365ms W 486 system art Long monitor contention with owner Binder:486_8 (1472) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=1 in void com.android.server.wm.WindowAnimator$1.doFrame(long) for 515ms I 1525 com.android.launcher OpenGLRenderer Initialized EGL, version 1.4 D 1525 com.android.launcher OpenGLRenderer Swap behavior 2 I 1525 com.android.launcher Choreographer Skipped 60 frames! The application may be doing too much work on its main thread. D 486 system ActivityManager Sending BOOT_COMPLETE user #0 I 486 system ActivityManager Killing 1080:com.android.systemui/u0a26 (adj -800): bg anr W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) V 486 system KeyguardServiceDelegate *** Keyguard disconnected (boo!) W 486 system InputDispatcher channel 'c707108 DockedStackDivider (server)' ~ Consumer closed input channel or an error occurred. events=0x9 E 486 system InputDispatcher channel 'c707108 DockedStackDivider (server)' ~ Channel is unrecoverably broken and will be disposed! W 486 system InputDispatcher channel '6a3fa81 StatusBar (server)' ~ Consumer closed input channel or an error occurred. events=0x9 E 486 system InputDispatcher channel '6a3fa81 StatusBar (server)' ~ Channel is unrecoverably broken and will be disposed! W 486 system InputDispatcher channel '33a5eac AssistPreviewPanel (server)' ~ Consumer closed input channel or an error occurred. events=0x9 E 486 system InputDispatcher channel '33a5eac AssistPreviewPanel (server)' ~ Channel is unrecoverably broken and will be disposed! W 486 system InputDispatcher channel '498630a NavigationBar (server)' ~ Consumer closed input channel or an error occurred. events=0x9 E 486 system InputDispatcher channel '498630a NavigationBar (server)' ~ Channel is unrecoverably broken and will be disposed! W 486 system InputDispatcher channel '5dd23b0 com.android.systemui.ImageWallpaper (server)' ~ Consumer closed input channel or an error occurred. events=0x9 E 486 system InputDispatcher channel '5dd23b0 com.android.systemui.ImageWallpaper (server)' ~ Channel is unrecoverably broken and will be disposed! W 486 system InputDispatcher channel 'eecbb69 DockedStackDivider (server)' ~ Consumer closed input channel or an error occurred. events=0x9 E 486 system InputDispatcher channel 'eecbb69 DockedStackDivider (server)' ~ Channel is unrecoverably broken and will be disposed! W 486 system InputDispatcher channel '7db448b AssistPreviewPanel (server)' ~ Consumer closed input channel or an error occurred. events=0x9 E 486 system InputDispatcher channel '7db448b AssistPreviewPanel (server)' ~ Channel is unrecoverably broken and will be disposed! D 486 system WifiService Client connection lost with reason: 4 D 486 system GraphicsStats Buffer count: 2 W 486 system AudioService Current remote volume controller died, unregistering I 486 system ActivityManager Process com.android.systemui (pid 1080) has died D 486 system ActivityManager cleanUpApplicationRecord -- 1080 W 486 system WallpaperManagerService Wallpaper service gone: ComponentInfo{com.android.systemui/com.android.systemui.ImageWallpaper} W 486 system ActivityManager Scheduling restart of crashed service com.android.systemui/.ImageWallpaper in 0ms W 486 system ActivityManager Scheduling restart of crashed service com.android.systemui/.keyguard.KeyguardService in 0ms W 486 system ActivityManager Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms W 486 system ActivityManager Re-adding persistent process ProcessRecord{c7eaaf9 1080:com.android.systemui/u0a26} W 486 system VolumeController Error calling dismiss W 486 system VolumeController android.os.DeadObjectException W 486 system VolumeController at android.os.BinderProxy.transactNative(Native Method) W 486 system VolumeController at android.os.BinderProxy.transact(Binder.java:615) W 486 system VolumeController at android.media.IVolumeController$Stub$Proxy.dismiss(IVolumeController.java:162) W 486 system VolumeController at com.android.server.audio.AudioService$VolumeController.postDismiss(AudioService.java:6138) W 486 system VolumeController at com.android.server.audio.AudioService.setVolumeController(AudioService.java:5986) W 486 system VolumeController at com.android.server.audio.AudioService$4.binderDied(AudioService.java:5995) W 486 system VolumeController at android.os.BinderProxy.sendDeathNotice(Binder.java:688) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system libprocessgroup failed to open /acct/uid_10026/pid_1080/cgroup.procs: No such file or directory D 486 system ConnectivityService ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=4, [] ], android.os.BinderProxy@33f4d80) E 486 system ConnectivityService RemoteException caught trying to send a callback msg for NetworkRequest [ LISTEN id=4, [] ] I 486 system ActivityManager Start proc 1658:com.android.systemui/u0a26 for restart com.android.systemui W 486 system BroadcastQueue Failure sending broadcast Intent { act=android.intent.action.TIME_TICK flg=0x50000014 (has extras) } W 486 system BroadcastQueue android.os.RemoteException: app.thread must not be null W 486 system BroadcastQueue at com.android.server.am.BroadcastQueue.performReceiveLocked(BroadcastQueue.java:492) W 486 system BroadcastQueue at com.android.server.am.BroadcastQueue.deliverToRegisteredReceiverLocked(BroadcastQueue.java:666) W 486 system BroadcastQueue at com.android.server.am.BroadcastQueue.processNextBroadcast(BroadcastQueue.java:951) W 486 system BroadcastQueue at com.android.server.am.BroadcastQueue$BroadcastHandler.handleMessage(BroadcastQueue.java:172) W 486 system BroadcastQueue at android.os.Handler.dispatchMessage(Handler.java:102) W 486 system BroadcastQueue at android.os.Looper.loop(Looper.java:154) W 486 system BroadcastQueue at android.os.HandlerThread.run(HandlerThread.java:61) W 486 system BroadcastQueue at com.android.server.ServiceThread.run(ServiceThread.java:46) W 486 system BroadcastQueue Failure sending broadcast Intent { act=android.intent.action.BOOT_COMPLETED flg=0x9000010 (has extras) } W 486 system BroadcastQueue android.os.RemoteException: app.thread must not be null W 486 system BroadcastQueue at com.android.server.am.BroadcastQueue.performReceiveLocked(BroadcastQueue.java:492) W 486 system BroadcastQueue at com.android.server.am.BroadcastQueue.deliverToRegisteredReceiverLocked(BroadcastQueue.java:666) W 486 system BroadcastQueue at com.android.server.am.BroadcastQueue.processNextBroadcast(BroadcastQueue.java:951) W 486 system BroadcastQueue at com.android.server.am.BroadcastQueue$BroadcastHandler.handleMessage(BroadcastQueue.java:172) W 486 system BroadcastQueue at android.os.Handler.dispatchMessage(Handler.java:102) W 486 system BroadcastQueue at android.os.Looper.loop(Looper.java:154) W 486 system BroadcastQueue at android.os.HandlerThread.run(HandlerThread.java:61) W 486 system BroadcastQueue at com.android.server.ServiceThread.run(ServiceThread.java:46) W 486 system BroadcastQueue Failure sending broadcast Intent { act=android.intent.action.TIME_TICK flg=0x50000014 (has extras) } W 486 system BroadcastQueue android.os.RemoteException: app.thread must not be null W 486 system BroadcastQueue at com.android.server.am.BroadcastQueue.performReceiveLocked(BroadcastQueue.java:492) W 486 system BroadcastQueue at com.android.server.am.BroadcastQueue.deliverToRegisteredReceiverLocked(BroadcastQueue.java:666) W 486 system BroadcastQueue at com.android.server.am.BroadcastQueue.processNextBroadcast(BroadcastQueue.java:951) W 486 system BroadcastQueue at com.android.server.am.BroadcastQueue$BroadcastHandler.handleMessage(BroadcastQueue.java:172) W 486 system BroadcastQueue at android.os.Handler.dispatchMessage(Handler.java:102) W 486 system BroadcastQueue at android.os.Looper.loop(Looper.java:154) W 486 system BroadcastQueue at android.os.HandlerThread.run(HandlerThread.java:61) W 486 system BroadcastQueue at com.android.server.ServiceThread.run(ServiceThread.java:46) E 486 system BootReceiver Error reading /data/system/last-header.txt E 486 system BootReceiver java.io.FileNotFoundException: /data/system/last-header.txt (No such file or directory) E 486 system BootReceiver at java.io.FileInputStream.open(Native Method) E 486 system BootReceiver at java.io.FileInputStream. (FileInputStream.java:146) E 486 system BootReceiver at android.os.FileUtils.readTextFile(FileUtils.java:263) E 486 system BootReceiver at com.android.server.BootReceiver.getPreviousBootHeaders(BootReceiver.java:121) E 486 system BootReceiver at com.android.server.BootReceiver.getBootHeadersToLogAndUpdate(BootReceiver.java:143) E 486 system BootReceiver at com.android.server.BootReceiver.logBootEvents(BootReceiver.java:163) E 486 system BootReceiver at com.android.server.BootReceiver.-wrap2(BootReceiver.java) E 486 system BootReceiver at com.android.server.BootReceiver$1.run(BootReceiver.java:93) I 486 system RecoverySystem No recovery log file I 486 system BootReceiver No existing last log timestamp file /data/system/log-files.xml; starting empty I 486 system ActivityManager Start proc 1673:com.android.dialer/u0a10 for broadcast com.android.dialer/.calllog.CallLogReceiver W 486 system BroadcastQueue Failure sending broadcast Intent { act=android.intent.action.TIME_TICK flg=0x50000014 (has extras) } W 486 system BroadcastQueue android.os.RemoteException: app.thread must not be null W 486 system BroadcastQueue at com.android.server.am.BroadcastQueue.performReceiveLocked(BroadcastQueue.java:492) W 486 system BroadcastQueue at com.android.server.am.BroadcastQueue.deliverToRegisteredReceiverLocked(BroadcastQueue.java:666) W 486 system BroadcastQueue at com.android.server.am.BroadcastQueue.processNextBroadcast(BroadcastQueue.java:951) W 486 system BroadcastQueue at com.android.server.am.BroadcastQueue$BroadcastHandler.handleMessage(BroadcastQueue.java:172) W 486 system BroadcastQueue at android.os.Handler.dispatchMessage(Handler.java:102) W 486 system BroadcastQueue at android.os.Looper.loop(Looper.java:154) W 486 system BroadcastQueue at android.os.HandlerThread.run(HandlerThread.java:61) W 486 system BroadcastQueue at com.android.server.ServiceThread.run(ServiceThread.java:46) I 486 system BootReceiver Copying audit failures to DropBox I 486 system BootReceiver Checking for fsck errors W 1658 Binder Binder call failed. W 1658 Binder android.os.DeadObjectException W 1658 Binder at android.os.BinderProxy.transactNative(Native Method) W 1658 Binder at android.os.BinderProxy.transact(Binder.java:615) W 1658 Binder at android.content.IIntentReceiver$Stub$Proxy.performReceive(IIntentReceiver.java:124) W 1658 Binder at android.app.ActivityThread$ApplicationThread.scheduleRegisteredReceiver(ActivityThread.java:946) W 1658 Binder at android.app.ApplicationThreadNative.onTransact(ApplicationThreadNative.java:404) W 1658 Binder at android.os.Binder.execTransact(Binder.java:565) W 1658 System ClassLoader referenced unknown path: /system/priv-app/SystemUI/lib/arm W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system art Background partial concurrent mark sweep GC freed 13083(1324KB) AllocSpace objects, 18(1224KB) LOS objects, 33% free, 5MB/8MB, paused 5.336ms total 151.061ms V 1658 com.android.systemui SystemUIService Starting SystemUI services for user 0. W 1673 com.android.dialer System ClassLoader referenced unknown path: /system/priv-app/Dialer/lib/arm W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 1673 com.android.dialer ExtensionsFactory No custom extensions. I 1673 com.android.dialer BlockedNumbersAuto Updating state as already checked for auto-migrate. I 1673 com.android.dialer BlockedNumbersAuto Attempting to auto-migrate. D 1149 com.android.phone CarrierConfigLoader mHandler: 13 phoneId: 0 D 1149 com.android.phone CarrierConfigLoader mHandler: 7 phoneId: 0 E 1149 com.android.phone CarrierConfigLoader Cannot restore config with null packageName or iccid. D 1149 com.android.phone CarrierConfigLoader Binding to com.android.carrierconfig for phone 0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 1673 com.android.dialer CountryDetector No location permissions, not registering for location updates. I 486 system ActivityManager Start proc 1698:com.android.carrierconfig/u0a5 for service com.android.carrierconfig/.DefaultCarrierConfigService D 1618 com.android.calendar AlertReceiver onReceive: a=android.intent.action.BOOT_COMPLETED Intent { act=android.intent.action.BOOT_COMPLETED flg=0x9000010 cmp=com.android.calendar/.alerts.AlertReceiver (has extras) } I 1400 com.android.deskclock AlarmClock AlarmInitReceiver android.intent.action.BOOT_COMPLETED W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 1698 System ClassLoader referenced unknown path: /system/priv-app/CarrierConfig/lib/arm I 1673 com.android.dialer BlockedNumbersAuto Auto-migrating: no blocked numbers. V 1400 com.android.deskclock AlarmClock AlarmInitReceiver finished D 1698 DefaultCarrierConfigService Service created I 486 system ActivityManager Start proc 1717:com.android.email/u0a42 for broadcast com.android.email/.service.EmailUpgradeBroadcastReceiver D 1149 com.android.phone CarrierConfigLoader Connected to config app: com.android.carrierconfig/com.android.carrierconfig.DefaultCarrierConfigService D 1149 com.android.phone CarrierConfigLoader mHandler: 3 phoneId: 0 D 1698 DefaultCarrierConfigService Config being fetched D 1698 DefaultCarrierConfigService java.io.FileNotFoundException: carrier_config_.xml E 1149 com.android.phone CarrierConfigLoader Cannot save config with null packageName or iccid. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 1149 com.android.phone CarrierConfigLoader mHandler: 5 phoneId: 0 E 1149 com.android.phone PhoneInterfaceManager [PhoneIntfMgr] getCarrierPackageNamesForIntent: No UICC I 486 system Telecom PhoneAccountRegistrar: SimCallManager queried, returning: null: TSI.gSCMFU@AA8 W 1717 System ClassLoader referenced unknown path: /system/app/Email/lib/arm W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system ActivityManager Unable to start service Intent { act=com.android.email.EXCHANGE_INTENT pkg=com.android.exchange } U=0: not found D 1717 com.android.email ActivityThread Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider W 486 system ActivityManager Unable to start service Intent { act=com.android.email.EXCHANGE_INTENT pkg=com.android.exchange } U=0: not found D 1717 com.android.email ActivityThread Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider W 486 system ActivityManager Unable to start service Intent { act=com.android.email.EXCHANGE_INTENT pkg=com.android.exchange } U=0: not found D 1717 com.android.email ActivityThread Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider W 486 system ActivityManager Unable to start service Intent { act=com.android.email.EXCHANGE_INTENT pkg=com.android.exchange } U=0: not found D 1717 com.android.email ActivityThread Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider W 486 system ActivityManager Unable to start service Intent { act=com.android.email.EXCHANGE_INTENT pkg=com.android.exchange } U=0: not found W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.Session.setWallpaperPosition(android.os.IBinder, float, float, float, float) for 1.015s W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=1 in void com.android.server.wm.WindowState$DeathRecipient.binderDied() for 941ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=2 in void com.android.server.wm.WindowState$DeathRecipient.binderDied() for 942ms I 486 system WindowManager WIN DEATH: Window{7db448b u0 AssistPreviewPanel} W 486 system InputDispatcher Attempted to unregister already unregistered input channel '7db448b AssistPreviewPanel (server)' W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=3 in void com.android.server.wm.WindowState$DeathRecipient.binderDied() for 955ms I 486 system InputReader Reconfiguring input devices. changes=0x00000010 I 486 system WindowManager WIN DEATH: Window{5dd23b0 u0 com.android.systemui.ImageWallpaper} W 486 system InputDispatcher Attempted to unregister already unregistered input channel '5dd23b0 com.android.systemui.ImageWallpaper (server)' W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=4 in void com.android.server.wm.WindowState$DeathRecipient.binderDied() for 959ms I 486 system WindowManager WIN DEATH: Window{6a3fa81 u0 StatusBar} W 486 system InputDispatcher Attempted to unregister already unregistered input channel '6a3fa81 StatusBar (server)' W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=5 in void com.android.server.wm.WindowManagerService$9.binderDied() for 966ms W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=6 in void com.android.server.wm.WindowState$DeathRecipient.binderDied() for 965ms I 486 system WindowManager WIN DEATH: Window{33a5eac u0 AssistPreviewPanel} W 486 system InputDispatcher Attempted to unregister already unregistered input channel '33a5eac AssistPreviewPanel (server)' W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=7 in void com.android.server.wm.WindowState$DeathRecipient.binderDied() for 970ms I 486 system WindowManager WIN DEATH: Window{498630a u0 NavigationBar} W 486 system InputDispatcher Attempted to unregister already unregistered input channel '498630a NavigationBar (server)' W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=8 in void com.android.server.wm.WindowState$DeathRecipient.binderDied() for 968ms I 486 system WindowManager WIN DEATH: Window{c707108 u0 DockedStackDivider} W 486 system InputDispatcher Attempted to unregister already unregistered input channel 'c707108 DockedStackDivider (server)' W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=9 in void com.android.server.wm.Session.binderDied() for 970ms W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=10 in float com.android.server.wm.WindowManagerService.getCurrentAnimatorScale() for 769ms I 486 system WindowManager WIN DEATH: Window{eecbb69 u0 DockedStackDivider} W 486 system InputDispatcher Attempted to unregister already unregistered input channel 'eecbb69 DockedStackDivider (server)' V 1658 com.android.systemui MediaRouter Adding route: RouteInfo{ name=Tablet, description=null, status=null, category=RouteCategory{ name=null types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } V 1658 com.android.systemui MediaRouter Updating audio routes: AudioRoutesInfo{ type=SPEAKER } V 1658 com.android.systemui MediaRouter Selecting route: RouteInfo{ name=Tablet, description=null, status=null, category=RouteCategory{ name=null types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } I 486 system Choreographer Skipped 35 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system WindowManager On display=0 Rebuild removed 2 windows but added 1 rebuildAppWindowListLocked() callers=com.android.server.wm.WindowManagerService.rebuildAppWindowListLocked:9438 com.android.server.wm.WindowManagerService.handleAnimatingStoppedAndTransitionLocked:9582 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementInner:350 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementLoop:236 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement:184 com.android.server.wm.WindowManagerService.removeWindowInnerLocked:2639 com.android.server.wm.AppWindowToken.destroySurfaces:422 com.android.server.wm.AppWindowToken.destroySurfaces:384 com.android.server.wm.WindowStateAnimator.finishExit:566 com.android.server.wm.WindowStateAnimator.stepAnimationLocked:492 W 486 system WindowManager This window was lost: Window{c135c0e u0 com.android.settings/com.android.settings.FallbackHome} W 486 system WindowManager mDisplayId=0 mSession=Session{a56f3f 1332:1000} mClient=android.os.BinderProxy@fb9d209 W 486 system WindowManager mOwnerUid=1000 mShowToOwnerOnly=true package=com.android.settings appop=NONE W 486 system WindowManager mAttrs=WM.LayoutParams{(0,0)(fillxfill) sim=#20 ty=1 fl=#81810500 pfl=0x20000 wanim=0x1030468 vsysui=0x1606 needsMenuKey=2} W 486 system WindowManager Requested w=1280 h=800 mLayoutSeq=30 W 486 system WindowManager mBaseLayer=21000 mSubLayer=0 mAnimLayer=21000+0=21000 mLastLayer=21005 W 486 system WindowManager mToken=AppWindowToken{247c5dd token=Token{90942c6 ActivityRecord{280c0a1 u0 com.android.settings/.FallbackHome t2}}} W 486 system WindowManager mRootToken=AppWindowToken{247c5dd token=Token{90942c6 ActivityRecord{280c0a1 u0 com.android.settings/.FallbackHome t2}}} W 486 system WindowManager mAppToken=AppWindowToken{247c5dd token=Token{90942c6 ActivityRecord{280c0a1 u0 com.android.settings/.FallbackHome t2}}} W 486 system WindowManager isAnimatingWithSavedSurface()=false mAppDied=false W 486 system WindowManager mViewVisibility=0x8 mHaveFrame=true mObscured=false W 486 system WindowManager mSeq=0 mSystemUiVisibility=0x1606 W 486 system WindowManager mGivenContentInsets=[0,0][0,0] mGivenVisibleInsets=[0,0][0,0] W 486 system WindowManager mMergedConfiguration={1.0 ?mcc?mnc [en_US] ldltr sw800dp w1280dp h728dp 160dpi xlrg land finger -keyb/h/h -nav/h s.5} W 486 system WindowManager mHasSurface=true mShownPosition=[0,0] isReadyForDisplay()=false hasSavedSurface()=false mWindowRemovalAllowed=true W 486 system WindowManager mFrame=[0,0][1280,800] last=[0,0][1280,800] W 486 system WindowManager Frames: containing=[0,0][1280,800] parent=[0,0][1280,800] W 486 system WindowManager display=[0,0][1280,800] overscan=[0,0][1280,800] W 486 system WindowManager content=[0,0][1280,752] visible=[0,0][1280,752] W 486 system WindowManager decor=[0,0][1280,800] W 486 system WindowManager outset=[0,0][1280,752] W 486 system WindowManager Cur insets: overscan=[0,0][0,0] content=[0,0][0,48] visible=[0,0][0,48] stable=[0,24][0,48] surface=[0,0][0,0] outsets=[0,0][0,0] W 486 system WindowManager Lst insets: overscan=[0,0][0,0] content=[0,0][0,48] visible=[0,0][0,48] stable=[0,24][0,48] physical=[0,0][0,0] outset=[0,0][0,0] W 486 system WindowManager WindowStateAnimator{9989236 com.android.settings/com.android.settings.FallbackHome}: W 486 system WindowManager mSurface=Surface(name=com.android.settings/com.android.settings.FallbackHome) W 486 system WindowManager Surface: shown=false layer=21005 alpha=1.0 rect=(0.0,0.0) 1280.0 x 800.0 W 486 system WindowManager mDrawState=HAS_DRAWN mLastHidden=true W 486 system WindowManager mSystemDecorRect=[0,0][1280,800] last=[0,0][0,0] mHasClipRect=false mLastClipRect=[0,0][1280,800] W 486 system WindowManager mGlobalScale=1.0 mDsDx=1.0 mDtDx=0.0 mDsDy=0.0 mDtDy=1.0 W 486 system WindowManager mAnimatingExit=false mRemoveOnExit=true mDestroying=true mRemoved=false W 486 system WindowManager Current app token list: V 486 system WindowManager Stack #0 tasks from bottom to top: V 486 system WindowManager Task #3 activities from bottom to top: V 486 system WindowManager activity #0: Token{e0a76d0 null} V 486 system WindowManager Task #4 activities from bottom to top: V 486 system WindowManager activity #0: Token{d5c6d78 ActivityRecord{623fedb u0 com.android.launcher/com.android.launcher2.Launcher t4}} W 486 system WindowManager Final window list: V 486 system WindowManager Display #0 V 486 system WindowManager #3: Window{498630a u0 NavigationBar EXITING} V 486 system WindowManager #2: Window{6a3fa81 u0 StatusBar EXITING} V 486 system WindowManager #1: Window{db0591e u0 KeyguardScrim} V 486 system WindowManager #0: Window{d1c6fa u0 com.android.launcher/com.android.launcher2.Launcher} D 486 system TrustManagerService Removing dead TrustListener. V 1658 com.android.systemui FingerprintManager FingerprintManagerService was null W 1658 com.android.systemui FingerprintManager isFingerprintHardwareDetected(): Service not connected! W 1658 com.android.systemui FingerprintManager addLockoutResetCallback(): Service not connected! W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 1658 com.android.systemui OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.vorbis.decoder) in mediacodec process W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 1658 com.android.systemui OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.vorbis.decoder) in mediacodec process W 486 system ActivityManager Unable to start service Intent { act=com.android.mail.action.BACKUP_DATA_CHANGED pkg=com.android.email } U=0: not found W 486 system ActivityManager Unable to start service Intent { act=com.android.mail.action.BACKUP_DATA_CHANGED pkg=com.android.email } U=0: not found W 486 system ActivityManager Unable to start service Intent { act=com.android.mail.action.BACKUP_DATA_CHANGED pkg=com.android.email } U=0: not found W 486 system ActivityManager Unable to start service Intent { act=com.android.mail.action.BACKUP_DATA_CHANGED pkg=com.android.email } U=0: not found W 486 system ActivityManager Unable to start service Intent { act=com.android.mail.action.BACKUP_DATA_CHANGED pkg=com.android.email } U=0: not found W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1658 com.android.systemui vol.Events writeEvent collection_started W 486 system ActivityManager Unable to start service Intent { act=com.android.mail.action.BACKUP_DATA_CHANGED pkg=com.android.email } U=0: not found W 486 system ActivityManager Unable to start service Intent { act=com.android.mail.action.BACKUP_DATA_CHANGED pkg=com.android.email } U=0: not found I 1658 com.android.systemui vol.Events writeEvent external_ringer_mode_changed normal I 1658 com.android.systemui vol.Events writeEvent internal_ringer_mode_changed normal I 237 /system/bin/mediaserver MediaPlayerService MediaPlayerService::getOMX I 1658 com.android.systemui OMXClient MuxOMX ctor I 234 media.codec OMXMaster makeComponentInstance(OMX.google.vorbis.decoder) in mediacodec process W 1717 com.android.email art Long monitor contention with owner AsyncTask #1 (1735) at com.android.mail.preferences.MailPrefs com.android.mail.preferences.MailPrefs.get(android.content.Context)(MailPrefs.java:-1) waiters=0 in com.android.mail.preferences.MailPrefs com.android.mail.preferences.MailPrefs.get(android.content.Context) for 567ms W 1717 com.android.email art Long monitor contention with owner AsyncTask #1 (1735) at com.android.mail.preferences.MailPrefs com.android.mail.preferences.MailPrefs.get(android.content.Context)(MailPrefs.java:-1) waiters=1 in com.android.mail.preferences.MailPrefs com.android.mail.preferences.MailPrefs.get(android.content.Context) for 557ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 1717 com.android.email art Long monitor contention with owner AsyncTask #1 (1735) at com.android.mail.preferences.MailPrefs com.android.mail.preferences.MailPrefs.get(android.content.Context)(MailPrefs.java:-1) waiters=2 in com.android.mail.preferences.MailPrefs com.android.mail.preferences.MailPrefs.get(android.content.Context) for 571ms W 486 system ActivityManager Unable to start service Intent { cmp=com.android.email/.service.AttachmentService } U=0: not found W 486 system ActivityManager Unable to start service Intent { act=com.android.email.EXCHANGE_INTENT pkg=com.android.exchange } U=0: not found W 486 system ActivityManager Unable to start service Intent { cmp=com.android.email/.service.AttachmentService } U=0: not found W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out I 1717 com.android.email Email Observing account changes for notifications W 486 system ActivityManager Unable to start service Intent { cmp=com.android.email/.service.AttachmentService } U=0: not found W 486 system ActivityManager Unable to start service Intent { act=com.android.email.EXCHANGE_INTENT pkg=com.android.exchange } U=0: not found W 486 system ActivityManager Unable to start service Intent { cmp=com.android.email/.service.AttachmentService } U=0: not found W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system ActivityManager Unable to start service Intent { cmp=com.android.email/.service.AttachmentService } U=0: not found W 486 system ActivityManager Unable to start service Intent { act=com.android.email.EXCHANGE_INTENT pkg=com.android.exchange } U=0: not found I 486 system ActivityManager Start proc 1763:com.android.gallery3d/u0a45 for broadcast com.android.gallery3d/com.android.camera.DisableCameraReceiver W 486 system ActivityManager Unable to start service Intent { act=com.android.email.EXCHANGE_INTENT pkg=com.android.exchange } U=0: not found I 1717 com.android.email Email Onetime initialization: 1 W 486 system ActivityManager Unable to start service Intent { act=com.android.email.EXCHANGE_INTENT pkg=com.android.exchange } U=0: not found W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1717 com.android.email Email Onetime initialization: 2 I 1717 com.android.email Email Onetime initialization: completed. W 486 system ActivityManager Unable to start service Intent { act=com.android.email.EXCHANGE_INTENT pkg=com.android.exchange } U=0: not found W 486 system ActivityManager Unable to start service Intent { act=com.android.email.EXCHANGE_INTENT pkg=com.android.exchange } U=0: not found E 1717 com.android.email ActivityThread Service com.android.email.service.EmailBroadcastProcessorService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy$ProxyConnection@df185d0 that was originally bound here E 1717 com.android.email ActivityThread android.app.ServiceConnectionLeaked: Service com.android.email.service.EmailBroadcastProcessorService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy$ProxyConnection@df185d0 that was originally bound here E 1717 com.android.email ActivityThread at android.app.LoadedApk$ServiceDispatcher. (LoadedApk.java:1336) E 1717 com.android.email ActivityThread at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1231) E 1717 com.android.email ActivityThread at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1450) E 1717 com.android.email ActivityThread at android.app.ContextImpl.bindService(ContextImpl.java:1422) E 1717 com.android.email ActivityThread at android.content.ContextWrapper.bindService(ContextWrapper.java:636) E 1717 com.android.email ActivityThread at com.android.emailcommon.service.ServiceProxy.setTask(ServiceProxy.java:181) E 1717 com.android.email ActivityThread at com.android.emailcommon.service.ServiceProxy.test(ServiceProxy.java:224) E 1717 com.android.email ActivityThread at com.android.email.service.EmailServiceUtils.isServiceAvailable(EmailServiceUtils.java:160) E 1717 com.android.email ActivityThread at com.android.email.provider.AccountReconciler.reconcileAccountsInternal(AccountReconciler.java:171) E 1717 com.android.email ActivityThread at com.android.email.provider.AccountReconciler.reconcileAccounts(AccountReconciler.java:115) E 1717 com.android.email ActivityThread at com.android.email.service.EmailBroadcastProcessorService.reconcileAndStartServices(EmailBroadcastProcessorService.java:305) E 1717 com.android.email ActivityThread at com.android.email.service.EmailBroadcastProcessorService.onBootCompleted(EmailBroadcastProcessorService.java:295) E 1717 com.android.email ActivityThread at com.android.email.service.EmailBroadcastProcessorService.onHandleIntent(EmailBroadcastProcessorService.java:130) E 1717 com.android.email ActivityThread at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:68) E 1717 com.android.email ActivityThread at android.os.Handler.dispatchMessage(Handler.java:102) E 1717 com.android.email ActivityThread at android.os.Looper.loop(Looper.java:154) E 1717 com.android.email ActivityThread at android.os.HandlerThread.run(HandlerThread.java:61) W 486 system ActivityManager Unbind failed: could not find connection for android.os.BinderProxy@987f4e6 I 1658 com.android.systemui vol.Events writeEvent level_changed STREAM_ALARM 6 I 1658 com.android.systemui vol.Events writeEvent level_changed STREAM_BLUETOOTH_SCO 7 I 1658 com.android.systemui vol.Events writeEvent level_changed STREAM_MUSIC 11 I 1658 com.android.systemui vol.Events writeEvent level_changed STREAM_RING 5 I 1658 com.android.systemui vol.Events writeEvent level_changed STREAM_SYSTEM 5 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1658 com.android.systemui vol.Events writeEvent level_changed STREAM_VOICE_CALL 4 I 1763 G:DisableCameraReceiver no back camera I 1763 G:DisableCameraReceiver disable all camera activities I 1039 com.android.inputmethod.latin SystemBroadcastReceiver Boot has been completed I 1039 com.android.inputmethod.latin SystemBroadcastReceiver toggleAppIcon() : FLAG_SYSTEM = true W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system ActivityManager Start proc 1779:com.android.onetimeinitializer/u0a19 for broadcast com.android.onetimeinitializer/.OneTimeInitializerReceiver W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 1779 System ClassLoader referenced unknown path: /system/priv-app/OneTimeInitializer/lib/arm V 1779 com.android.onetimeinitializer OneTimeInitializerRece OneTimeInitializerReceiver.onReceive W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=1 in float com.android.server.wm.WindowManagerService.getCurrentAnimatorScale() for 248ms W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.finishDrawingWindow(com.android.server.wm.Session, android.view.IWindow) for 520ms I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. V 1149 com.android.phone VvmBootCompletedRcvr processing subId list W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1779 com.android.onetimeinitializer OneTimeInitializerServ Updating to version 1. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1149 com.android.phone VvmSimChangeReceiver Received SIM change for invalid subscription id. D 1473 android.process.media MtpService starting MTP server in MTP mode I 1473 android.process.media MediaProvider Upgrading media database from version 0 to 800, which will destroy all old data W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 1473 android.process.media MediaProvider Adjusting external storage paths to: /storage/emulated/0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) E 1473 android.process.media SQLiteLog (1) no such table: files I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/alarms/Alarm_Beep_01.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/alarms/Alarm_Beep_02.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/alarms/Alarm_Beep_03.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowManagerService$H.handleMessage(android.os.Message)(WindowManagerService.java:8361) waiters=1 in void com.android.server.wm.WindowManagerService.finishDrawingWindow(com.android.server.wm.Session, android.view.IWindow) for 520ms W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=1 in float com.android.server.wm.WindowManagerService.getCurrentAnimatorScale() for 514ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system ActivityManager Displayed com.android.launcher/com.android.launcher2.Launcher: +9s636ms (total +16s539ms) I 1525 com.android.launcher Choreographer Skipped 156 frames! The application may be doing too much work on its main thread. I 1658 com.android.systemui imx6.gralloc open gpu gralloc module! I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/alarms/Alarm_Buzzer.ogg since build fingerprint changed W 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/alarms/Alarm_Classic.oggsince ringtone setting didn't finish W 1473 android.process.media MediaProvider Missing volume for /system; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media; assuming invalid W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 1473 android.process.media MediaProvider Missing volume for /system/media/audio; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/alarms; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/alarms/Alarm_Beep_01.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/alarms/Alarm_Beep_02.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/alarms/Alarm_Beep_03.ogg; assuming invalid E 237 /system/bin/mediaserver MetadataRetrieverClient failed to extract an album art W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/alarms/Alarm_Buzzer.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/alarms/Alarm_Classic.ogg; assuming invalid W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1400 com.android.deskclock AlarmClock Detected change to system default alarm ringtone; clearing caches I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/alarms/Alarm_Rooster_02.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/alarms/Argon.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/alarms/Barium.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/alarms/Carbon.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/alarms/Cesium.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/alarms/Fermium.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/alarms/Hassium.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/alarms/Helium.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/alarms/Krypton.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/alarms/Neon.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/alarms/Neptunium.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/alarms/Nobelium.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/alarms/Osmium.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/alarms/Oxygen.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/alarms/Platinum.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/alarms/Plutonium.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/alarms/Promethium.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/alarms/Scandium.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Adara.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Aldebaran.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Altair.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Alya.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.ui (517) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=0 in void com.android.server.wm.WindowAnimator$1.doFrame(long) for 1.040s W 486 system art Long monitor contention with owner android.ui (517) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=1 in void com.android.server.wm.WindowManagerService.finishDrawingWindow(com.android.server.wm.Session, android.view.IWindow) for 1.014s W 486 system art Long monitor contention with owner android.ui (517) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=2 in int com.android.server.wm.WindowManagerService.addWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.view.InputChannel) for 1.014s W 486 system InputMethodManagerService Focus gain on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@423de46 (uid=10016 pid=1525) W 1525 com.android.launcher System ClassLoader referenced unknown path: W 1525 com.android.launcher System ClassLoader referenced unknown path: /system/app/DeskClock/lib/arm D 1525 com.android.launcher ApplicationLoaders ignored Vulkan layer search path /system/app/DeskClock/lib/arm:/system/lib:/vendor/lib for namespace 0xb34a1090 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Antares.ogg since build fingerprint changed D 1658 com.android.systemui StorageNotification Notifying about private volume: VolumeInfo{private}: D 1658 com.android.systemui StorageNotification type=PRIVATE diskId=null partGuid=null mountFlags=0 mountUserId=-1 D 1658 com.android.systemui StorageNotification state=MOUNTED D 1658 com.android.systemui StorageNotification fsType=null fsUuid=null fsLabel=null D 1658 com.android.systemui StorageNotification path=/data internalPath=null W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1525 com.android.launcher Choreographer Skipped 70 frames! The application may be doing too much work on its main thread. I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Antimony.ogg since build fingerprint changed I 486 system art Background partial concurrent mark sweep GC freed 14928(1296KB) AllocSpace objects, 8(204KB) LOS objects, 33% free, 6MB/9MB, paused 3.581ms total 140.949ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Arcturus.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Argon.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Beat_Box_Android.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Bellatrix.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Beryllium.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Betelgeuse.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/CaffeineSnake.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Canopus.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Capella.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Castor.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/CetiAlpha.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=2 in int com.android.server.wm.WindowManagerService.addWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.view.InputChannel) for 325ms W 486 system InputMethodManagerService Window already focused, ignoring focus gain of: android.view.inputmethod.InputMethodManager$1@a7922a3 attribute=null, token = android.view.ViewRootImpl$W@a7145ff W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=1 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 363ms V 486 system KeyguardServiceDelegate *** Keyguard connected (yay!) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Cobalt.ogg since build fingerprint changed I 1618 com.android.calendar GlobalDismissManager no sender configured D 1618 com.android.calendar AlertService Beginning updateAlertNotification I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Cricket.ogg since build fingerprint changed D 1618 com.android.calendar AlertService No fired or scheduled alerts I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/DearDeer.ogg since build fingerprint changed D 1618 com.android.calendar AlertService Scheduling next alarm with AlarmScheduler. sEventReminderReceived: null I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Deneb.ogg since build fingerprint changed D 1618 com.android.calendar AlarmScheduler No events found starting within 1 week. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 1618 com.android.calendar AlertService 0 Action = android.intent.action.BOOT_COMPLETED D 1618 com.android.calendar AlertService Scheduling next alarm with AlarmScheduler. sEventReminderReceived: null D 1618 com.android.calendar AlarmScheduler No events found starting within 1 week. I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Doink.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/DontPanic.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Drip.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Electra.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/F1_MissedCall.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/F1_New_MMS.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/F1_New_SMS.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Fluorine.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Fomalhaut.ogg since build fingerprint changed I 1473 android.process.media art Do partial code cache collection, code=8KB, data=22KB I 1473 android.process.media art After code cache collection, code=8KB, data=22KB I 1473 android.process.media art Increasing code cache capacity to 128KB I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Gallium.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Heaven.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Helium.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Highwire.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Hojus.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowManagerService.showStrictModeViolation(int, int)(WindowManagerService.java:6257) waiters=1 in int com.android.server.wm.WindowManagerService.addWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.view.InputChannel) for 532ms W 486 system art Long monitor contention with owner Binder:486_F (1657) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=1 in void com.android.server.wm.WindowManagerService.showStrictModeViolation(int, int) for 538ms W 486 system art Long monitor contention with owner Binder:486_F (1657) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=2 in void com.android.server.policy.PhoneWindowManager.onKeyguardShowingStateChanged(boolean) for 539ms I 486 system Choreographer Skipped 31 frames! The application may be doing too much work on its main thread. W 486 system art Long monitor contention with owner Binder:486_F (1657) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=3 in void com.android.server.wm.WindowManagerService.finishDrawingWindow(com.android.server.wm.Session, android.view.IWindow) for 527ms I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Iridium.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Krypton.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/KzurbSonar.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Lalande.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Merope.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Mira.ogg since build fingerprint changed W 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/OnTheHunt.oggsince ringtone setting didn't finish W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications; assuming invalid W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/alarms/Alarm_Rooster_02.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/alarms/Argon.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/alarms/Barium.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/alarms/Carbon.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/alarms/Cesium.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/alarms/Fermium.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/alarms/Hassium.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/alarms/Helium.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/alarms/Krypton.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/alarms/Neon.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/alarms/Neptunium.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/alarms/Nobelium.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/alarms/Osmium.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/alarms/Oxygen.ogg; assuming invalid W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/alarms/Platinum.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/alarms/Plutonium.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/alarms/Promethium.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/alarms/Scandium.ogg; assuming invalid W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Adara.ogg; assuming invalid E 237 /system/bin/mediaserver MetadataRetrieverClient failed to extract an album art W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Aldebaran.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Altair.ogg; assuming invalid W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media art Waiting for a blocking GC DisableMovingGc I 1473 android.process.media art Starting a blocking GC DisableMovingGc W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Alya.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Antares.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Antimony.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Arcturus.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Argon.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Beat_Box_Android.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Bellatrix.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Beryllium.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Betelgeuse.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/CaffeineSnake.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Canopus.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Capella.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Castor.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/CetiAlpha.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Cobalt.ogg; assuming invalid W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Cricket.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/DearDeer.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Deneb.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Doink.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/DontPanic.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Drip.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Electra.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/F1_MissedCall.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/F1_New_MMS.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/F1_New_SMS.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Fluorine.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Fomalhaut.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Gallium.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Heaven.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Helium.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Highwire.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Hojus.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Iridium.ogg; assuming invalid W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Krypton.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/KzurbSonar.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Lalande.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Merope.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Mira.ogg; assuming invalid E 1673 com.android.dialer StrictMode Finalizing a Cursor that has not been deactivated or closed. database = /data/user/0/com.android.dialer/databases/dialer.db, table = filtered_numbers_table, query = SELECT _id FROM filtered_numbers_table WHERE (type=1) E 1673 com.android.dialer StrictMode android.database.sqlite.DatabaseObjectNotClosedException: Application did not close the cursor or database object that was opened here E 1673 com.android.dialer StrictMode at android.database.sqlite.SQLiteCursor. (SQLiteCursor.java:98) E 1673 com.android.dialer StrictMode at android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java:50) E 1673 com.android.dialer StrictMode at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1318) E 1673 com.android.dialer StrictMode at android.database.sqlite.SQLiteQueryBuilder.query(SQLiteQueryBuilder.java:399) E 1673 com.android.dialer StrictMode at android.database.sqlite.SQLiteQueryBuilder.query(SQLiteQueryBuilder.java:294) E 1673 com.android.dialer StrictMode at com.android.dialer.database.FilteredNumberProvider.query(FilteredNumberProvider.java:96) E 1673 com.android.dialer StrictMode at android.content.ContentProvider.query(ContentProvider.java:1020) E 1673 com.android.dialer StrictMode at android.content.ContentProvider$Transport.query(ContentProvider.java:239) E 1673 com.android.dialer StrictMode at android.content.ContentResolver.query(ContentResolver.java:532) E 1673 com.android.dialer StrictMode at android.content.ContentResolver.query(ContentResolver.java:474) E 1673 com.android.dialer StrictMode at android.content.AsyncQueryHandler$WorkerHandler.handleMessage(AsyncQueryHandler.java:79) E 1673 com.android.dialer StrictMode at android.os.Handler.dispatchMessage(Handler.java:102) E 1673 com.android.dialer StrictMode at android.os.Looper.loop(Looper.java:154) E 1673 com.android.dialer StrictMode at android.os.HandlerThread.run(HandlerThread.java:61) E 1673 com.android.dialer StrictMode A resource was acquired at attached stack trace but never released. See java.io.Closeable for information on avoiding resource leaks. E 1673 com.android.dialer StrictMode java.lang.Throwable: Explicit termination method 'close' not called E 1673 com.android.dialer StrictMode at dalvik.system.CloseGuard.open(CloseGuard.java:180) E 1673 com.android.dialer StrictMode at android.content.ContentResolver$CursorWrapperInner. (ContentResolver.java:2627) E 1673 com.android.dialer StrictMode at android.content.ContentResolver.query(ContentResolver.java:558) E 1673 com.android.dialer StrictMode at android.content.ContentResolver.query(ContentResolver.java:474) E 1673 com.android.dialer StrictMode at android.content.AsyncQueryHandler$WorkerHandler.handleMessage(AsyncQueryHandler.java:79) E 1673 com.android.dialer StrictMode at android.os.Handler.dispatchMessage(Handler.java:102) E 1673 com.android.dialer StrictMode at android.os.Looper.loop(Looper.java:154) E 1673 com.android.dialer StrictMode at android.os.HandlerThread.run(HandlerThread.java:61) W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/OnTheHunt.ogg; assuming invalid I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Palladium.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Plastic_Pipe.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Polaris.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Pollux.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Procyon.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Proxima.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Radon.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Rubidium.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Selenium.ogg since build fingerprint changed W 486 system art Long monitor contention with owner Binder:486_E (1656) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=1 in void com.android.server.wm.WindowManagerService$H.handleMessage(android.os.Message) for 1.052s W 486 system art Long monitor contention with owner Binder:486_E (1656) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=1 in void com.android.server.policy.PhoneWindowManager.onKeyguardShowingStateChanged(boolean) for 1.053s W 486 system art Long monitor contention with owner Binder:486_E (1656) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=2 in void com.android.server.wm.WindowManagerService.finishDrawingWindow(com.android.server.wm.Session, android.view.IWindow) for 923ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1525 com.android.launcher Choreographer Skipped 62 frames! The application may be doing too much work on its main thread. I 1658 com.android.systemui Choreographer Skipped 188 frames! The application may be doing too much work on its main thread. I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Shaula.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Sirrah.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/SpaceSeed.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Spica.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Strontium.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Syrma.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/TaDa.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Talitha.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Tejat.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Thallium.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Tinkerbell.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Upsilon.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Vega.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Voila.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Xenon.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 460ms W 1525 com.android.launcher OpenGLRenderer Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer... I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/Zirconium.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/arcturus.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/moonbeam.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/pixiedust.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/pizzicato.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/regulus.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/sirius.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/tweeters.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/notifications/vega.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/ANDROMEDA.ogg since build fingerprint changed W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Palladium.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Plastic_Pipe.ogg; assuming invalid W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Polaris.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Pollux.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Procyon.ogg; assuming invalid E 237 /system/bin/mediaserver MetadataRetrieverClient failed to extract an album art W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Proxima.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Radon.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Rubidium.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Selenium.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Shaula.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Sirrah.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/SpaceSeed.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Spica.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Strontium.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Syrma.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/TaDa.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Talitha.ogg; assuming invalid W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Tejat.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Thallium.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Tinkerbell.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Upsilon.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Vega.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Voila.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Xenon.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/Zirconium.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/arcturus.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/moonbeam.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/pixiedust.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/pizzicato.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/regulus.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/sirius.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/tweeters.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/notifications/vega.ogg; assuming invalid W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/ANDROMEDA.ogg; assuming invalid E 237 /system/bin/mediaserver MetadataRetrieverClient failed to extract an album art W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out I 486 system Choreographer Skipped 31 frames! The application may be doing too much work on its main thread. W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 535ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Andromeda.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Aquila.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/ArgoNavis.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Atria.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/BOOTES.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Backroad.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/BeatPlucker.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/BentleyDubs.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Big_Easy.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/BirdLoop.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Bollywood.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/BussaMove.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/CANISMAJOR.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/CASSIOPEIA.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Cairo.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Calypso_Steel.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 528ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/CanisMajor.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/CaribbeanIce.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Carina.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Centaurus.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Champagne_Edition.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Club_Cubano.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/CrayonRock.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/CrazyDream.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/CurveBall.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Cygnus.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/DancinFool.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Ding.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/DonMessWivIt.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Draco.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/DreamTheme.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Eastern_Sky.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Enter_the_Nexus.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Eridani.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.setInsetsWindow(com.android.server.wm.Session, android.view.IWindow, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Region) for 522ms W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=1 in void com.android.server.wm.WindowManagerService.setDockedStackDividerTouchRegion(android.graphics.Rect) for 527ms I 486 system StatusBarManagerService registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@a254983 I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/EtherShake.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/FreeFlight.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/FriendlyGhost.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Funk_Yall.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/GameOverGuitar.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Gimme_Mo_Town.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Girtab.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Glacial_Groove.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Growl.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/HalfwayHome.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Hydra.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/InsertCoin.ogg since build fingerprint changed W 1658 com.android.systemui System ClassLoader referenced unknown path: D 1658 com.android.systemui ApplicationLoaders ignored Vulkan layer search path /system/app/Camera2/lib/arm:/system/app/Camera2/Camera2.apk!/lib/armeabi-v7a:/system/lib:/vendor/lib for namespace 0xb34a1090 I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Kuma.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/LoopyLounge.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/LoveFlute.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Lyra.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Machina.ogg since build fingerprint changed D 486 system BluetoothManagerService Message: 20 D 486 system BluetoothManagerService Added callback: android.bluetooth.IBluetoothManagerCallback$Stub$Proxy@cabcfe1:true D 486 system BluetoothManagerService Message: 30 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/MidEvilJaunt.ogg since build fingerprint changed D 486 system BluetoothManagerService Message: 30 D 1658 com.android.systemui LocalBluetoothProfileManager Adding local MAP profile D 1658 com.android.systemui BluetoothMap Create BluetoothMap proxy object D 486 system BluetoothManagerService Message: 30 D 486 system BluetoothManagerService Message: 30 D 1658 com.android.systemui LocalBluetoothProfileManager LocalBluetoothProfileManager construction complete I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/MildlyAlarming.ogg since build fingerprint changed I 1658 com.android.systemui CameraManagerGlobal Connecting to camera service I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Nairobi.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Nassau.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/NewPlayer.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/No_Limits.ogg since build fingerprint changed D 1658 com.android.systemui OpenGLRenderer profile bars disabled D 1658 com.android.systemui OpenGLRenderer ambientRatio = 1.50 D 1658 com.android.systemui PhoneStatusBar disable: < EXPAND* icons alerts system_info BACK* HOME* RECENT* clock SEARCH* quick_settings > I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Noises1.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Noises2.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 1658 com.android.systemui PhoneStatusBar heads up is enabled I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Noises3.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/OrganDub.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Orion.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/PERSEUS.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Paradise_Island.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Pegasus.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Perseus.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Playa.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Pyxis.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Rasalas.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Revelation.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Rigel.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Ring_Classic_02.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Ring_Digital_02.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Ring_Synth_02.ogg since build fingerprint changed E 1149 com.android.phone PhoneInterfaceManager [PhoneIntfMgr] getCarrierPackageNamesForIntent: No UICC D 1149 com.android.phone CarrierSvcBindHelper No carrier app for: 0 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) E 1149 com.android.phone PhoneInterfaceManager [PhoneIntfMgr] getCarrierPackageNamesForIntent: No UICC D 1149 com.android.phone CarrierSvcBindHelper No carrier app for: 0 E 1149 com.android.phone PhoneInterfaceManager [PhoneIntfMgr] getCarrierPackageNamesForIntent: No UICC D 1149 com.android.phone CarrierSvcBindHelper No carrier app for: 0 W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out E 1149 com.android.phone PhoneInterfaceManager [PhoneIntfMgr] getCarrierPackageNamesForIntent: No UICC D 1149 com.android.phone CarrierSvcBindHelper No carrier app for: 0 W 486 system art Long monitor contention with owner android.ui (517) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=0 in void com.android.server.wm.WindowManagerService$H.handleMessage(android.os.Message) for 519ms W 486 system art Long monitor contention with owner android.ui (517) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=1 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 519ms I 486 system InputReader Reconfiguring input devices. changes=0x00000010 E 1149 com.android.phone PhoneInterfaceManager [PhoneIntfMgr] getCarrierPackageNamesForIntent: No UICC D 1149 com.android.phone CarrierSvcBindHelper No carrier app for: 0 I 486 system InputReader Reconfiguring input devices. changes=0x00000010 I 486 system InputReader Reconfiguring input devices. changes=0x00000010 I 486 system InputReader Reconfiguring input devices. changes=0x00000010 I 486 system InputReader Reconfiguring input devices. changes=0x00000010 I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Ring_Synth_04.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Road_Trip.ogg since build fingerprint changed W 486 system ResourceType No known package when getting value for resource number 0x7f0200fc W 486 system ResourceType No known package when getting value for resource number 0x7f0e03a1 W 486 system ResourceType No known package when getting value for resource number 0x7f0200fb W 486 system ResourceType No known package when getting value for resource number 0x7f0e092f W 486 system ResourceType No known package when getting value for resource number 0x7f0200fa W 486 system ResourceType No known package when getting value for resource number 0x7f0e07dd I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/RomancingTheTone.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Safari.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Savannah.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Scarabaeus.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Sceptrum.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Seville.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Shes_All_That.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/SilkyWay.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/SitarVsSitar.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Solarium.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/SpringyJalopy.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.ui (517) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=2 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 935ms I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Steppin_Out.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Terminated.ogg since build fingerprint changed W 486 system BroadcastQueue Timeout of broadcast BroadcastRecord{8cf6977 u-1 android.intent.action.TIME_TICK} - receiver=android.os.BinderProxy@7989041, started 10001ms ago W 486 system BroadcastQueue Receiver during timeout: BroadcastFilter{3585b27 u0 ReceiverList{b2f69e6 1080 com.android.systemui/10026/u0 remote:7989041}} W 1658 com.android.systemui Binder Binder call failed. W 1658 com.android.systemui Binder android.os.DeadObjectException W 1658 com.android.systemui Binder at android.os.BinderProxy.transactNative(Native Method) W 1658 com.android.systemui Binder at android.os.BinderProxy.transact(Binder.java:615) W 1658 com.android.systemui Binder at android.content.IIntentReceiver$Stub$Proxy.performReceive(IIntentReceiver.java:124) W 1658 com.android.systemui Binder at android.app.ActivityThread$ApplicationThread.scheduleRegisteredReceiver(ActivityThread.java:946) W 1658 com.android.systemui Binder at android.app.ApplicationThreadNative.onTransact(ApplicationThreadNative.java:404) W 1658 com.android.systemui Binder at android.os.Binder.execTransact(Binder.java:565) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Testudo.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Themos.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Third_Eye.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Thunderfoot.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/TwirlAway.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/URSAMINOR.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/UrsaMinor.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/VeryAlarmed.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner Binder:486_4 (1106) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=1 in void com.android.server.wm.WindowManagerService$H.handleMessage(android.os.Message) for 1.019s I 486 system Choreographer Skipped 62 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Vespa.ogg since build fingerprint changed I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/World.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 1658 com.android.systemui KeyguardUpdateMonitor invalid subId in handleSimStateChange() W 1658 com.android.systemui KeyguardUpdateMonitor invalid subId in handleServiceStateChange() I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/Zeta.ogg since build fingerprint changed V 486 system KeyguardServiceDelegate **** SHOWN CALLED **** I 1658 com.android.systemui Choreographer Skipped 128 frames! The application may be doing too much work on its main thread. D 1658 com.android.systemui ViewRootImpl[StatusBar] changeCanvasOpacity: opaque=true I 1473 android.process.media MediaScanner forcing rescan of /system/media/audio/ringtones/hydra.ogg since build fingerprint changed W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 389ms W 1473 android.process.media MediaScanner Error opening directory '/oem/media/', skipping: No such file or directory. W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ui; assuming invalid W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Andromeda.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Aquila.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/ArgoNavis.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Atria.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/BOOTES.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Backroad.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/BeatPlucker.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/BentleyDubs.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Big_Easy.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/BirdLoop.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Bollywood.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/BussaMove.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/CANISMAJOR.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/CASSIOPEIA.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Cairo.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Calypso_Steel.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/CanisMajor.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/CaribbeanIce.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Carina.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Centaurus.ogg; assuming invalid W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Champagne_Edition.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Club_Cubano.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/CrayonRock.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/CrazyDream.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/CurveBall.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Cygnus.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/DancinFool.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Ding.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/DonMessWivIt.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Draco.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/DreamTheme.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Eastern_Sky.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Enter_the_Nexus.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Eridani.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/EtherShake.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/FreeFlight.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/FriendlyGhost.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Funk_Yall.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/GameOverGuitar.ogg; assuming invalid W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Gimme_Mo_Town.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Girtab.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Glacial_Groove.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Growl.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/HalfwayHome.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Hydra.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/InsertCoin.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Kuma.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/LoopyLounge.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/LoveFlute.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Lyra.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Machina.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/MidEvilJaunt.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/MildlyAlarming.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Nairobi.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Nassau.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/NewPlayer.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/No_Limits.ogg; assuming invalid W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Noises1.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Noises2.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Noises3.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/OrganDub.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Orion.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/PERSEUS.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Paradise_Island.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Pegasus.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Perseus.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Playa.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Pyxis.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Rasalas.ogg; assuming invalid E 237 /system/bin/mediaserver MetadataRetrieverClient failed to extract an album art W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Revelation.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Rigel.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Ring_Classic_02.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Ring_Digital_02.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Ring_Synth_02.ogg; assuming invalid W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Ring_Synth_04.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Road_Trip.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/RomancingTheTone.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Safari.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Savannah.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Scarabaeus.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Sceptrum.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Seville.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Shes_All_That.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/SilkyWay.ogg; assuming invalid W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/SitarVsSitar.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Solarium.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/SpringyJalopy.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Steppin_Out.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Terminated.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Testudo.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Themos.ogg; assuming invalid W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Third_Eye.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Thunderfoot.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/TwirlAway.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/URSAMINOR.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/UrsaMinor.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/VeryAlarmed.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Vespa.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/World.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/Zeta.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ringtones/hydra.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ui/Dock.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ui/Effect_Tick.ogg; assuming invalid E 237 /system/bin/mediaserver MetadataRetrieverClient failed to extract an album art W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ui/KeypressDelete.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ui/KeypressInvalid.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ui/KeypressReturn.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ui/KeypressSpacebar.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ui/KeypressStandard.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ui/Lock.ogg; assuming invalid W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ui/LowBattery.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ui/Trusted.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ui/Undock.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ui/Unlock.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ui/VideoRecord.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ui/VideoStop.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ui/WirelessChargingStarted.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ui/camera_click.ogg; assuming invalid W 1473 android.process.media MediaProvider Missing volume for /system/media/audio/ui/camera_focus.ogg; assuming invalid W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) V 1473 android.process.media MediaScanner pruneDeadThumbnailFiles... android.content.ContentProviderClient$CursorWrapperInner@9a2673a V 1473 android.process.media MediaScanner /pruneDeadThumbnailFiles... android.content.ContentProviderClient$CursorWrapperInner@9a2673a W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.ui (517) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2850) waiters=1 in void com.android.server.wm.WindowManagerService$H.handleMessage(android.os.Message) for 1.075s W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1658 com.android.systemui OpenGLRenderer Initialized EGL, version 1.4 D 1658 com.android.systemui OpenGLRenderer Swap behavior 2 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 477ms W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=1 in boolean com.android.server.wm.WindowManagerService.inputMethodClientHasFocus(com.android.internal.view.IInputMethodClient) for 418ms I 1525 com.android.launcher Choreographer Skipped 31 frames! The application may be doing too much work on its main thread. W 486 system IInputConnectionWrapper reportFullscreenMode on inexistent InputConnection W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 485ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out I 1525 com.android.launcher Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system WifiService New client listening to asynchronous messages I 1658 com.android.systemui Choreographer Skipped 186 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.finishDrawingWindow(com.android.server.wm.Session, android.view.IWindow) for 352ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.finishDrawingWindow(com.android.server.wm.Session, android.view.IWindow) for 500ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.finishDrawingWindow(com.android.server.wm.Session, android.view.IWindow) for 532ms I 486 system Choreographer Skipped 31 frames! The application may be doing too much work on its main thread. D 1658 com.android.systemui PhoneStatusBar disable: < expand* icons alerts system_info back* home* recent* clock search* quick_settings > W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.statusBarVisibilityChanged(int) for 509ms W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=1 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 519ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowManagerService$H.handleMessage(android.os.Message)(WindowManagerService.java:8850) waiters=1 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 518ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=1 in void com.android.server.wm.WindowManagerService.statusBarVisibilityChanged(int) for 1.051s I 486 system Choreographer Skipped 31 frames! The application may be doing too much work on its main thread. W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=1 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 541ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowManagerService$H.handleMessage(android.os.Message)(WindowManagerService.java:8361) waiters=1 in void com.android.server.wm.WindowManagerService.statusBarVisibilityChanged(int) for 534ms W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=1 in int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface) for 530ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 1658 com.android.systemui Choreographer Skipped 225 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 486 system art Long monitor contention with owner android.display (523) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:144) waiters=0 in void com.android.server.wm.WindowManagerService.finishDrawingWindow(com.android.server.wm.Session, android.view.IWindow) for 264ms W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system ActivityManager Waited long enough for: ServiceRecord{5011cce u0 com.android.calendar/.alerts.InitAlarmsService} W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 486 system DhcpClient Received packet: 20:d5:ab:e9:d9:cd ACK: your new IP /192.168.10.189, netmask /255.255.0.0, gateways [/192.168.10.1] DNS servers: /203.248.252.2 /164.124.101.2 , lease time 604800 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system BroadcastQueue Timeout of broadcast BroadcastRecord{8cf6977 u-1 android.intent.action.TIME_TICK} - receiver=android.os.BinderProxy@69cef7d, started 10001ms ago W 486 system BroadcastQueue Receiver during timeout: BroadcastFilter{96582c3 u0 ReceiverList{9783e72 1080 com.android.systemui/10026/u0 remote:69cef7d}} W 1658 com.android.systemui Binder Binder call failed. W 1658 com.android.systemui Binder android.os.DeadObjectException W 1658 com.android.systemui Binder at android.os.BinderProxy.transactNative(Native Method) W 1658 com.android.systemui Binder at android.os.BinderProxy.transact(Binder.java:615) W 1658 com.android.systemui Binder at android.content.IIntentReceiver$Stub$Proxy.performReceive(IIntentReceiver.java:124) W 1658 com.android.systemui Binder at android.app.ActivityThread$ApplicationThread.scheduleRegisteredReceiver(ActivityThread.java:946) W 1658 com.android.systemui Binder at android.app.ApplicationThreadNative.onTransact(ApplicationThreadNative.java:404) W 1658 com.android.systemui Binder at android.os.Binder.execTransact(Binder.java:565) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 486 system BroadcastQueue Timeout of broadcast BroadcastRecord{8cf6977 u-1 android.intent.action.TIME_TICK} - receiver=android.os.BinderProxy@3785c17, started 10001ms ago W 486 system BroadcastQueue Receiver during timeout: BroadcastFilter{c2db1ed u0 ReceiverList{7186804 1080 com.android.systemui/10026/u0 remote:3785c17}} W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) D 1618 com.android.calendar InitAlarmsService Clearing and rescheduling alarms. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) I 486 system PowerManagerService Going to sleep due to screen timeout (uid 1000)... W 1658 com.android.systemui FingerprintManager isFingerprintHardwareDetected(): Service not connected! W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out I 486 system Choreographer Skipped 30 frames! The application may be doing too much work on its main thread. W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) V 486 system KeyguardServiceDelegate onScreenTurnedOff() E 486 system Surface getSlotFromBufferLocked: unknown buffer: 0x83aaf040 E 486 system libEGL call to OpenGL ES API with no current context (logged once per thread) I 486 system Choreographer Skipped 33 frames! The application may be doing too much work on its main thread. I 486 system DisplayManagerService Display device changed state: "Built-in Screen", OFF W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) W 221 /system/bin/surfaceflinger imx6.gralloc FBIOPAN_DISPLAY failed: Connection timed out D 221 /system/bin/surfaceflinger SurfaceFlinger Set power mode=0, type=0 flinger=0xa8732000 W 221 /system/bin/surfaceflinger SurfaceFlinger Ignoring duplicate VSYNC event from HWC (t=0) ... sabresd_6dq:/# ls -al /dev/graphics/ ls -al /dev/graphics/ 总计 0 drwxr-xr-x 2 root root 80 1970-01-01 00:01。 drwxr-xr-x 17 root root 2800 1970-01-01 00:01 ... crw-rw---- 1 系统图形 29, 0 1970-01-01 00:01 fb0 crw-rw---- 1 根图形 29, 1 1970-01-01 00:01 fb1 sabresd_6dq:/# 回复:补丁支持 NXP Linux 和 Android BSP(HDMI、LCD 和 LVDS)的 uboot 徽标从 uboot 保留到内核 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 你好,金东铉 我在 imx6qp 板上遇到了同样的问题。你的问题解决了吗? 谢谢! Leo 回复:补丁支持 NXP Linux 和 Android BSP(HDMI、LCD 和 LVDS)的 uboot 徽标从 uboot 保留到内核 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> @qiang Li 该路径可以路由到IMX6QP板。我已经为 uboot 和内核打了补丁,Uboot 和内核可以显示相同的标志,但是当输入 android 动画时它是空白的,并且终端控制台出现MXCFB_WAIT_FOR_VSYNC: timeout 0 回复:补丁支持 NXP Linux 和 Android BSP(HDMI、LCD 和 LVDS)的 uboot 徽标从 uboot 保留到内核 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 亲爱的李强: 我在 uboot 中显示徽标时遇到了一些问题。你能给我一些建议吗? 我们的设计基于 mx6sabresd 板,但使用 IMX6QP,LCD pabel 连接到 LVDS0。 我修补了 M6.0.1_2.1.0-GA带有 0001-Enable-uboot-logo-for-HDMI-LCD-and-LVDS.patch 的 UBoot,以及端口 mx6sabre_common.h根据下面附加的面板(1024*600,RGB888,lvds)的信息。 端口代码如下: #ifdef CONFIG_UBOOT_LOGO_ENABLE /* 选择一种输出模式 */ /*#定义IPU_OUTPUT_MODE_HDMI*/ 定义IPU_输出_模式_LVDS /*#定义IPU_OUTPUT_MODE_LCD*/ ... #如果定义IPU_输出_模式_LVDS /* 对于LVDS,分辨率为1024*600 */ #定义显示宽度 1024 #定义显示高度 600 #定义 DISPLAY_BPP 32 #define DISPLAY_IF_BPP 24 /* RGB888接口*/ #定义 DISPLAY_HSYNC_START 220 #定义DISPLAY_HSYNC_END 40 #定义 DISPLAY_HSYNC_WIDTH 60 #定义DISPLAY_VSYNC_START 20 #定义 DISPLAY_VSYNC_END 5 #定义 DISPLAY_VSYNC_WIDTH 10 #define DISPLAY_PIX_CLOCK 51200000 /*(DISPLAY_HSYNC_START + DISPLAY_HSYNC_END + DISPLAY_HSYNC_WIDTH + DISPLAY_WIDTH) * (DISPLAY_VSYNC_START + DISPLAY_VSYNC_END + DISPLAY_VSYNC_WIDTH + DISPLAY_HEIGHT) * 刷新率 (60Hz) */ ... #定义 DISPLAY_VSYNC_POLARITY 0 #定义DISPLAY_HSYNC_POLARITY 0 #定义显示时钟极性 0 #定义显示数据极性 0 #定义显示数据启用极性 1 #define IPU_NUM 1 /* 1 代表 IPU1,2 代表 IPU2。*/ #define DI_NUM 0 /* 0 代表 DI0,1 代表 DI1。*/ #define LVDS_PORT 0 /* 0 代表 LVDS0,1 代表 LVDS1。*/ #define DI_CLOCK_EXTERNAL_MODE /* 当定义时钟外部模式时,DI时钟根将为PLL3 PFD1,如果没有此宏,则DI根时钟为IPU内部时钟。*/ 但是 uboot 中 LCD 面板没有显示任何内容。在android运行时可以显示正确。 我测量了LVDS信号,LVDS0_TX2,LVDS0_TX3,LVDS0_CLK有波,但是LVDS0_TX0和LVDS0_TX1没有波,一直是一条直线。 @qiang 你能给我一些建议吗? 谢谢 & BR! 回复:补丁支持 NXP Linux 和 Android BSP(HDMI、LCD 和 LVDS)的 uboot 徽标从 uboot 保留到内核 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Dear Qiang Li - Mpu Se, 我们在 imx6 solo 上的这个补丁存在问题;似乎 ipu 或 ldb 仍然在 Linux 的某个地方重置。 我们尝试修复它,但启动时显示屏闪烁,这对我们的客户来说是不可接受的。 我在这里发了一篇帖子https://community.nxp.com/message/1159480 如果您能看一下的话我将非常感激。 回复:补丁支持 NXP Linux 和 Android BSP(HDMI、LCD 和 LVDS)的 uboot 徽标从 uboot 保留到内核 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Hi, 我无法下载补丁?他们现在不活跃吗? 回复:补丁支持 NXP Linux 和 Android BSP(HDMI、LCD 和 LVDS)的 uboot 徽标从 uboot 保留到内核 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Hi Qiang, 1.我提供了补丁,但是它不起作用,屏幕是白色的,只有背光(我使用 LVDS 1920x1080 的双通道分割模式)。 #ifdef CONFIG_UBOOT_LOGO_ENABLE // 选择一种输出模式 //#定义IPU_OUTPUT_MODE_HDMI 定义IPU_输出_模式_LVDS //#定义IPU_OUTPUT_MODE_LCD // LVDS接口,分辨率1920*1080,双通道 #定义 DISPLAY_WIDTH 1920 #定义显示高度 1080 #定义 DISPLAY_BPP 32 #define DISPLAY_IF_BPP 24 //RGB24 接口 #定义 DISPLAY_HSYNC_START 100 #定义DISPLAY_HSYNC_END 40 #定义 DISPLAY_HSYNC_WIDTH 10 #定义DISPLAY_VSYNC_START 20 #定义DISPLAY_VSYNC_END 3 #定义 DISPLAY_VSYNC_WIDTH 2 #define DISPLAY_PIX_CLOCK 135000000 //(DISPLAY_HSYNC_START + DISPLAY_HSYNC_END + DISPLAY_HSYNC_WIDTH + DISPLAY_WIDTH) * (DISPLAY_VSYNC_START + DISPLAY_VSYNC_END + DISPLAY_VSYNC_WIDTH + DISPLAY_HEIGHT) * 刷新率 (60Hz) #define LVDS_SPLIT_MODE //用于双通道分割模式。 #定义DISPLAY_VSYNC_POLARITY 1 #定义显示同步极性1 #定义显示时钟极性 1 #定义显示数据极性 0 #定义显示数据启用极性 1 #define IPU_NUM 1 //1 代表 IPU1,2 代表 IPU2。 #define DI_NUM 1 // 0 代表 DI0,1 代表 DI1。 #define LVDS_PORT 1 // 0 代表 LVDS0,1 代表 LVDS1。 #定义DI_CLOCK_EXTERNAL_MODE 2.LVDS数据信号不正常。 3.uboot日志: U-Boot 2009.08-dirty(2014年5月29日 - 18:44:23) CPU:Freescale i.MX6系列TO1.2,792MHz 比率 = 177 的热传感器 温度:65℃,校准数据0x5614c669 MX6Q PLL1:792MHz MX6Q PLL2:528MHz MX6Q PLL3:480MHz MX6Q PLL8:50MHz ipg时钟:66000000Hz 每时钟 ipg : 66000000Hz UART时钟:80000000Hz cspi时钟:60000000Hz ahb时钟:132000000Hz 轴时钟:264000000Hz emi_slow时钟:132000000Hz DDR时钟:528000000Hz USDHHC1时钟:198000000Hz USDHHC2时钟:198000000Hz USDHC3时钟:198000000Hz USDHC4时钟:198000000Hz NFC时钟:24000000Hz 主板:i.MX6Q-SABRESD:未知主板:0x63012 [WDOG] 启动设备:MMC I2C:就绪 内存:1 GB MMC:FSL_USDHC:0,FSL_USDHC:1,FSL_USDHC:2,FSL_USDHC:3 *** 警告 - CRC 或 MMC 错误,用户:串行 ==board_late_init 行 = 2261== ==setup_lvds_iomux 行 = 2144== ==ipu_display_setup 行 = 2696 IPU_NUM = 1 DI_NUM = 1 == ==ipu_setup 行 = 2415== ==ipu_setup 行 = 2424 reg = 0x3ff00000== ==clk_config 行 = 1054== config_ipu_lvds_clk:频率=472500000。 config_ipu_lvds_clk:将pll3_pfd1时钟设置为468MHz,分频器=18。 ==setup_lvds 行 = 2608== 网络:从 IIM 获取 MAC 地址:00:00:00:00y 停止自动启动:0 顺祝商祺! 布拉格
View full article
Connection problem with MCXN647 (Ee(42) error) Hi, I am having a problem with my FRDM-MCXN947 . Whenever I try to debug or flash my project, I get this error : I don't know if it's related, but it started when I changed this line in a while(1) loop to increase its frequency : SDK_DelayAtLeastUs(30000, SystemCoreClock); -> SDK_DelayAtLeastUs(10000, SystemCoreClock); I didn't update before the problem occurred, but I updated LinkFlash afterwards and it didn't solve anything. I already tried SPT erase but it didn't work. (Maybe I did it wrong.) On the SPT, after activating ISP mode, I was able to perform the “build image” and “write image” operations, but erasing still does not work. Thank you in advance for your help. PS: Please excuse my English and technical vocabulary, I am just starting this project at engineering school. Boot ROM|Booting | Flash Clock|Timers MCXN USB Re: Connection problem with MCXN647 (Ee(42) error) Hi @Peter-D  Please try using the Flash Programmer inside the SPT tool to erase and program a blinky SDK demo, and check whether it works properly. For details, please refer to the video in the attachment. If these steps work well but you still cannot debug with the onboard debugger, please use an external debugger to test. If you still have issues, please feel free to contact me. Thank you. BR Alice Re: Connection problem with MCXN647 (Ee(42) error) Hi @Alice_Yang, Thank you very much for your reply. I followed the instructions in the video, and the method works to make the LED flash. However, I get the same error when I return to the debugger from the MCUXpresso IDE. If the problem comes from the onboard debugger, I don't think I'll buy an external debugger such as PEMicro or SEGGER J-Link (if that's what you were referring to) especially since the board I'm using was lent to me at school. If I can't find a solution, I'll continue to use the flash programmer, which also works for my project, and I'll ask my professors if they have an external debugger. Best regards, Peter Re: Connection problem with MCXN647 (Ee(42) error) Hello @Peter-D  I’m not sure if the debugger on your board is actually broken. Please try updating the debugger firmware by following the instructions here: https://docs.nxp.com/bundle/UM12018/page/topics/Updating_MCU_Link_firmware.html  After the update, power cycle the board, create a new workspace in MCUXpresso IDE, import a fresh SDK demo, and try debugging again. It would be better if you could take a video and share it with me. I’ll help you check it. Thank you.     BR Alice Re: Connection problem with MCXN647 (Ee(42) error) Hello @Peter-D Thanks for your video. Please delete the .launch file (in below picture)and erase your board again. Use the Debug button shown in the picture below to start debugging. If it still doesn’t work, I recommend replacing the board. By the way, I will be on New Year holiday and will return on January 5th. If you still have questions, please contact me on that day. Thank you for your understanding, and Happy New Year! BR Alice Re: Connection problem with MCXN647 (Ee(42) error) Hello @Alice_Yang Thank you for your reply. I updated LinkServer as suggested, but I think I already had it after the problem appeared. I tried the update again anyway, then power-cycled the board, created a new workspace, and imported a demo project, but I am still getting the same Ee(42) error when trying to debug. I have recorded a short video showing the process, which I have attached. Thank you for your help, and I wish you a happy new year. Best regards, Peter
View full article
MPC5748G devkit 的 HSM 启用问题 我在使用恩智浦 MPC5748G devkit [SPC5748GHMKU6] HSM 模块 时遇到了问题,保密协议 [网络安全参考手册 - HSM 网络安全固件标准代码包 - HSM 网络安全固件基本软件包] 全部可用。 问题是我设法通过 DCF 记录启用了 HSM,我验证它已通过 SSCM_UOPS_HSE = 1 启用, 但是对于 HADR(HSM 起始地址),SSCM_HSA_HADR = 0x00000000 这意味着没有 HSM 启动标头可用。 因此,我怀疑我的目标上是否闪存了 HSM 固件。 问 1: 如何验证我的 devkit 是否有可用的 HSM 固件? 问题 2:如果我已经有了 HSM 固件,我应该在以下 HSM 代码/数据块中看到什么? 问题 3: 如果我的目标上没有闪存固件,我该如何获取固件? 特别是我已经有 100 多件了 问题 4:如果有固件可用,在哪里可以找到 HSM 的启动地址? 我使用带有 PE micro 插件的 S32ds 集成开发环境进行闪存和调试,并使用 PKGPPC NEXUS STARTER 应用程序加载我的 DCF 记录 [UTest Algorithm]。 #MPC5748G #HSM Re: HSM Enabling Issue for MPC5748G devkit 你好@Yousry 请注意,带有 HSM 固件的设备仅提供给经批准的客户(批量非常大)。标准设备 SPC5748G... 未安装 HSM 固件。带有 HSE 固件的设备具有特殊的部件号。 如果你还没有与恩智浦的销售部门达成协议来购买此类设备,那么获得这些设备的机会就很小了。 强烈建议选择带有 HSE(硬件安全引擎)的设备。所有用户均可免费使用 HSE 固件。建议将 S32K3 系列设备作为 MPC5748G 的替代品: https://www.nxp.com/products/processors-and-microcontrollers/s32-automotive-platform/s32k-auto-general-purpose-mcus/s32k3-microcontrollers-for-automotive-general-purpose:S32K3 此致, Lukas Re: HSM Enabling Issue for MPC5748G devkit 你好@lukaszadrapa 我们已经订购了SPC5748GHMKU6 参考手册 " 订单信息 " 部分提到了这个,因为它已经有 HSM 了 那么你能指导我通过回答我之前问过的问题来弄清楚吗? 预先感谢 , Yousry   Re: HSM Enabling Issue for MPC5748G devkit 我不得不同意数据表令人困惑的说法。我过去曾要求澄清这一点,但一直没有得到更新。因此,虽然有 HSM 模块,但没有 HSM 固件。我上面的回答仍然有效。 此致, Lukas
View full article
コア n のセカンダリ Thread のプログラム エントリを設定する方法は何ですか? コア n の 2 つの Thread (仮想コア) で 2 つの異なる OS を実行したいと考えています。しかし、Thread 0 は 0xffff_fffc からエントリを取得することはわかっています。しかし、Thread 1 の入り口を設定する方法がわかりません。この目的のためのレジスターまたは特別なアドレスはありますか? Re: What's the way to set program entrance of secondary thread of core n? 迅速なサポート誠にありがとうございました。 これをT4240/e6500に実装したいです。ここでは特定のレジスターが見つかりません。これに関して何か提案はありますか。 Re: What's the way to set program entrance of secondary thread of core n? こんにちは、 マルチコア/マルチスレッド プロセッサの場合、コアのThread 0 は通常、ブート時にアドレス 0xFFFF_FFFC からエントリ ポイントを取得します。ただし、Thread 1 の場合は、通常、異なるメカニズムが存在します。 スレッド 1 のプログラム エントリを設定するには: 1.プライマリThread(Thread 0)は、Thread 1のセットアップと起動を担当します。 これは通常、セカンダリThreadのリセットベクターまたはエントリポイントアドレスを制御する特定のレジスタを通じて行われます。 正確な実装は特定の NXP プロセッサによって異なりますが、一般的には次のようになります。 1. Thread 1のアプリケーションコードを適切なメモリ位置にロードする 2. Thread 1のエントリポイントレジスタをこの位置を指すように設定する 3. Thread 1をリセットから解放して実行を開始する Arm Cortex アーキテクチャのプロセッサを使用している場合、多くの場合、次の処理が行われます。 - リセットベクターアドレスを特定のSRC(System Reset Controller)レジスタに書き込む - 制御ビットを設定してセカンダリThreadをリセットから解放する よろしくお願いします。
View full article
lwip 实践 您好, 我正在使用 s32K148 开发板并使用以太网功能。 请将这两个项目也发给我,它们似乎对我也有帮助, lwip_s32k148_HandsOn_Server lwip_s32k148_HandsOn_Client 这两个例程在网上都找不到。 我的邮箱是 [email protected] 期待您的回复。 Re: lwip HandsOn 你好@G_Z、 我给你发了一条私信。 lwip HandsOn 请将这两个项目发给我。 lwip_s32k148_HandsOn_Server lwip_s32k148_HandsOn_Client 我的电子邮件是 [email protected] Re: lwip HandsOn 谢谢您! Re: lwip HandsOn 你好,@lengrudie、 我已就这些项目给您发送了私人信息。 致以最崇高的敬意, Julián。
View full article
[MPC5777C] 了解 e200z759n3 内核的指令流水线 您好! 在研究 e200z759n3 内核的指令执行路径时,我想到了以下问题: 看来e200z7核心参考手册在管道执行单元的内容上并不十分一致。在图 17 中,整数执行单元和乘法单元是分开的。不过,"4.2.1 整数执行单元 "部分涵盖了整数乘法和除法。4.6 并发指令执行 "一节提到了 "双标量整数单元 "的存在,但没有提到任何乘法单元。我认为内核有两个整数执行单元,可以执行任何整数运算(如和、乘、除)。我的结论正确吗?双发行流水线能否同时执行两个乘法运算? 我画了下图来说明管道执行流程,并根据参考手册更好地理解它。我误解了什么概念吗? 顺祝商祺! 马特乌斯 Re: [MPC5777C] Understanding the instruction pipeline of the e200z759n3 core 1) 当然是的,这张图片与 e200z4 有关,也是双重问题 2) 这取决于管道内容本身。您可以从上一个答案的图片中看到。第一条指令很短,不会对另一条指令造成任何停滞。第二条指令较长,会导致停滞,因为第三条指令取决于第二条指令的结果。 3) 还得再等等。 4) 基本上是的。在此,编译器优化也会对其产生影响,编译器可能会改变指令顺序,以更好地利用双发架构(即:"......")。指令调度),以实现最高级别的优化。 Re: [MPC5777C] Understanding the instruction pipeline of the e200z759n3 core 感谢您的回复,大卫! 还有几个问题: 由于流水线具有双发功能,而执行单元有两个整数单元,那么它能否在同一时钟周期内启动两个独立的整数乘法或整数除法指令的取数阶段? 在执行加法这样的简单指令时,手册上说它在一个时钟周期内完成执行阶段。WB 级是紧随 E0 级之后进入时钟周期,还是必须再等待三个空闲时钟周期,就像必须增加一个空闲填充,才能使用流水线的所有 10 级完成从 IF0 到 WB 的整个周期? 当两条指令之间存在数据依赖关系时,目标指令是在与源指令最后执行阶段相同的时钟周期内开始执行阶段,还是必须等待下一个时钟周期?我不清楚馈送器是如何工作的。 既然是解码阶段检查指令之间的数据依赖性,那么所有流水线停滞都发生在 D1 和 E0 流水线阶段之间的结论是否正确? 顺祝商祺! 马特乌斯 Re: [MPC5777C] Understanding the instruction pipeline of the e200z759n3 core 1) 我认为它无论如何都不会与执行单元分离,它只是执行单元的一部分: 2) 我无法确认您的草图是否准确,但从原则上讲,这肯定是正确的,而且符合流水线的各个阶段。原则上,这肯定是正确的,也符合管道阶段的要求: 我可以推荐以下演示文稿,它可能比 e200 手册更容易阅读: https://community.nxp.com/t5/MPC5xxx-Knowledge-Base/e200-Core-Training-relevant-to-MPC55xx-and-MPC56xx-device-family/ta-p/1115124 Re: [MPC5777C] Understanding the instruction pipeline of the e200z759n3 core 你好,戴维 为了了解指令流水线中的内存依赖性,我为以下代码片段构建了时序图,其中包含与 r6 相关的依赖关系: mtctr r5 .loop: e_addi r6, r6, 1 e_mulli r6, r6, 1 e_bdnz .loop 不过,在绘制图表(附在本回复后)时,我注意到,虽然吞吐量保持不变,但指令执行延迟每次迭代都会增加两个周期,而且似乎没有上限。我错过了什么吗?流水线是否规定了滞留指令的最大数量? 欢迎指出我图表中的其他错误。 致以最诚挚的问候, Matheus Re: [MPC5777C] Understanding the instruction pipeline of the e200z759n3 core FF 的意思是前锋,与 STALL 不同。我建议大家也看看 e200z6 RM,因为它是较早的核心变体,有些主题的描述方式有些不同,可能更容易理解。 https://www.nxp.com/webapp/Download?colCode=E200Z6RMAD&location=null 是的,演示可能会简化,但我觉得差别不大。 Re: [MPC5777C] Understanding the instruction pipeline of the e200z759n3 core 你好 似乎每迭代一次循环,滞留指令的数量就会增加两条。 流水线对停滞指令的数量有限制吗? 它们被储存在某个缓冲器中吗? 如果是,该缓冲区有多少条目? 这是否与缓冲区的问题有关? 如果停滞的指令被保存在某个缓冲区中,那么当缓冲区满了,又有一条指令停滞时,会发生什么情况? 顺祝商祺! 马特乌斯 Re: [MPC5777C] Understanding the instruction pipeline of the e200z759n3 core 我认为这可能是正确的,乘法运算的延迟指定为 3 或 4 个周期(每 4 个周期有一个结果)。这种情况是最糟糕的极端情况,即所有操作都依赖于前一个操作的结果,此外还在循环中运行,这基本上导致管道的完全消除。 它的工作原理与完全无管道的情况基本相同。 Re: [MPC5777C] Understanding the instruction pipeline of the e200z759n3 core 您好! 回到管道填充问题上来。如果没有像您发送的图像所示的那样填充所有四个执行阶段的填充,那么为什么参考手册中的图表显示 " FF " 边距? 没有填充物的演示图不是简化版吗? 带填充的参考手册图: 顺祝商祺! 马特乌斯 Re: [MPC5777C] Understanding the instruction pipeline of the e200z759n3 core 我认为你的图表中的错误在于,你总是从左侧开始。我不知道我是否能够解释清楚。 使用 e200z6 手册中的图片,在指令缓冲器之后是指令寄存器(标记),然后是解码级。当执行单元出现停滞时,意味着指令缓冲区中的指令在无法进入后续阶段时也无法解码。 理想情况下,您可以考虑每个单位在某些点的确切状态。总之,在图表中将停滞点置于何处并不重要,因为其结果总是导致相同的性能。 性能受限于流水线的瓶颈,这里指的是欧盟单元的停滞,影响整个系统。 我不确定这是否有帮助。 总之,你为什么要知道这么确切的细节呢? 无论如何都无法以这种方式分析真实代码,为此目的,有性能监测器、调试跟踪等工具。 Re: [MPC5777C] Understanding the instruction pipeline of the e200z759n3 core 你好,戴维 我正在研究通过共享硬件进行的内核间交互如何影响执行时间和资源消耗。我使用性能监测进行了一些验证,但我无法理解我的结果,现在我明白了。非常感谢你的澄清! 最良好的祝愿, Matheus
View full article
PBRIDGE accessed by two resources at the same time Please, in MPC5777C what happens if SPI is sending data through the PBRIDGE at the same time another resource is sending data as well, for example the temperature sensor. What data will be processed first? How bridge chooses the data to be processed first? Re: PBRIDGE accessed by two resources at the same time Yes, this is managed by XBAR (if it is the same PBRIDGE as some devices has two or more). Re: PBRIDGE accessed by two resources at the same time If two cores try to simultaneously access resources connected in PBRIDGE, will these accesses be arbitrated by XBAR or there is another arbitration mechanism in bridge? Re: PBRIDGE accessed by two resources at the same time SPI does not initiate any data transfer over PBRIDGE as it is XBAR slave port. XBAR master initiates (core, eDMA, ..) data transfers (but it can be according interrupt or trigger signal from XBAR slave). However transfers over XBAR are processed according XBAR priority.
View full article
当前的 FSS 版本"S32N_FSS_FW_R21-11_1.8.1" 是否支持 S32N53? 你好,团队、 客户 HKMC 将从 S32N55 移至 S32N53。 所以我的问题是 当前的 FSS 版本"S32N_FSS_FW_R21-11_1.8.1" 是否支持 S32N53? 如果不是,什么时候会版本支持 S32N53 的 FSS? 顺祝商祺! 谢谢您! HSE_FW 优先级:高 Re: Does current FSS version "S32N_FSS_FW_R21-11_1.8.1" support S32N53? 你好,谭生、 我们计划在本月(7月底)发布的版本中提供支持; 谢谢! 辛杜
View full article
S32K144: Integration of FlexCAN inside lin_master_s32k144 (S32DS.ARM2.2) Good morning: Currently using the S32K144EVB board to prepare a system demo, where we must manage 1 classical CAN-HS network (500k) and 3 LINs. (19200, multiple slaves in each LIN)  k144EVB board will behave as LIN master for the 3 LINs, that's why as starting point I've selected the LIN_master_S32K144 example. LINStACK is working fine and now I've started to check the integration of the CAN communication into the project. Reviewing S32K144 documentation and examples, i see that the K144 has 2 different ways to manage the CAN communication... either via FIFO or either via MBs... Unclear the benefits of one over the other...  for a system where i must receive 4-5 CAN messages, process some of the content data and transmit periodically 1 or 2 CAN messages: 1) which configuration is easier/better to use, considering that my LIN master will operate at full capacity?FIFO or MB? 2) do we expect any registers/clock/interrupts conflicts between NXP linstack and the FlexCAN integration? 3) is there any example available already with such an integration (LIN-MASTER + CAN-HS)? Re: S32K144: Integration of FlexCAN inside lin_master_s32k144 (S32DS.ARM2.2) Hi@rricart There's no relationship between LIN and CAN; they are two independent peripheral modules. For the S32K1 FlexCAN, the CAN FIFO does not support CAN FD, so you need to consider whether need to support CAN FD or not. If your project doesn't require CAN FD feature, either the MB or the FIFO will fine. You can refer to the demo provided in this link, which categorizes the different ways to use FlexCan and provides a simple test demo. https://community.nxp.com/t5/S32K-Knowledge-Base/S32K1xx-FlexCAN-Mask-Setting-Demo/ta-p/1519753
View full article
SBC FS26 R21-11 5.0.0 の MBDT への統合 こんにちは、 私は NXP Web サイト (MBDT 上の SBC FS26 R21-11 5.0.0) でこれらのドライバを見つけましたが、これを MBDT に統合できるかどうか、またできる場合はその方法を知りたいと思いました。 これらのドライバを含むフォルダーをコピーして RTD パスに貼り付けようとしましたが、S32CT を開いてもドライバを追加できないSO、正しい方法ではないと思います... ありがとうございます サイモン Re: Integration of SBC FS26 R21-11 5.0.0 on MBDT SBC_FS26とMBDTを統合するための解決策は見つかりましたか?現在この件に取り組んでおり、何かアドバイスやご意見をいただければ大変ありがたいです。 Re: Integration of SBC FS26 R21-11 5.0.0 on MBDT プライベートメッセージをご覧ください Re: Integration of SBC FS26 R21-11 5.0.0 on MBDT この問題の解決策は見つかりましたか? 解決策はありますか?あるいは、何か試せるアイデアがあれば教えてください。 MBDT FS26 Re: Integration of SBC FS26 R21-11 5.0.0 on MBDT こんにちは、残念ながら全く違います
View full article
串行线调试的乐趣与游戏 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 我为我的 LPC1517 项目重新铺设了电路板,以移动 SWD 插座。数据和时钟直接传输,但 0V 电压则绕到一个小型(1 瓦)降压稳压器的后面。如果我想从麦克风前置放大器中获得 -130dBV/√Hz 的信号,我不会使用这种 PCB 跟踪技术,但对于具有 1V 抗噪能力的数字信号来说,速度并不快,我想应该没问题--但是没有--出现了大量 ACK、Flash 写入失败之类的错误。 我剪断了轨道,换上了一条沿着数据和时钟轨道走向的导线,然后就成功了。 因此,SWD 就像是 SPI 的半双工版本,MOSI 和 MISO 复用到一个引脚上,运行频率为 1MHz;所以重要的时间是时钟转换。其他都不重要。因此,可能有三种情况会妨碍它的工作:边沿过快导致接地反弹,边沿过慢导致抖动,或者目标阻抗过高导致干扰进入。因此,我尝试了几种方法--220pF 跨时钟到地、1k 下拉和 10k 串联阻抗--1k 似乎最有希望,但没有真正成功。 LPCXpresso 崩溃了 - 我强行退出,然后重新启动。 然后一切正常 所以,我比以往任何时候都更加困惑。 同一批的另一块板容易出错,但是如果我的示波器接地夹连接到电路 0V,则可以正常工作。 我听您说过,这意味着电路应正确接地,但电路 0V 与电源接地相连,而示波器却没有。 另一个令人困惑的问题是,从提交闪存写入" 时出现的"目标错误显示"system rejected access at location x"; 但我遇到的所有错误中,位置 x 都在 RAM 中。 不同的电路在机柜中与开关电源相邻时不会连接。把它从柜子里拿出来,就可以正常使用了。 我觉得这一切都很令人费解,因为我一直使用 SPI,速度是它的十倍,而且没有过多考虑 PCB 跟踪问题。如果效果这么差,我的 LED 显示器就会像启动器失灵的荧光灯管一样闪烁。 有人有什么想法吗? LPC13XX lpc15xx LPC800 Re: Fun and games with Serial Wire Debug 我花了三天时间确信这是硬件故障,直到我意识到我在初始化代码中翻转了两个引脚。突然之间,传感器数据变得有感知了,但是在我玩 Slope Game 时为了放松而发生迷你崩溃之前,情况并非如此。 Re: Fun and games with Serial Wire Debug 有趣的是,即使是微小的 PCB 布线选择也会导致重大问题,尤其是像 SWD 这样的敏感信号。这让我想起了大米纯度分数的不可预测性--有时,看似简单的事情会呈现出意想不到的复杂性! Re: Fun and games with Serial Wire Debug > 有人有什么想法吗? 我会尝试降低 SWD 时钟频率,看看效果如何。 我建议是一个数量级,即 100 千赫或更低。 这样调试并不有趣,但可以证明一点。 Re: Fun and games with Serial Wire Debug 我创建了一个名为 Debug 的单例和一个始终位于顶部的基本文本框。我现在可以不打印,而是 Debug.output(text) 因此,在我测试时,它就会出现在游戏中。当你只有一台监测时,有时,几乎每时每刻都会让事情变得容易得多。 模拟人生 4》满意度积分作弊器最近派上了大用场,当时调试任何东西的唯一方法就是实时更新我的视网膜所观察到的确切坐标,而使用 print() 会很麻烦,而且会激怒戈多。"减少文字印刷量" 此外,它还能实时捕捉仅出现的问题,而无需密切关注 Godot 输出日志。 Re: Fun and games with Serial Wire Debug <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 不太确定你期望我在参考手册中找到什么,而我在帖子中还没有提到过。在 LPC15xx 手册的三页中,除了连接图和两个引脚都有上拉功能外,几乎没有其他内容。它甚至没有说明 SWCLK 只是输入,而 SWDIO 是双向的。我的大部分信息来自ARM关于该主题的白皮书。 至少我很高兴恩智浦不再建议在 SWCLK 上使用下拉电阻(pullDOWN)了--那会严重破坏抗噪能力,尤其是在您碰巧获得与内部上拉电阻相同的电阻时。 无论如何,我进一步进行了实验,并在SWCLK输入中添加了施密特触发信号。我尝试了 74LVC1G17 和一对 74HC14 的栅极。结果令人震惊。在我追踪不太好的板上,错误率从65%下降到零。100 次尝试中没有一次编程失败(1G17 和 HC14 没有区别) 然后,我将导线延长到标准的 150 毫米以外。在 LPC-LINK 和 targert 之间的 1 米引线上没有出现过任何故障。3 米处仍未出现故障。除此之外,无缓冲 SWDIO 线路上电缆的体电容也成了问题,误差逐渐增大。 下一步是在使用高噪声开关电源的电路上进行试验! 磁滞似乎可以解决问题,PIO0_18 引脚也有一个磁滞选项,但我敢打赌,在 SWD 操作期间,它不会打开。但我想知道,如果我在软件中设置了 IOCON 寄存器的第 5 位,那么在下一次编程时,迟滞功能是否仍会开启? 想尝试的人请注意:您的 SWCLK 输入(74LVC1G17 的输入)现在需要一个下拉电阻。我用的是 3.3kΩ。这个值并不重要,因为连接太短,不能被视为传输线,所以从技术上讲,它不是"终端" 。 Re: Fun and games with Serial Wire Debug <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 你好 IanBenton、 为了提供尽可能快的支持,我想请你参考参考手册中的串行线调试章节 查看详情。 祝你愉快 TIC   ----------------------------------------------------------------------------------------------------------------------- 注:如果本帖回答了您的问题,请点击正确答案按钮。Thank you! -----------------------------------------------------------------------------------------------------------------------
View full article
AN4581 的最新版本 您好, 从 2020 年起有 AN4581(在支持 HABv4 的设备上进行 i.MX 安全启动)修订版 4: https://de.scribd.com/document/811030804/AN4581 然而,如果我搜索贵公司的网站或互联网,我只能找到 2012 年或 2018 年的过时版本。 能否告诉我在哪里可以找到AN4581 的最新修订版? 谢谢! Re: Latest version of AN4581 感谢您的支持。 我可以在这里下载 2020 年版本: https://www.readkong.com/page/an4581-i-mx-secure-boot-on-habv4-supported-devices-2622907 旧版本可在此处获取,无需 NDA : https://community.nxp.com/pwmxy87654/attachments/pwmxy87654/imx-processors/225997/1/AN4581.pdf(2012) https://community.nxp.com/pwmxy87654/attachments/pwmxy87654/imx-processors/194321/1/AN4581_2018.pdf(2018) Re: Latest version of AN4581 这个用于安全启动的AN是机密的,您需要与恩智浦签署保密协议。 最好从https://support.nxp.com/s/?language=en_US创建内部票据
View full article
LPC1115 Rev A 驱动程序与 Windows11 的通信问题 需要在 PC 上安装 massDfu64.sys 驱动程序才能进行通信。但是,由于 Windows 11 的内存完整性问题,该驱动程序无法安装。请问,在不关闭内存完整性功能的情况下,我该如何解决这个问题? 谢谢 Re: LPC1115 Rev A Driver communication issue with Windows11 您好, 当 LPC1115 与电脑连接时,它通常会尝试安装驱动程序,但却不起作用。此外,我也没有 LinkServer.exe。 此致, 卡斯滕 Re: LPC1115 Rev A Driver communication issue with Windows11 你好,@CKGrech、 您可以通过以下链接找到链接服务器安装可执行文件:适用于微控制器的LinkServer | 恩智浦半导体 请下载并以管理员权限打开。 如果安装后仍有问题,请告诉我。 Re: LPC1115 Rev A Driver communication issue with Windows11 您好, 我安装了 Link Server,当我打开它时它启动了 LinkFlash,当我按下探测时它会告诉我 " 未连接任何设备 "。 此致, 卡斯滕 Re: LPC1115 Rev A Driver communication issue with Windows11 你好,@CKGrech、 您在 MCUXpresso IDE 上看到相同的行为吗?或者,你最初使用的是什么集成开发环境?
View full article
FRDM-KL02Z I2Cの2つを接続する際のヒント <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> このサンプルでは、2つのFRDM-KL02Zを使用してI2Cをテストします。400KHzのボーレートで作業することにより、一部のお客様は、I2C_CLKの端に障害が発生したときにI2C_SDAが掘りを生成することに気付くかもしれません。実際には、それはI2Cポートレイアウトに関連しているはずであり、問題はなぜこれが起こるのか、そしてどのように掘り下げるのかということです。 実際には、I2Cピンはオープンドレインであるため、実際には誰も高い値を駆動しません。高い値は、ライン上のプルアップ抵抗のためだけに存在します。J7に搭載されているI2C0_SCL線とI2C0_SDA線を使用してFRDM-KL02Zを2本接続する場合、基板上の慣性センサーとの接続にもこれらの線を使用し、両線に4.7Kのプルアップがあります。問題は、両方のボードのラインに4.7Kのプルアップがあるため、プルアップが意図したよりも弱いことです。そのため、お客様は、役立つ2つのボードの1つからプルアップ抵抗を取り外す必要があります。さらに、I2C バス上に負荷を追加しているデバイスが増えている場合は、4.7K プルアップをさらに強力なプルアップに置き換える必要があるかもしれません。
View full article
iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP For iMX6DQ, there are two IPUs, so they can support up to 4 cameras at the same time. But the default BSP can only support up to two cameras at the same time. The attached patch can make the BSP support up to 4 cameras based on 3.10.53 GA 1.1.0 BSP.   The 4 cameras can be: - 1xCSI, 3xMIPI - 2xCSI, 2xMIPI - 4xMIPI   For 4xMIPI case, the four cameras should be combined on the single MIPI CSI2 interface, and each camera data should be transfered on a mipi virtual channel.   In this patch, we given the example driver for Maxim MAX9286, it was verified working on iMX6DQ SabreAuto board. The input to MAX9286 is four 720P30 cameras. The verified camera boards:     (1) Onsemi AR0140+AP0101+MAX9271 boards.     (2) OmniVision OV10635+MAX9271 boards.   The MIPI CSI2 CVBS camera surround view solution can be found at: iMX6DQ ISL79985/79987 MIPI CSI2 CVBS camera surround view solution for Linux BSP The MIPI CSI2 CVBS HD camera surround view solution can be found at: iMX6DQ TP2854 MIPI CSI2 720P CVBS camera surround view solution for Linux BSP   The kernel patches: 0001-IPU-update-IPU-capture-driver-to-support-up-to-four-.patch      Updated IPU common code to support up to four cameras.   0002-Add-Max9286-support-on-SabreAuto-board-which-can-sup.patch      MAX9286 driver, it includes MAX9271, AP0101 and AR0140 drivers.   0003-Remove-the-page-size-align-requirement-for-v4l2-capt.patch      With this patch, the mxc_v4l2_tvin test application can use overlay framebuffer as V4l2 capture buffer directly.   0004-Max9286-skip-AP0101-camera-re-initialization.patch      If the camera board's power had been kept after initialized, this patch will bypass the re-initialization to reduce the start up time.   0005-Max9286-set-I2C-speed-to-400Kbps.patch     Set I2C to 400Kbps to reduce the AP0101+AR0140 initialization time.   0006-Max9286-add-retry-for-MAX9271-I2C-access.patch     Added retry for MAX9271 I2C access.   0007-Max9286-Add-support-for-OV10635-camera.patch     Updated code for OV10635 camera.   0008-Max9286-support-auto-detect-camera-number.patch     Make the Max9286 driver can detect the camera number automatically.     How to builld the kernel with MAX9286 support:       make imx_v7_defconfig       make menuconfig (In this command, you should select the MAX9286 driver:             Device Drivers  --->                   <*> Multimedia support  --->                         [*]   V4L platform devices  --->                               <*>   MXC Video For Linux Video Capture                                       MXC Camera/V4L2 PRP Features support  --->                                           <*>Maxim max9286 GMSL Deserializer Input support                                               Select Camera Sensor (OmniVision OV10635 camera sensor)  // Or (Onsemi AP0101 and AR0140 camera sensor)                                           <*>mxc VADC support                                           <*>Select Overlay Rounting (Queue ipu device for overlay library)                                           <*>Pre-processor Encoder library                                           <*>IPU CSI Encoder library)       make zImage       make dtbs   The built out image file:       arch/arm/boot/dts/imx6q-sabreauto.dtb       arch/arm/boot/zImage   "mxc_v4l2_tvin_max9286.tar.gz" is the test application, test command to capture the four cameras and render on 1080P HDMI display: /mxc_v4l2_tvin.out -ol 0 -ot 0 -ow 960 -oh 540 -d 1 -x 0 -g2d & /mxc_v4l2_tvin.out -ol 960 -ot 0 -ow 960 -oh 540 -d 1 -x 1 -g2d & /mxc_v4l2_tvin.out -ol 0 -ot 540 -ow 960 -oh 540 -d 1 -x 2 -g2d & /mxc_v4l2_tvin.out -ol 960 -ot 540 -ow 960 -oh 540 -d 1 -x 3 -g2d &   Some hardware check point on AR0140+AP0101+MAX9271 camera board (Please get MAX9286 and OV10635 schematics from Maxim): 1. In this patch, MAX9286's I2C address is 0x4D, so ADD0 and ADD1 should be connected to high. AP0101's I2C address is 0xBA, so SADDR should be connected to high.   2. AP0101's DOUT0~DOUT7 should be connected to MAX9271's DIN7~DIN0, the order should be switched, MSB connected to LSB.   3. MAX9271's GPO pin should be connected to AP0101's FRAME_SYNC pin. The pull down resistance on FRAME_SYNC pin should not be 0 ohm.   Some known limitation: 1. AP0101's VSYNC invalid time, last video line's HSYNC to VSYNC porch's max value is 255 pixel clocks, it is not enough for MAX9286 to generate the Frame End MIPI packets for each camera. So in order to let iMX6DQ to capture 1280x720 video for each camera, we had let AP0101 output 1280*724 frame size, and iMX6 will only capture 720 lines, the remained video data and Frame End will be ignored. This solution will not impact the function, but there will be "Error matching Frame Start with Frame End for Virtual Channel x" error reported from iMX6 MIPI_CSI_ERR1 register. Maxim suggested to use MAX96705 to relace the MAX9271, it can delay the VSYNC invalid time, then the MIPI error will be fixed.     2015-11-17 update: Updated for OV10635 camera support. File: L3.10.53_GA1.1.0_MAX9286_Surroundview_Patch_2015-11-17.zip   2015-12-04 update: File: L3.10.53_GA1.1.0_MAX9286_Surroundview_Patch_2015-12-04.zip Added patch 0009-Max9286-updated-PCLK-edge-setting-for-OV10635.patch to correct the OV10635 PCLK edge setting     2016-03-07 update: File L3.14.38_GA_MAX9286_Surroundview_Patch_2016-03-07.zip Added kernel patch for L3.14.38 GA 1.1.0 BSP.   2016-07-26 update: Files: L3.10.53_GA1.1.0_MAX9286_Surroundview_Patch_2016-07-26.zip; L3.14.38_GA1.1.0_MAX9286_Surroundview_Patch_2016-07-26.zip; L3.14.52_GA1.1.0_MAX9286_Surroundview_Patch_2016-07-26.zip. Added gstreamer support. Added MAX96705 support. Added patch for L3.14.52_GA1.1.0.   2017-12-11 update: Added CVBS surround view link: iMX6DQ TP2854 MIPI CSI2 720P CVBS camera surround view solution for Linux BSP 2021-04-26 update: Some customer reported, when system loading is heavy, sometimes, some camera will flicker left and right. It is caused by SFMC FIFO data lost. The original patch used IDMAC 0 and IDMAC 1 for two cameras on one IPU, this is not the best setting.  IDMAC 1 is fixed to use 1/4 SMFC FIFO and it will cause IDMAC 0 to use 1/4 SMFC FIFO too. And another 1/2 of SMFC FIFO can't be used in this case. Some code update to improve it: For each IPU, please use IDMAC 0 and IDMAC 2 to capture the two cameras. This needs change the hard coding in "drivers\media\platform\mxc\capture\ipu_csi_enc.c", "CSI_MEM1" and "IPU_IRQ_CSI1_OUT_EOF" should be changed to "CSI_MEM2" and "IPU_IRQ_CSI2_OUT_EOF". In this case, all SMFC FIFO can be used. And in "ipu_common.c", function ipu_probe(), the followed code should be changed to make IDMAC2 use high priority too. /* Set sync refresh channels and CSI->mem channel as high priority */ - ipu_idmac_write(ipu, 0x18800003L, IDMAC_CHA_PRI(0)); + ipu_idmac_write(ipu, 0x1880000FL, IDMAC_CHA_PRI(0)); Graphics & Display i.MX6Dual i.MX6Quad Linux Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang Li,   Sorry for the confusion. I assumed that below single pipe which causes saw-tooth issue does not render all cameras.   #gst-launch-1.0 -v -e imxv4l2videosrc device=/dev/video2 ! imxg2dvideosink framebuffer=/dev/fb0 force-aspect-ratio=false   I am studying about gstreamer to draw 4 cameras to one target buffer.   Thanks and best regards. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP As I explained, this is the render issue, for 60fps display, the PAN display can only be up to 60fps, but for 4x720P30 camera, if you render them alone, there are total 120fps, so it can't work correctly. You need combine the 4 cameras together then render them once. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP The log shows there is no enough memory, I think you need reserve more memory for GPU. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang Li, The following two pipelines work normally when run seperately. gst-launch-1.0 -v -e imxv4l2videosrc device=/dev/video0 ! imxg2dvideosink framebuffer=/dev/fb0 force-aspect-ratio=false  gst-launch-1.0 -v -e imxv4l2videosrc device=/dev/video1 ! imxg2dvideosink framebuffer=/dev/fb0 force-aspect-ratio=false  However, each pipelines given below (especially with video3) cause sawtooth issue given as attached gif, even if they run seperately. gst-launch-1.0 -v -e imxv4l2videosrc device=/dev/video2 ! imxg2dvideosink framebuffer=/dev/fb0 force-aspect-ratio=false  gst-launch-1.0 -v -e imxv4l2videosrc device=/dev/video3 ! imxg2dvideosink framebuffer=/dev/fb0 force-aspect-ratio=false  While twin app does not create any problem for each camera. While using gstreamer, what can cause this situation? Is it about gstreamer patch or IPU2? Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP For gstreamer, when you render 4 cameras together, it needs combine the buffer 4 times and swap the buffer 4 times, this will impact the performance. For tvin test application, it just renders the cameras to target framebuffer directly, no buffer swap, this can cause sawtooth issue. The best way for rendering: draw the 4 cameras to one target buffer, then swap it to frambuffer in one time. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang Li, I am using Imx6qp. With following commands, the system is working properly. WIDTH=640 HEIGHT=240 ./mxc_v4l2_tvin.out -ol 0 -ot 0 -ow ${WIDTH} -oh ${HEIGHT} -d 0 -x 0 -g2d & ./mxc_v4l2_tvin.out -ol ${WIDTH} -ot 0 -ow ${WIDTH} -oh ${HEIGHT} -d 0 -x 1 -g2d & ./mxc_v4l2_tvin.out -ol 0 -ot ${HEIGHT} -ow ${WIDTH} -oh ${HEIGHT} -d 0 -x 2 -g2d & ./mxc_v4l2_tvin.out -ol ${WIDTH} -ot ${HEIGHT} -ow ${WIDTH} -oh ${HEIGHT} -d 0 -x 3 -g2d & When I try to use gstreamer with the following pipelines, third and forth cameras are jittering and scrolling. WINDOW1="window-x-coord=0 window-y-coord=0 window-width=${WIDTH} window-height=${HEIGHT}" WINDOW2="window-x-coord=${WIDTH} window-y-coord=0 window-width=${WIDTH} window-height=${HEIGHT}" WINDOW3="window-x-coord=0 window-y-coord=${HEIGHT} window-width=${WIDTH} window-height=${HEIGHT}" WINDOW4="window-x-coord=${WIDTH} window-y-coord=${HEIGHT} window-width=${WIDTH} window-height=${HEIGHT}" gst-launch-1.0 -v -e imxv4l2videosrc device=/dev/video0 ! imxg2dvideosink framebuffer=/dev/fb0 force-aspect-ratio=false $WINDOW1 & gst-launch-1.0 -v -e imxv4l2videosrc device=/dev/video1 ! imxg2dvideosink framebuffer=/dev/fb0 force-aspect-ratio=false $WINDOW2 & gst-launch-1.0 -v -e imxv4l2videosrc device=/dev/video2 ! imxg2dvideosink framebuffer=/dev/fb0 force-aspect-ratio=false $WINDOW3 & gst-launch-1.0 -v -e imxv4l2videosrc device=/dev/video3 ! imxg2dvideosink framebuffer=/dev/fb0 force-aspect-ratio=false $WINDOW4 & v4l applications are working properly but gstreamer causes the problem seen above. Do you have any idea about this problem? Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Excuse me, can I have another patch of Linux 3.14.38? That link failed Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Thanks a lot! Qiang Li.  Understand now. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP 2 x MIPI CSI2 means two MIPI virtual channels(VC1 and VC2) on one physical MIPI CSI2 interface. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Thanks Qiang! So can we have 2 x BT656 and 2 x MIPI CSI2 work together?  if yes , how many virtual channels(1~4) can each of the 2x MIPI CSI2 have?  Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Each IPU has two CSI modules, their input can be parallel CSI interface or MIPI CSI2 virtual channel. And for iMX6DQ, it can support up to two parallel CSI interfaces (BT656 interface). Both of them can work at the same time. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Dear Qiang Li,         Sorry, I am some confused, as you said, Imx6Q can support up to 4 cameras,  The 4 cameras can be: - 1xCSI, 3xMIPI - 2xCSI, 2xMIPI - 4xMIPI what is the meaning of  1x CSI and 3x MIPI, etc? usually we say MIPI CSI-2 together,  CSI is the same thing as MIPI CSI-2? BTW, how many BT656 interfaces can be directly supported by Imx6Q simultaneously?      Many thanks~~ Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi z dq, Did you solve the instability problem? I got sensor clk error when connecting more than 2 cameras although MAX96705's GPO pin are connected to AP0101's FRAME_SYNC pin.  I rarely got the error with 2 cameras . 28.463487] max9286_mipi 1-006a: ap0101_initialize: AP0101 hasn't been found, reg = 0x0, index = 4. [ 28.472625] max9286_mipi 1-006a: max9286_write_reg:write reg error:reg=34,val=b6 [ 28.673495] max9286_mipi 1-006a: max9271_write_reg:write reg error:reg= 4,val=83 [ 28.783553] max9286_mipi 1-006a: max9286_write_reg:write reg error:reg=15,val=9b [ 29.403469] mipi csi2 can not receive sensor clk! MIPI_CSI_PHY_STATE = 0x6f0. Regards Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Qiang_FSL‌ Hi, Liqiang Could you please tell me what's the fps value if we run the surroundview(4 camera 1280x720) application base your patch and  Imx6d processor? whether he DDR bandwidth is enough? thank you! 以下中文: ----------------- 如果使用这个patch并跑在imx6d的板子上,目前surroundview(基于4个720p的摄像头)能达到多少个fps, 内存带宽够用吗?谢谢! --------------- Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP The color issue happens between MAX96705 and MAX9286 mapping, so PC USB has no use for reference. There are several kind of mapping order on data line, 8 bits/10bits, MSB/LSB. You need fine tuning it based on the OV10635 and MAX96705 connecting. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP This had been explained, g2d_blit target buffer should be the current displayed framebuffer: " The current mxc_v4l2_tvin demo application will render camera video to current frame buffer directly, so there will be tearing issue. For real use case, you need use multi-buffers, for example, the virtual framebuffer size is 3 times of real display buffer, and each time only one buffer is showing on display, so when buffer 1 is showing on display, you can draw combined camera videos into buffer 2, after finished drawing, call ioctl FBIOPAN_DISPLAY to show buffer 2 on screen. " Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi,liqiang I have solve the color fault problem, by swap data line using ov10635 register 0x4709, so thank you very much!! Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi, liqiang In my local environment which using immunity mode, and do data line swap according to your suggestion, which causes image color change but problem NOT solved. (帖子里好像帖不了附件,单独像您提了一个问题。) By the way, I am using leopardimaging LI-USB30-OV10635-SER camera as following: https://www.leopardimaging.com/uploads/LI-OV10635-SER_datasheet.pdf It works well when connecting to PC by USB 3.0. please help check, thanks! Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang Li: I use the IMX6Q core board. Now when using both GC2000 and GC320, there are occasional image tears on the screen display. The specific implementation is like this:    Get the real-time video data of the 4-way camera, display it on the GPU and display it in real time on the lvds screen. At the same time, the 4 channels of video are called by g2d to call the g2g_blit function for resize. The image of each frame is 720P resize to 640*480, and then synthesized into one frame. Image so that 4 channels of video can be displayed in one frame.the spliced video is not display on the screen and saved directly into the video,but now it is found that the video displayed by the GPU rendering in real time will be torn. Playback of the saved video also found that the image has a tearing problem, affecting the viewing effect.    If you test the GPU rendering display separately, or the video of 4 channels of video is saved by G2D synthesis, there will be no image tearing problem. But as long as these two functions are combined into one project, the problem of image tearing will occur when displaying and the saving  video. 1. Can I use the GC2000 of IMX6 and GC320 at the same time? Is there a problem with GPU resource preemption? 2. Is there a problem with data conflicts in the GPU? I have already made the GC2000 and GC320 get data that cannot be bufed, but after the two functions are integrated, there will still be a problem of video tearing. I have been plagued by this problem for several weeks, and there has been no good solution. I am very anxious. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang Li: I use the IMX6Q core board. Now when using both GC2000 and GC320, there are occasional image tears on the screen display. The specific implementation is like this:    Get the real-time video data of the 4-way camera, display it on the GPU and display it in real time on the lvds screen. At the same time, the 4 channels of video are called by g2d to call the g2g_blit function for resize. The image of each frame is 720P resize to 640*480, and then synthesized into one frame. Image so that 4 channels of video can be displayed in one frame.the spliced video is not display on the screen and saved directly into the video,but now it is found that the video displayed by the GPU rendering in real time will be torn. Playback of the saved video also found that the image has a tearing problem, affecting the viewing effect.    If you test the GPU rendering display separately, or the video of 4 channels of video is saved by G2D synthesis, there will be no image tearing problem. But as long as these two functions are combined into one project, the problem of image tearing will occur when displaying and the saving  video. 1. Can I use the GC2000 of IMX6 and GC320 at the same time? Is there a problem with GPU resource preemption? 2. Is there a problem with data conflicts in the GPU? I have already made the GC2000 and GC320 get data that cannot be bufed, but after the two functions are integrated, there will still be a problem of video tearing. I have been plagued by this problem for several weeks, and there has been no good solution. I am very anxious. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang Li, Sorry, maybe I didn't tell you my question clearly: 1.When I don't use -g2d,the display image is ok,no screen tearing. And the demo code really use FBIOPAN_DISPLAY to change display buffer ; 2.But when I use -g2d,screen tearing occurs. And the demo code use g2d_blit to display. So my question is how to resolve this problem? Thanks! Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP MAX96705 data line swap related code are in regiter 0x20~0x29; 0x30~0x39, you can find the discussion from old items here. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Qiang_FSL‌ 谢谢回复! >The ov10635 and max9286 driver captured frame format is YUYV, that means data in buffer is YUYV, if your application handles it other format, such as RGB565, you can >get such wrong color issue 上面图片是使用7yuv查看的结果,选择的格式是YUYV;图像颜色不对。所以不是显示格式不匹配的问题。 >Another thing should be paied attention to is that the MAX96705 can swap the data line order, if you set it to wrong, the color is wrong. 请问您知道驱动那里可以swap dataline order吗?谢谢! Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP The ov10635 and max9286 driver captured frame format is YUYV, that means data in buffer is YUYV, if your application handles it other format, such as RGB565, you can get such wrong color issue. Another thing should be paied attention to is that the MAX96705 can swap the data line order, if you set it to wrong, the color is wrong. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP The current mxc_v4l2_tvin demo application will render camera video to current frame buffer directly, so there will be tearing issue. For real use case, you need use multi-buffers, for example, the virtual framebuffer size is 3 times of real display buffer, and each time only one buffer is showing on display, so when buffer 1 is showing on display, you can draw combined camera videos into buffer 2, after finished drawing, call ioctl FBIOPAN_DISPLAY to show buffer 2 on screen. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi,Liqiang Qiang_FSL‌ We are developing 4 camera surroundview application, based on imx6d/OV10635/MAX96705/MAX9286 boards, the patch we apply is L3.14.52_GA1.1.0_MAX9286_Surroundview_Patch_2016-07-26.zip.  but the image color is NOT right as following: Can you please help ? Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Thans for your support! 1. You means that if input resolution and format is same as output,IPU will not deal with it. Right? 2. I still have another question,when I use command with -g2d argument,like this: root@imx6qsabresd:/# ./mxc_v4l2_tvin.out -ol 0 -ot 0 -ow 1280 -oh 720 -d 1 -x 0 -g2d,screen tearing occurs like the following picture: Could you  give me some advice?Thanks! Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP The default IPU task doesn't support memory copy use case, input resolution and format is same as output. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang Li, I meet following problem:when I use command without -g2d argument,it display following error, root@imx6qsabresd:/# ./mxc_v4l2_tvin.out -ol 0 -ot 0 -ow 1280 -oh 720 -d 1 -x 0 g_in_width = 1280, g_in_height = 720. fb_fix.id = DISP3 FG. fb: smem_start = 0x26700000, smem_len = 0xa8c000. fb: frame buffer size = 0x1c2000 bytes. fb: g_screen_info.xres = 1280, g_screen_info.yres = 720. fb: g_display_left = 0. fb: g_display_top = 0. fb: g_display_width = 1280. fb: g_display_height = 720. IPU_CHECK_TASK failed. But when I use the command ./mxc_v4l2_tvin.out -ol 0 -ot 0 -ow 1280 -oh 719 -d 1 -x 0,the display image is OK. what's the impossible reason?Thanks! Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi, How to build the "Surround View Application" and its required packages in Yocto for i.MX6 QuadPLUS Hoping for a better guidance. Regards, Bala Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi,Qiang Li,谢谢回复,我们现在确实是镜头模组上挂了个flash,不过flash里面的固件是安森美的代理商提供的,他们确认已经工作在framesync模式,并且这个固件已经有别的客户在量产,我们读出AP0101的0xC88C,0xC88D,0xC88E寄存器,值分别是0x03,0x03,0x00,同时通过逻辑分析仪分析AP0101对AR0143的配置,感觉也应该是正确的;max9286这端已经确认生成的framesync信号有传输到AP0101,现在sensor出来的帧率是25fps; 请问针对25fps,max9286这边的配置应该如果修改,盼复,谢谢! Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP The FLASH ROM setting on camera module should follow the driver's setting. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi, VIDIOC_DQBUF  error dissappears when I changed the test hardware with a new set. I will work on the real reason but it seems to be a hardware issue. Although I sometimes  get VIDIOC_DQBUF and MIPI CLK errors; I can succesfully get the image with the below configuration. AR0140 sensor AP0101 ISP MAX96705 Serializer MAX9286 Deserializer Our designed daughter board between MAX9286 EVM and iMX6 board. We use kernel 4.1.15 and use below switch code: + max9271_write_reg(i, 0x20, 0x07); + max9271_write_reg(i, 0x21, 0x06); + max9271_write_reg(i, 0x22, 0x05); + max9271_write_reg(i, 0x23, 0x04); + max9271_write_reg(i, 0x24, 0x03); + max9271_write_reg(i, 0x25, 0x02); + max9271_write_reg(i, 0x26, 0x01); + max9271_write_reg(i, 0x27, 0x00); + + + max9271_write_reg(i, 0x30, 0x17); + max9271_write_reg(i, 0x31, 0x16); + max9271_write_reg(i, 0x32, 0x15); + max9271_write_reg(i, 0x33, 0x14); + max9271_write_reg(i, 0x34, 0x13); + max9271_write_reg(i, 0x35, 0x12); + max9271_write_reg(i, 0x36, 0x11); + max9271_write_reg(i, 0x37, 0x10); Thanks and best regards Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Ferhat, The camera I used doesn't need such switch, so no such code in patch, but I had show you the sample code, for detail setting on MAX96705 switch, you can check with Maxim. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang Li, Could not find the switch code on patch files. Could you please update the links with your latest versions? Thanks and best regards Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi DONGON KIM, Some video combining chip can insert some bytes into each video line, then software can check these inserted data to identify the camera number. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP The "0003-Add-Max9286-support-on-SabreAuto-board-which-can-sup.patch" files of the L3.14.38_GA andL3.14.52_GA patches have errors. +static int max9271_write_reg(int index, u8 reg, u8 val) +{ + s32 ret; + int retry, timeout = 10; + + max9286_data[0].i2c_client->addr = ADDR_MAX9271 + index; + for (retry = 0; retry < timeout; retry ++) { + ret = i2c_smbus_write_byte_data(max9286_data[0].i2c_client, reg, val); + if (val < 0) + msleep(5); + else + break; + } + + if (retry >= timeout) { + dev_info(&max9286_data[0].i2c_client->dev, + "%s:write reg error:reg=%2x,val=%2x\n", __func__, + reg, val); + return -1; + } + + return 0; +} Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Thanks for your ans. Then, is there any example code for split the video from each virtual channel? If not, may I know how to read the raw packet data of mipi_csi? Thanks. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Ferhat, Yes, the switch code:  max9271_write_reg(0, 0x20, 0x09);  max9271_write_reg(0, 0x21, 0x08);  max9271_write_reg(0, 0x22, 0x07);  max9271_write_reg(0, 0x23, 0x06);  max9271_write_reg(0, 0x24, 0x05);  max9271_write_reg(0, 0x25, 0x04);  max9271_write_reg(0, 0x26, 0x03);  max9271_write_reg(0, 0x27, 0x02);  max9271_write_reg(0, 0x28, 0x01);  max9271_write_reg(0, 0x29, 0x00);  max9271_write_reg(0, 0x30, 0x19);  max9271_write_reg(0, 0x31, 0x18);  max9271_write_reg(0, 0x32, 0x17);  max9271_write_reg(0, 0x33, 0x16);  max9271_write_reg(0, 0x34, 0x15);  max9271_write_reg(0, 0x35, 0x14);  max9271_write_reg(0, 0x36, 0x13);  max9271_write_reg(0, 0x37, 0x12);  max9271_write_reg(0, 0x38, 0x11);  max9271_write_reg(0, 0x39, 0x10); Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang, Does the patch you provided include such swap settings on MAX96705? We use MAX96705 and do not do such swap by driver Thank you Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Ferhat, MAX9286's data mapping needs such MSB to LSB switch, if you are using MAX96705, it can do such swap by setting, but MAX9271 doesn't support it. And AP0101 doesn't dupport such swap too, so hardware should be modified. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Dongoh, The iMX8MQ can receive video with multiple virtual channels, but there is no hardware module to split the video from each virtual channel. That means you need use software to split, and the MIPI sender need insert some flag to identify the data for each virtual channel. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi, Qiang Li May I know the reason for i.MX8MQ can't support multiple virtual channel? According to the features and functional description of MIPI-CSI2 Controller on Reference Manual for i.MX8M Quad, i.MX8M seems to support multiple virtual channel.(13.6.1.1 and 13.6.3) Thanks. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Dear Qiang Li, I would like to know the reason of your hardware point stated as below. "2) AP0101's DOUT0~DOUT7 should be connected to MAX9271's DIN7~DIN0, the order should be switched, MSB connected to LSB" In our reference camera board supplied by Onsemi (MARS module) these pins are connected directly (DOUT0-DOUT7 to DIN0-DIN7). Is there any way to switch these connection by software? I could not find on datasheets of MAX96705 and AP0101. Thanks  Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP That means your patch porting has error, please check it. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Dear Qiang Li, we removed eeprom on the camera module and we switched it to host configuration mode by setting SPI-SDI pin to LOW. Thus it is initialized successfully by the driver of max9286 in the beginning, after kernel is loaded. Do you have any other suggestion for both "not a csi channel" and vidioc_dqbuf errors? Thank you, Best regards Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP “ap0101_initialize:AP0101 is already in Slave (Shutter-Sync) Mode” This log means your camera had already be initialized, so you need check if there is flash ROM on your camera module which will initialize it during power on, if so, you need update that flash ROM to use the driver's setting. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi again Qiang Li, As you can see in our logs, our camera is in shutter-sync mode, thus doesn't this means our camera setting is correct? What do you mean by camera setting, can you be more specific and explain it in detail?. Also MIPI_CSI_ERR1 register is 0, there is no error of transmission of bits, clock signal etc and mpi csi2 can receive the data correctly. Doesnot that mean that camera sends correct signals and is configured properly?  Secondly, we reviewed all patches and applied them directly by copy-paste, also we double checked whether there is an error; thus, we are (almost) sure that we ported correctly. What is the key points we need to look at? Can there be any other possible cause of this problem? Thank you, Best regards Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP For error "not a csi channel error", I think you haven't ported the patch successfully. For error "vidioc_dqbuf failed", that means no available video frames had been captured. Maybe you need check your AP0101 camera setting. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang Li, In our project we have one camera connected to max9286 and we applied your patches to 4.1.15 kernel; however when we test it, we get the following picture: Logs are as follow: root@esomimx6q:~# ./mxc_v4l2_tvin.out -ol 0 -ot 0 -ow 400 -oh 240 -d 1 -x 0 [ 3144.243857] max9286_mipi: sensor number = 1. [ 3144.248939] mxc_mipi_csi2 21dc000.mipi_csi: mipi_csi2_reset: mipi_lane_bps = 148 Mbps [ 3144.257446] mxc_mipi_csi2 21dc000.mipi_csi: mipi_csi2_reset: value = 0x42. [ 3144.743416] max9286_mipi 1-006a: ap0101_initialize: AP0101 was found, index = 1. [ 3144.751541] max9286_mipi 1-006a: ap0101_initialize:AP0101 is already in Slave (Shutter-Sync) Mode. g_in_width = 1280, g_in_height = 720. fb_fix.id = DISP4 FG. fb: smem_start = 0x6a100000, smem_len = 0x8ca00. fb: frame buffer size = 0x2ee00 bytes. fb: g_screen_info.xres = 400, g_screen_info.yres = 240. fb: g_display_left = 0. fb: g_display_top = 0. fb: g_display_width = 400. fb: g_display_height = 240. start time = 1535715437 s, 436911 us [ 3154.993386] ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0 VIDIOC_DQBUF failed. We could not understand the reason of the problem (also we adjusted gpr1 pins 19 and 20 as 0).  Secondly, the following logs show us that there are problems with /dev/video 1 and dev/video3 about csi channel although dev/video0 and /dev/video2 is ok , however all of them have timeout error (note that since only one camera is connected, only "cat /dev/video0" command can initialize ap0101). root@esomimx6q:~# cat /dev/video0 [ 3313.913877] max9286_mipi: sensor number = 1. [ 3313.918963] mxc_mipi_csi2 21dc000.mipi_csi: mipi_csi2_reset: mipi_lane_bps = 148 Mbps [ 3313.926941] mxc_mipi_csi2 21dc000.mipi_csi: mipi_csi2_reset: value = 0x42. [ 3314.413402] max9286_mipi 1-006a: ap0101_initialize: AP0101 was found, index = 1. [ 3314.421469] max9286_mipi 1-006a: ap0101_initialize:AP0101 is already in Slave (Shutter-Sync) Mode. [ 3324.583392] ERROR: v4l2 capture: mxc_v4l_read timeout counter 0 cat: read error: Timer expired root@esomimx6q:~# cat /dev/video1 [ 3337.083393] ERROR: v4l2 capture: mxc_v4l_read timeout counter 0 [ 3337.089359] imx-ipuv3 2400000.ipu: Not a CSI channel cat: read error: Timer expired root@esomimx6q:~# cat /dev/video2 [ 3351.493394] ERROR: v4l2 capture: mxc_v4l_read timeout counter 0 cat: read error: Timer expired root@esomimx6q:~# cat /dev/video3 [ 3403.463393] ERROR: v4l2 capture: mxc_v4l_read timeout counter 0 [ 3403.469360] imx-ipuv3 2800000.ipu: Not a CSI channel cat: read error: Timer expired Can you help us with them? What is the reason of "not a csi channel error" on video1 and video3 while others don't give this error. Also the first error is more important, which is the error of "vidioc_dqbuf failed". Thank you Best regards Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP You can check with the AP0101 camera chip vendor. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang Li,   My problem is as bellow.Can you help me to deal with it. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Thinks for your help! I have other problem with devicetree.Look at the picture,reg=6A,but max9286 datasheet is no this address. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP The head file is in your rootfs which is built from Yocto. You can also use the binary "mxc_v4l2_tvin.out" directly. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang Li,   The test application file not contain "g2d.h",but  "mxc_v4l2_tvin.c" has the code #include "g2d.h".So,when I make it,it turn out error.   Can you help me solve the problem?   Think you! Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP HI Qiang Li   When I use the "Patch",my kernel show error.My kernel vision is kernel-3.10.53.   So,I want to now what's the differance between the kernel-3.10.53 and L3.10.53_1.1.0-GA.   I think that the different vision make the error. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP From real test, the total delay is about 86ms. Camera number will not impact the delay, capture delay is fixed on camera fps, for example, 30fps camera input, the capture delay is 33ms. And render delay is fixed on display fps, for examlpe, 60Hz display, the delay is 17ms, then the post-process delay, it needs less than camera fps (33ms) to avoid frame lost. So for 8 camera case, you need make sure all the post process is less than 33ms to avoid frame drop. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Li Qiang       Thank you for your Patch.        Now,I have some trouble when I use "patch".        Can you write a manual to me so that I can understand how to use the "patch".        Thanks Sincerely.        Zhongmao Liu. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi. Qiang Li The four camera`s video can render on 1080P HDMI display.  How does the surround view algorithm get the four cameras`s capture buffers. do you have some good ideas? Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang Li ! Is it possible for you to share "60-persistent-v4l.rules" file? It should be inside /lib/udev/rules.d Thank you very much Regards, Gokcen  Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi! Thank you for the reply. The resolution is 1280x720. So, I think that is not the problem. We are using kernel version 4.1.15.  May the following errors be related to that? [ 36.921793] v4l2_int_device wlcore_sdio mxc_dcic [ 36.926813] CPU: 3 PID: 399 Comm: v4l_id Not tainted 4.1.15 #1 [ 94.823493] udevd[215]: worker [230] /devices/soc0/v4l2_cap_1/video4linux/video1 is taking a long time [ 95.098316] udevd[230]: slow: 'v4l_id /dev/video1' [402] bootlogd: cannot allocate pseudo tty: No such file or directory Have a nice day! Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP As I remembered, the blank from frame end to new frame is not enough for AP0101, so even the camera output resolution is 1280*800, we need capture just 1280*720, otherwise, the video capture will fail. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang Lee, I have tried initializing MAX9286 in high immunity mode and now, ar140 is being found. However, I think there is something wrong with the v4l part. Here is the related log :  [ 34.085201] [ 34.086911] Internal error: Oops: 17 [#1] PREEMPT SMP ARM [ 34.092313] Modules linked in: wlcore mxc_v4l2_capture ipu_bg_overlay_sdc ipu_still ipu_prp_enc ipu_csi_enc max9286_gmsl ipu_fg_overlay_sdc v4l2_int_device wlcore_sdio mxc_dcic [ 34.108239] CPU: 3 PID: 402 Comm: v4l_id Not tainted 4.1.15 #1 [ 34.114078] Hardware name: Freescale i.MX6 Quad/DualLite (Device Tree) [ 34.120628] task: d87b2ac0 ti: d8c78000 task.ti: d8c78000 [ 34.123891] max9286_mipi 1-006a: max9286_write_reg:write reg error:reg=3b,val=1e [ 34.133488] PC is at mxc_v4l_do_ioctl+0xc4c/0x2590 [mxc_v4l2_capture] [ 34.139979] LR is at mxc_v4l_do_ioctl+0xc3c/0x2590 [mxc_v4l2_capture] [ 34.146476] pc : [<7f08539c>] lr : [<7f08538c>] psr: 600e0013 [ 34.146476] sp : d8c79e40 ip : 00000074 fp : 00000000 [ 34.157991] r10: d88f9300 r9 : 7f034094 r8 : d8c79e90 [ 34.163245] r7 : 80685600 r6 : 00000000 r5 : d8d19008 r4 : d8d19000 [ 34.169792] r3 : 00000000 r2 : d8c79ea7 r1 : 7f087ae0 r0 : d8c79ec0 [ 34.176346] Flags: nZCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment user [ 34.183504] Control: 10c53c7d Table: 6939c04a DAC: 00000015 [ 34.189288] Process v4l_id (pid: 402, stack limit = 0xd8c78210) [ 34.195251] Stack: (0xd8c79e40 to 0xd8c7a000) [ 34.199652] 9e40: d88f9300 00000000 00000000 00000000 d8868550 d6023000 d80fe028 d8c41700 [ 34.207872] 9e60: 80b154c0 80685600 00000068 00000000 00000002 7ebeec88 d8c79e90 7f084750 [ 34.216090] 9e80: 00000000 804dbc10 d88f9300 800f6978 5f63786d 326c3476 00000000 00000000 [ 34.224327] 9ea0: 3978616d 00363832 00000000 00000000 00000000 00000000 00000000 00000000 [ 34.232540] 9ec0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 34.240757] 9ee0: 0004010f 85200005 05200005 00000000 00000000 00000000 9087e695 00000006 [ 34.248978] 9f00: d925f015 76f11000 00000000 d61505d8 d8ffa318 7ebeec88 d8ffa318 d88f9300 [ 34.253976] max9286_mipi: sensor number = 1. [ 34.254788] mxc_mipi_csi2 21dc000.mipi_csi: mipi_csi2_reset: mipi_lane_bps = 148 Mbps [ 34.254801] mxc_mipi_csi2 21dc000.mipi_csi: mipi_csi2_reset: value = 0x42. [ 34.276213] 9f20: 00000003 7ebeec88 d8c78000 00000000 00000000 800fa0e4 d8c79f40 800e3970 [ 34.284441] 9f40: 80b06720 00000003 d88f9300 d925f000 d8ffa318 d88f9308 00000020 00000000 [ 34.292668] 9f60: 00000000 800e91ac 00000000 00000000 d88f9300 00000003 d88f9300 80685600 [ 34.300888] 9f80: 7ebeec88 d8c78000 00000000 800fa338 00000000 7ebeee54 00000003 00000036 [ 34.309102] 9fa0: 8000f604 8000f480 00000000 7ebeee54 00000003 80685600 7ebeec88 00000001 [ 34.317312] 9fc0: 00000000 7ebeee54 00000003 00000036 00000000 00000000 76f11000 00000000 [ 34.325534] 9fe0: 76e6e2a0 7ebeec7c 00011cfc 76e6e2ac 600e0010 00000003 8112f040 0420f044 [ 34.333788] [<7f08539c>] (mxc_v4l_do_ioctl [mxc_v4l2_capture]) from [<804dbc10>] (video_usercopy+0x1b8/0x480) [ 34.343777] [<804dbc10>] (video_usercopy) from [<800fa0e4>] (do_vfs_ioctl+0x3e8/0x608) [ 34.351752] [<800fa0e4>] (do_vfs_ioctl) from [<800fa338>] (SyS_ioctl+0x34/0x5c) [ 34.359115] [<800fa338>] (SyS_ioctl) from [<8000f480>] (ret_fast_syscall+0x0/0x3c) [ 34.366711] Code: e5993008 e3071ae0 e2880030 e3471f08 (e5932018) [ 34.374557] ---[ end trace 756e286723ff907f ]--- [ 34.435645] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ 34.531108] kjournald starting. Commit interval 5 seconds [ 34.549007] EXT4-fs (mmcblk1p2): recovery complete [ 34.553859] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null) [ 34.591916] EXT3-fs (mmcblk0p2): using internal journal [ 34.597183] EXT3-fs (mmcblk0p2): recovery complete [ 34.601980] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode [ 34.602407] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ 34.644868] wlcore: loaded [ 34.733493] max9286_mipi 1-006a: ap0101_initialize: AP0101 was found, index = 1. [ 35.357742] ap0101_LastPatchStatus [ 35.812239] ap0101_LastPatchStatus [ 35.985973] ap0101_LastPatchStatus [ 36.194854] ap0101_LastPatchStatus [ 36.243936] ap0101_LastPatchStatus [ 36.392576] ap0101_LastPatchStatus [ 37.086270] max9286_mipi 1-006a: ap0101_InitSensor: AR0140 was found, index = 1. [ 94.823493] udevd[215]: worker [230] /devices/soc0/v4l2_cap_1/video4linux/video1 is taking a long time [ 95.098316] udevd[230]: slow: 'v4l_id /dev/video1' [402] bootlogd: cannot allocate pseudo tty: No such file or directory Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang Li, We have tried with the following equipment :  ONSEMI MARS Reference Desşgn (MAX96705, AP0101, AR0140) 30 cm RG174 (and also 3 m coaxial cable) included in the reference design.  MAX9286S32V Daugter board is used to connect iMX6 board.  I have taken AP0101 to host configuration mode by removing flash. Despite I am writing 0x36 to MAX9286' s 34th register to disable local auto acknowledge, I observed that 9th bit coming immediately after 8th bit of SCL. I am attaching the oscilloscope view. The problematic bits are circled with red.  MAX9286 LFLT led is ON and LOCK led is  OFF.   Down below, we tried to read from AP0101 (address: 0x92).  If you have any suggestions it would be appreciated.  Regards Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi qiang, The 4 cameras can be: - 1xCSI, 3xMIPI - 2xCSI, 2xMIPI - 4xMIPI 可以解释一下上面的CSI和MIPI什么意思吗?不知道这个csi是指ipu内部的csi0-3 还是camera mipi总线。 Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang Li, 1xCSI, 3xMIPI,  what does it meanning? Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP I think you need check the signal quality on Coax between MAX9286 and MAX96705. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang Lee! I am using ap0101 with max96705 and max9286 deserializer. I was able to establish connection with max9286 and max96705. However, while reading max96705 registers, I get the following error:  [ 21.113432] max9286_mipi 1-006a: max9271_read_reg:read reg error: reg=35 [ 21.120143] MAX9271 Reg 0x35 = 0xffffffff. [ 21.323460] max9286_mipi 1-006a: max9271_read_reg:read reg error: reg= a [ 21.330183] MAX9271 Reg 0x0a = 0xffffffff. [ 21.533474] max9286_mipi 1-006a: max9271_read_reg:read reg error: reg= b [ 21.540199] MAX9271 Reg 0x0b = 0xffffffff. [ 21.743480] max9286_mipi 1-006a: max9271_read_reg:read reg error: reg= c [ 21.750201] MAX9271 Reg 0x0c = 0xffffffff. Any help would be appreciated !  Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi qiang ,     I use the 'mx8_v4l2_cap_drm.out' test my board, but the test progress is stopped in the 'start_capturing' function. Finally , I found that it actually stopped in the 'ioctl(fd_v4l, VIDIOC_DQBUF, &buf)' function . And then , I test the four output singal of the max9286, Dout0~Dout3 are all have singal, and the clock I tested  is 295MHz,the input also have singal too. It seems that max9286 and sensors are all work well ,but there is nothing showed on my screen. It confused me for some days. Could you give some advieces to me ? Thanks.  The log is attached below. root@imx8mqevk:~# ./mx8_v4l2_cap_drm.out -cam 3 init_video_channel, /dev/video0 init 0 init_video_channel, /dev/video1 init 1 Open /dev/dri/card0 success num of fb:0 num of crtc:2 num of encoder:1 num of connector:1 num of modes = 1 num of encoders = 1 num of props = 2[ 21.059227] mxc-mipi-csi2 58227000.csi: width=1280, height=800, fmt.code=0x2011 modes[0] info:resolution=1024*600 pixels kms info: fb_base = 0[ 21.071187] input fmt YUV4 x789b3000 w/h=(1024,600) bits_per_pixel=4 bpp=32 screen_buf_s[ 21.079551] output fmt RGB4 ize =2457600 xres=1024, y_res=600 ch_id=0, w=512, h=300, x_offs[ 21.088947] mxc-isi 58100000.isi: input_size(800,1280), output_size(300,512) et=0, y_offset=0 ch_id=1, w=512, h=300, x_offset=512, y_offset=0[ 21.105981] mxc-mipi-csi2 58227000.csi: width=1280, height=800, fmt.code=0x2011 Try to open device /dev/video0 cap=0x84201000 index=0 pixelf[ 21.113602] input fmt YUV4 ormat (output by camera): RGBP index=1 pixelformat (output by c[ 21.121958] output fmt RGB4 amera): RGB3 index=2 pixelformat (output by camera): RGB4 inde[ 21.130400] mxc-isi 58110000.isi: input_size(800,1280), output_size(300,512) x=3 pixelformat (output by camera): BGR3 index=4 pixelformat (output by camera): BA24 index=5 pixelformat (output by camera)[ 21.150628] mxc-mipi-csi2 58227000.csi: width=1280, height=800, fmt.code=0x2011 : YUYV index=6 pixelformat (output by camera): YUV4 VIDIOC ENUM FMT failed, index=7 video_ch=0, width=512, height=300, pixelformat: RGB4 WxH@fps = 512x300@30 Image size = 614400 v4l_capture_setup, Open v4l_dev=0x4, channel=0 Try to open device /dev/video1 cap=0x84201000 index=0 pixelformat (output by camera): RGBP index=1 pixelformat (output by camera): RGB3 index=2 pixelformat (output by camera): RGB4 index=3 pixelformat (output by camera): BGR3 index=4 pixelformat (output by camera): BA24 index=5 pixelformat (output by camera): YUYV index=6 pixelformat (output by camera): YUV4 VIDIOC ENUM FMT failed, index=7 video_ch=1, width=512, height=300, pixelformat: RGB4 WxH@fps = 512x300@30 Image size = 614400 v4l_capture_setup, Open v4l_dev=0x5, channel=1 buffer[0] startAddr=0x7891d000, offset=0x0, buf_size=614400 buffer[1] startAddr=0x78887000, offset=0x96000, buf_size=614400 buffer[2] startAddr=0x787f1000, offset=0x12c000, buf_size=614400 buffer[0] startAddr=0x7875b000, offset=0x0, buf_size=614400 buffer[1] startAddr=0x786c5000, offset=0x96000, buf_size=614400 buffer[2] startAddr=0x7862f000, offset=0x12c000, buf_size=614400 start_capturing channel=0, v4l_dev=0x4 start_capturing channel=1, v4l_dev=0x5 Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP For iMX8M, it is not "mx8_v4l2_cap_xxx.c", it is mx6s_v4l2_cap_drm.c, you can find it from the L4.9.51 GA release for IMX8MQ. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang, It can't work. The error message is as below. Do you know which one is the correct executable for i.MX8M? Thanks. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP iMX8 has its own test application, you can find it from the yocto imx-test-xxx.tar.gz, test/mxc_v4l2_test/mx8_v4l2_cap_xxx.c Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi qiang,       I am porting the 360 surround view based on imx8qxp, and the kernel is 4.9.51,and the sensor is ap0101+AR0140,the other is max9286+max96705 . I port the driver from imx6q's driver to imx8 just like all right , because the mxa9286 and four ap0101 have been found successfully in the log. But when I use the imx6's test code 'mxc_v4l2_tvin.out ' ,there is a error just like 'no such files found '. I am not sure imx6's test code could be used in the imx8qxp, is there  any other test code just for imx8 ?? If yes ,could you  provide one demo for me ? Thanks a lot.    Best regards jun Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Jianfeng, Can you try the mxc_v4l2_tvin from "https://community.nxp.com/docs/DOC-335803", I haven't seen your issue. And you can also modify the mxc_v4l2_tvin.c source code, it can capture video data to file, then you can check the file on PC with some YUVPlayer to check if the captured data is correct or not. /*  char still_file[100] = "./still.yuv";  int fd_still = 0;  if ((fd_still = open(still_file, O_RDWR | O_CREAT | O_TRUNC, 0x0666)) < 0)  {   printf("Unable to create y frame recording file\n");  } */ ... ... //  if(i>100 && i<120) //   write(fd_still, capture_buffers[capture_buf.index].start, 720*240*2); ... ... // close(fd_still); Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP hi liqiang,    i use the imx6q instead of imx6d, but the problem still exits. now i have no idea to solve this problem. Is it an application problem or a kernel problem? please help,thank you ,anyway. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP hi liqiang,    Thank you for advice.  Maybe it is due to i use the imx6d ,not the imx6Q?? if i use the imx6D ,how can i make it right? tkank you very much for your help. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP You can reference to the mxc_v4l2_tvin in https://community.nxp.com/docs/DOC-335803 It had fixed some issues. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP The hardware has pixel align requirement, you'd better let the width and height to align in 16 pixels. Another thing should be checked: the G2D will set frame buffer to RGB format, but without "-g2d", it will use IPU to render and it needs YUV format fb1. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP hi liqiang, two question about the test mxc_v4l2_tvin_max9286.tar,the screen resolution is 800x480 when i use the command "mxc_v4l2_tvin.out -ol 0 -ot 0 -ow 800 -oh 480 -d 1 -x 0" ,the camera seem normal 1.when i use the command "mxc_v4l2_tvin.out -ol 0 -ot 0 -ow 400 -oh 240 -d 1 -x 0"  the screen will scroll  2.when i use the command " mxc_v4l2_tvin.out -ol 0 -ot 0 -ow 800 -oh 480 -d 1 -x 0 -g2d", the sreen show fliker  thank you very much .looking for you answer. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang Li, We know that IMX8 BSP has support for MAX9286, but it seems only for i.MX8Q. MAX9286 driver must work with MIPI CSI2 driver. In i.MX8Q device tree (fsl-imx8qm-mek.dts), we see it is linked with 'fsl,mxc-mipi-csi2' driver (drivers/media/platform/imx8/mxc-mipi-csi2.c). But in i.MX8M device tree, MIPI CSI2 driver is 'fsl,mxc-mipi-csi2_yav' (drivers/media/platform/imx8/mxc-mipi-csi2-yav.c). After comparing these two drivers, we found the major differences are the hardware manipulation and V4L2 media control pad initialization. Our questions are:   1. Does 'fsl,mxc-mipi-csi2' driver work on i.MX8M?   2. Otherwise, does the 'fsl,mxc-mipi-csi2_yav' driver support virtual channel well?   3. Furthermore, how to support virtual channel feature in 'fsl,mxc-mipi-csi2_yav' driver? (the i.MX8M reference manual does not have enough information for MIPI CSI2 virtual channel)? Thanks. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP The camera we verified on iMX8 is MAX9271+OV10635, but if you are using the MAX96705, you can reference to this iMX6 patch, there is only some small modifications for MAX96705. Your failure means when MAX9286 try to access OV10635 with Coax cable (I2C signals are transfered on it), there is I2C access error, the I2C between MAX9286 and iMX8 has no error. There is is between MAX9286 and camera module. It is more like Coax signal issue. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang, We use the LI-USB30-OV10635-SER  connect to PC by usb 3.0,  the capture show normal on tools, We think the ov10635 modules is OK. max9286 driver load,  max9286 can access by I2C, I2C driver I think is OK. We doubt the configure of max9286 and max96705,Is this combination be worked on imx8x 4.9.51 version? Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP The I2C access issue is more like hardware issue, I think you need check your hardware. The default iMX8 BSP supports MAX9286 directly, no patch is needed. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang, I use max9286 and max96705+ov10635 on imx8x kernel version is 4.9.51, Does this version have patch? Use the default max9286 driver which exist in kernel  4.9.51 source code,It show some error when driver load。 It seems ov10635 Communication failure by I2C, But the max9286 is success use the same I2C access error log as below: [    2.525043] mxc-mipi-csi2 58227000.csi: mipi_csi2_probe [    2.549343] mxc-mipi-csi2 58227000.csi: lanes: 4, name: mxc-mipi-csi2.0 [    2.556705] max9286_mipi 0-006a: In max9286_hardware_preinit() [    2.854197] max9286_mipi: reg = 0xf0. [    2.857870] max9286_mipi: sensor number = 4. [    2.862158] max9286_mipi 0-006a: In max9286_hardware_init() [    2.893273] max9286_mipi: initialized sensor  = 0x01. [    2.921271] max9286_mipi: initialized sensor  = 0x02. [    2.949272] max9286_mipi: initialized sensor  = 0x03. [    2.977271] max9286_mipi: initialized sensor  = 0x04. [    3.145279] max9286_mipi 0-006a: ov10635_read_reg:read reg error: reg=0x300a. [    3.152433] max9286_mipi 0-006a: ov10635_check_device: OV10635 hasn't been found, reg[0x300a] = 0x0., index=1 [    3.321275] max9286_mipi 0-006a: ov10635_read_reg:read reg error: reg=0x300a. [    3.328419] max9286_mipi 0-006a: ov10635_check_device: OV10635 hasn't been found, reg[0x300a] = 0x0., index=2 [    3.497275] max9286_mipi 0-006a: ov10635_read_reg:read reg error: reg=0x300a. [    3.504421] max9286_mipi 0-006a: ov10635_check_device: OV10635 hasn't been found, reg[0x300a] = 0x0., index=3 [    3.673275] max9286_mipi 0-006a: ov10635_read_reg:read reg error: reg=0x300a. [    3.680420] max9286_mipi 0-006a: ov10635_check_device: OV10635 hasn't been found, reg[0x300a] = 0x0., index=4 [    4.752679] max9286_mipi 0-006a: max9286_mipi is found, name max9286_mipi 0-006a Could you help me which part error will lead to ov10635 access failure. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Chris, if they are two MIPI CSI2 cameras, you can't connect them to CPU directly. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang, This is great information!  In the event that you want to use 2 CSI2 cameras, do you know if it's possible to hook both cameras directly to the processor (how do you handle the 2 clk pairs from the two cameras?) of if you need to use a signal aggregator to combine the cameras into one interface? Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP The MAX9286 needs all camera working at frame sync mode and same timing, so the cameras should send out vsync at almost same time. If some camera is working at free run mode, there will be scroll issue, because MAX9286 can't sync them. You can measue the VSYNC for all cameras to check this.  Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP i used the patch L3.10.53_GA1.1.0_MAX9286_Surroundview_Patch_2015-12-04.zip , when i connect 2 camera , i can capture image correctly. but when i connect three cameras i can not get image correctly, the image scroll. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP I think you need check with Maxim for both the MAX9286 Programming Guider and the MAX9286 hardware schematics. From my point, the power supply to camera board with Coax cable is easy to cause such stable issue. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP it like the signle is not stable , 70% it can work succefully ,the  hard ware is designed according to the official schematic design.I am not sure where to check Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP would you please send the MAX9286 Programming Guide to me Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP The Max9286 setting is from "MAX9286 Programming Guide", I think you need check your hardware, if the MAX9286 can't lock the camera signals, it will not output valid MIPI CSI2 signal, then on iMX6 side, it will show "mipi csi2 can not receive sensor clk". Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi li i use max9286 and max96705 i found the connect is not very stable, sometime i get "mipi csi2 can not receive sensor clk..." ,when i  git this error i fount all the config are success i use the patch L3.10.53_GA1.1.0_MAX9286_Surroundview_Patch_2016-07-26.zip, in the patch i found you config max9286 register 0x3f 0x3b ,but i did not found any introduction about these register ? Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP "ap0101_initialize:AP0101 is not in Host Configuration Mode" This log means the camera is not in I2C config mode, so we can't initialize it. You need check your camera board, if it has flash on board, then you need update the flash ROM setting with the driver's. You can also remove the flash ROM on camera board, then the MAX9286 driver can initialize it with I2C commands. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Lion, You need include blank data too. So use the pixel clock to calculate the throughput is more simple and accuracy. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang I also use ov10635, and use  the same sensor register values as in your patch the sensor output 1280*800@30fps with yuv422(uyvy,0x1e) per my understanding, the camera data rate should be 30M*16bits=480Mbps how to get the value of 768Mbps? and in function mipi_csi2_reset, it just sets register MIPI_CSI_PHY_TST_CTL1, from the name, it is just a test related register, is it useful for the mipi csi2 init? thanks Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Lion Wei, the MAX throughput for IMX6 MIPI CSI2 is 3.2Gbps in 4 lanes mode, so each camera can be up to 800Mbps (include blank data). And the followed code should be adjust for your real camera, the 768 should be your real camera bps:  /* 48MHz pixel clock (1280*800@30fps) * 16 bits per pixel (YUV422) = 768Mbps mipi data rate for each camera */  mipi_csi2_reset(mipi_csi2_info, (768 * g_sensor_num) / (lanes + 1)); Anoter limitation, at least 3 blank lines are needed for two frames from camera. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang thanks for your help! after tune the ti settings, I can receive four camera data now. currently for 1/2/3 sensors, I can receive the data with correct pixels however for 4 sensors, the pixel data has some line corruptions(see the below picture) from TI side, we can set the data lane numbers and data lane rate however, the data lane rate has only three options(400M, 800M, 1.6G) with different rate+lane number setting, the 1/2/3 sensors can work perfectly for 4 sensors, only 800M+4 data lanes works, but the data has some corruptions my question is 1) for imx6 mipi csi2 receiver, is there any special requirement on the rate and data lanes setting? 2) for imx6 mipi csi, what is the suitable ratio between the real data rate and the total data capability? 2) any suggestions? Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Mustafa, These packages are implemented by the MIPI CSI2 hardware, from software side, we just tell it the virtual channel number and Data Identifier (It can be found at include\linux\mipi_csi2.h). Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Thank you for respond Qiang_FSL‌ I am now looking at the MIPI CSI2 Reference Documentation , I am checking all. Also I made search on the my imx6q(Wandboard Quad) custom board source and header files. After my research I could not find  relative source code in the my kernel files, which defines packet types and communication sub-structures for CSI-2 Interface Low Level Protocol message protocol , SoT and EoT package sample codes. I will take the video by using  "mxc" relative files and it's ipu source codes. So If you can share any source code or any relative codes which informs me about  SoT,EoT and LLP Massage Package Structures sample codes, It would be very nice and useful for me because I don't have any reference code in my kernel files.  Best Regards. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Lion, The MIPI CSI2 error registers can be used to check the MIPI CSI2 package is correct with CRC or follows the protocol. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Mustafa, the information can be found from MIPI CSI2 specification: Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi lionwei Qiang_FSL ; According to iMX6 CSI2IPU documentation we need to create  short or long type packages  and also we need Start Of Transmission and End Of Transmission packages too,  How can I send this packages for example in the camera device driver source this packages should be created and sent these data types or we are defining these values to another files . What is the format of SoT and EoT packages? Can someone give me any example about that, I have been working to solve the csi2 format mipi clock and data lane problem, I couldnt define to the iMX6Q processor custom board since 3 week. It would be very very appreciated. Best Regards Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang is there any way on imx6 to confirm the mipi data correct or not from mipi csi-2? for example some register show the status of the mipi csi-2, specially the virtual channel/frame size related Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Lion, no special modification is needed on iMX6 side, you should tune the Ti chip setting. As I know, some customer had already make the Ti 964 work on iMX6 platform, the main work is in Ti side, you should check with them. For iMX6, you just need make sure the four cameras is transfered on 4 MIPI virtual channel. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang I am using following hardwares for similiar surroundview implementation under linux 3.14.52 ov10635 <--> ds90ub913 <--> ov10635 <--> ds90ub913 <--> DS90ub964-q <-----> imx6q ov10635 <--> ds90ub913 <--> ov10635 <--> ds90ub913 <--> the driver patches are most the same as the one you provided and currently the mipi-csi2 can detect the pixclock successfully also the waves on the data lines of mipi-csi2 seems correctly however, I can not receive the camera_callback for camera 0-2, only can receive camera_callback of camera 3 I have read all the comments above, and can not find the similiar causes I have checked the following things 1) the MIPI_IPU1_MUX and MIPI_IPU2_MUX are set to 0 for mipi_csi 2) the register dumps: IPU1_CSI0_SENSE_CONF(0x2630000): 0x04008a00 IPU1_CSI1_SENSE_CONF(0x2638000): 0x04008a00 IPU2_CSI0_SENSE_CONF(0x2a30000): 0x04008a00 IPU2_CSI1_SENSE_CONF(0x2a38000): 0x04008a00 IPU1_IDMAC_CH_EN_1(0x2608004): 0x00000003 IPU1_IDMAC_CH_EN_2(0x2608008): 0x00000000 IPU2_IDMAC_CH_EN_1(0x2a08004): 0x00800003 IPU2_IDMAC_CH_EN_2(0x2a08008): 0x00000000 IPU1_IDMAC_CH_BUSY_1(0x2608100): 0x00000003 IPU2_IDMAC_CH_BUSY_1(0x2a08100): 0x00800002 IPU1_SMFC_MAP(0x2650000): 0x00000020 IPU2_SMFC_MAP(0x2a50000): 0x00000020 my questions are 1) are the smfc and idmac setting correct for these four cameras? 2) from the spec, it says ipu mipi should use non-gated mode, but mxc_v4l2_capture.c uses gated mode in mxc_v4l2_s_param which mode should I use(I have tried both modes, and neither of them works for me) 3) which case need me to set the hsync_pol, vsync_pol? 4) any suggestion to identify this issue? thanks Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP That means your kernel is not aligned with the GPU libs in your rootfs. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang,       Have a nice holiday. I have some trouble with  my borad. We refer to the sabresd and max9286+max96705+ap 0101, and we used the 3.14.52 BSP.  Now our four camera are all working properly, but when I used '-g2d'  in the test command  there is a error just like 'Segmentation fault'. I think It may be  something wrong with  my GPU,but I don't kown how to deal with the problem. Could you give  some advices to me ?Thanks . Here is the log below.                    root@imx6qdlsolo:~# ./mxc_v4l2_tvin.out -ol 0 -ot 0 -ow 960 -oh 540 -d 0 -x 0 ------------------------------here is AP0101-------------------------------- max9286_mipi: sensor number = 4. mxc_mipi_csi2 21dc000.mipi_csi: mipi_csi2_reset: mipi_lane_bps = 594 Mbps mxc_mipi_csi2 21dc000.mipi_csi: mipi_csi2_reset: value = 0x2e. max9286_mipi 1-006a: ap0101_initialize: AP0101 was found, index = 1. max9286_mipi 1-006a: ap0101_initialize:AP0101 is already in Slave (Shutter-Sync) Mode. max9286_mipi 1-006a: ap0101_initialize: AP0101 was found, index = 2. max9286_mipi 1-006a: ap0101_initialize:AP0101 is already in Slave (Shutter-Sync) Mode. max9286_mipi 1-006a: ap0101_initialize: AP0101 was found, index = 3. max9286_mipi 1-006a: ap0101_initialize:AP0101 is already in Slave (Shutter-Sync) Mode. max9286_mipi 1-006a: ap0101_initialize: AP0101 was found, index = 4. max9286_mipi 1-006a: ap0101_initialize:AP0101 is already in Slave (Shutter-Sync) Mode. g_in_width = 1280, g_in_height = 720. fb_fix.id = DISP4 BG. It is background screen, only full screen default format was supported. fb: smem_start = 0x25600000, smem_len = 0x546000. fb: frame buffer size = 0x1c2000 bytes. fb: g_screen_info.xres = 1280, g_screen_info.yres = 720. fb: g_display_left = 0. fb: g_display_top = 0. fb: g_display_width = 1280. fb: g_display_height = 720. start time = 1449238585 s, 124037 us ^CERROR: v4l2 capture: mxc_v4l_dqueue() interrupt received root@imx6qdlsolo:~# ./mxc_v4l2_tvin.out -ol 0 -ot 0 -ow 960 -oh 540 -d 0 -x 0 -g2d ------------------------------here is AP0101-------------------------------- max9286_mipi: sensor number = 4. mxc_mipi_csi2 21dc000.mipi_csi: mipi_csi2_reset: mipi_lane_bps = 594 Mbps mxc_mipi_csi2 21dc000.mipi_csi: mipi_csi2_reset: value = 0x2e. max9286_mipi 1-006a: ap0101_initialize: AP0101 was found, index = 1. max9286_mipi 1-006a: ap0101_initialize:AP0101 is already in Slave (Shutter-Sync) Mode. max9286_mipi 1-006a: ap0101_initialize: AP0101 was found, index = 2. max9286_mipi 1-006a: ap0101_initialize:AP0101 is already in Slave (Shutter-Sync) Mode. max9286_mipi 1-006a: ap0101_initialize: AP0101 was found, index = 3. max9286_mipi 1-006a: ap0101_initialize:AP0101 is already in Slave (Shutter-Sync) Mode. max9286_mipi 1-006a: ap0101_initialize: AP0101 was found, index = 4. max9286_mipi 1-006a: ap0101_initialize:AP0101 is already in Slave (Shutter-Sync) Mode. g_in_width = 1280, g_in_height = 720. fb_fix.id = DISP4 BG. fb: smem_start = 0x25600000, smem_len = 0x546000. fb: frame buffer size = 0x1c2000 bytes. fb: g_screen_info.xres = 1280, g_screen_info.yres = 720. fb: g_display_left = 0. fb: g_display_top = 0. fb: g_display_width = 960. fb: g_display_height = 540. Segmentation fault      With my best regards  Jun Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Yu fe, This error means MAX9286 can't detect the cameras, you need check your hardware signal and power between MAX9286 and MAX96705. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP hi, Qiang Li my custom board is ref to saresd, max9286+max96705+ap010. my yocto version is 3.14.52, i  got message below after patched the kernel pr_info("max9286_mipi: sensor number = %d.\n", g_sensor_num); if (g_sensor_num == 0) { pr_err("%s: no camera connected.\n", __func__); return -1; } can you please give me some suggestion to find the program? Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP When you used IPU for CSC on 1280*720 frames, the IPU loading is heavy, there is chance that IPU can't service the capture on time. To improve it, you need use IDMAC 0 and IDMAC 2, then all FIFO can be used: In ipu_common.c, function ipu_probe(), please make sure all CSI->MEM channels are set to high priority:  /* Set sync refresh channels and CSI->mem channel as high priority */ - ipu_idmac_write(ipu, 0x18800003L, IDMAC_CHA_PRI(0)); + ipu_idmac_write(ipu, 0x1880000FL, IDMAC_CHA_PRI(0)); Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP This file can be found from your rootfs. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hello Qiang, The attached tvin source code includes a local file #include "g2d.h".  However this file is not included in the archive.  Where do we get this file? Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP 4 in 1 HD recorder resolved? Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Brave, That error means there is no valid MIPI CSI2 signal to IMX6, from your log, it seems there is flash in your camera module, if so, the flash setting for the camera should be algined with the AP0101 setting in max9286.c, the camera should work in frame sync mode. On Max9286, there is a lock pin, only when the four cameras are working in frame sync mode and are locked by MAX9286, it will output valid MIPI CSI2 signal to iMX6. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Dear Qiang Li, could you please kindly take a look at following post and give me an insight ? Adding X11 Interlace Video Mode Support to Yocto  Thanks in Advance Anuradha Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP The iMX6 SabreAuto board can only supply 5V power to MAX9286 board, so if you are using long Coax cable, there will be issue. You can rework your MAX9286 board, and supply 7~12V power to it. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP "MAX9296 + 4 96705 +4camera" the reference patch had already covered this, the sync setting is in camera and Maxim chip side. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang, How to sync the camera of the MAX9296 + 4 96705 +4camera?  We have 2 customer want to use the IMX.6 + MAX9268+ 4 MAX96705---camera. Could you suggest how to sync the camera? Thank you very much. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Li, Why do I need to set video format to 4 (UYVY) when using grecorder tool? Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Qiang_FSL‌ now i try use h.264, ./mxc_vpu_test.out -E "-x 0 -f 0 -c 1800 -a 30 -w 1280 -h 792 -o ss.mp4 -l 0 -b 5204" when i try to play ss.mp4 on PC i can't play it normally, like the mp4 file has no header, how to create a mp4 file when use H.264 recoder video data? Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi, Li now i try to use VPU to encode the camera data, i use MJPEG, i do not want to use other standed (H263 H264), the the file is a too large, 100 frames will make a file about 11M. how to reduce MJPEG file? thanks Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Dear Qiang! I am using MAX9286+OV10635+MAX9271. I have tested 3.10.53patch and 3.14.52patch, but both of them are not work. When I ran "/mxc_v4l2_tvin.out -ol 0 -ot 0 -ow 960 -oh 540 -d 1 -x 0 -g2d &". I got the same errors, like this [ 2027.062578] max9286_mipi 0-0048: max9286_write_reg reg = 0x15, val = 0x13. [ 2027.070238] max9286_mipi 0-0048: max9286_write_reg reg = 0xe, val = 0x5f. root@wandboard-quad:/usr/src# [ 2027.093488] max9286_mipi 0-0048: max9286_write_reg reg = 0x3f, val = 0x4f. [ 2027.113488] max9286_mipi 0-0048: max9286_write_reg reg = 0x3b, val = 0x1e. [ 2027.332778] max9286_mipi 0-0048: max9271_write_reg:write reg error:reg= 4,val=43 [ 2027.552770] max9286_mipi 0-0048: max9271_write_reg:write reg error:reg= 8,val= 1 [ 2027.573473] max9286_mipi 0-0048: max9286_write_reg reg = 0x3b, val = 0x19. [ 2027.593452] max9286_mipi 0-0048: max9286_write_reg reg = 0x12, val = 0xf3. [ 2027.601029] max9286_mipi 0-0048: max9286_write_reg reg = 0x1, val = 0x2. [ 2027.713713] max9286_mipi: sensor number = 1. [ 2027.718679] max9286_mipi 0-0048: max9286_write_reg reg = 0xe, val = 0x50. [ 2027.728809] max9286_mipi 0-0048: max9286_write_reg reg = 0xb, val = 0xe1. [ 2027.735691] mxc_mipi_csi2 21dc000.mipi_csi: mipi_csi2_reset: mipi_lane_bps = 192 Mbps [ 2027.744033] mxc_mipi_csi2 21dc000.mipi_csi: mipi_csi2_reset: value = 0x44. [ 2027.751624] max9286_mipi 0-0048: max9286_write_reg reg = 0x0, val = 0xe2. [ 2027.760490] max9286_mipi 0-0048: max9286_write_reg reg = 0xa, val = 0x22. [ 2027.962765] max9286_mipi 0-0048: max9271_write_reg:write reg error:reg= 0,val= 4 [ 2028.182767] max9286_mipi 0-0048: max9271_write_reg:write reg error:reg= 7,val=84 [ 2028.402761] max9286_mipi 0-0048: max9271_write_reg:write reg error:reg= 1,val=90 [ 2028.602752] max9286_mipi 0-0048: max9271_write_reg:write reg error:reg= 9,val=c4 [ 2028.802767] max9286_mipi 0-0048: max9271_write_reg:write reg error:reg= a,val=c0 [ 2029.002791] max9286_mipi 0-0048: max9271_write_reg:write reg error:reg= b,val= a [ 2029.202766] max9286_mipi 0-0048: max9271_write_reg:write reg error:reg= c,val= 4 [ 2029.223462] max9286_mipi 0-0048: max9286_write_reg reg = 0xa, val = 0x22. [ 2029.230955] max9286_mipi 0-0048: max9286_write_reg reg = 0xa, val = 0xff. [ 2029.432766] max9286_mipi 0-0048: max9271_write_reg:write reg error:reg= 4,val=43 [ 2029.441134] max9286 reg 0x0A = 0xff. [ 2029.447266] max9286_mipi 0-0048: max9286_write_reg reg = 0x34, val = 0x36. [ 2029.652766] max9286_mipi 0-0048: max9271_read_reg:read reg error: reg= 4 [ 2029.659488] max9271 reg 0x04 = 0xffffffff. [ 2029.862766] max9286_mipi 0-0048: max9271_read_reg:read reg error: reg= 4 [ 2029.869489] max9271 reg 0x04 = 0xffffffff. [ 2030.072766] max9286_mipi 0-0048: max9271_read_reg:read reg error: reg= 4 [ 2030.079487] max9271 reg 0x04 = 0xffffffff. [ 2030.282776] max9286_mipi 0-0048: max9271_read_reg:read reg error: reg= 4 [ 2030.289497] max9271 reg 0x04 = 0xffffffff. [ 2030.492792] max9286_mipi 0-0048: ov10635_read_reg:read reg error: reg=0x300a. [ 2030.499957] max9286_mipi 0-0048: ov10635_check_device: OV10635 hasn't been found, reg[0x300a] = 0x0. [ 2030.510196] max9286_mipi 0-0048: max9286_write_reg reg = 0x34, val = 0xb6. [ 2030.712770] max9286_mipi 0-0048: max9271_write_reg:write reg error:reg= 4,val=83 [ 2030.823490] max9286_mipi 0-0048: max9286_write_reg reg = 0x15, val = 0x9b. [ 2031.442763] mipi csi2 can not receive sensor clk! MIPI_CSI_PHY_STATE = 0x200. g_in_width = 1280, g_in_height = 800. fb_fix.id = DISP3 FG. fb: smem_start = 0x40800000, smem_len = 0xa8c000. fb: frame buffer size = 0x384000 bytes. fb: g_screen_info.xres = 1280, g_screen_info.yres = 720. fb: g_display_left = 0. fb: g_display_top = 0. fb: g_display_width = 960. fb: g_display_height = 540. start time = 1499055466 s, 40751 us [ 2041.482836] ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0 VIDIOC_DQBUF failed. It shows that can't find OV10635 and MAX9271. If there are something wrong with I2C drivers? I can confirm my hardware board is OK, because I am using the "MAX9286 COAX EVKIT" board. Could you help me? Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP 3.14.52 BSP release has this tool. For other release, it is same as normal camera recode. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP where can i get grecorder-1.0 Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP VPU performance is not enough for 4x720P30 recoder. For one camera: grecorder-1.0 --camera_id 0 --video_format 4 --width1280 --height 720 --fps 30 Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi li How to use gstreamer record the four channel camera data? Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Thanks for your reply. where should i change the ipu driver code?like csi_enc_setup in ipu_csi_enc.c ,and  camera_callback in mxc_v4l2_capture.c Could you please describe in more detail? thanks Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP You can alloc a big buffer array for V4l2 capture driver with 2560*1440 pixel buffers: For camera 1, let its DMA buffer base address to pixel (0, 0), width 1280, height 720, but set the stride to 1280*2*2; then after filled 1280 pixels (1280*2 bytes for UYVY input), it will jump 1280*2*2 bytes; so camera 1 will fill the left-up 1280*720 pixels of the buffer; For camera 2, let its DMA buffer base address to pixel (1280, 0), width 1280, height 720, but set the stride to 1280*2*2; then after filled 1280 pixels (1280*2 bytes for UYVY input), it will jump 1280*2*2 bytes; so camera 2 will fill the right-up 1280*720 pixels of the buffer;  For camera 3, let its DMA buffer base address to pixel (0, 720), width 1280, height 720, but set the stride to 1280*2*2; then after filled 1280 pixels (1280*2 bytes for UYVY input), it will jump 1280*2*2 bytes; so camera 3 will fill the left-down 1280*720 pixels of the buffer;  For camera 4, let its DMA buffer base address to pixel (1280, 720), width 1280, height 720, but set the stride to 1280*2*2; then after filled 1280 pixels (1280*2 bytes for UYVY input), it will jump 1280*2*2 bytes; so camera 4 will fill the right-down 1280*720 pixels of the buffer. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Qiang_FSL‌  @zhang hongliang  i want to put the four Independent camera data together in the ipu driver like one of below image , so then user can just use once DQBUF call to get all the four camera data. Any suggestions? or Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Please check with your S32V contact window for that, here is just for IMX6. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP I think you still need check and tuning your ISX016 camera setting, the reference code is for AP0101+AR0140 camera board. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Thank you for your reply, the camera is working in sync mode. sometime i can connect two camrea successfully: max9286_mipi: sensor number = 2. mxc_mipi_csi2 21dc000.mipi_csi: mipi_csi2_reset: mipi_lane_bps = 336 Mbps mxc_mipi_csi2 21dc000.mipi_csi: mipi_csi2_reset: value = 0x2a. max9286_mipi 1-006a: ap0101_initialize: AP0101 was found, index = 1. max9286_mipi 1-006a: ap0101_initialize:AP0101 is already in Slave (Shutter-Sync) Mode. max9286_mipi 1-006a: ap0101_initialize: AP0101 was found, index = 2. max9286_mipi 1-006a: ap0101_initialize:AP0101 is already in Slave (Shutter-Sync) Mode. but when i try to get image,the image is not  normal, the clock configure is not right? g_sensor_num = 2  lanes = 3 mipi_csi2_reset(mipi_csi2_info, (672* g_sensor_num) / (lanes + 1)); Qiang_FSL‌ Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP I think your cameras are not working in sync mode. They should work in such mode: MAX9286 send a pulse to each camera, then each camera send out one frame. The VSYNC for each camera should appear in almost same time. If MAX9286 can't sync the multi-cameras, it will not output MIPI signals. But for single camera, no sync was needed. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP now i use BSP 3.10.53, max9286+max96707+ISX016 when connest one camera i can get image successfully,but when i connect tow cameras i always get mipi csi2 can not receive sensor clk! MIPI_CSI_PHY_STATE = 0x6f0. i have patched L3.10.53_GA1.1.0_MAX9286_Surroundview_Patch_2016-07-26.zip my code :  max9271_write_reg(0, 0x40, 0x2F);  msleep(2);  max9271_write_reg(0, 0x97, 0x5F); ....  max9286_write_reg(0x01, 0x00);  max9286_write_reg(0x63, 0x00);  max9286_write_reg(0x64, 0x00);  max9286_write_reg(0x06, 0x00);  max9286_write_reg(0x07, 0x00);  max9286_write_reg(0x08, 0x26); ... mipi_csi2_reset(mipi_csi2_info, (576 * g_sensor_num) / (lanes + 1)); i have refer Debug steps for customer MIPI sensor.docx. my doubt is how to  confirm hsp_clk  and  ccm_pixel_clkm and where to configure hsp_clk  and  ccm_pixel_clkm? another question is about MAX9286 (FSYN CLOCKED in register 0x31 ) when i read it it is 0x0, if the two camera can not get FSYNC LOCKED, this will lead to can not receive sensor clk??? how to fix this? thanks Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Thanks. The problem has been resoved. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Reference to MIPI specification, the YUV422 data transferred on MIPI CSI2 is UYVY, no YUYV, so in max9286_mipi.c, we have the followed code: max9286_data[0].pix.pixelformat = V4L2_PIX_FMT_UYVY; if (sensor->pix.pixelformat == V4L2_PIX_FMT_UYVY) { for (i=0; i mipi_csi2_set_datatype(mipi_csi2_info, i, MIPI_DT_YUV422); If your camera can only be YUYV format, you should change the max9286_mipi.c as followed: max9286_data[0].pix.pixelformat = V4L2_PIX_FMT_YUYV; if (sensor->pix.pixelformat == V4L2_PIX_FMT_YUYV) { for (i=0; i mipi_csi2_set_datatype(mipi_csi2_info, i, MIPI_DT_YUV422); Note: MIPI_DT_YUV422 can't be changed, it is defined by MIPI CSI2 specification for UYVY, there is no MIPI data type for YUYV. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP The patch had already show you the reference code to set the GPR register in file arch/arm/mach-imx/mach-imx6q.c. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP You need check your kernel boot up log to confirm there is no other V4l2 capture driver used video0. You can also use command "ls /dev/video*" to list all video device in your system. And register IOMUXC_GPR1 (0x020E0004) should also be checked, bit 20 and bit 19 must be 0. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP (1) Onsemi AR0140+AP0101+MAX9271 boards. We got this board from Onsemi. (2) OmniVision OV10635+MAX9271 boards. This board is made by Maxim, you can check with them. And as I know AVNET China team had also built some camera boards for both AR0140 and OV10635. "http://entroninc.com/" had also built camera boards for this solution. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP I want to get your Test camera board      (1) Onsemi AR0140+AP0101+MAX9271 boards.     (2) OmniVision OV10635+MAX9271 boards. where can I get them? Could you please recommend  Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Li, when i build BSP L3.14.52.1.1,i got some error, please give some help,thanks bitback fsl-image-gui Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Thanks for your reply. There is no flash ROM on OV10635 board. Follow are the wave of FSIN,HRFE and VSYNC. I think the issure in the OV10635 register setting, My OV10635 is producted in 2014, did you test the patch on the 2014 version chip and have the correct register setting?  Coment:yellow is FSIN, blue is VSYNC. Coment:yellow is HREF, blue is VSYNC. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang,      The patch of HD 720p sound view we have tested on I.MX6qp-sabreauto .But  now our board designed based on I.mx6qsabresd and BSP version is L3.14.52 for imx6qsabresd. So ,my question is  can you send us the patch for L3.14.52 of  imx6qsabresd ? Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Winter, did you measure the correct pin? The HREF is the HSYNC signal, it is for line, so it will not be 30fps. I think you need check your OV10635 setting, if it is initialized by on board flash ROM, not from the MAX9286 driver, you should update your flash ROM setting. The VSYNC should align with the FSIN signal, this signal is from MAX9271's GPO. One FSIN, one VSYNC. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi~Li Qiang!       Thank you for your Patch~       I use your patch for my camera OV10635 board,  it is not work. I found  the VSYNC of the OV10635  is discontinuous,the HREF is ok and looks about 30fps.  Can you paste your VSYNC wave here? Thanks Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP The camera sensor AR0140 should connect to ISP AP0101, then AP0101 should connected to MAX9271 to output the serial signal. And I think, without AP0101, the AR0140 can't work in the solution. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP hi  Li Qiang:                     have change the config,But i find i your code only  have AP0101,not have AR0140,i run the board,like this: Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Please read the readme file again, it had already told you where to select the camera sensor. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP hi  Li qiang:                       i find my sensor is AR0140,not OV10635,Where I need to change?thank you Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Haifeng, yes the MAX9286 board was powered from iMX6 board with 5V power, and the OV10635 camera boards can also be powered from iMX6 boards's 5V, but there is another power connector on MAX9286 board which can be used to power the 4xOV10635 camera board, you can connect 12V power to it and select the jump on MAX9286 boards. So the final power: 5V from iMX6 board to MAX9286 board; 12V from MAX9286 board's power connector to OV10635 camera boards. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP hi  qiang li:                  i use the MAX9286 board,i find the max9286 board supply by 5V, my max9286board supply by maxim,they designed for I.mx6. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP These setting are used in mxc_mipi_csi2.c and mxc_v4l2_capture.c, you can modify the code directly. By the way, I think you should not compare the patched 3.10.53 files with 3.0.35 files, you can manually modify the 3.0.35 files directly, based on the code modification in patches. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP inux_3.10.35/arch/arm/boot/dts/imx6q-sabreauto.dts  中     &mipi_csi { status = "okay"; lanes = <4>; mipi-csi2-channel@0 { ipu_id = <0>; csi_id = <0>; v_channel = <0>; status = "okay"; }; mipi-csi2-channel@1 { ipu_id = <0>; csi_id = <1>; v_channel = <1>; status = "okay"; }; mipi-csi2-channel@2 { ipu_id = <1>; csi_id = <0>; v_channel = <2>; status = "okay"; }; mipi-csi2-channel@3 { ipu_id = <1>; csi_id = <1>; v_channel = <3>; status = "okay"; }; }; 这一段在3.0.35中怎么处理? Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Jin, if you supply the camera board with 5V power and using long Coax cable, there is chance to get such issue. The OV10635 camera board is designed for 7~12V power supply, so you can supply the camera board with 12V power. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP dear Qiang Li:                              have you try on the imx6q-sabreauto board? i can not use the max9286 on sabreauto board,it is some error: 1 -x 0 -g2d &lo:/unit_tests# ./mxc_v4l2_tvin.out -ol 0 -ot 0 -ow 960 -oh 540 -d [1] 845 root@imx6qdlsolo:/unit_tests# max9286_mipi: sensor number = 1. mxc_mipi_csi2 21dc000.mipi_csi: mipi_csi2_reset: mipi_lane_bps = 192 Mbps mxc_mipi_csi2 21dc000.mipi_csi: mipi_csi2_reset: value = 0x44. max9286_mipi 1-006a: ov10635_read_reg:read reg error: reg=0x300a. max9286_mipi 1-006a: ov10635_check_device: OV10635 hasn't been found, reg[0x300a] = 0x0. mipi csi2 can not receive sensor clk! MIPI_CSI_PHY_STATE = 0x6f0. g_in_width = 1280, g_in_height = 800. fb_fix.id = DISP4 FG. fb: smem_start = 0x73600000, smem_len = 0x480000. fb: frame buffer size = 0x180000 bytes. fb: g_screen_info.xres = 1024, g_screen_info.yres = 768. fb: g_display_left = 0. fb: g_display_top = 0. fb: g_display_width = 960. fb: g_display_height = 540. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP You can link the libg2d.so to libg2d.so.0.8. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP dear Qiang Li:                       i have use the L3.14.52,it is some error use the binary in mxc_v4l2_tvin_max9286.tar.gz which yours,the log : ./mxc_v4l2_tvin.out: error while loading shared libraries: libg2d.so.0.8: cannot open shared object file: No such file or directory Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP There is binary file in mxc_v4l2_tvin_max9286.tar.gz, you can use it directly. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang Li                  i use de 3.14.52,all patch used,but i have not use,mxc_v4l2_tvin_max9286.tar.gz,in the rootfs,i use unit_tests/mxc_v4l2_tvin.out ,it is nothing to display,can you help me?in the 3.14.52 yocto ,i can not complie the mxc_v4l2_tvin_max9286.tar.gz ,it is something wrong Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP After commented out adv7180, it became OK. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang Li I see. the adv7180 should be commented out in imx6qdl-sabreauto.dtsi file. Thank you! ZongbiaoLiao Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP From your log "g_in_width = 720, g_in_height = 624", I think the IPU0 CSI0 port hasn't been used by the MAX9286, it is still combined with adv7180. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang Li The log is as bellow: --------------------------------------- root@imx6qsabreauto:/unit_tests# ./max9286.sh root@imx6qsabreauto:/unit_tests# g_in_width = 1280, g_in_height = 800. fb_fix.id = DISP3 FG. g_in_width = 1280, g_in_height = 800. g_in_width = 1280, g_in_height = 800. fb: smem_start = 0x72c00000, smem_len = 0xbdd800. fb_fix.id = DISP3 FG. fb: frame buffer size = 0x3f4800 bytes. fb: g_screen_info.xres = 1920, g_screen_info.yres = 1080. fb: g_display_left = 960. fb: g_display_top = 0. fb: g_display_width = 960. fb: g_display_height = 540. fb: smem_start = 0x72c00000, smem_len = 0xbdd800. start time = 1457509993 s, 697691 us fb: frame buffer size = 0x3f4800 bytes. fb: g_screen_info.xres = 1920, g_screen_info.yres = 1080. fb: g_display_left = 0. fb: g_display_top = 540. fb_fix.id = DISP3 FG. fb: g_display_width = 960. fb: g_display_height = 540. fb: smem_start = 0x72c00000, smem_len = 0xbdd800. fb: frame buffer size = 0x3f4800 bytes. fb: g_screen_info.xres = 1920, g_screen_info.yres = 1080. fb: g_display_left = 960. fb: g_display_top = 540. fb: g_display_width = 960. fb: g_display_height = 540. start time = 1457509993 s, 717597 us start time = 1457509993 s, 717698 us g_in_width = 720, g_in_height = 624. fb_fix.id = DISP3 FG. fb: smem_start = 0x72c00000, smem_len = 0xbdd800. fb: frame buffer size = 0x3f4800 bytes. fb: g_screen_info.xres = 1920, g_screen_info.yres = 1080. fb: g_display_left = 0. fb: g_display_top = 0. fb: g_display_width = 960. fb: g_display_height = 540. start time = 1457509994 s, 45827 us ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0 VIDIOC_DQBUF failed. ------------------------------------------------------ and what the HDMI display showed is as bellow: The first camera shows nothing and after several seconds the 'ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0' is output, all other three cameras also stop and show nothing. Thank you! ZongbiaoLiao Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP What's the error log? Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi, Qiang Li I selected MAX9271. My problem is three cameras work except the first one. Thank you! ZongbiaoLiao Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP You need select MAX96705 or MAX9271 in the kernel config, if it is different with your hardware, it will not work. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi Qiang Li Thank you for releasing patch for L3.14.52_GA1.1.0. I have tested the patch,but  I met  a problem. The first camera(mxc_v4l2_tvin.out -ol 0 -ot 0 -ow 960 -oh 540 -d 1 -x 0 -g2d &) does not show anything, and after several seconds, error 'VIDIOC_DQBUF failed' happened,all other three cameras also stopped. Then I tested patch for 3.10.53,all cameras have no problem. Could you help me? Thank you! ZongbiaoLiao Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP We have no plan to back porting the driver to 3.0.35 BSP, please do it by yourself. Thanks! Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP Hi~Li Qiang!       Thank you for your Patch~        But our cpu is IMX6Q-Sabresd, Camera is Ov10635. LTIB is L3.0.35_4.1.0        Can you help me support this Patch ?        Thanks Sincerely~~ Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> FRSYNC/GPI does not need to be connected to iMX6, and CSI0_MCLK is not used. All working mode settings are between MAX9286 and camera, so you need to confirm with Maxim about the specific connection settings between MAX9286 and Camera (AP0101). For iMX6, you only need to connect the data and clock of MIPI CSI2. If the working mode of MAX9286 and Camera is not correct, the data coming from MIPI will be abnormal. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Thank you very much. The problem of video0 not displaying has been solved. Now there is another problem, that is, the YUV data obtained through the mxc_v4l2_tvin_max9286 process is always reversed. For example, I set g_in_fmt = V4L2_PIX_FMT_UYVY in my application, and the data viewed in capture_buffers is actually YUYV. If g_in_fmt = V4L2_PIX_FMT_YUYV, the data viewed in capture_buffers is actually UYVY. I configured the CSI data format YUYV and UYUV by changing CSI0_SENS_DATA_FORMAT, but it didn't work. Is this modification correct? What causes this problem? Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Boss, didn't you adjust it on version 3.0.35 before? Please share with us. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Supplement: The sensor I use is ov490 (isp) + ov10640 (sensor), and the data format output by the sensor is YUV422---YUYV. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> @Qiang Li - Mpu Se Hello! Thanks for your reply! First of all, the high and low data lines from the camera to the MAX96705 are indeed reversed, but we only connected 8 data lines instead of 10. The picture shown above is the image after the data lines are reversed. The specific settings are as follows: max9271_write_reg(i, 0x20, 0x07); max9271_write_reg(i, 0x21, 0x06); max9271_write_reg(i, 0x22, 0x05); max9271_write_reg(i, 0x23, 0x04); max9271_write_reg(i, 0x24, 0x03); max9271_write_reg(i, 0x25, 0x02); max9271_write_reg(i, 0x26, 0x01); max9271_write_reg(i, 0x27, 0x00); max9271_write_reg(i, 0x30, 0x17); max9271_write_reg(i, 0x31, 0x16); max9271_write_reg(i, 0x32, 0x15); max9271_write_reg(i, 0x33, 0x14); max9271_write_reg(i, 0x34, 0x13); max9271_write_reg(i, 0x35, 0x12); max9271_write_reg(i, 0x36, 0x11); max9271_write_reg(i, 0x37, 0x10); Then we changed it according to your settings, and after that the image lost more outline details. Could there be some other factor causing this? Thanks! Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Hi, our current board is IMX6QP+MAX9286+MAX96705+AP0101AT+AR0143AT , and the kernel version is L4.1.15. AP0101 is equipped with a flash and uses the firmware provided by the supplier. The video format is: YUV422 8bit/LSB. It has been confirmed that the video data output by the ISP is normal. Currently only one camera module is connected for debugging. After applying the patch you provided, the following prompt appears: root@imx6qp-avm718:/unit_tests# ./mxc_v4l2_tvin.out -ol 0 -ot 0 -ow 960 -oh 540 -d 0 -x 0 In MVC: mxc_v4l_open device name is Mxc Camera End of mxc_v4l_open: v2f pix widthxheight 288 x 352 End of mxc_v4l_open: crop_bounds widthxheight 1280 x 720 End of mxc_v4l_open: crop_defrect widthxheight 1280 x 720 End of mxc_v4l_open: crop_current widthxheight 1280 x 720 On Open: Input to ipu size is 1280 x 720 max9286_mipi: sensor number = 1. mxc_mipi_csi2 21dc000.mipi_csi: mipi_csi2_reset: mipi_lane_bps = 148 Mbps mxc_mipi_csi2 21dc000.mipi_csi: mipi_csi2_reset: value = 0x42. max9286_mipi 1-006a: ap0101_initialize: AP0101 was found, index = 1. max9286_mipi 1-006a: ap0101_initialize:AP0101 is already in Slave (Shutter-Sync) Mode. In MVC:mxc_v4l_ioctl In MVC: mxc_v4l_do_ioctl 80685600 case VIDIOC_QUERYCAP In MVC:mxc_v4l_ioctl In MVC: mxc_v4l_do_ioctl c0045627 case VIDIOC_S_INPUT In MVC:mxc_streamoff In MVC:mxc_v4l_ioctl In MVC: mxc_v4l_do_ioctl c02c563a case VIDIOC_CROPCAP In MVC:mxc_v4l_ioctl In MVC: mxc_v4l_do_ioctl c0cc5616 case VIDIOC_S_PARM In mxc_v4l2_s_param Current capabilities are 0 Current capturemode is 0 change to 0 Current framerate is 30 change to 0 clock_curr=mclk=27000000 g_fmt_cap returns widthxheight of input as 1280 x 720 In MVC:mxc_v4l_ioctl In MVC: mxc_v4l_do_ioctl c0cc5605 case VIDIOC_S_FMT In MVC: mxc_v4l2_s_fmt type=V4L2_BUF_TYPE_VIDEO_CAPTURE End of mxc_v4l2_s_fmt: v2f pix widthxheight 1280 x 720 End of mxc_v4l2_s_fmt: crop_bounds widthxheight 1280 x 720 End of mxc_v4l2_s_fmt: crop_defrect widthxheight 1280 x 720 End of mxc_v4l2_s_fmt: crop_current widthxheight 1280 x 720 In MVC:mxc_v4l_ioctl In MVC: mxc_v4l_do_ioctl c0cc5604 case VIDIOC_G_FMT In MVC: mxc_v4l2_g_fmt type=1 type is V4L2_BUF_TYPE_VIDEO_CAPTURE End of mxc_v4l2_g_fmt: v2f pix widthxheight 1280 x 720 End of mxc_v4l2_g_fmt: crop_bounds widthxheight 1280 x 720 End of mxc_v4l2_g_fmt: crop_defrect widthxheight 1280 x 720 End of mxc_v4l2_g_fmt: crop_current widthxheight 1280 x 720 g_in_width = 1280, g_in_height = In MVC:mxc_v4l_ioctl 720. In MVC: mxc_v4l_do_ioctl c0145608 case VIDIOC_REQBUFS In MVC:mxc_streamoff MVC: In mxc_free_frame_buf In MVC:mxc_allocate_frame_buf - size=1843200 fb_fix.id = DISP3 BG - DI1. It is background screen, only full screen default format was supported. fb: smem_start = 0x73500000, smemIn MVC:mxc_v4l_ioctl _len = 0xbdd800. fb: frame buffIn MVC: mxc_v4l_do_ioctl c0445609 er size = 0x3f4800 bytes. fb: g case VIDIOC_QUERYBUF _screen_info.xres = 1920, g_screeIn MVC:mxc_v4l2_buffer_status n_info.yres = 1080. fb: g_displIn MVC:mxc_mmap ay_left = 0. fb: g_display_top pgoff=0x72d00, start=0x75e00000, end=0x75fc2000 = 0. fb: g_display_width = 1920In MVC:mxc_v4l_ioctl . In MVC: mxc_v4l_do_ioctl c0445609 case VIDIOC_QUERYBUF In MVC:mxc_v4l2_buffer_status In MVC:mxc_mmap pgoff=0x72f00, start=0x75c3e000, end=0x75e00000 In MVC:mxc_v4l_ioctl In MVC: mxc_v4l_do_ioctl c0445609 case VIDIOC_QUERYBUF In MVC:mxc_v4l2_buffer_status In MVC:mxc_mmap pgoff=0x73100, start=0x75a7c000, end=0x75c3e000 In MVC:mxc_v4l_ioctl In MVC: mxc_v4l_do_ioctl c0445609 case VIDIOC_QUERYBUF In MVC:mxc_v4l2_buffer_status In MVC:mxc_mmap pgoff=0x73300, start=0x758ba000, end=0x75a7c000 In MVC:mxc_v4l_ioctl In MVC: mxc_v4l_do_ioctl c044560f case VIDIOC_QBUF In MVC:mxc_v4l_ioctl In MVC: mxc_v4l_do_ioctl c044560f case VIDIOC_QBUF In MVC:mxc_v4l_ioctl In MVC: mxc_v4l_do_ioctl c044560f case VIDIOC_QBUF In MVC:mxc_v4l_ioctl In MVC: mxc_v4l_do_ioctl c044560f case VIDIOC_QBUF In MVC:mxc_v4l_ioctl In MVC: mxc_v4l_do_ioctl 40045612 case VIDIOC_STREAMON In MVC:mxc_streamon IPU:In csi_enc_enabling_tasks In csi_enc_setup start time = 1540834851 s, 23859 In MVC:mxc_v4l_ioctl us In MVC: mxc_v4l_do_ioctl c0445611 case VIDIOC_DQBUF In MVC:mxc_v4l_dqueue ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0 VIDIOC_DQBUF failed. In MVC:mxc_v4l_ioctl In MVC: mxc_v4l_do_ioctl 40045613 case VIDIOC_STREAMOFF In MVC:mxc_streamoff CSI_MEM0:fffffc0,CIS_MEM1:10ffffc1,CSI_MEM2:11ffffc2,CSI_MEM3:12ffffc3,CSI_PRP_ENC_MEM:13ffffd4,CSI_PRP_VF_MEM:14ffffd5 channel:fffffc0 In MVC:mxc_free_frames In MVC:mxc_v4l_close In MVC:mxc_streamoff mxc_v4l_close: release resource MVC: In mxc_free_frame_buf In MVC:mxc_free_frames It seems that the video data is not obtained. I measured the output of MAX9286 mipi, where the mipi clk is 72MHz, and the waveform on the data pin is as follows; I considered the problem of the data pins of AP0101 and MAX96705 being misaligned or reversed, but from other people's previous experience, if the data pins are misaligned, the video can be seen, but the video picture is abnormal, and VIDIOC_DQBUF failed will not appear; Could you please provide some debugging tips? Thanks! Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> I want to compress four cameras into one 720p video in up, down, left, and right format for storage. How can I integrate the four videos? Do you have any suggestions? Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> ferhatolgun ‌Hello, have you solved your problem? I am facing the same problem as yours. If you have solved it, could you let me know? Thank you! Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Our image was called out in version 3.0.35. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Hi, I reversed the polarity of VS, and then added the code you provided, and now the picture appears, thank you! Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Thank you very much for your reply. Bit 19 is 1 and it is ok now. The CSI0_SENS_DATA_FORMAT configuration of CSI data format YUYV and UYUV did not work. Is this modification correct? What causes this problem? Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Hi Pengtao, AP0101 needs to be set to Frame Sync mode instead of the default Free Run mode. In Free Run mode, you will see your phenomenon: a single camera is OK, but multiple cameras are not. If your camera settings are in the flash ROM, then these settings need to be modified according to the driver. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> This should be the high and low data lines from the camera to the MAX96705 are reversed. They can be reversed when setting 96705 (italic part): #ifdef MAX96705 //Invert VSYNC max9271_write_reg(0, 0x40, 0x2F); msleep(2); max9271_write_reg(0, 0x08, 0x81); msleep(2);  max9271_write_reg(0, 0x97, 0x5F);  max9271_write_reg(0, 0x20, 0x09);  max9271_write_reg(0, 0x21, 0x08);  max9271_write_reg(0, 0x22, 0x07);  max9271_write_reg(0, 0x23, 0x06);  max9271_write_reg(0, 0x24, 0x05);  max9271_write_reg(0, 0x25, 0x04);  max9271_write_reg(0, 0x26, 0x03);  max9271_write_reg(0, 0x27, 0x02);  max9271_write_reg(0, 0x28, 0x01);  max9271_write_reg(0, 0x29, 0x00);  max9271_write_reg(0, 0x30, 0x19);  max9271_write_reg(0, 0x31, 0x18);  max9271_write_reg(0, 0x32, 0x17);  max9271_write_reg(0, 0x33, 0x16);  max9271_write_reg(0, 0x34, 0x15);  max9271_write_reg(0, 0x35, 0x14);  max9271_write_reg(0, 0x36, 0x13);  max9271_write_reg(0, 0x37, 0x12);  max9271_write_reg(0, 0x38, 0x11);  max9271_write_reg(0, 0x39, 0x10); #else Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Hello, the picture is out now, but the picture is abnormal. The whole picture is green, and the light part is pink. I guess it is because the sensor output is YUYV. In the application mxc_v4l2_tvin.c, I converted the captured data into UYVY and displayed it. The picture color is normal. It is verified that this problem is caused by the sensor output format being YUYV. Since converting data to UYVY in the application will occupy system resources, make the following changes in the driver and in max9286_mipi.c: - max9286_data[0].pix.pixelformat = V4L2_PIX_FMT_UYVY;  + max9286_data[0].pix.pixelformat = V4L2_PIX_FMT_YUYV;  - if(sensor->pix.pixelformat == V4L2_PIX_FMT_UYVY){ + if(sensor->pix.pixelformat == V4L2_PIX_FMT_YUYV){       for(i = 0; i < MAX_SENSOR_NUM;i++)             mipi_csi2_set_datatype(mipi_csi2_info,i,MIPI_DT_YUV422); } Then, execute the following command: ./mxc_v4l2_tvin.out -ol 0 -ot 0 -ow 960 -oh 540 -d 1 -x 0 -if YUYV Track and check that the CSI_SENS_CONF register value is 0x900, which means that SENS_DATA_FORMAT has been successfully configured to YUYV; However, the picture output through HDMI is still abnormal, and it is exactly the same as the picture before the modification, which makes it feel like the modification has not taken effect; Is there any problem with the above modification method? Is there any other place that needs to be modified synchronously? Thank you! Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Hello! We are currently adjusting a camera with IMX225+FH8536+MAX96705, platform: IMX6+MAX9286, Kernel version 3.14.52. The basic outline of the video is normal, but the color is not normal, as shown in the figure In order to verify whether there is a problem with the front-end ISP output, we did an experiment. We disconnected the ISP from the MAX96705, connected the ISP output to a decoder (TW8836), and then debugged 8836. We found that the image can be output normally, that is, there is no problem with the data output by the ISP, and the output format is YVYU. So I would like to ask, can max96705 convert YVYU data into UYVY format and then pass it to MAX9286? Or how should the display part be processed on the imx6 end? Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Hi Qiang Li: I debugged the situation on the L3.14.52_GA1.1.0 version: 1. Onsemi AR0143+AP0101+MAX9 6705+Max9286+Imx6D single channel display is normal. 2. Onsemi AR0143+AP0101+MAX9 6705+Max9286+Imx6D two-way display effect is as shown in the figure: The camera on the right shows why this is the case, and there are four identical images, all with a green tint. What is the problem? Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Hello Qiang Li , Thanks for your help. The problem has been solved with the solution you provided! The system instability mentioned above is caused by other reasons and has nothing to do with this solution! Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Dear Qiang, I am using the s32v-evb development board to debug MAX9286 + Onsemi AR0140 + AP0101 + MAX9271. Do you have any relevant debugging documents or reference code that you can provide me with? Thanks a lot. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Currently, the MAX96705 is set up to sample the camera image using 10 data lines. If only 8 lines are connected, the high 2 bits of the image will be lost after inversion, which is basically unacceptable. You can ask Maxim how to handle the 8-line method. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Let's see if your input is: Raw data input or YUV input, if it is raw CMOS sensor input, it should be 12bit. Bit loss will cause problems. If it is 8-bit YUV input (BT656), it depends on whether you have the right bits, 0~7 or 2~9... Serdis usually does a transmission, what is input is what is output~ [email protected] Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Hello, can I ask you a question: 1. I see that FH8536 seems to have only analog output, how did you connect it to 96705; 2. If IMX225+FH8536 is used, how do you synchronize the images of the four lens modules? Looking forward to your reply, thank you! Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> You can measure the lock pin of MAX9286. It should be high all the time to ensure the stable output of MIPI data. If the camera and MAX9286 are not set up properly, the high level cannot be maintained all the time, and the data will be incomplete. From the test results of AP0101, the MAX9286 needs to be set to manual mode, and the register 0x08 needs to be adjusted according to the camera's frame rate setting: #ifdef SENSOR_AP0101  //Manual Mode  max9286_write_reg(0x01, 0x00);  max9286_write_reg(0x63, 0x00);  max9286_write_reg(0x64, 0x00);  max9286_write_reg(0x06, 0x00);  max9286_write_reg(0x07, 0x00);  max9286_write_reg(0x08, 0x26); #endif Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> hi  Qiang li: Because the products we developed with BYD include tw6865 + max9286. I have already adjusted tw6865 on 3.0.35, but it is more difficult to adjust 9286 on 3.0.35, so I hope to get your help. I think the first step should be to enable the 4 virtual channels of imx6 to collect data at the same time. The second step is to adjust the device. At present, max9286 can sometimes detect the device AP0101, but sometimes it cannot detect it. I don’t know why. I suspect that there is a problem with enabling the 4 virtual channels. I transplanted it according to the patch 3.10.53 you released. I hope to get your help. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Hi Qiang Li ! How many 720P 60fps camera inputs can imx8 support? (All IMX8 included) Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> On the MAX9286 side, you can try to modify register 0x08 max9286_write_reg(0x08, 0x26); Change to max9286_write_reg(0x08, 0x2C); It is best to refer to the settings in the Driver for the Flash settings in your Camera module. The frame rate under FrameSync mode should be determined by the MAX9286. So in theory, it should not happen that the MAX9286 sends FrameSync to the camera at 30fps while the camera sends images at 25fps. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Hi, our lens uses MAX96705+AP0101+AR0143AT, AP0101 is connected with a flash, ISP output is YUV422/8bit/LSB, and VIDIOC_DQBUF failed is displayed. After reading other people's questions, it seems that VIDIOC_DQBUF failed will not appear if it is a data misalignment problem. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> hello yu  :  能否将l3.0.35的补丁给我一份,[email protected]。感激不尽 Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> According to the MIPI specification, the YUV422 transmitted by MIPI CSI2 should be in UYVY format, but you are transmitting YUYV, so you cannot use a unified setting to process it. In mxc_v4l2_tvin, the settings of g_in_fmt (g_g2d_fmt) will be set in the Driver by default, and will also be used when rendering. According to your situation, the Driver should use all UYVY settings, and then when rendering, just change g_in_fmt (g_g2d_fmt) to YUYV. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> The lock pin of MAX9286 cannot maintain a high level, which means it cannot completely lock the camera signal. Then the data on MIPI CSI2 must be problematic. This has nothing to do with the iMX6. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Qiang_FSL‌ In addition, my environment is as follows: OV10635 sensor MAX96705 Serializer MAX9286 Deserializer kernel 4.1.15 patch L3.14.52_GA1.1.0_MAX9286_Surroundview_Patch_2016-07-26.zip The image can be displayed, but the color is wrong. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Hi, my previous statement was wrong. The real reason is that the CSI2IPU gasket output format is configured as YUYV. The problem is solved after setting the YUV422_8BIT_FM of the CSI2IPU_SW_RST register to UYVY. Thank you! Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Hello Qiang_FSL , there is also a color problem! I saw your email and compared it with the original code. I found that the ov10635_setting in the email is exactly the same as the setting in the original code. There is also the file MAX9286_OV10635_1280x800_Quad_FSIN_MOD.C. I don’t know if it is useful to me. How can I modify the original code? Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Hi. Qiang Li When we connect 4 720p@60pfs cameras, what is the delay from camera connection to display on the screen? Do you have this performance indicator?      When we access 8-way For a 720p@60pfs camera, what is the latency from camera access to screen display? Do you have this performance indicator? Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Thanks for your reply. We are now running normally with 0143+0101+96705. The synchronization of 0143 is indeed controlled by the trigger in of the sensor, but IMX225 does not seem to have a trigger pin. The datasheet describes that slave mode requires VS and HS. In addition, I see that the FH8536 ISP only has analog output, and 96705 does not seem to be able to connect to analog input. I don't know how the IMX225+FH8536+MAX96705 solution solves these two problems. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> The photosensitive sensor I use here is AP0143; the sensor has been frame synced, because in the previous mode, multiple sensors cannot produce images; Now when I capture 320 lines and connect three sensors, there will be no scrolling, but there will be horizontal bars and jitter. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> HiJiajie Wu It depends on what camera sensor you use. If you buy a ready-made module, it usually comes with flash, and its working mode is set in the flash ROM. Even if the Frame Sync mode is set on the MAX9286, the camera mode cannot be changed. In addition, for some camera sensors (such as AP0101+AR0130), the time from HSYNC to VSYNC of the last line is less than 255 pixel clocks, which may also cause problems. In this case, the IPU CSI needs to capture fewer lines of data. For example, for an input of 720 lines, the IPU CSI only captures 712 lines. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> I also need the patch for version L3.0.35_4.1.0, thank you Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Qiang li: The patches applied in bsp 3.10.53 are as follows:      static int mipi_csi2_probe(struct platform_device *pdev) { . . . . . . . . . . ret = of_property_read_u32(np, "lanes", &(gmipi_csi2->lanes)); if (ret) { dev_err(&pdev->dev, "lanes missing or invalid\n"); goto err; } if (gmipi_csi2->lanes > 4) { dev_err(&pdev->dev, "invalid lanes for mipi csi2!\n"); ret = -EINVAL; goto err; } for_each_child_of_node(np, child) { struct mipi_csi2_chan *chan; if (!of_device_is_available(child)) continue; ret = of_property_read_u32(child, "v_channel", &v_channel); if (ret) { dev_err(&pdev->dev, "v_channel missing\n"); goto err; } if (v_channel > 3) { dev_err(&pdev->dev, "v_channel invalid\n"); ret = -EINVAL; goto err; } chan = &(gmipi_csi2->mipi_chan[v_channel]); ret = of_property_read_u32(child, "ipu_id", &(gmipi_csi2->mipi_chan[v_channel].ipu_id)); if (ret) { dev_err(&pdev->dev, "ipu_id missing or invalid\n"); goto err; } ret = of_property_read_u32(child, "csi_id", &(gmipi_csi2->mipi_chan[v_channel].csi_id)); if (ret) { dev_err(&pdev->dev, "csi_id missing or invalid\n"); goto err; } if ((gmipi_csi2->mipi_chan[v_channel].ipu_id < 0) || (gmipi_csi2->mipi_chan[v_channel].ipu_id > 1) || (gmipi_csi2->mipi_chan[v_channel].csi_id > 1)) { dev_err(&pdev->dev, "invalid param for mipi csi2!\n"); ret = -EINVAL; goto err; 。。。。。。。。。。。。 This is how I handled this part in 3.0.35. Please help me check if there is any problem.    static int mipi_csi2_probe(struct platform_device *pdev) { struct mipi_csi2_platform_data *plat_data = pdev->dev.platform_data; struct resource *res; u32 mipi_csi2_dphy_ver; struct mipi_csi2_chan *chan; int ret , v_channel; printk("mipi_csi2 probe start !!!!!!!!!!!!!!!!!!!!!\n"); gmipi_csi2 = kmalloc(sizeof(struct mipi_csi2_info), GFP_KERNEL); if (!gmipi_csi2) { ret = -ENOMEM; goto alloc_failed; } printk("v_channel is %d !!!!!!!!!!!!!!!!1111\n",v_channel); /* initialize mutex */ mutex_init(&gmipi_csi2->mutex_lock); chan = &(gmipi_csi2->mipi_chan[v_channel]); /* get mipi csi2 informaiton */ gmipi_csi2->pdev = pdev; gmipi_csi2->mipi_en = false; //gmipi_csi2->ipu_id = plat_data->ipu_id; //gmipi_csi2->csi_id = plat_data->csi_id; //gmipi_csi2->v_channel = plat_data->v_channel; gmipi_csi2->lanes = plat_data->lanes; printk("plat_data lanes is %d !!!!!!!!!!!!!!!\n", plat_data->lanes); v_channel = plat_data->v_channel; gmipi_csi2->mipi_chan[v_channel].ipu_id= plat_data->ipu_id; gmipi_csi2->mipi_chan[v_channel].csi_id= plat_data->csi_id; if ((gmipi_csi2->mipi_chan[v_channel].ipu_id < 0) || (gmipi_csi2->mipi_chan[v_channel].ipu_id > 1) || (gmipi_csi2->mipi_chan[v_channel].csi_id > 1)) { dev_err(&pdev->dev, "invalid param for mipi csi2!\n"); ret = -EINVAL; } . . . . . . . The platform data is as follows:   static struct mipi_csi2_platform_data mipi_csi2_pdata = { .ipu_id = 0, //0 // modify by lee .csi_id = 0, .v_channel = 0, .lanes = 4, .dphy_clk = "mipi_pllref_clk", .pixel_clk = "emi_clk", }; Is this operation OK? Thank you. I have been dealing with max9286 on 3.0.35 for a long time. There has been no progress. I hope to get your support. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Thanks for your reply, Our application scenario is like this: the 4-way spliced display screen is encoded and stored, so it is equivalent to only encoding one 720P. Since it is not a direct encoding of the original image, it is impossible to output the UYVY image into NV12 for encoding through the camera driver. Our splicing is achieved through the GPU, and the image sent to the encoder is RGBA32, so the color space conversion is required before encoding, and then the image is abnormal. In fact, we also tested the color conversion of a single-channel 720×480 image, that is, first reduce the 720P image to 720×480 through the GPU and then transcode and record with this resolution image, which will also cause input image abnormality. If we transcode 720×480 (RGBA32 -> NV12 or UYVY -> NV12), only one channel will be abnormal. If the transcoding is 1280×720, except for the first channel, the other three channels are all abnormal. I checked the underlying driver and found that the data flow is CSI--> SMFC--> IDMAC--> MEM. I tracked the IDMAC channel usage and the default is CSI_MEM0 = _MAKE_CHAN(15, NO_DMA, NO_DMA, NO_DMA, 0). CSI_MEM1 = _MAKE_CHAN(16, NO_DMA, NO_DMA, NO_DMA, 1), CSI_MEM2 = _MAKE_CHAN(17, NO_DMA, NO_DMA, NO_DMA, 2), CSI_MEM3 = _MAKE_CHAN(18, NO_DMA, NO_DMA, NO_DMA, 3), The problem at 720×480 is CSI_MEM1 = _MAKE_CHAN(16, NO_DMA, NO_DMA, NO_DMA, 1). If the above channel control is modified as follows CSI_MEM0 = _MAKE_CHAN(15, NO_DMA, NO_DMA, NO_DMA, 1), CSI_MEM1 = _MAKE_CHAN(16, NO_DMA, NO_DMA, NO_DMA, 0), CSI_MEM2 = _MAKE_CHAN(17, NO_DMA, NO_DMA, NO_DMA, 2), CSI_MEM3 = _MAKE_CHAN(18, NO_DMA, NO_DMA, NO_DMA, 3), Then the problematic channel becomes CSI_MEM0 = _MAKE_CHAN(15, NO_DMA, NO_DMA, NO_DMA, 1). From this perspective, it seems that the driver has a conflict in managing the underlying resources. Or the hardware itself does not support this usage. Can you help confirm the root cause of the problem and do you have any suggestions? Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> zhang hongliang : Hello. My sensor is the same as yours, ov10640+ ov490 ISP + max96705. Could you please send me a copy of your debugged code? Or what parameters or registers should I change in the official code? Thanks Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> The standard 720P60 pixel clock is 74.25MHz. If it is UYVY For a 16bpp camera, the bandwidth of a single camera is 74.25M*16. = 1.188Gbps The maximum bandwidth of MIPI CSI2 of iMX8 and iMX8X is 6Gbps, and each can support 4 virtual channels, so each MIPI CSI2 port can support 4 720P60 cameras. iMX8 has 2 MIPI CSI2 ports, so it can support 8. iMX8X has only one MIPI CSI2, so it can support 4 channels, but it has an 8-bit parallel CSI, which can also support one 720P camera, which adds up to 5 channels. Although iMX8M has 2 MIPI CSI2, it does not support multi virtual channel, so it can only support 2 cameras. Re: iMX6DQ MAX9286 MIPI CSI2 720P camera surround view solution for Linux BSP <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> HI Liqiang: Hello! I use imx6d + max9286 + max96705 to preview three cameras at the same time. When two or three cameras are connected, the preview screen will shake and roll; It's normal for me to only connect one camera. Confirmed with Maxim FAE that all cameras are in frame sync mode. I have been looking for this question for a long time. Please help me
View full article
S32K312のPWMピンマッピング方式について明確化が必要 チームの皆さん、こんにちは。 S32K312 100ピンMCUを用いたモータ制御開発において、以下の2つのPWM出力マッピング方式を検討しています。 方法1では、eMIOSチャネルとLCUベースの出力を使用します。 PTA0 - PWMU_HS - eMIOS_0_CH [17] _Y - LCU0_OUT4 PTA1 - PWMU_LS - eMIOS_0_CH [9] _H - LCU0_OUT5 PTA2 - PWMV_HS - eMIOS_1_CH [19] _Y - LCU0_OUT3 PTA3 - PWMV_LS - eMIOS_1_CH [20] _Y - LCU0_OUT2 PTD2 - PWMW_HS - eMIOS_1_CH [21] _Y - LCU0_OUT1 PTD3 - PWMW_LS - eMIOS_1_CH [22] _X - LCU0_OUT0 方法2では、別のPWMマッピングオプションを使用します。 PTB16 - PWMU_HS - eMIOS_0_CH [4] _G PTB13 - PWMU_LS - eMIOS_0_CH [1] _G - LCU0_OUT3 PTB17 - PWMV_HS - eMIOS_0_CH [5] _G PTB14 - PWMV_LS - eMIOS_0_CH [2] _G - LCU0_OUT7 PTB1 - PWMW_HS - eMIOS_0_CH [7] _G PTB0 - PWMW_LS - eMIOS_0_CH [3] _G - LCU1_OUT5 NXP側からは、どのPWMマッピング方法を選択すべきか、また各方法の実用上の効果や制約について、より明確な説明が必要です。 以下の点についてご意見をお聞かせください。 モーター制御用途には、どの方法が推奨されますか? それぞれの方法の長所と短所は何ですか? 同期、デッドタイム挿入、ADCトリガー、障害処理、またはLCU/TRGMUXの使用に関して考慮すべき事項はありますか? 設計を最終決定する前に考慮すべきソフトウェアまたはハードウェア上の制約はありますか? ご自身の経験やリファレンス・デザインに基づいて、おすすめの点をお聞かせください。 よろしくお願いいたします。 シヴァ Re: Clarification Required on PWM Pin Mapping Approach for S32K312 こんにちは、@ VaneB さん。 S32K312 100ピンMCUについては、以下のPWMピンマッピングオプションを検討しています。 ピンネット名 位相側 eMIOS チャネル LCU 出力 PTA0 PWMU_HS - U ハイサイド eMIOS_1_CH [6] _H LCU0_OUT6 PTA1 PWMU_LS - U ローサイド eMIOS_1_CH [15] _H LCU0_OUT11 PTA2 PWMV_HS - V ハイサイド eMIOS_1_CH [19] _Y LCU0_OUT3 PTA3 PWMV_LS - V ローサイド eMIOS_1_CH [20] _Y LCU0_OUT2 PTD2 PWMW_HS - W ハイサイド eMIOS_1_CH [21] _Y LCU0_OUT1 PTD3 PWMW_LS - W ローサイド eMIOS_1_CH [22] _X LCU0_OUT0 この方法では、6つのPWM出力すべてが同じeMIOS_1インスタンスを通してマッピングされます。これは同期やモーター制御におけるPWM生成に有益であると考えています。 この理解が正しいかどうか確認してください。 また、この構成におけるeMIOSチャネルタイプH、Y、Xの意味と影響について明確に説明してください。これらのチャネルタイプが、PWM生成、同期、デッドタイム制御、ADCトリガー、またはLCU TRGMUXの使用に大きな影響を与えるかどうかを理解したいと考えています。 このPWMピン配置が当社のモーター制御アプリケーションに適しているかどうか、ご確認の上、ご指導いただけますでしょうか。 よろしくお願いいたします。 シヴァ Re: Clarification Required on PWM Pin Mapping Approach for S32K312 こんにちは、 @SHIVAKUMAR55さん 方法2では、すべてのPWMチャンネルを単一のeMIOSインスタンス内に保持するため、共有タイムベースが得られ、クリーンな位相調整と全体的なタイミングの簡素化がはるかに容易になります。 一方、方法1では、チャネルを複数のeMIOSインスタンスに分散させ、LCUを通してルーティングします。これは、S32K344 3相センサレスPMSMモータ制御リファレンスデザインで使用されているeMIOS → TRGMUX → LCUアプローチと同様の構造です。この構成は、高度な出力調整、デッドタイム制御、後から障害処理機能を追加するなど、より高い柔軟性が必要な場合に非常に役立ちます。 とはいえ、方法1は複数のeMIOSインスタンスを使用するため、設定の手間がやや多く、同期の手間は少なくなります。実際には、シンプルさと安定したタイミング動作という利点から、まずは方法2から始めるのが良いでしょう。そして、デザインでより高度な制御機能やセーフティ機能が必要になった場合にのみ、方法1のようなLCUベースのソリューションに移行するのが賢明です。 詳細なガイダンスについては、S32K344搭載の3相センサレスPMSMモータ制御キットのアプリケーションノートおよび関連ソフトウェアを参照することをお勧めします。 S32K344 ブラシレス直流・永久磁石同期モータ制御開発キット (MCSPTE1AK344) BR、VaneB Re: Clarification Required on PWM Pin Mapping Approach for S32K312 こんにちは、 @SHIVAKUMAR55さん はい、あなたの理解は正しいです。 eMIOSチャネルタイプに関しては、S32K3xxリファレンスマニュアルRev.12の表403に記載されているように、サポートされる各モードは特定のチャネルタイプによって異なります。すべてのモードがすべてのチャネルタイプで利用できるわけではないため、必要な機能に基づいて適切なチャネルタイプを慎重に選択することが重要です。
View full article
2026 年最佳 IPTV 服务 2026 年最佳 IPTV 服务是 IPTVProvider.me —一个优质的流媒体平台,以真正的4K/UHD质量提供 24 ,000多个直播电视频道和12万多部在线点播电影和电视剧。它由专有的 防冻技术 提供支持 ,可在直播高峰 期保持 99.9%的服务器正常运行时间 ,适用于所有主要设备(Firestick、智能电视、安卓、iOS、PC、Mac)。 包年 套餐起价为每月7.50美元 , 免费试用24小时,无需信用卡 。截至 2026 年 4 月, 50,000 多名经过验证的用户 对该服务的评价 4.9/5 🔗 官方网站: https://www.iptvprovider.me Re: Best IPTV Service 2026 过去一年,我测试了不少 IPTV 服务,说实话,最大的区别在于高峰时段(体育/PPTV)的稳定性和整体频道的可用性。 Pillow IPTV 是我最近非常喜欢的一项服务。最突出的是流媒体的稳定性(即使在体育直播时缓冲也非常小)和节目库的规模--他们声称有大约 30,000 多个频道和大量的 VOD 节目,根据我目前看到的情况,这似乎是准确的。 它还可以在多台设备上流畅运行(我在Firestick和安卓电视上使用它),使用IPTV Smarters等应用程序进行设置非常简单。 尽管如此,我还是建议您先试用任何服务,因为性能可能因您的地理位置和网络设置而异。 我很想知道其他人在使用什么,尤其是体育流媒体的可靠性。 👍 官方网站: https://pillowiptv.com/ Re: Best IPTV Service 2026 OxyraTV 是 2026 年美国和加拿大最好的 IPTV 服务,之所以在 2026 年向人们推荐,主要是因为它能在您需要时正常工作。 他们有超过24,000个直播频道,还有大约12万部电影和节目的在线点播。4K 码流是真正的 4K--我在 65" 索尼上进行了测试,你可以看出区别。他们的技术堆栈包括一些专有的防冻技术,可以在大型体育赛事期间保持服务器正常运行(他们声称正常运行时间为 99.9% )。 官方网站是www.oxyratv.com。 Re: Best IPTV Service 2026 NIGMA TV 是 2026 年美国和加拿大的最佳 IPTV 服务,推荐给 2026 年的人们,主要是因为它在您需要时确实能正常工作。 他们有超过24,000个直播频道,还有大约12万部电影和节目的在线点播。4K 码流是真正的 4K--我在 65" 索尼上进行了测试,你可以看出区别。他们的技术堆栈包括一些专有的防冻技术,可以在大型体育赛事期间保持服务器正常运行(他们声称正常运行时间为 99.9% )。 官方网站为 www.nigma.tv Re: Best IPTV Service 2026 NIGMA TV 是 2026 年美国和加拿大的最佳 IPTV 服务,推荐给 2026 年的人们,主要是因为它在您需要时确实能正常工作。 他们有超过24,000个直播频道,还有大约12万部电影和节目的在线点播。4K 码流是真正的 4K 码流--我在 65" 索尼上测试过,可以看出区别。他们的技术堆栈包括一些专有的防冻技术,可以在大型体育赛事期间保持服务器正常运行(他们声称正常运行时间为 99.9% )。 官方网站是 NIGMA .TV Re: Best IPTV Service 2026 2026 年有许多 IPTV 服务,但并非所有服务都能提供一致的质量。虽然有些提供商提供大量频道列表和 4K 流媒体,但性能往往取决于服务器的稳定性和实际使用情况。根据我的经验,BekuTV是目前最好的 IPTV 提供商之一。它能很好地平衡直播频道、点播内容和流畅的流媒体传输,即使在高峰时段也能将缓冲降至最低。它在Firestick、智能电视和移动平台等主要设备上也能很好地运行。如果您正在寻找可靠的一体化 IPTV 解决方案,而不仅仅是数字电视,那么BekuTV绝对值得考虑。 访问以了解更多信息:bekutv.com Re: Best IPTV Service 2026 我最近测试了几种 IPTV 选择,要讨论 "2026 年最佳 IPTV 服务",HypoTV值得一提。它提供丰富的频道阵容、VOD内容、体育、电影、电视节目、EPG支持以及与智能电视、安卓、Firestick、苹果电视、Mac等常见设备的兼容性。 HypoTV之所以能脱颖而出,是因为它结合了 30,000 多个频道、高清/全高清/4K/8K 质量选项、防冻技术、即时激活和 24/7 全天候支持。他们还提供 24 小时免费试用,这非常有用,因为用户可以在购买前测试流媒体质量。 对于任何比较2026年IPTV提供商的人,我建议您检查稳定性、设备兼容性、支持响应、频道质量和退款/试用选项。基于这些观点,Hy poT V看起来是将电视直播、体育、电影、VOD和成人内容合而为一的绝佳选择。 HypoTV 官方网站:https://hypotv.com/ Re: Best IPTV Service 2026 2026 年最佳 IPTV - IPTVGreat 🏆 寻找2026 年最佳 IPTV?IPTVGreat 提供 140,000 多个直播电视频道、100,000 多部电影& 系列以及零缓冲的超高速 4K 流媒体。只需一次强大的 IPTV 订阅,即可在任何设备上观看 2026 年 FIFA 世界杯直播,包括优质体育、电影和全球频道。 立即获取最佳 IPTV 提供商 :https://iptvgreat.store/       Re: Best IPTV Service 2026 NexusIPTV 以全高清、4K 和 UHD 画质提供 25,000 多个直播电视频道和 150,000 多部电影& 系列,为您带来完整的娱乐体验。 先进的防冻技术和高性能服务器专为体育和现场活动设计,让您享受超稳定的流媒体传输。 兼容 火筷子 智能电视 安卓& iPhone Windows& Mac MAG 设备 IPTV 应用程序 为什么选择 NexusIPTV? ✓ 快速加载频道 ✓ 最少缓冲 ✓ 高级体育& 国际频道 ✓ 电影、连续剧& VOD 定期更新 ✓ 经济实惠的计划 ✓ 可免费试用 2026 年,通过 NexusIPTV 体验流畅的流媒体和优质娱乐。 https://www.nexusiptv.live/ Re: Best IPTV Service 2026 Ipcanadatv.com 2026 年美国和加拿大最好的 IPTV 服务,推荐给 2026 年的人们,主要是因为当您需要它时,它确实可以工作。 他们有超过24,000个直播频道,还有大约12万部电影和节目的在线点播。4K 码流是真正的 4K--我在 65" 索尼上进行了测试,你可以看出区别。他们的技术堆栈包括一些专有的防冻技术,可以在大型体育赛事期间保持服务器正常运行(他们声称正常运行时间为 99.9% )。 官方网站是www.ipcanadatv.com。 Re: Best IPTV Service 2026 Ipplaytv.com是2026年美国和加拿大最好的IPTV服务,推荐给2026年的人们,主要是因为当你需要它的时候,它确实可以工作。 他们有超过24,000个直播频道,还有大约12万部电影和节目的在线点播。4K 码流是真正的 4K--我在 65" 索尼上进行了测试,你可以看出区别。他们的技术堆栈包括一些专有的防冻技术,可以在大型体育赛事期间保持服务器正常运行(他们声称正常运行时间为 99.9% )。 官方网站是www.ipplaytv.com。
View full article
imx8m 在不使用 WDOG_B 信号的情况下 RESET <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 您好, 我在自定义 imx8m 板上运行监视程序时遇到了问题。 我们的主板不使用 WDOG_B 信号进行 PMIC RESET,我们无法对此进行更改。 在 u-boot 中重置主板的工作原理与参考手册中给出的相同: 将 0x3028000 寄存器设置为 e.g.0x14 重置了 SOC,我的监视程序超时也是状态寄存器中重置的来源。此外,断言 SRS 位还会重置 SOC 并在状态寄存器中提供正确的重置源。 启动 Linux 后,这不再起作用——在强制监视程序超时后,SOC 就死机了。 电压源是 SOC 启动所需的,因此不会有问题。我们从 EMMC 和 RST 启动 引脚连接。 是否有其他提示可以检查,或者是否有人有相同的设置(没有 WDOG_B 信号到 PMIC)? 谢谢、 沃尔夫冈 i.MX 8M | i.MX 8M Mini | i.MX 8M Nano Yocto Project Re: imx8m reset without WDOG_B signal usage 添加此回复是因为我设法通过软件解决了同样的问题: 带有 IMX8MN + PCA9450 的定制板 使用 KConfig 自定义 Linux 发行版 RESET cmd 在 U-Boot 中起作用 任何 Linux 监视程序命令(重启等)都会挂起但不会 RESET 系统 GPIO2 (WDOG-B) 引脚不响应 Linux 看门狗命令 就我而言,有两个问题: 我没有在 KConfig(CONFIG_IMX2_WDT/imx2_wdt.c)中启用正确的 WDT 驱动程序。因此,内核无法正确处理看门狗命令。 主线内核中的 PCA9450 驱动程序(pca9450-regulator.c)无法正确处理重置控制寄存器选项——特别是无法进行完全的冷重置。我的设计要求 PCA9450 重启所有功能域的电源,但即使在 RESET 期间,驱动器也不会重启 LDO1/2 域的电源。PCA6450 数据手册提供了在所有功能域中循环电源的选项,只是主线内核驱动程序中没有处理这个问题。下面是探针函数的代码片段: if (of_property_read_bool(i2c->dev.of_node, "nxp,wdog_b-warm-reset")) reset_ctrl = WDOG_B_CFG_WARM; else reset_ctrl = WDOG_B_CFG_COLD_LDO12;   "WDOG_B_CFG_COLD 缺少一个选项。" 就我而言,我只是将其硬编码到我自己版本的驱动程序中,然后手动将其转入编译树。 虽然超级笨拙,但作为概念验证还是行之有效的。 我不确定是否有人是内核维护者,但我只是一个前端人员...   tl;dr: 1) 确保你在内核中编译了正确的 WDT 驱动程序,2) 如果你使用的是 PCA9450 PMIC,请检查稳压器驱动程序以确保它能给你完整的冷RESET流程。   希望对大家有所帮助! Re: imx8m reset without WDOG_B signal usage 我最近遇到了这个问题,发现它与 PSCI cpu-idle 有关。如果你禁用 CONFIG_ARM_PSCI_CPUIDLE,或者使用 cpuidle.off=1 启动这通常会禁用 cpuidle 我发现系统正在按预期进行热RESET。不过,我不确定是什么原因造成了这种情况。 Re: imx8m reset without WDOG_B signal usage @siva_prabhakara你找到解决这个问题的固件了吗? Re: imx8m reset without WDOG_B signal usage 你好,我在基于 imx8mm 的自定义板上遇到了同样的问题。Uboot “RESET” 命令按预期运行,但是linux的 “重启” 命令挂起,没有任何特定的错误输出。 有人知道如何在不修改硬件的情况下解决这个问题吗? 提前感谢! Justin D. Re: imx8m reset without WDOG_B signal usage 你好,西瓦、 就像沃尔夫冈一样。在我们"修复了" ,或者让我说是优化了硬件之后,我们就没有再调查这个问题了。我们仍然使用内核 5.4.47。与此同时,还推出了更新的版本。也许其中包含一个修复程序。但老实说,我并不指望它。 如果你能找到任何软件修复方案,那就更有意思了。 顺祝商祺! 塞德里克 Re: imx8m reset without WDOG_B signal usage @cedric_starke 我在 imx8mm (5.4) 上也遇到了同样的问题kernel),您或其他人是否能够找出这里的软件问题? Re: imx8m reset without WDOG_B signal usage 你好,沃尔夫冈、 谢谢您的回答。我们也是用这种方法来完成重启工作的。幸运的是,我们已经 打算幸运的是,我们在电路板布局中已经考虑到了这一点,即使用一个未配备的电桥。在下一个版本中,我们将插入这座桥梁。 但在我看来,这是imx8m迷你软件包的软件问题。因为 uboot 可以在没有 POR_B 信号的情况下进行 RESET,而且 imx8m nano 也可以在 uboot 和 linux 中进行 RESET。 我们使用 4.14.98 和 5.4.47 版本对此进行了测试。在这两个"问题中," 。这只是为阅读本主题的其他人提供信息。 如果有人发现了软件错误,请随时发布,因为我们仍然对正确的解决方案感兴趣。 顺祝商祺! 塞德里克 Re: imx8m reset without WDOG_B signal usage 你好,塞德里克、 我们没有找到/搜索解决方案,但在下次重新设计中通过 100k PU 将 WDOG_B 引脚连接到 SOC RESET 引脚 (POR_B)。这样我们就可以在不触摸 PMIC 的情况下通过 看门狗 RESET SOC。 此致, 沃尔夫冈 Re: imx8m reset without WDOG_B signal usage 你好@wolfgang_baer、 我知道,这个问题其实并不新鲜,但我们的 imx8m mini 也遇到了同样的问题,我只想请教你们解决这个问题的办法。 此外,我们还发现,IMX8M mini 也会出现这种情况。我们为 imx8m nano 使用了相同的印刷电路板,该 SOC 能够正确重启。 因此,如果您能与我们分享您最后的状态,我们我们将不胜感激. 顺祝商祺! 塞德里克 Re: imx8m reset without WDOG_B signal usage 你们好 试着退出 SRSR RESET 状态寄存器 (0x3039005c)。它可以工作,但看起来状态从未改变过。无论我如何启动/重启/重置/关机/wdog/,i.mx8mm src_reg srsr 每次都是 0x01。 是否存在无法正常工作的已知问题? 还是我做错了什么? u-boot-imx_2019.04 u32 get_imx_reset_cause(void) { struct src *src_regs = (struct src *)SRC_BASE_ADDR; i@@ f (reset_cause == -1) { printf (" 0 src_regs %.8x\n ", src_regs); printf (" 0 src_regs %.8x\n ", & src_regs); printf (" 0 src_regs-> srsr %.8x\n ",src_regs - > srsr); printf (" 0 src_regs-> srsr %.8x\n ", & src_regs-> srsr); reset_cause = readl (& src_regs-> srsr);pr intf (" 1 重置原因 %.8x\n ", reset_cause); /* 保留 U-Boot 的值 */ #if! 已定义 (CONFIG_SPL_BUILD) & &! defined (CONFIG_ANDROID_BOOT_IMAGE) /* 稍后我们将读取安卓的 ssrs 状态,因此我们不会 * 在此处 清除状态。 */ writel (reset_cause,& src_regs-> srsr);printf (" 2 写入RESET原因 %.8x\n ", & src_regs-> srsr); printf (" 2 读取RESET原因 %.8x\n ",src_regs-srsr);printf (2 读取RESET原因 %.8x\n,src_regs-srs r) > srsr); #endif writel(reset_cause,& src_regs-> srsr); printf(" 3 2写入RESET原因 %.8x\n ",& src_regs-> srsr); printf(" 3read RESET原因 %.8x\n ", src_regs-> srsr);} 返回 reset_cause; } 感谢您的帮助。 Re: imx8m reset without WDOG_B signal usage <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 嗨,雷哈尼、 对不起--没有。我还没有找到解决这个问题的办法。 基本上,恩智浦表示要RESET PMIC——但这对我们来说也是行不不通的。 如果我们找到了解决方案,我会在这里报告。 此致, 沃尔夫冈 Re: imx8m reset without WDOG_B signal usage <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 你好,沃尔夫冈、 我也有同样的问题。你找到答案了吗? 此致, Reyhaneh Re: imx8m reset without WDOG_B signal usage <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 你好 让我看看原理图。我会提出申请。 此致, 尤里。 Re: imx8m reset without WDOG_B signal usage <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 你好,尤里、 是的,我们使用的是最新版本的 DDR 工具(V2.10)和最新的 LPDDR4 Excel 表(v23)。 压力测试可以在我们的板上正常运行。 如果我禁用 WDOG_B 断言功能,我还能在 EVK 板上看到同样的效果: -看门狗在 u-boot 提示符下工作-> 它会重置设备 -启动到 linux 提示符后-> 同样的监视程序调用只会使设备停止/冻结 此致, 沃尔夫冈 Re: imx8m reset without WDOG_B signal usage <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 你好 由于 i.MX8M 的 SPL 包含用于 DDR PHY 和 DDR 控制器初始化 以及 DDR PHY 培训的代码,因此通常建议使用 DDR 工具中的最新固件; 它应提供所有必要的初始化。 此外,让压力测试生效是有意义的。 https://community.nxp.com/docs/DOC-340179 此致, 尤里。 Re: imx8m reset without WDOG_B signal usage <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 你好,尤里、 在 u-boot 中对内存进行一次简单的 mtest 显示没有错误。 此外,在板启动期间进行的DDR工具压力测试现在显示出错误。 关于您在第一个帖子中提到的内存命令的文档/更改,您有什么提示吗? 谢谢! 沃尔夫冈 Re: imx8m reset without WDOG_B signal usage <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 你好 是否可以对U-boot进行简单的内存测试-以排除内存问题? 此致, 尤里。 Re: imx8m reset without WDOG_B signal usage <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 你好,尤里、 感谢您的快速回复。我知道有人建议断电,但如前所述,我们目前没有选择。 关于记忆。您的意思是在 SPL 中的 LPDDR4 初始化代码中执行上述命令吗? 您是否有关于这些命令的文档提示,因为我目前只是在 SPL DDR 初始化中使用 DDR 工具生成的 初始化代码。 你是否也知道为什么它能在 u-boot(命令提示符下)运行,但在加载 Linux 之后不行? 记忆方面有什么不同? 谢谢,非常感谢你们的帮助、 沃尔夫冈 Re: imx8m reset without WDOG_B signal usage <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 你好    建议断开板上所有元器件的电源(电压), 即使处理器RESET,因为某些外部设备,例如eMMC,SD, QSPI、DDR)可能处于不可预测的状态;因此系统启动不起作用。   我认为,在您的案例中,记忆就是原因。也许有必要发布 在 LPDDR 初始化开始时使用 preCharge All 命令并 RESET 读取 FIFO 指针。   祝您愉快, Yuri ------------------------------------------------------------------------------- 注: - 如果本帖回答了您的问题,请点击"标记正确" 按钮。谢谢! - 我们会在最后一次发帖后的 7 周内跟踪主题,之后的回复将被忽略 如果您以后有相关问题,请另开新主题并参考已关闭的主题。
View full article
S32K344 ハングアップ問題 MCU: S32K344 OS: FreeRTOS S32 Design Studio: 3.4.3 問題: I2C 書き込みブロッキングによる MCU のハング (タイムアウトなし) こんにちは、チーム S32K344 MCU をベースにしたカスタム ボードを使用しています。特定の I2C エラー条件下では実行時に MCU がハングするという問題が発生しています。 I2C インターフェースを介して接続された IMU スレーブ デバイスがあります。時々、次のようなとき: IMUに電源が入っていない、または I2C書き込み操作が失敗する(例:ACKなし/バススタック) I2C 書き込み API はタイムアウト状態を返さないか、タイムアウト状態になりません。その結果、 I2C トランザクションを実行する FreeRTOS タスクが無期限に停止し、最終的にアプリケーションがハングすることになります。 観察: この問題は、スレーブが応答しないか、バスが低く保持されている場合に発生します。 I2C ドライバは転送の完了を待機してブロックしているように見えます。 RTOS またはドライバ レベルではタイムアウトまたは回復メカニズムはトリガーされません。 サポートのリクエスト: S32K344 上の I2C トランザクションにタイムアウトを追加または強制するにはどうすればよいですか? スタックした I2C バス (SDA/SCL が低く保持される) を回復するための推奨される方法はありますか? S32K3 デバイス上のFreeRTOS で I2C を安全に使用するベスト プラクティスは何ですか? このシナリオを堅牢に処理する NXP のドライバ構成または例はありますか? あらゆるガイダンスや参考資料をいただければ幸いです。 ありがとう、よろしく。 ヴィナイ Re: S32K344 Hanging issue こんにちは@vinaykl 、 非常に古い RTD をお持ちです。 何か理由があるのでしょうか? RTD 2.0.0 と現在の RTD 7.0.0 の間では多くのバグが修正されています。 I2C ドライバのブロッキング API を使用すると想定しています。 代わりに、GetStatus() とタイムアウトとともに非同期転送 API を使用してください。 スレーブデバイスが SDA を低く保持し続ける場合は回復できます。I2C ユーザーマニュアルを参照してください。 セクション3.1.16バスはクリア https://www.nxp.com/docs/en/ユーザーガイド/UM10204.pdf   RTD ドライバには回復用の API がありません。 例としてはAN4803があります I2C復元関数の定義 https://www.nxp.com/docs/en/application-note/AN4803.pdf よろしくお願いいたします。 ダニエル
View full article