博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
x210——Android睡眠唤醒串口打印信息
阅读量:2152 次
发布时间:2019-04-30

本文共 2118 字,大约阅读时间需要 7 分钟。

睡眠:

[  128.880524] request_suspend_state: sleep (0->3) at 128376636125 (2010-01-01 12:09:53.323355709 UTC)

[  129.842940] PM: Syncing filesystems ... done.

[  129.843430] Freezing user space processes ... (elapsed 0.01 seconds) done.

[  129.859531] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.

[  129.875126] Suspending console(s) (use no_console_suspend to debug)

唤醒:

[  190.053013] alarm_suspend(dfef0400, 2)

[  190.054750] smdkc110-rtc smdkc110-rtc: rtc disabled, re-enabling

[  190.070266] gpio_switch_suspend:close speaker amp power

[  190.070535] smdkc110_rtc_suspend

[  190.070734] PM: suspend of devices complete after 18.474 msecs

[  190.071088] s3c24xx_i2c_suspend_noirq

[  190.071096] s3c24xx_i2c_suspend_noirq

[  190.071102] s3c24xx_i2c_suspend_noirq

[  190.071126] PM: late suspend of devices complete after 0.379 msecs

[  190.071517] PM: early resume of devices complete after 0.336 msecs

[  190.071785] smdkc110_rtc_resume

[  190.074129] wakeup wake lock: event0-133

[  190.087518] usb usb1: root hub lost power or was reset

[  190.171890] usb usb2: root hub lost power or was reset

[  190.188570] DBUG_PORT must not use AFC!

[  190.259975] wifi power enabled

[  190.259994] smdkc110-rtc smdkc110-rtc: rtc disabled, re-enabling

[  190.472631] alarm_resume(dfef0400)

[  190.479581] dai_active 0, IISMOD 00000100, IISCON 8050ce10

[  190.479593] Inside s5p_i2s_resume0..@735

[  190.597511] usb 2-1: reset full speed USB device using s5p-ohci and address 2

[  190.865666] PM: resume of devices complete after 794.067 msecs

[  190.947488] Restarting tasks ... 

[  190.957820] request_suspend_state: wakeup (3->0) at 190454119798 (2010-01-01 12:12:02.197787923 UTC)

[  191.001689] dai_active 0, IISMOD 00000000, IISCON 00000e00

[  191.007268] done.

[  191.012465] suspend: exit suspend, ret = 0 (2010-01-01 12:12:02.252435875 UTC)

[  191.012535] s3cfb_late_resume is called

[  191.012816] FIMD src sclk = 166750000

[  191.316281] s3cfb_late_resume is complete

[  191.316343] sensor_i2c_resume

==================================================================================================================================

转载地址:http://fdiwb.baihongyu.com/

你可能感兴趣的文章
Django字段的创建并连接MYSQL
查看>>
div标签布局的使用
查看>>
HTML中表格的使用
查看>>
(模板 重要)Tarjan算法解决LCA问题(PAT 1151 LCA in a Binary Tree)
查看>>
(PAT 1154) Vertex Coloring (图的广度优先遍历)
查看>>
(PAT 1115) Counting Nodes in a BST (二叉查找树-统计指定层元素个数)
查看>>
(PAT 1143) Lowest Common Ancestor (二叉查找树的LCA)
查看>>
(PAT 1061) Dating (字符串处理)
查看>>
(PAT 1118) Birds in Forest (并查集)
查看>>
数据结构 拓扑排序
查看>>
(PAT 1040) Longest Symmetric String (DP-最长回文子串)
查看>>
(PAT 1145) Hashing - Average Search Time (哈希表冲突处理)
查看>>
(1129) Recommendation System 排序
查看>>
PAT1090 Highest Price in Supply Chain 树DFS
查看>>
(PAT 1096) Consecutive Factors (质因子分解)
查看>>
(PAT 1019) General Palindromic Number (进制转换)
查看>>
(PAT 1073) Scientific Notation (字符串模拟题)
查看>>
(PAT 1080) Graduate Admission (排序)
查看>>
Play on Words UVA - 10129 (欧拉路径)
查看>>
mininet+floodlight搭建sdn环境并创建简答topo
查看>>