Advertisement
dfort

650D dual_iso err 2018-02-19

Feb 19th, 2018
458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 712.92 KB | None | 0 0
  1. ./run_canon_fw.sh 650D -d debugmsg -s -S &
  2. arm-none-eabi-gdb -x 650D/debugmsg.gdb
  3.  
  4. DebugMsg=0x395C (from GDB script)
  5. Lockdown read 0
  6. Lockdown read 0
  7. Lockdown read 1
  8. Lockdown read 1
  9. Lockdown read 2
  10. Lockdown read 2
  11. Lockdown read 3
  12. Lockdown read 3
  13. Lockdown read 4
  14. Lockdown read 4
  15. 00000000 - 00000FFF: eos.tcm_code
  16. 40000000 - 40000FFF: eos.tcm_data
  17. 00001000 - 1FFFFFFF: eos.ram
  18. 40001000 - 5FFFFFFF: eos.ram_uncached
  19. F0000000 - F0FFFFFF: eos.rom0
  20. F1000000 - F1FFFFFF: eos.rom0_mirror
  21. F2000000 - F2FFFFFF: eos.rom0_mirror
  22. F3000000 - F3FFFFFF: eos.rom0_mirror
  23. F4000000 - F4FFFFFF: eos.rom0_mirror
  24. F5000000 - F5FFFFFF: eos.rom0_mirror
  25. F6000000 - F6FFFFFF: eos.rom0_mirror
  26. F7000000 - F7FFFFFF: eos.rom0_mirror
  27. F8000000 - F8FFFFFF: eos.rom1
  28. F9000000 - F9FFFFFF: eos.rom1_mirror
  29. FA000000 - FAFFFFFF: eos.rom1_mirror
  30. FB000000 - FBFFFFFF: eos.rom1_mirror
  31. FC000000 - FCFFFFFF: eos.rom1_mirror
  32. FD000000 - FDFFFFFF: eos.rom1_mirror
  33. FE000000 - FEFFFFFF: eos.rom1_mirror
  34. FF000000 - FFFFFFFF: eos.rom1_mirror
  35. C0000000 - DFFFFFFF: eos.iomem
  36. [EOS] enabling code execution logging.
  37. [EOS] loading './650D/ROM0.BIN' to 0xF0000000-0xF0FFFFFF
  38. [EOS] loading './650D/ROM1.BIN' to 0xF8000000-0xF8FFFFFF
  39. [EOS] loading './650D/SFDATA.BIN' as serial flash, size=0x800000
  40. [MPU] warning: non-empty spell #2 (Complete WaitID = 0x80000001 Mode group) has duplicate(s): #61
  41. [MPU] warning: non-empty spell #36 (PROP_VIDEO_MODE) has duplicate(s): #37
  42. [MPU] warning: non-empty spell #50 (PROP_CARD2_FILE_NUMBER) has duplicate(s): #11 #33 #34 #49
  43. [MPU] warning: non-empty spell #52 (14 13 09 25) has duplicate(s): #25
  44. [MPU] warning: non-empty spell #59 (PROP_TFT_STATUS) has duplicate(s): #45 #119
  45. [MPU] warning: non-empty spell #65 (PROP_LV_LENS) has duplicate(s): #53 #73 #92 #101 #117 #135 #151 #167 #183 #199 #215 #231 #247 #263 #280
  46. [MPU] warning: non-empty spell #78 (0a 08 09 24) has duplicate(s): #28
  47. [MPU] warning: non-empty spell #111 (08 07 09 04) has duplicate(s): #57 #76 #86 #129 #145 #161 #177 #193 #209 #225 #241 #257 #274
  48. [MPU] warning: non-empty spell #146 (PROP_LV_BV) has duplicate(s): #162 #178 #194 #210 #226 #242 #258 #275
  49.  
  50. [MPU] Available keys:
  51. - Arrow keys : Navigation
  52. - PgUp, PgDn : Sub dial (rear scrollwheel)
  53. - [ and ] : Main dial (top scrollwheel)
  54. - SPACE : SET
  55. - DELETE : guess (press only)
  56. - M : MENU (press only)
  57. - P : PLAY (press only)
  58. - I : INFO/DISP (press only)
  59. - Q : guess (press only)
  60. - L : LiveView (press only)
  61. - A : Av
  62. - Shift : Half-shutter
  63. - 0/9 : Mode dial (press only)
  64. - B : Open battery door
  65. - C : Open card door
  66. - F10 : Power down switch
  67. - F1 : show this help
  68.  
  69. 0xffff0000 in ?? ()
  70. +macro define CURRENT_TASK ((int)0xFFFFFFFF)
  71. +macro define CURRENT_ISR ((int)0xFFFFFFFF)
  72. +macro define RTC_VALID_FLAG ((int)0xFFFFFFFF)
  73. +macro define NUM_CORES 1
  74. +macro define PRINT_CALLSTACK 0
  75. +macro define MEM(x) (*(unsigned int*)(x))
  76. +set pagination off
  77. +set output-radix 16
  78. +define hook-quit
  79. +define KRED
  80. +define KCYN
  81. +define KBLU
  82. +define KGRN
  83. +define KYLW
  84. +define KRESET
  85. +macro define CURRENT_TASK_NAME (((int*)CURRENT_TASK)[0] ? ((char***)CURRENT_TASK)[0][9] : CURRENT_TASK)
  86. +define print_callstack
  87. +define print_current_location
  88. +define print_current_location_with_callstack
  89. +define print_formatted_string
  90. +define DebugMsg_log
  91. +define DebugMsg1_log
  92. +define printf_log
  93. +define task_create_log
  94. +define task_switch_log
  95. +define msleep_log
  96. +define assert_log
  97. +define assert0_log
  98. +define create_semaphore_log
  99. +define delete_semaphore_log
  100. +define print_sem_name
  101. +define take_semaphore_log
  102. +define give_semaphore_log
  103. +define create_msg_queue_log
  104. +define print_mq_name
  105. +define post_msg_queue_log
  106. +define try_receive_msg_queue_log
  107. +define receive_msg_queue_log
  108. +define register_interrupt_log
  109. +define register_func_log
  110. +define mpu_decode
  111. +define mpu_send_log
  112. +define mpu_recv_log
  113. +define mpu_analyze_recv_data_log
  114. +define prop_lookup_maybe_log
  115. +define mpu_prop_lookup_log
  116. +define prop_print_data
  117. +define prop_request_change_log
  118. +define prop_deliver_log
  119. +define try_expand_ram_struct
  120. +define try_post_event_log
  121. +define delayed_call_print_name
  122. +define delayed_call_log
  123. +define SetTimerAfter_log
  124. +define SetHPTimerAfterNow_log
  125. +define SetHPTimerNextTick_log
  126. +define CancelTimer_log
  127. +define engine_resource_description
  128. +define engine_resources_list
  129. +define CreateResLockEntry_log
  130. +define LockEngineResources_log
  131. +define AsyncLockEngineResources_log
  132. +define UnLockEngineResources_log
  133. +define StartEDmac_log
  134. +define SetEDmac_log
  135. +define print_date_time
  136. +define set_date_time
  137. +define load_default_date_time_log
  138. +define rtc_read_log
  139. +define rtc_write_log
  140. +define CreateStateObject_log
  141. +define state_transition_log
  142. +define log_result
  143. +define generic_log
  144. +define generic_log_with_result
  145. Breakpoint 1 at 0x1900
  146. Breakpoint 2 at 0x6868
  147. Breakpoint 3 at 0x13344
  148. FFFF0800: MCR p15,0,Rd,cr9,cr1,0: XSCALE_LOCK_ICACHE_LINE <- 0x40000006 (40000000 - 40000FFF, 0x1000)
  149. FFFF094C: MRC p15,0,Rd,cr1,cr0,0: SCTLR -> 0x2078
  150. FFFF094C: MCR p15,0,Rd,cr1,cr0,0: SCTLR <- 0x12078
  151. FFFF4600: MCR p15,0,Rd,cr6,cr0,0: 946_PRBS0 <- 0x3F (00000000 - FFFFFFFF, 0x100000000)
  152. FFFF4608: MCR p15,0,Rd,cr6,cr1,0: 946_PRBS1 <- 0x3D (00000000 - 7FFFFFFF, 0x80000000)
  153. FFFF4610: MCR p15,0,Rd,cr6,cr2,0: 946_PRBS2 <- 0xE0000039 (E0000000 - FFFFFFFF, 0x20000000)
  154. FFFF4618: MCR p15,0,Rd,cr6,cr3,0: 946_PRBS3 <- 0xC0000039 (C0000000 - DFFFFFFF, 0x20000000)
  155. FFFF4620: MCR p15,0,Rd,cr6,cr4,0: 946_PRBS4 <- 0xFF00002F (FF000000 - FFFFFFFF, 0x1000000)
  156. FFFF4628: MCR p15,0,Rd,cr6,cr5,0: 946_PRBS5 <- 0x37 (00000000 - 0FFFFFFF, 0x10000000)
  157. FFFF4630: MCR p15,0,Rd,cr6,cr6,0: 946_PRBS6 <- 0xF700002F (F7000000 - F7FFFFFF, 0x1000000)
  158. FFFF4638: MCR p15,0,Rd,cr2,cr0,0: DCACHE_CFG <- 0x70
  159. FFFF4640: MCR p15,0,Rd,cr3,cr0,0: DACR <- 0x70
  160. FFFF4644: MCR p15,0,Rd,cr2,cr0,1: ICACHE_CFG <- 0x70
  161. FFFF4648: MCR p15,0,Rd,cr5,cr0,0: DATA_AP <- 0x3FFF
  162. FFFF4650: MCR p15,0,Rd,cr5,cr0,1: INSN_AP <- 0x3FFF
  163. FFFF4654: MRC p15,0,Rd,cr1,cr0,0: SCTLR -> 0x12078
  164. FFFF4654: MCR p15,0,Rd,cr1,cr0,0: SCTLR <- 0xC001307D
  165. FFFF095C: MCR p15,0,Rd,cr9,cr1,1: XSCALE_UNLOCK_ICACHE <- 0x6 (00000000 - 00000FFF, 0x1000)
  166. FFFF095C: MRC p15,0,Rd,cr1,cr0,0: SCTLR -> 0xC001307D
  167. FFFF095C: MCR p15,0,Rd,cr1,cr0,0: SCTLR <- 0xC005307D
  168. FFFF098C: MRC p15,0,Rd,cr1,cr0,0: SCTLR -> 0xC005307D
  169. FFFF098C: MCR p15,0,Rd,cr1,cr0,0: SCTLR <- 0xC005107D
  170. MID=0xC2
  171. SD: CMD12 in a wrong state
  172. [SDIO] Error
  173. SD: CMD12 in a wrong state
  174. [SDIO] Error
  175. SD LOAD OK.
  176. Open file for read : AUTOEXEC.BIN
  177. SD: CMD12 in a wrong state
  178. [SDIO] Error
  179. SD: CMD12 in a wrong state
  180. [SDIO] Error
  181. File size : 0x6F620
  182. Now jump to AUTOEXEC.BIN!!
  183. 0010E714: MRC p15,0,Rd,cr1,cr0,0: SCTLR -> 0xC005107D
  184. 0010E714: MCR p15,0,Rd,cr1,cr0,0: SCTLR <- 0xC005107D
  185. [boot] copy_and_restart 0x7e100 (516352)
  186. [BOOT] changing user_mem_start from 0x7e090 (516240) to 0x100040 (1048640)
  187. [BOOT] changing init_task from 0xff0c5430 (-15969232) to 0x7e57c (517500)
  188. [BOOT] installing task dispatch hook at 0x232c4 (144068)
  189. [BOOT] expecting armlib to overwrite CA828: 1A0F00E (task id 20002)
  190. [BOOT] autoexec.bin loaded at 7E100 - 100040.
  191. K301 READY
  192. 128K Sector FROM From BL 0xc2
  193. [SF] InstallSerialFlash 4 0xc022c0d4 0x0 0x800000 1
  194.  
  195. [SF] Bufcon Base 0xc022c0d4
  196. [ init:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x93d800
  197. SerialFlash Initialize
  198. [ init:00005720 ] register_interrupt(OCH_SPx, 0x1a, 0x5568, 0x1)
  199. [ init:00005734 ] register_interrupt(OCHxEPx, 0x1b, 0x55c8, 0x1)
  200. [ init:00005720 ] register_interrupt(OCH_SPx, 0x1c, 0x5568, 0x2)
  201. [ init:00005734 ] register_interrupt(OCHxEPx, 0x1d, 0x55c8, 0x2)
  202. [ init:00005720 ] register_interrupt(OCH_SPx, 0x1e, 0x5568, 0x3)
  203. [ init:00005734 ] register_interrupt(OCHxEPx, 0x1f, 0x55c8, 0x3)
  204. [ init:00005754 ] register_interrupt(OC4_14, 0x10, 0x5394, 0x0)
  205. [ init:0000576c ] register_interrupt(ICAPCHx, 0x20, 0x5628, 0x0)
  206. [ init:0000576c ] register_interrupt(ICAPCHx, 0x21, 0x5628, 0x1)
  207. [ init:0000576c ] register_interrupt(ICAPCHx, 0x22, 0x5628, 0x2)
  208. [ init:0000576c ] register_interrupt(ICAPCHx, 0x23, 0x5628, 0x3)
  209. [ init:0000576c ] register_interrupt(ICAPCHx, 0x24, 0x5628, 0x4)
  210. [ init:0000576c ] register_interrupt(ICAPCHx, 0x25, 0x5628, 0x5)
  211. [ init:0000576c ] register_interrupt(ICAPCHx, 0x26, 0x5628, 0x6)
  212. [ init:0000576c ] register_interrupt(ICAPCHx, 0x27, 0x5628, 0x7)
  213. [ init:ff33d46c ] task_create(PowerMgr, prio=20, stack=400, entry=ff33d254, arg=0)
  214. [ init:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  215. [ init:00016b44 ] task_create(DbgMgr, prio=1f, stack=0, entry=16a50, arg=44e0f8)
  216. [ init:ff0c32d4 ] (8b:16)
  217. K301 ICU Firmware Version 1.0.4 ( 5.6.4 )
  218. [ init:ff0c32e8 ] (8b:05)
  219. ICU Release DateTime 2013.04.16 08:40:21
  220. [ init:ff0f2210 ] (00:03) [SEQ] CreateSequencer (Startup, Num = 6)
  221. [ init:ff0f2298 ] task_create(Startup, prio=19, stack=2800, entry=ff0f20dc, arg=44e3f4)
  222. [ init:ff0f2464 ] (00:02) [SEQ] NotifyComplete (Startup, Flag = 0x10000)
  223. [ init:ff0f24c8 ] (00:03) [SEQ] NotifyComplete (Cur = 0, 0x10000, Flag = 0x10000)
  224. [ init:ff0c3380 ] task_create(TaskMain, prio=1d, stack=0, entry=ff0c28c8, arg=0)
  225. [BOOT] CA828 now contains 0, restoring 1A0F00E.
  226. [ init:0007e6d0 ] (32:03) Magic Lantern Nightly.2018Feb19.650D104 (e4fd44e88c8f (qemu))
  227. [ init:0007e6ec ] (32:03) Built on 2018-02-19 18:43:44 UTC by rosiefort@RosieFoComputer
  228. [ Startup:ff0f2124 ] (00:05) [SEQ] seqEventDispatch (Startup, 0)
  229. [ Startup:ff0c37c8 ] (8b:05) startupEntry
  230. [ Startup:ff0c37e8 ] task_create(Startup2, prio=11, stack=400, entry=ff0c359c, arg=0)
  231. [ Startup2:ff122888 ] (02:16) PROPAD_CreateFROMPropertyHandle DRAMAddr 0x42000000
  232. [ Startup2:ff13b33c ] (00:01) [SF] IsAddressSerialFlash 0x10000
  233. [ Startup2:ff13b33c ] (00:01) [SF] IsAddressSerialFlash 0x10000
  234. [ Startup2:ff13b670 ] register_interrupt(null, 0x37, 0xff13b4c4, 0x4)
  235. [ Startup2:ff138ae4 ] (00:01) [SF] CreateSerial : 0x80a00408 0xc0820438 0xc0820404
  236. [ Startup2:ff13898c ] (00:01) [SF] readSerialFlash Dest 0x4044fa84 Src 0x10000 Size 512
  237. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x83dc00
  238. [ Startup2:ff138954 ] (00:01) [SF] SendCommandWithAddress : 0x3 0x1 0x0 0x0
  239. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x93d800
  240. [ Startup2:ff11f968 ] (02:16) SerialFlash Packages!! 0x10000
  241. [ Startup2:ff13b33c ] (00:01) [SF] IsAddressSerialFlash 0x10000
  242. [ Startup2:ff13b670 ] register_interrupt(null, 0x37, 0xff13b4c4, 0x4)
  243. [ Startup2:ff138ae4 ] (00:01) [SF] CreateSerial : 0x80a00408 0xc0820438 0xc0820404
  244. [ Startup2:ff13898c ] (00:01) [SF] readSerialFlash Dest 0x4044fa84 Src 0x10000 Size 512
  245. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x83dc00
  246. [ Startup2:ff138954 ] (00:01) [SF] SendCommandWithAddress : 0x3 0x1 0x0 0x0
  247. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x93d800
  248. [ Startup2:ff13b670 ] register_interrupt(null, 0x37, 0xff13b4c4, 0x4)
  249. [ Startup2:ff138ae4 ] (00:01) [SF] CreateSerial : 0x80a00408 0xc0820438 0xc0820404
  250. [ Startup2:ff139470 ] (00:01) [SF] readSerialFlashWithQuad Dest 0x42000000 Src 0x10000 Size 1636488
  251.  
  252. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x83dc00
  253. [ Startup2:ff13b488 ] (00:01) [SF] SendCommandToSerialFlash : 0x9f
  254. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x93d800
  255. [ Startup2:ff139438 ] (00:03) [SF] readManufactureCodeSerialFlash 0xc2
  256. [ Startup2:ff1394a4 ] (00:03) [SF] MACRONIX
  257. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x83dc00
  258. [ Startup2:ff13b488 ] (00:01) [SF] SendCommandToSerialFlash : 0x6
  259. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x93d800
  260. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x83dc00
  261. [ Startup2:ff13b488 ] (00:01) [SF] SendCommandToSerialFlash : 0x5
  262. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x93d800
  263. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x83dc00
  264. [ Startup2:ff1393b0 ] (00:01) [SF] SendCommandToSerialFlashWithData : 0x1 0x40 0xf0
  265. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x93d800
  266. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x83dc00
  267. [ Startup2:ff13b488 ] (00:01) [SF] SendCommandToSerialFlash : 0x5
  268. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x93d800
  269. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x83dc00
  270. [ Startup2:ff138954 ] (00:01) [SF] SendCommandWithAddress : 0x6b 0x1 0x0 0x0
  271. [ Startup2:ff138ee0 ] register_interrupt(SerialFlash, 0x17b, 0xff138cf4, 0x0)
  272. [ Startup2:ff138f10 ] register_interrupt(SerialFlash, 0x162, 0xff138cc0, 0x0)
  273. [ Startup:ff13b33c ] (00:01) [SF] IsAddressSerialFlash 0xf8080000
  274. [ Startup:ff13b33c ] (00:01) [SF] IsAddressSerialFlash 0xf8080000
  275. [ Startup:ff13b33c ] (00:01) [SF] IsAddressSerialFlash 0xf8097000
  276. [ Startup:0000a504 ] register_interrupt(BLTDMA, 0x2f, 0xa430, 0x522d8)
  277. [DMA1] Copy [0xF8097000] -> [0x4044FB00], length [0x00000F90], flags [0x00030001]
  278. [DMA1] OK
  279. [ Startup:ff13b33c ] (00:01) [SF] IsAddressSerialFlash 0xf8098000
  280. [ Startup:ff13b33c ] (00:01) [SF] IsAddressSerialFlash 0xf8f00000
  281. [ Startup:ff13b33c ] (00:01) [SF] IsAddressSerialFlash 0xf8f00000
  282. [ Startup:ff13b33c ] (00:01) [SF] IsAddressSerialFlash 0xf8f00000
  283. [ Startup:0000a504 ] register_interrupt(BLTDMA, 0x2f, 0xa430, 0x522d8)
  284. [DMA1] Copy [0xF8F00000] -> [0x40450D00], length [0x0001132C], flags [0x00030001]
  285. [DMA1] OK
  286. 0: 13.056 [STARTUP]
  287. K301 ICU Firmware Version 1.0.4 ( 5.6.4 )
  288. [EEPROM-DMA]! [0x10000] -> [0x42000000] (0x18FDA0 bytes)
  289. [ Startup:ff13b33c ] (00:01) [SF] IsAddressSerialFlash 0xf8f20000
  290. [ Startup:ff13b33c ] (00:01) [SF] IsAddressSerialFlash 0xf8f60000
  291. [ Startup:ff13b33c ] (00:01) [SF] IsAddressSerialFlash 0xf8f60000
  292. [ Startup:ff13b33c ] (00:01) [SF] IsAddressSerialFlash 0xf8f60000
  293. [ Startup:0000a504 ] register_interrupt(BLTDMA, 0x2f, 0xa430, 0x522d8)
  294. [DMA1] Copy [0xF8F60000] -> [0x40470F00], length [0x0001AEDC], flags [0x00030001]
  295. [DMA1] OK
  296. [EEPROM-DMA]! [0x10000] -> [0x42000000] (0x0 bytes)
  297. [ Startup:ff13b33c ] (00:01) [SF] IsAddressSerialFlash 0xf8f80000
  298. [ Startup:ff0c397c ] (8b:16) InitializeIntercom
  299. [ Startup:ff318450 ] register_interrupt(MREQ_ISR, 0x50, 0xff3182a0, 0x0)
  300. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x93d800
  301. [ Startup2:ff13b33c ] (00:01) [SF] IsAddressSerialFlash 0x310000
  302. [ Startup2:ff13b670 ] register_interrupt(null, 0x37, 0xff13b4c4, 0x4)
  303. [ Startup2:ff138ae4 ] (00:01) [SF] CreateSerial : 0x80a00408 0xc0820438 0xc0820404
  304. [ Startup2:ff13898c ] (00:01) [SF] readSerialFlash Dest 0x40493ea8 Src 0x10000 Size 512
  305. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x83dc00
  306. [ Startup2:ff138954 ] (00:01) [SF] SendCommandWithAddress : 0x3 0x1 0x0 0x0
  307. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x93d800
  308. [ Startup2:ff11f968 ] (02:16) SerialFlash Packages!! 0x7
  309. [ Startup2:ff11fde4 ] (02:03) pFromProperty->pNextWriteAddress 0x10000
  310. [ Startup2:ff13b33c ] (00:01) [SF] IsAddressSerialFlash 0x340000
  311. [ Startup2:ff13b33c ] (00:01) [SF] IsAddressSerialFlash 0x340000
  312. [ Startup2:ff13b670 ] register_interrupt(null, 0x37, 0xff13b4c4, 0x4)
  313. [ Startup2:ff138ae4 ] (00:01) [SF] CreateSerial : 0x80a00408 0xc0820438 0xc0820404
  314. [ Startup2:ff13898c ] (00:01) [SF] readSerialFlash Dest 0x4055407c Src 0x340000 Size 512
  315. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x83dc00
  316. [ Startup2:ff138954 ] (00:01) [SF] SendCommandWithAddress : 0x3 0x34 0x0 0x0
  317. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x93d800
  318. [ Startup2:ff11f968 ] (02:16) SerialFlash Packages!! 0x340000
  319. [ Startup2:ff13b33c ] (00:01) [SF] IsAddressSerialFlash 0x340000
  320. [ Startup2:ff13b670 ] register_interrupt(null, 0x37, 0xff13b4c4, 0x4)
  321. [ Startup2:ff138ae4 ] (00:01) [SF] CreateSerial : 0x80a00408 0xc0820438 0xc0820404
  322. [ Startup2:ff13898c ] (00:01) [SF] readSerialFlash Dest 0x4055407c Src 0x340000 Size 512
  323. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x83dc00
  324. [ Startup2:ff138954 ] (00:01) [SF] SendCommandWithAddress : 0x3 0x34 0x0 0x0
  325. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x93d800
  326. [ Startup2:ff13b670 ] register_interrupt(null, 0x37, 0xff13b4c4, 0x4)
  327. [ Startup2:ff138ae4 ] (00:01) [SF] CreateSerial : 0x80a00408 0xc0820438 0xc0820404
  328. [ Startup2:ff139470 ] (00:01) [SF] readSerialFlashWithQuad Dest 0x40493f00 Src 0x340000 Size 767708
  329.  
  330. [ Startup2:ff1394a4 ] (00:03) [SF] MACRONIX
  331. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x83dc00
  332. [ Startup2:ff13b488 ] (00:01) [SF] SendCommandToSerialFlash : 0x6
  333. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x93d800
  334. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x83dc00
  335. [ Startup2:ff13b488 ] (00:01) [SF] SendCommandToSerialFlash : 0x5
  336. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x93d800
  337. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x83dc00
  338. [ Startup2:ff1393b0 ] (00:01) [SF] SendCommandToSerialFlashWithData : 0x1 0x40 0xf0
  339. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x93d800
  340. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x83dc00
  341. [ Startup2:ff13b488 ] (00:01) [SF] SendCommandToSerialFlash : 0x5
  342. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x93d800
  343. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x83dc00
  344. [ Startup2:ff138954 ] (00:01) [SF] SendCommandWithAddress : 0x6b 0x34 0x0 0x0
  345. [ Startup2:ff138ee0 ] register_interrupt(SerialFlash, 0x17b, 0xff138cf4, 0x0)
  346. [ Startup2:ff138f10 ] register_interrupt(SerialFlash, 0x162, 0xff138cc0, 0x0)
  347. [ Startup:ff318464 ] register_interrupt(SIO3_ISR, 0x36, 0xff318324, 0x0)
  348. [ Startup:ff0c39a4 ] (8b:16) InitializeIntercom End(0)
  349. [ Startup:00016b44 ] task_create(PropMgr, prio=14, stack=0, entry=16a50, arg=55406c)
  350. [ Startup:ff0f3510 ] (81:03) @@@ 1 TouchShuttor 0 TouchShutter2 0@@@
  351.  
  352. [ Startup:ff23d080 ] (81:03) Initialize Adjective & Situation
  353. [ Startup:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  354. [ Startup:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  355. [ Startup:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  356. [ Startup:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  357. [EEPROM-DMA]! [0x340000] -> [0x40493F00] (0xBB860 bytes)
  358. [ Startup:ff0cb2c8 ] (8a:03) Variangle State 2
  359. [ Startup:ff0cbc60 ] task_create(HotPlug, prio=1e, stack=0, entry=ff0cb5b4, arg=0)
  360. [MPU] Received: 06 04 02 00 00 00 (Init - spell #1)
  361. [MPU] Sending : 50 4e 02 0e 03 03 03 00 03 00 00 68 00 00 01 15 7c 00 00 00 00 21 00 00 06 04 00 00 06 04 00 00 06 04 01 01 00 00 00 00 7d 20 00 00 00 00 00 00 03 03 03 03 00 00 80 48 78 48 00 03 00 01 00 00 00 00 02 01 00 00 00 01 00 00 00 00 00 00 01 00 (Mode group)
  362. [ Startup:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  363. [ Startup:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  364. [ Startup:ff0cbc8c ] register_interrupt(VIDEODET, 0x55, 0xff0cb57c, 0x0)
  365. [ Startup:ff0cbca0 ] register_interrupt(USBDET, 0x77, 0xff0cb480, 0x0)
  366. [ Startup:ff0cbcb4 ] register_interrupt(HDMIDET, 0x54, 0xff0cb448, 0x0)
  367. [ Startup:ff0cbcc8 ] register_interrupt(MICDET, 0x44, 0xff0cb400, 0x0)
  368. [ Startup:ff0cbdc0 ] register_interrupt(VARISW3, 0x56, 0xff0cb3b4, 0x0)
  369. [ Startup:ff0cbdd4 ] (8a:03) CreateTask Master End
  370. [ Startup:00016b44 ] task_create(EventMgr, prio=f, stack=0, entry=16a50, arg=55de90)
  371. [ PropMgr:ff0ee368 ] (8d:03) emSlaveChangeCBR : AUTO_POWEROFF (1)
  372. [ PropMgr:ff0ee398 ] (8d:03) emSlaveChangeCBR : UILOCK (0)
  373. [ PowerMgr:ff0f2464 ] (00:02) [SEQ] NotifyComplete (Startup, Flag = 0x2)
  374. [ PowerMgr:ff0f24c8 ] (00:03) [SEQ] NotifyComplete (Cur = 1, 0x20000002, Flag = 0x2)
  375. [ PropMgr:ff0f2cb0 ] (81:03) dwNewAeModeDial = 3
  376. [ PropMgr:ff23cbe0 ] (81:03) ChangeAEMode -> 3
  377. [MPU] Sending : 24 23 02 0d 00 00 00 00 01 00 00 00 00 01 00 00 00 01 02 00 00 00 00 00 00 00 00 01 03 00 00 00 00 00 00 00 (Card group)
  378. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  379. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  380. [ PropMgr:ff23be74 ] (81:03) Active Adjective & Situation 3->3
  381. [ PropMgr:ff23bc3c ] (81:03) ReqChangeCBR : Adjective 0, 0
  382. [ PropMgr:ff23bcfc ] (81:03) Not ExecMultiConvert Already None : Adjective 0, 0
  383. [ PropMgr:ff23bc0c ] (81:03) Not ExecMultiConvert : Situation 0
  384. [ PropMgr:ff23c230 ] (81:03) !! Convert End !!
  385. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80000001, 0xFF23C3C0(1)
  386. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80000001, 0xFF23C3C0(0)
  387. [ PropMgr:ff31bc94 ] (01:03) SpecialComplete ID = 0x80000001, 0x80000001 2454
  388. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  389. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  390. [MPU] Received: 08 06 00 00 02 0e 00 00 (Complete WaitID = 0x80000001 Mode group - spell #2)
  391. [MPU] Sending : 28 27 02 0f 01 00 00 10 01 01 00 00 00 00 00 00 00 00 00 00 00 18 00 00 00 0c 00 00 00 00 00 00 00 02 00 00 03 01 01 00 (Movie group)
  392. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  393. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  394. [ PropMgr:ff319544 ] (01:03) mode 0 size 0x0 , framerate 0x18 , type 0xc zoom 0x0
  395. [MPU] Sending : 3c 3a 02 10 00 00 00 00 00 00 01 00 00 00 00 ff 00 00 ff 00 ff ff ff ff ff ff ff ff 00 00 00 00 00 01 ff 00 00 02 01 01 00 03 00 01 00 04 00 00 01 05 00 01 01 00 01 00 00 3f 00 00 (AF group)
  396. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  397. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  398. [MPU] Sending : 3e 3c 02 11 00 04 00 00 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 03 20 00 ff 00 00 ff 00 ff ff ff ff ff ff ff ff 00 00 00 (AF2 group)
  399. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  400. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  401. [MPU] Sending : 0a 08 01 6e 80 48 00 00 00 00 (PROP_ISO_RANGE)
  402. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  403. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  404. [MPU] Sending : 08 06 01 0b 00 00 00 00 (PROP_AEB)
  405. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  406. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  407. [MPU] Sending : 06 05 01 76 00 00 (PROP_SILENT_CONTROL_SETTING)
  408. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  409. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  410. [MPU] Sending : 06 05 01 71 00 00 (PROP_AF_METHOD_SELECT_FOCUS_AREA)
  411. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  412. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  413. [MPU] Sending : 06 05 01 7e 00 00 (PROP_GPS_COMPAS_SELECT)
  414. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  415. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  416. [MPU] Sending : 06 05 01 7c 00 00 (PROP_GPS_AUTO_TIME_SETTING)
  417. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  418. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  419. [MPU] Sending : 0a 08 01 85 00 00 00 01 00 00 (PROP_GIS_SETTING)
  420. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  421. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  422. [MPU] Sending : 08 06 01 47 0a 02 00 00 (PROP_SELFTIMER_CONTINUOUS_NUM)
  423. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  424. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  425. [MPU] Sending : 06 05 01 7b 00 00 (PROP_CONTINUOUS_AF)
  426. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  427. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  428. [MPU] Sending : 08 06 01 57 00 01 00 00 (PROP_BUILTIN_STROBO_MODE)
  429. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  430. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  431. [MPU] Sending : 06 05 01 86 00 00 (PROP 8004004A)
  432. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  433. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  434. [MPU] Sending : 06 05 01 87 00 00 (PROP 8004004B)
  435. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  436. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  437. [MPU] Sending : 06 05 01 8d 00 00 (PROP 80040050)
  438. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  439. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  440. [MPU] Sending : 06 05 01 8e 00 00 (PROP_GPSLOG_SETTING)
  441. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  442. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  443. [MPU] Sending : 10 0e 01 8f 00 00 00 00 00 00 00 00 00 00 00 00 (PROP_LV_CFILTER)
  444. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  445. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  446. [ PropMgr:ff31d484 ] (01:03) LV_CFilter : kind 0 hv 0
  447. [ PropMgr:ff31d4b8 ] (01:03) Level 0 0 0 0 0 0 0 0
  448. [MPU] Sending : 06 05 01 90 00 00 (PROP_WIFI_SETTING)
  449. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  450. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  451. [MPU] Sending : 06 05 01 8b 00 00 (PROP 8004004E)
  452. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  453. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  454. [MPU] Sending : 08 06 01 91 00 00 00 00 (PROP_BUILTINGPS_PINPOINTING_INTERVAL_SETTING)
  455. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  456. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  457. [MPU] Sending : 06 05 03 37 00 00 (PROP_MIRROR_DOWN_IN_MOVIE_MODE)
  458. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  459. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  460. [MPU] Sending : 06 05 01 92 00 00 (PROP_IMAGE_ASPECT_RATIO)
  461. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  462. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  463. [ PropMgr:ff31b7fc ] (01:16) NO AnalyzeMpuReceiveData 0x1 0x92
  464. [ PropMgr:ff11e628 ] (01:06) EventDispatch : Current = 0, dwEventID = 10, dwParam = 0x55bc1c
  465. [MPU] Sending : 0e 0d 02 04 09 00 00 00 00 00 01 00 00 00 (PROP_CFN)
  466. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  467. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  468. [MPU] Sending : 16 14 01 61 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 (PROP 80040027)
  469. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  470. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  471. [MPU] Sending : 0a 08 03 2f 00 00 00 00 00 00 (PROP_SPECIAL_OPTION)
  472. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  473. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  474. [MPU] Sending : 0a 08 03 2f 00 00 00 00 00 00 (PROP_SPECIAL_OPTION)
  475. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  476. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  477. [MPU] Sending : 06 05 03 20 01 00 (PROP_STARTUP_CONDITION)
  478. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  479. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  480. [ PropMgr:ff23ce70 ] (81:03) StartupCondition : 1, 0
  481. [MPU] Sending : 0c 0b 03 42 03 00 00 00 00 00 00 00 (PROP_LED_LIGHT)
  482. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  483. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  484. [MPU] Sending : 62 61 02 12 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 23 23 23 55 65 65 65 65 00 f0 00 f0 00 f0 00 f0 00 f0 00 f0 00 f0 00 00 00 00 00 00 00 00 00 00 00 00 (Lens group)
  485. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  486. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  487. [MPU] Sending : 06 05 03 05 02 00 (PROP_POWER_LEVEL)
  488. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  489. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  490. [EEPROM-DMA]! [0x340000] -> [0x40493F00] (0x0 bytes)
  491. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x93d800
  492. [ Startup2:ff13b33c ] (00:01) [SF] IsAddressSerialFlash 0x400000
  493. [ Startup2:ff13b670 ] register_interrupt(null, 0x37, 0xff13b4c4, 0x4)
  494. [ Startup2:ff138ae4 ] (00:01) [SF] CreateSerial : 0x80a00408 0xc0820438 0xc0820404
  495. [ Startup2:ff13898c ] (00:01) [SF] readSerialFlash Dest 0x4055e128 Src 0x340000 Size 512
  496. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x83dc00
  497. [ Startup2:ff138954 ] (00:01) [SF] SendCommandWithAddress : 0x3 0x34 0x0 0x0
  498. [ Startup2:ff13b3b4 ] (00:01) [SF] SetCSSerialFlash : 0xc022c0d4 0x93d800
  499. [ Startup2:ff11f968 ] (02:16) SerialFlash Packages!! 0x7
  500. [ Startup2:ff11fde4 ] (02:03) pFromProperty->pNextWriteAddress 0x340000
  501. [ Startup2:ff0c3690 ] (8b:05) startupPropAdminMain : End
  502. [ Startup2:ff0f2464 ] (00:02) [SEQ] NotifyComplete (Startup, Flag = 0x20000000)
  503. [ Startup2:ff0f24c8 ] (00:03) [SEQ] NotifyComplete (Cur = 1, 0x20000000, Flag = 0x20000000)
  504. [ Startup:ff0f2124 ] (00:05) [SEQ] seqEventDispatch (Startup, 1)
  505. [ Startup:ff0c41ac ] (8b:05) startupPrepareProperty
  506. [ PropMgr:ff0c4180 ] (8b:03) PROP_GPS_AUTO_TIME_SETTING 0
  507. [ Startup:ff116b64 ] (24:03) FM_Initialize (0, 1, 0)
  508. [ Startup:00016b44 ] task_create(FileMgr, prio=19, stack=0, entry=16a50, arg=55e47c)
  509. [ PropMgr:ff1169ac ] (24:03) fmResultCBR (0x55e540)
  510. [ PropMgr:ff1169f0 ] (24:03) PROP_HDD_DCIM_PATH (/)
  511. [ Startup:ff110f44 ] (27:03) FC_Initialize [drive:3][ClassID:39]
  512. [ FileMgr:ff2fab14 ] (24:02) PROP_CARD1_EXIST = 0
  513. [ FileMgr:ff2fa8d0 ] (24:03) PROP_CARD1_STATUS = 0
  514. [ FileMgr:ff2fa928 ] (24:02) PROP_CARD1_RECORD = 0 => 0
  515. [ FileMgr:ff2fad44 ] (24:03) PROP_CARD1_FOLDER_NUMBER = 142
  516. [ FileMgr:ff2fad7c ] (24:02) PROP_CARD1_NEXT_FOLDER_NUMBER = 100
  517. [ FileMgr:ff2faeb8 ] (24:03) PROP_CARD1_FILE_NUMBER = 0
  518. [ FileMgr:ff2faf0c ] (24:02) PROP_CARD1_CLUSTER_SIZE = 0
  519. [ FileMgr:ff2faf5c ] (24:02) PROP_CARD1_FREE_SIZE
  520. [ FileMgr:ff2fac38 ] (24:02) PROP_CARD2_EXIST = 1
  521. [ FileMgr:ff2fac70 ] (24:03) PROP_CARD2_STATUS = 0x1
  522. [ FileMgr:ff2facd4 ] (24:02) PROP_CARD2_RECORD = 0 => 0
  523. [ FileMgr:ff2fa9e8 ] (24:03) PROP_CARD2_FOLDER_NUMBER = 100
  524. [ FileMgr:ff2fae9c ] (24:02) PROP_CARD2_NEXT_FOLDER_NUMBER = 101
  525. [ FileMgr:ff2faed4 ] (24:03) PROP_CARD2_FILE_NUMBER = 4421
  526. [ FileMgr:ff2faf28 ] (24:02) PROP_CARD2_CLUSTER_SIZE = 32768
  527. [ FileMgr:ff2faf74 ] (24:02) PROP_CARD2_FREE_SIZE
  528. [ FileMgr:ff2fac54 ] (24:03) PROP_CARD3_EXIST = 0
  529. [ FileMgr:ff2faca0 ] (24:03) PROP_CARD3_STATUS = 0
  530. [ FileMgr:ff2fad14 ] (24:03) PROP_CARD3_RECORD = 0 => 0
  531. [ FileMgr:ff2fad60 ] (24:03) PROP_CARD3_FOLDER_NUMBER = 100
  532. [ FileMgr:ff2faa6c ] (24:02) PROP_CARD3_NEXT_FOLDER_NUMBER = 100
  533. [ FileMgr:ff2faef0 ] (24:03) PROP_CARD3_FILE_NUMBER = 0
  534. [ FileMgr:ff2faf44 ] (24:02) PROP_CARD3_CLUSTER_SIZE = 0
  535. [ FileMgr:ff2fb094 ] (24:02) PROP_CARD3_FREE_SIZE
  536. [ FileMgr:ff2fb0f8 ] (24:03) PROP_FILE_NUMBERING_MODE = 1, 0
  537. [ FileMgr:ff2fa994 ] (24:03) PROP_CARD_EXTENSION = 0
  538. [ FileMgr:ff2fb0b0 ] (24:03) PROP_CURRENT_MEDIA = 2
  539. [ FileMgr:ff2faaac ] (24:03) PROP_USBDEVICE_CONNECT = -1
  540. [ FileMgr:ff2fb130 ] (24:03) PROP_NUMBER_OF_CONTINUOUS_MODE = 4421
  541. [ FileMgr:ff0f2464 ] (00:02) [SEQ] NotifyComplete (Startup, Flag = 0x10)
  542. [ FileMgr:ff0f24c8 ] (00:03) [SEQ] NotifyComplete (Cur = 2, 0x10, Flag = 0x10)
  543. [ FileMgr:ff2fb1b4 ] (24:03) PROP_DSDEFINE ModelId 80000326
  544. [ FileMgr:ff2fb1d8 ] (24:03) PROP_APPENDMOVINFO Handle 0,205001d
  545. [ FileMgr:ff2fb1f0 ] (24:03) PROP_APPENDMOVINFO VideoSnapMode 4,205001d
  546. [ FileMgr:ff2fb350 ] (24:03) PROP_SPECIAL_OPTION = 0
  547. [ Startup:ff0f2124 ] (00:05) [SEQ] seqEventDispatch (Startup, 2)
  548. [ Startup:ff0c44a4 ] (8b:03) startupPrepareCapture
  549. [ Startup:00016b44 ] task_create(FileCache, prio=14, stack=0, entry=16a50, arg=67ed50)
  550. [ Startup:00016b44 ] task_create(RscMgr, prio=12, stack=0, entry=16a50, arg=67f128)
  551. [ Startup:ff0e6230 ] (80:16) hMemoryQueue (0x980010) hStorageQueue (0x9A0012)
  552. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  553. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  554. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  555. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  556. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  557. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  558. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  559. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  560. [ Startup:ff20ff1c ] (80:16) ### LIST 6 0 6 ###
  561. [ Startup:ff2100dc ] (80:03) AllocateMemoryUnit For ExMem1
  562. [ Startup:ff2102a4 ] (80:03) AllocateMemoryUnit For ExclMem3
  563. [ Startup:ff21d260 ] (80:03) MemMgr(IMAGE) 0 1
  564. [ Startup:ff21d260 ] (80:03) MemMgr(IMAGE) 0 0
  565. [ Startup:ff21d260 ] (80:03) MemMgr(IMAGE) 0 2
  566. [ Startup:ff21d260 ] (80:03) MemMgr(IMAGE) 0 0
  567. [ Startup:ff20e50c ] (80:03) ---- MODE[0 0 0]
  568. [ Startup:ff216bc4 ] (80:03) RearrangeMemMgr 0 3
  569. [ Startup:ff212188 ] (80:01) ###### AllocateMemoryFromShootMemoryObject 1
  570. [ Startup:ff212264 ] (80:01) ###### 0 0x67F8AC 0x67F8AC
  571. [ Startup:ff212264 ] (80:01) ###### 1 0x67F8B4 0x67F7A4
  572. [ Startup:ff21228c ] (80:01) ###### 1 pMemoryUnit 0x67F7A4 0x104568
  573. [ Startup:ff21230c ] (80:01) AllocatableSizeOfPackHeap 2621328, 16384, 16384
  574. [ Startup:ff212574 ] (80:01) !!AllocateMemory 16384
  575. [ Startup:ff212520 ] (80:01) AllocateMemoryFromShootMemoryObject 1 2621328 16384 0x001045b8
  576. [ Startup:ff21253c ] (80:01) ###### VirtualXXXFreeSize1 2621328 0
  577. [ Startup:ff212764 ] (80:01) ###### VirtualXXXFreeSize2 2604932 0
  578. [ Startup:ff212778 ] (80:01) ###### !! AllocateMemoryFromShootMemoryObject hMemSuite 0x1045B8
  579. [ Startup:ff2167f8 ] (80:03) OK AllocDev[3] 1045B8 4000 50 1 27BF84 27BF84 27FF90
  580. [MPU] Received: 0a 08 03 06 00 00 00 00 00 00 (PROP_AVAIL_SHOT - spell #3)
  581. [ Startup:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  582. [ Startup:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  583. [ Startup:ff216c6c ] (80:03) PROP_MEMORY_STATUS(SELF) (0->)3 (OTHER) 3
  584. [ Startup:ff216ca0 ] (80:03) Deliver PROP_MEMORY_STATUS 3
  585. [ Startup:ff20a17c ] (80:03) ClearBusy(0x1) 0x40->0x40,0x0(0x40)[0,0]
  586. [ Startup:ff216678 ] (80:03) ### SRMExMem1_1State Event 0 Result State 0->6 ###
  587. [ Startup:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 0 Result State 0->6 $$$$$
  588. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  589. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  590. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  591. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  592. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  593. [ RscMgr:ff216678 ] (80:03) ### SRMExMem1_1State Event 4 Result State 6->6 ###
  594. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 4 Result State 6->6 $$$$$
  595. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  596. [ RscMgr:ff20a17c ] (80:03) ClearBusy(0x1) 0x40->0x40,0x0(0x40)[0,0]
  597. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  598. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  599. [ RscMgr:ff20c2f0 ] (80:03) this->dwCardStatus[0] = 0x0(597)
  600. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  601. [ RscMgr:ff20a17c ] (80:03) ClearBusy(0x1) 0x40->0x40,0x0(0x40)[0,0]
  602. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  603. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  604. [ RscMgr:ff20c2f0 ] (80:03) this->dwCardStatus[1] = 0x1(597)
  605. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  606. [ RscMgr:ff20a17c ] (80:03) ClearBusy(0x1) 0x40->0x40,0x0(0x40)[0,0]
  607. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  608. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  609. [ RscMgr:ff20c2f0 ] (80:03) this->dwCardStatus[2] = 0x0(597)
  610. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  611. [ RscMgr:ff20a17c ] (80:03) ClearBusy(0x1) 0x40->0x40,0x0(0x40)[0,0]
  612. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  613. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  614. [ RscMgr:ff20c36c ] (80:03) PROP_PC_HDD_STATUS = 0x1
  615. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  616. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  617. [ RscMgr:ff216678 ] (80:03) ### SRMExMem1_1State Event 4 Result State 6->6 ###
  618. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 4 Result State 6->6 $$$$$
  619. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  620. [ RscMgr:ff20a17c ] (80:03) ClearBusy(0x1) 0x40->0x40,0x0(0x40)[0,0]
  621. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  622. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  623. [MPU] Received: 06 04 03 10 00 00 (PROP 80030008 - spell #4)
  624. [ RscMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  625. [ RscMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  626. [ RscMgr:ff20ecb8 ] (80:01) SetDevelopImageCondition 0 6 0 0
  627. [ RscMgr:ff20ecb8 ] (80:01) SetDevelopImageCondition 3 6 0 0
  628. [ RscMgr:ff216678 ] (80:03) ### SRMExMem1_1State Event 4 Result State 6->6 ###
  629. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 4 Result State 6->6 $$$$$
  630. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  631. [ RscMgr:ff212d3c ] (80:01) ###### VirtualFreeMemoryToShootMemoryObject 0x1045B8
  632. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x1045B8 0x67F8AC 0x67F874
  633. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 16396
  634. [ RscMgr:ff212aac ] (80:01) ###### VIRTUAL_FREE pMemoryUnit->VirtualFreeSize[0] 2621328
  635. [ RscMgr:ff212ad8 ] (80:01) ###### +pMemoryObject->Virtual1stFreeSize 2621328
  636. [ RscMgr:ff212ca8 ] (80:01) ###### +pMemoryObject->Virtual2ndFreeSize 0
  637. [ RscMgr:ff2120fc ] (80:01) FreeMemoryToShootMemoryObject 2621328 16384 0x1045B8
  638. [ RscMgr:ff212110 ] (80:01) ###### FreeMemoryToShootMemoryObject 0x1045B8
  639. [ RscMgr:ff216a34 ] (80:01) FMem3 1045B8 4000 3E54BA0 3E54BA0 3E54BA0 27FF90 27FF90 27FF90
  640. [ RscMgr:ff216bc4 ] (80:03) RearrangeMemMgr 0 2
  641. [ RscMgr:ff212188 ] (80:01) ###### AllocateMemoryFromShootMemoryObject 1
  642. [ RscMgr:ff212264 ] (80:01) ###### 0 0x67F8AC 0x67F8AC
  643. [ RscMgr:ff212264 ] (80:01) ###### 1 0x67F8B4 0x67F7A4
  644. [ RscMgr:ff21228c ] (80:01) ###### 1 pMemoryUnit 0x67F7A4 0x104568
  645. [ RscMgr:ff21230c ] (80:01) AllocatableSizeOfPackHeap 2621328, 16384, 16384
  646. [ RscMgr:ff212574 ] (80:01) !!AllocateMemory 16384
  647. [ RscMgr:ff212574 ] (80:01) !!AllocateMemory 16384
  648. [ RscMgr:ff212520 ] (80:01) AllocateMemoryFromShootMemoryObject 1 2621328 16384 0x001045b8
  649. [ RscMgr:ff21253c ] (80:01) ###### VirtualXXXFreeSize1 2621328 0
  650. [ RscMgr:ff212764 ] (80:01) ###### VirtualXXXFreeSize2 2604932 0
  651. [ RscMgr:ff212778 ] (80:01) ###### !! AllocateMemoryFromShootMemoryObject hMemSuite 0x1045B8
  652. [ RscMgr:ff2167f8 ] (80:03) OK AllocDev[3] 1045B8 4000 50 1 27BF84 27BF84 27FF90
  653. [ RscMgr:ff20a17c ] (80:03) ClearBusy(0x1) 0x40->0x40,0x0(0x40)[0,0]
  654. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  655. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  656. [ RscMgr:ff20ecb8 ] (80:01) SetDevelopImageCondition 1 6 0 0
  657. [ RscMgr:ff20ecb8 ] (80:01) SetDevelopImageCondition 3 6 0 0
  658. [ RscMgr:ff2130a0 ] (80:03) AddExMem1UnitToShootMemoryObject 0 1
  659. [ RscMgr:ff20a17c ] (80:03) ClearBusy(0x1) 0x40->0x40,0x0(0x40)[0,0]
  660. [ RscMgr:ff216678 ] (80:03) ### SRMExMem1_1State Event 5 Result State 6->1 ###
  661. [ RscMgr:ff221008 ] (80:03) AddExclMem3UnitToShootMemoryObject 1
  662. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 5 Result State 6->1 $$$$$
  663. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  664. [ RscMgr:ff212d3c ] (80:01) ###### VirtualFreeMemoryToShootMemoryObject 0x1045B8
  665. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x1045B8 0x67F8AC 0x67F874
  666. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 16396
  667. [ RscMgr:ff212aac ] (80:01) ###### VIRTUAL_FREE pMemoryUnit->VirtualFreeSize[0] 2621328
  668. [ RscMgr:ff212ad8 ] (80:01) ###### +pMemoryObject->Virtual1stFreeSize 2621328
  669. [ RscMgr:ff212ca8 ] (80:01) ###### +pMemoryObject->Virtual2ndFreeSize 0
  670. [ RscMgr:ff2120fc ] (80:01) FreeMemoryToShootMemoryObject 2621328 16384 0x1045B8
  671. [ RscMgr:ff212110 ] (80:01) ###### FreeMemoryToShootMemoryObject 0x1045B8
  672. [ RscMgr:ff216a34 ] (80:01) FMem3 1045B8 4000 7FA4B40 7FA4B40 7FA4B40 27FF90 27FF90 27FF90
  673. [ RscMgr:ff216bc4 ] (80:03) RearrangeMemMgr 0 3
  674. [ RscMgr:ff212188 ] (80:01) ###### AllocateMemoryFromShootMemoryObject 1
  675. [ RscMgr:ff212264 ] (80:01) ###### 0 0x67F8AC 0x67F8AC
  676. [ RscMgr:ff212264 ] (80:01) ###### 1 0x67F8B4 0x67F7A4
  677. [ RscMgr:ff21228c ] (80:01) ###### 1 pMemoryUnit 0x67F7A4 0x104568
  678. [ RscMgr:ff21230c ] (80:01) AllocatableSizeOfPackHeap 2621328, 16384, 16384
  679. [ RscMgr:ff212574 ] (80:01) !!AllocateMemory 16384
  680. [ RscMgr:ff212520 ] (80:01) AllocateMemoryFromShootMemoryObject 1 2621328 16384 0x001045b8
  681. [ RscMgr:ff21253c ] (80:01) ###### VirtualXXXFreeSize1 2621328 0
  682. [ RscMgr:ff212764 ] (80:01) ###### VirtualXXXFreeSize2 2604932 0
  683. [ RscMgr:ff212778 ] (80:01) ###### !! AllocateMemoryFromShootMemoryObject hMemSuite 0x1045B8
  684. [ RscMgr:ff2167f8 ] (80:03) OK AllocDev[3] 1045B8 4000 50 1 27BF84 27BF84 27FF90
  685. [ RscMgr:ff20a17c ] (80:03) ClearBusy(0x1) 0x40->0x40,0x0(0x40)[0,0]
  686. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  687. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  688. [ RscMgr:ff20ecb8 ] (80:01) SetDevelopImageCondition 2 6 0 0
  689. [ RscMgr:ff20ecb8 ] (80:01) SetDevelopImageCondition 3 6 0 0
  690. [ RscMgr:ff216678 ] (80:03) ### SRMExMem1_1State Event 5 Result State 1->1 ###
  691. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 5 Result State 1->1 $$$$$
  692. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  693. [ RscMgr:ff20a17c ] (80:03) ClearBusy(0x1) 0x40->0x40,0x0(0x40)[0,0]
  694. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  695. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  696. [MPU] Received: 06 05 03 07 ff 00 (PROP_BURST_COUNT - spell #5)
  697. [MPU] Sending : 06 05 04 29 01 00 (unnamed)
  698. [ RscMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  699. [ RscMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  700. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  701. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  702. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  703. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  704. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  705. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  706. [ RscMgr:ff20ecb8 ] (80:01) SetDevelopImageCondition 3 6 0 0
  707. [ RscMgr:ff216678 ] (80:03) ### SRMExMem1_1State Event 5 Result State 1->1 ###
  708. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 5 Result State 1->1 $$$$$
  709. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  710. [ RscMgr:ff20a17c ] (80:03) ClearBusy(0x1) 0x40->0x40,0x0(0x40)[0,0]
  711. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  712. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  713. [ RscMgr:ff20c560 ] (80:03) PROP_SAVE_MODE = 0x1
  714. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  715. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  716. [ RscMgr:ff20bf18 ] (80:03) PROP_CARD0_FOLDER_NUMBER
  717. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  718. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  719. [ RscMgr:ff20bf18 ] (80:03) PROP_CARD1_FOLDER_NUMBER
  720. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  721. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  722. [ RscMgr:ff20bf18 ] (80:03) PROP_CARD2_FOLDER_NUMBER
  723. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  724. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  725. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  726. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  727. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  728. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  729. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  730. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  731. [ RscMgr:ff20c58c ] (80:03) PROP_NUMBER_OF_CONTINUOUS_MODE BaseDcfNo 4421
  732. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  733. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  734. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  735. [ RscMgr:ff20a17c ] (80:03) ClearBusy(0x1) 0x40->0x40,0x0(0x40)[0,0]
  736. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  737. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  738. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  739. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  740. [ RscMgr:ff20a17c ] (80:03) ClearBusy(0x1) 0x40->0x40,0x0(0x40)[0,0]
  741. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  742. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  743. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  744. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  745. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  746. [ RscMgr:ff20a17c ] (80:03) ClearBusy(0x1) 0x40->0x40,0x0(0x40)[0,0]
  747. [ RscMgr:ff20bfec ] (80:03) PROP_CARD_EXTENSION 0
  748. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  749. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  750. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  751. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  752. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  753. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  754. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  755. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  756. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  757. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  758. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  759. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  760. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  761. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  762. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  763. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  764. [ RscMgr:ff20c7c4 ] (80:03) PC_CLUSTER_SIZE = 0x1000
  765. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  766. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  767. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  768. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 9 S
  769. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 9 E
  770. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 24 S
  771. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 24 E
  772. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  773. [ RscMgr:ff20b720 ] (80:03) SetAutoIsoCode 0x70
  774. [ RscMgr:ff20b740 ] (80:03) ChangeAutoIsoCode Factor:1 AutoIsoCode:112 -> 112
  775. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  776. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  777. [ RscMgr:ff20b720 ] (80:03) SetAutoIsoCode 0x70
  778. [ RscMgr:ff20b740 ] (80:03) ChangeAutoIsoCode Factor:2 AutoIsoCode:112 -> 112
  779. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  780. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 2 S
  781. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 2 E
  782. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  783. [ RscMgr:ff20a17c ] (80:03) ClearBusy(0x40000) 0x40->0x40,0x0(0x40)[0,0]
  784. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  785. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  786. [ RscMgr:ff20a17c ] (80:03) ClearBusy(0x40000) 0x40->0x40,0x0(0x40)[0,0]
  787. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  788. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  789. [ RscMgr:ff20a17c ] (80:03) ClearBusy(0x40000) 0x40->0x40,0x0(0x40)[0,0]
  790. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  791. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 2 S
  792. [ RscMgr:ff20b720 ] (80:03) SetAutoIsoCode 0x78
  793. [ RscMgr:ff20b740 ] (80:03) ChangeAutoIsoCode Factor:0 AutoIsoCode:112 -> 120
  794. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 2 E
  795. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 5 S
  796. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  797. [ RscMgr:ff20a17c ] (80:03) ClearBusy(0x1) 0x40->0x40,0x0(0x40)[0,0]
  798. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 5 E
  799. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 5 S
  800. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  801. [ RscMgr:ff20a17c ] (80:03) ClearBusy(0x1) 0x40->0x40,0x0(0x40)[0,0]
  802. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 5 E
  803. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  804. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  805. [ RscMgr:ff20a17c ] (80:03) ClearBusy(0x1) 0x40->0x40,0x0(0x40)[0,0]
  806. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  807. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  808. [ RscMgr:ff216678 ] (80:03) ### SRMExMem1_1State Event 5 Result State 1->1 ###
  809. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 5 Result State 1->1 $$$$$
  810. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  811. [ RscMgr:ff20a17c ] (80:03) ClearBusy(0x1) 0x40->0x40,0x0(0x40)[0,0]
  812. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  813. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  814. [ RscMgr:ff216678 ] (80:03) ### SRMExMem1_1State Event 5 Result State 1->1 ###
  815. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 5 Result State 1->1 $$$$$
  816. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  817. [ RscMgr:ff20a17c ] (80:03) ClearBusy(0x1) 0x40->0x40,0x0(0x40)[0,0]
  818. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  819. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  820. [ RscMgr:ff20c58c ] (80:03) PROP_DDD 0
  821. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  822. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  823. [ RscMgr:ff20c58c ] (80:03) PROP_VIDEOSNAP_MODE 0
  824. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  825. [ PropMgr:ff31b7fc ] (01:16) NO AnalyzeMpuReceiveData 0x4 0x29
  826. [ PropMgr:ff11e628 ] (01:06) EventDispatch : Current = 0, dwEventID = 10, dwParam = 0x55bcd0
  827. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 14, ClassID = 128
  828. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 15, ClassID = 128
  829. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 4, ClassID = 128
  830. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 25, dwParam = -442503148 S
  831. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 25, dwParam = -442503148 E
  832. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 10, dwParam = -442503152 S
  833. [ RscMgr:ff20a27c ] (80:03) SetBusy(0x10) 0x40->0x50,0x0(0x50)[0,0]
  834. [ RscMgr:ff20a2ac ] (80:03) RealSetBusy(0x10) 0x40->0x50,0x0(0x50)
  835. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 10, dwParam = -442503152 E
  836. [ Startup:ff226870 ] (8f:05) InitializeJobClass (ID = 4344, Num = 13)
  837. [ PropMgr:ff0f08a8 ] (8f:03) [BIND] dcsResultCBR (0x6810c8)
  838. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80000001, 0x3)
  839. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80000002, 0x3)
  840. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80000003, 0)
  841. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80000007, 0x68)
  842. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80000009, 0)
  843. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x8000000a, 0x400)
  844. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x8000000d, 0x1)
  845. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x8000000e, 0x157c)
  846. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x8000002f, 0x4060000)
  847. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80000030, 0x4060000)
  848. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80000031, 0x4060000)
  849. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x8000001d, 0)
  850. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x8000001e, 0x1)
  851. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x8000001f, 0)
  852. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80000025, 0)
  853. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80000028, 0x21)
  854. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x8000002a, 0x1)
  855. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80000034, 0x1)
  856. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80010004, 0x9)
  857. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80030011, 0)
  858. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80040001, 0)
  859. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80040002, 0x2)
  860. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80040004, 0)
  861. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80040005, 0)
  862. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80040018, 0)
  863. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80040014, 0)
  864. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x8004001d, 0x1)
  865. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80000032, 0x20a)
  866. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x8003003c, 0)
  867. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x8000003d, 0x10003)
  868. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x8000003a, 0x3)
  869. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x8004001c, 0x1)
  870. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x8000003f, 0x1020000)
  871. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80000033, 0)
  872. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x8003004f, 0)
  873. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80000049, 0)
  874. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80000048, 0)
  875. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80040028, 0)
  876. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80000045, 0x10000)
  877. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x8000004e, 0x1000000)
  878. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80040027, 0)
  879. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80030054, 0)
  880. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80030059, 0)
  881. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80030053, 0)
  882. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80040040, 0)
  883. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80000042, 0x1)
  884. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80040043, 0)
  885. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2000001, 0x2e302e31)
  886. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2000004, 0)
  887. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2010003, 0)
  888. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2010004, 0x1145)
  889. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2010005, 0)
  890. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2010000, 0x8e)
  891. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2010001, 0x64)
  892. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2010002, 0x64)
  893. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2010010, 0x64)
  894. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2010011, 0x65)
  895. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2010012, 0x64)
  896. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2020001, 0x8)
  897. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2020002, 0x8)
  898. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2020003, 0x8)
  899. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2020004, 0x8)
  900. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2020005, 0)
  901. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2020000, 0)
  902. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2020008, 0)
  903. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2020009, 0)
  904. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x202000a, 0)
  905. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x202000b, 0)
  906. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x202000c, 0x1)
  907. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80030059, 0)
  908. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2040007, 0x2)
  909. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2050015, 0)
  910. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2050019, 0)
  911. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x205001a, 0)
  912. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2050024, 0x1)
  913. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80040053, 0)
  914. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2060000, 0x1)
  915. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2060001, 0)
  916. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2060002, 0)
  917. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2060003, 0)
  918. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2060004, 0)
  919. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2060005, 0)
  920. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2060006, 0)
  921. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2060007, 0)
  922. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2060008, 0)
  923. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2060009, 0)
  924. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x206000a, 0x87)
  925. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x206000b, 0x87)
  926. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x206000c, 0x87)
  927. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x206001e, 0)
  928. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2070007, 0xffffffff)
  929. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2070008, 0xffffffff)
  930. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x202000d, 0)
  931. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x202000e, 0)
  932. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x202000f, 0)
  933. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2020010, 0)
  934. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2020011, 0)
  935. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x5010007, 0x1c)
  936. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x5010000, 0x1c)
  937. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80030021, 0)
  938. [ Startup:ff105698 ] (36:03) RegisterGPSInfoCallback
  939. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  940. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  941. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  942. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  943. [ EventMgr:ff2252cc ] (8d:05) emLockControl (TYPE_JOBSTATE = 0)
  944. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  945. [ RscMgr:ff216678 ] (80:03) ### SRMExMem1_1State Event 6 Result State 1->1 ###
  946. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 7 Result State 1->1 $$$$$
  947. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  948. [ RscMgr:ff20a17c ] (80:03) ClearBusy(0x1) 0x50->0x50,0x0(0x50)[0,0]
  949. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  950. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  951. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  952. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  953. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  954. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  955. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  956. [ PropMgr:ff226780 ] (8f:02) PROP_FILE_PREFIX (IMG_)
  957. [ PropMgr:ff2267a4 ] (8f:02) PROP_USER_FILE_PREFIX (IMG_)
  958. [ PropMgr:ff2266f0 ] (8f:02) PROP_USER_FILE_PREFIX2 (IMG)
  959. [ PropMgr:ff2267e8 ] (8f:02) PROP_SELECTED_FILE_PREFIX (0)
  960. [MPU] Received: 06 05 01 2e 01 00 (PROP_SAVE_MODE - spell #6)
  961. [MPU] Sending : 06 05 01 2e 01 00 (PROP_SAVE_MODE)
  962. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  963. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  964. [ PropMgr:ff2267e8 ] (8f:02) PROP_MOVIE_PARAM 0 0 24 12
  965. [ Startup:ff226d88 ] (8f:05) InitializeInnerDevelopJobClass (ID = 4344, Num = 16)
  966. [ Startup:ff230fe8 ] (8f:05) InitializeHDRShootJobClass ( Num = 12 )
  967. [ Startup:ff231028 ] (8f:05) InitializeHDRSaveAndEndJobClass ( Num = 32 )
  968. [ Startup:ff231aec ] (8f:05) InitializeGISShootJobClass ( Num = 12 )
  969. [ Startup:ff231b34 ] (8f:05) InitializeGISSaveAndEndJobClass ( Num = 26, 32 )
  970. [ Startup:ff131008 ] (00:03) [RTC] PROPAD_GetPropertyData : PROP_TIME_ZONE 19
  971. [ Startup:ff131150 ] (00:03) [RTC] PROPAD_GetPropertyData : PROP_SUMMERTIME_SETTING 0
  972. [ PropMgr:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  973. [ PropMgr:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  974. [MPU] Received: 0a 08 03 0b 00 00 00 00 00 00 (PROP 80030007 - spell #7)
  975. [ PropMgr:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  976. [ PropMgr:ff130d80 ] (00:05) [RTC] ChangePropertyCBR 0x0, 0x0
  977. [ PropMgr:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  978. [ PropMgr:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  979. [ PropMgr:ff130d18 ] (00:05) [RTC] RTC_Permit 0x20
  980. [ PropMgr:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  981. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  982. [ RscMgr:ff20c560 ] (80:03) PROP_SAVE_MODE = 0x1
  983. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  984. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  985. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x8000002a, 0x1)
  986. [ Startup:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  987. [ Startup:ff13120c ] (00:05) [RTC] InitializeRTCDriver 0x20, 0xff130774
  988. [ Startup:ff134454 ] (00:03) [DOS] InitializeDosDirver SlaveAddr = 0x29
  989. [ Startup:ff134524 ] (00:05) [DOS]threshold 0x31c 0x2fe
  990. [ Startup:ff134548 ] (00:03) [DOS] InitializeDosDirver data[0] = 0xff
  991. [ Startup:ff341fc4 ] (00:02) [I2C] I2C_Write 29 81 1 - ff
  992. [ Startup:ff134548 ] (00:03) [DOS] InitializeDosDirver data[1] = 0xff
  993. [ Startup:ff341fc4 ] (00:02) [I2C] I2C_Write 29 82 1 - ff
  994. [ Startup:ff134548 ] (00:03) [DOS] InitializeDosDirver data[2] = 0xff
  995. [ Startup:ff341fc4 ] (00:02) [I2C] I2C_Write 29 83 1 - ff
  996. [ Startup:ff134548 ] (00:03) [DOS] InitializeDosDirver data[3] = 0x0
  997. [ Startup:ff341fc4 ] (00:02) [I2C] I2C_Write 29 88 1 - 00
  998. [ Startup:ff134548 ] (00:03) [DOS] InitializeDosDirver data[4] = 0x0
  999. [ Startup:ff341fc4 ] (00:02) [I2C] I2C_Write 29 89 1 - 00
  1000. [ Startup:ff134548 ] (00:03) [DOS] InitializeDosDirver data[5] = 0x1c
  1001. [ Startup:ff341fc4 ] (00:02) [I2C] I2C_Write 29 8a 1 - 1c
  1002. [ Startup:ff134548 ] (00:03) [DOS] InitializeDosDirver data[6] = 0x3
  1003. [ Startup:ff341fc4 ] (00:02) [I2C] I2C_Write 29 8b 1 - 03
  1004. [ Startup:ff134548 ] (00:03) [DOS] InitializeDosDirver data[7] = 0x81
  1005. [ Startup:ff341fc4 ] (00:02) [I2C] I2C_Write 29 8c 1 - 81
  1006. [ Startup:ff134548 ] (00:03) [DOS] InitializeDosDirver data[8] = 0x0
  1007. [ Startup:ff341fc4 ] (00:02) [I2C] I2C_Write 29 8d 1 - 00
  1008. [ Startup:ff134548 ] (00:03) [DOS] InitializeDosDirver data[9] = 0x1a
  1009. [ Startup:ff341fc4 ] (00:02) [I2C] I2C_Write 29 8e 1 - 1a
  1010. [ Startup:ff134548 ] (00:03) [DOS] InitializeDosDirver data[10] = 0x60
  1011. [ Startup:ff341fc4 ] (00:02) [I2C] I2C_Write 29 8f 1 - 60
  1012. [ Startup:ff134548 ] (00:03) [DOS] InitializeDosDirver data[11] = 0x1
  1013. [ Startup:ff341fc4 ] (00:02) [I2C] I2C_Write 29 80 1 - 01
  1014. [ Startup:ff13479c ] register_interrupt(DOS_ISR, 0x178, 0xff134408, 0x0)
  1015. [ Startup:ff1347c8 ] task_create(DOSDriver, prio=1a, stack=0, entry=ff134310, arg=0)
  1016. [ Startup:ff13eafc ] (00:03) [SND] Seq LPC 5-0
  1017. [ Startup:ff13eb2c ] (00:03) [SND] HARB_ARBMODE Before:00000000 Current:00000000
  1018. [ Startup:ff13eb64 ] (00:03) [SND] HARB_HARBCTRL Before:00000000 Current:00000000
  1019. [ Startup:ff13eb74 ] (00:03) [SND] Seq LPC 5-1
  1020. [ Startup:ff13eb9c ] (00:03) [SND] Seq LPC 5-2
  1021. [ Startup:ff13ebc0 ] (00:03) [SND] Seq LPC 5-3
  1022. [ Startup:ff13ebd4 ] register_interrupt(SEQ, 0x9c, 0xff13ea7c, 0x0)
  1023. [ Startup:ff13ebf8 ] (00:03) [SND] Seq LPC 5-4
  1024. [ Startup:ff13ec08 ] (00:03) [SND] Seq LPC 5-5
  1025. [ Startup:ff13ec30 ] (00:03) [SND] Seq LPC 5-6
  1026. [ Startup:ff13ec44 ] (00:03) [SND] Seq LPC 5-7
  1027. [ Startup:ff0c4648 ] (00:16) [SND] Seq LPC fin
  1028. [ Startup:0001645c ] task_create(ShootCapture, prio=f, stack=0, entry=16348, arg=683814)
  1029. [ Startup:ff2333dc ] (97:05) [MNAV] MEMNAVI_Initialize
  1030. [ Startup:ff233738 ] (97:05) [MNAV] MEMNAVI_SetMemoryMap: 1
  1031. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 14, ClassID = 147
  1032. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 2, ClassID = 147
  1033. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 3, ClassID = 147
  1034. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 15, ClassID = 147
  1035. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 5, ClassID = 147
  1036. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 6, ClassID = 147
  1037. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 1, ClassID = 147
  1038. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 4, ClassID = 147
  1039. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 8, ClassID = 147
  1040. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 9, ClassID = 147
  1041. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 10, ClassID = 147
  1042. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 17, ClassID = 147
  1043. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 18, ClassID = 147
  1044. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 19, ClassID = 147
  1045. [ShootCapture:ff14b134 ] (93:03) scsProperty ID=0x80030012(0)
  1046. [ShootCapture:ff14a5a0 ] (93:03) scsIgnore
  1047. [ShootCapture:ff14b134 ] (93:03) scsProperty ID=0(0x84)
  1048. [ShootCapture:ff14b134 ] (93:03) scsProperty ID=0x80040004(0)
  1049. [ShootCapture:ff14716c ] (93:03) scsInit
  1050. [ShootCapture:ff13b670 ] register_interrupt(null, 0x33, 0xff13b4c4, 0x0)
  1051. [ShootCapture:ff13b670 ] register_interrupt(null, 0x35, 0xff13b4c4, 0x2)
  1052. [ShootCapture:00017560 ] register_interrupt(CAPREADY, 0x51, 0x174f0, 0x0)
  1053. [ShootCapture:ff2c0440 ] (15:16) [ENGIO](Addr:0x41400000, Data: 0x44000)
  1054. [ShootCapture:ff2c37f0 ] (00:01) [CLKSAVER] ??ClockSave Out??
  1055. [ShootCapture:ff5ef048 ] register_interrupt(AfComplete, 0x61, 0xff5eee50, 0x0)
  1056. [ShootCapture:ff47c664 ] register_interrupt(AfOverRun, 0x62, 0xff5eefd4, 0x0)
  1057. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e000, Data: 0x7f)[60]EngDrvOuts
  1058. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e004, Data: 0x7f)[59]EngDrvOuts
  1059. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e008, Data: 0x7f)[58]EngDrvOuts
  1060. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e00c, Data: 0x7f)[57]EngDrvOuts
  1061. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e010, Data: 0x1ff)[56]EngDrvOuts
  1062. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e014, Data: 0x3f4)[55]EngDrvOuts
  1063. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e018, Data: 0)[54]EngDrvOuts
  1064. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e01c, Data: 0)[53]EngDrvOuts
  1065. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e020, Data: 0)[52]EngDrvOuts
  1066. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e024, Data: 0x23)[51]EngDrvOuts
  1067. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e028, Data: 0)[50]EngDrvOuts
  1068. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e02c, Data: 0)[49]EngDrvOuts
  1069. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e030, Data: 0)[48]EngDrvOuts
  1070. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e034, Data: 0x4)[47]EngDrvOuts
  1071. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e038, Data: 0x4)[46]EngDrvOuts
  1072. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e03c, Data: 0)[45]EngDrvOuts
  1073. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e040, Data: 0)[44]EngDrvOuts
  1074. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e044, Data: 0x3f4)[43]EngDrvOuts
  1075. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e048, Data: 0x3f4)[42]EngDrvOuts
  1076. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e04c, Data: 0)[41]EngDrvOuts
  1077. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e050, Data: 0)[40]EngDrvOuts
  1078. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e054, Data: 0x398)[39]EngDrvOuts
  1079. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e058, Data: 0x400)[38]EngDrvOuts
  1080. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e05c, Data: 0x400)[37]EngDrvOuts
  1081. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e060, Data: 0x400)[36]EngDrvOuts
  1082. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e064, Data: 0x7b8)[35]EngDrvOuts
  1083. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e068, Data: 0x400)[34]EngDrvOuts
  1084. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e06c, Data: 0x400)[33]EngDrvOuts
  1085. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e070, Data: 0x400)[32]EngDrvOuts
  1086. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e074, Data: 0x518)[31]EngDrvOuts
  1087. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e078, Data: 0x500)[30]EngDrvOuts
  1088. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e07c, Data: 0x400)[29]EngDrvOuts
  1089. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e080, Data: 0x400)[28]EngDrvOuts
  1090. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e084, Data: 0x398)[27]EngDrvOuts
  1091. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e088, Data: 0x368)[26]EngDrvOuts
  1092. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e08c, Data: 0x400)[25]EngDrvOuts
  1093. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e090, Data: 0x400)[24]EngDrvOuts
  1094. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e094, Data: 0x80)[23]EngDrvOuts
  1095. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e098, Data: 0)[22]EngDrvOuts
  1096. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e09c, Data: 0)[21]EngDrvOuts
  1097. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e0a0, Data: 0x7f)[20]EngDrvOuts
  1098. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e0a4, Data: 0x7f)[19]EngDrvOuts
  1099. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e0a8, Data: 0x7f)[18]EngDrvOuts
  1100. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e0ac, Data: 0x7f)[17]EngDrvOuts
  1101. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e0b0, Data: 0x7f)[16]EngDrvOuts
  1102. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e0b4, Data: 0x7f)[15]EngDrvOuts
  1103. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e0b8, Data: 0x7f)[14]EngDrvOuts
  1104. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e0bc, Data: 0x7f)[13]EngDrvOuts
  1105. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e0c0, Data: 0x7f)[12]EngDrvOuts
  1106. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e0c4, Data: 0x7f)[11]EngDrvOuts
  1107. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e0c8, Data: 0x7f)[10]EngDrvOuts
  1108. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e0cc, Data: 0x7f)[9]EngDrvOuts
  1109. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e0d0, Data: 0x7f)[8]EngDrvOuts
  1110. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e0d4, Data: 0x7f)[7]EngDrvOuts
  1111. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e0d8, Data: 0x7f)[6]EngDrvOuts
  1112. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e0dc, Data: 0x7f)[5]EngDrvOuts
  1113. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e0e0, Data: 0x7f)[4]EngDrvOuts
  1114. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e0e4, Data: 0x7f)[3]EngDrvOuts
  1115. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e0e8, Data: 0x7f)[2]EngDrvOuts
  1116. [ShootCapture:ff2c05f8 ] (15:02) [ENGIO](Addr:0xc0f0e0ec, Data: 0x7f)[1]EngDrvOuts
  1117. [ShootCapture:ff47c670 ] register_interrupt(Obinteg, 0x63, 0xff47cae4, 0x0)
  1118. [ShootCapture:ff5e6138 ] register_interrupt(WbInteg, 0x66, 0xff5e60b8, 0x0)
  1119. [ShootCapture:ff47c674 ] register_interrupt(WbBlock, 0x67, 0xff5e60e0, 0x0)
  1120. [ShootCapture:ff47e2f8 ] (15:01) CARTRIDGE_USE Adder ==> 0xc0f24100
  1121. [ShootCapture:ff47e30c ] (15:01) Write CARTRIDGE_USE Val ==> 0xf
  1122. [ShootCapture:ff47e328 ] (15:01) CARTRIDGE1_CMD Adder ==> 0xc0f2410c
  1123. [ShootCapture:ff47e33c ] (15:01) Write CARTRIDGE1_CMD Val ==> 0x4
  1124. [ShootCapture:ff47e358 ] (15:01) CARTRIDGE1_OC_EN Adder ==> 0xc0f24110
  1125. [ShootCapture:ff47e36c ] (15:01) Write CARTRIDGE1_OC_EN Val ==> 0x0
  1126. [ShootCapture:ff2c37f0 ] (00:01) [CLKSAVER] ??ClockSave Out??
  1127. [ShootCapture:ff3f5410 ] (00:05) [ENAV] EEKO_NAVI_Initialize[START]
  1128. [ShootCapture:ff577410 ] register_interrupt(EekoBltDmac, 0xa0, 0xff577328, 0x68e3b4)
  1129. [ShootCapture:00009eec ] task_create(systemtask, prio=14, stack=400, entry=ff40e598, arg=0)
  1130. [ShootCapture:ff3f547c ] (00:05) [ENAV] EekoNavi_InitializeEekoSystem
  1131. [DMA5] Copy [0xFF868B70] -> [0x01E00000], length [0x00065A64], flags [0x00000001]
  1132. [DMA5] OK
  1133. [ShootCapture:ff3f54b8 ] (00:05) [ENAV] EEKO_NAVI_Initialize[FINISH]
  1134. [ShootCapture:ff3f1630 ] (92:03) InitializeHeadControl
  1135. [ShootCapture:ff2c37f0 ] (00:01) [CLKSAVER] ??ClockSave Out??
  1136. [ShootCapture:ff15f75c ] (93:03) Mem1Component Size=0x393fc
  1137. [ShootCapture:ff0f2464 ] (00:02) [SEQ] NotifyComplete (Startup, Flag = 0x40000)
  1138. [ShootCapture:ff0f24c8 ] (00:03) [SEQ] NotifyComplete (Cur = 3, 0xe0114, Flag = 0x40000)
  1139. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 11, dwParam = 0 S
  1140. [ RscMgr:ff20a17c ] (80:03) ClearBusy(0x40) 0x50->0x10,0x0(0x10)[0,0]
  1141. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 11, dwParam = 0 E
  1142. [ Startup:0001645c ] task_create(ShootBlack, prio=15, stack=0, entry=16348, arg=694d30)
  1143. [ Startup:ff0f2464 ] (00:02) [SEQ] NotifyComplete (Startup, Flag = 0x80000)
  1144. [ Startup:ff0f24c8 ] (00:03) [SEQ] NotifyComplete (Cur = 3, 0xa0114, Flag = 0x80000)
  1145. [ ShootBlack:ff14b5e8 ] (94:03) sbsInit
  1146. [ ShootBlack:ff14b660 ] (94:03) VShadingAddress:0x41444000, Size:901120
  1147. [ Startup:0001645c ] task_create(ShootPreDevelop, prio=16, stack=8000, entry=16348, arg=699690)
  1148. [ShootPreDevelop:ff14f7ec ] (95:05) spsInit
  1149. [ Startup:00016b44 ] task_create(SAF, prio=14, stack=0, entry=16a50, arg=6998e4)
  1150. [ Startup:00016b44 ] task_create(SAF_CROSSTALK, prio=14, stack=0, entry=16a50, arg=699934)
  1151. [ SAF:ff27affc ] (b8:03) InitializeSAF > SAF_EEKO_MODE
  1152. [ SAF:ff0f2464 ] (00:02) [SEQ] NotifyComplete (Startup, Flag = 0x4)
  1153. [ SAF:ff0f24c8 ] (00:03) [SEQ] NotifyComplete (Cur = 3, 0x20114, Flag = 0x4)
  1154. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1155. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1156. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1157. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1158. [ Startup:ff27d664 ] register_interrupt(SAFARI_INT_ERROR, 0xc6, 0xff27ce1c, 0x0)
  1159. [ Startup:ff11b624 ] (24:01) FM_RegisterSpaceNotifyCallback (ID = 1)
  1160. [ Startup:ff11b64c ] (24:16) FM_RegisterSpaceNotifyCallback
  1161. [ Startup:ff11b624 ] (24:01) FM_RegisterSpaceNotifyCallback (ID = 2)
  1162. [ Startup:ff31134c ] (25:05) MRK_RegisterSpaceNotifyCallback
  1163. [ Startup:ff49b428 ] (25:03) RegisterSpaceNotifyCallback : DriveNo = 2
  1164. [ Startup:ff316c5c ] (24:03) voiRegisterSpaceNotifyCallback : DriveNo = 2
  1165. [ Startup:ff30b790 ] (24:03) RegisterSpaceNotifyCallback : DriveNo = 2
  1166. [ Startup:ff48f730 ] (27:03) FcmcRegisterSpaceNotifyCallback : DriveNo = 2
  1167. [ Startup:ff48f730 ] (27:03) FcmcRegisterSpaceNotifyCallback : DriveNo = 2
  1168. [ Startup:ff11b624 ] (24:01) FM_RegisterSpaceNotifyCallback (ID = 3)
  1169. [ Startup:ff11b64c ] (24:16) FM_RegisterSpaceNotifyCallback
  1170. [ Startup:ff11ba18 ] (24:01) FM_RegisterAllocDcfNoCallback
  1171. [ Startup:ff11bbd0 ] (24:01) FM_RegisterSetAllDcfNoCallback
  1172. [ Startup:ff11bc74 ] (24:01) FM_RegisterDcfNumberNotifyCallback
  1173. [ PropMgr:ff0cdec8 ] (8c:03) terminateChangeCBR : SHUTDOWN (255)
  1174. [ PropMgr:ff0cdf14 ] (00:16) [TERMINATE] SHUTDOWN init comp
  1175. [ PropMgr:ff0ce2e4 ] (8c:03) terminateChangeCBR : AUTO_POWEROFF (1)
  1176. [ PropMgr:ff0cddc4 ] (00:16) [TERMINATE] Abort init comp
  1177. [ Startup:ff0f2464 ] (00:02) [SEQ] NotifyComplete (Startup, Flag = 0x100)
  1178. [ Startup:ff0f24c8 ] (00:03) [SEQ] NotifyComplete (Cur = 3, 0x20110, Flag = 0x100)
  1179. [ Startup:ff106bc4 ] (43:03) TOM_Initialize
  1180. [ Startup:0001645c ] task_create(TOMgr, prio=19, stack=0, entry=16348, arg=69a2f8)
  1181. [ PropMgr:ff106ac0 ] (43:03) PROP_WFT_IMAGE_TRANS (1)
  1182. [ Startup:0001645c ] task_create(Fstorage, prio=19, stack=0, entry=16348, arg=69b4ac)
  1183. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 0, ClassID = 158
  1184. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 1, ClassID = 158
  1185. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 4, ClassID = 158
  1186. [ PropMgr:ff0d83c4 ] (00:01) fssResultCBR (0x69b8fc)
  1187. [ PropMgr:ff0d8430 ] (9e:02) PROP_FILE_PREFIX (IMG_)
  1188. [ PropMgr:ff0d84a0 ] (9e:02) PROP_USER_FILE_PREFIX (IMG_)
  1189. [ PropMgr:ff0d8478 ] (9e:02) PROP_USER_FILE_PREFIX2 (IMG)
  1190. [ PropMgr:ff0d84c0 ] (9e:02) PROP_SELECTED_FILE_PREFIX (0)
  1191. [ PropMgr:ff0d84f8 ] (9e:02) PROP_LAST_JOB_STATE (0)
  1192. [ Startup:ff0cedc8 ] task_create(MainCtrl, prio=11, stack=0, entry=ff0ced4c, arg=0)
  1193. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1194. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1195. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 0, ClassID = 196
  1196. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 11, ClassID = 196
  1197. [ EventMgr:ff224d64 ] (8d:03) Already SW1OFF
  1198. [ MainCtrl:ff0ced84 ] (9c:01) ID:B(0)
  1199. [ MainCtrl:ff145ad4 ] (9c:03) cam event metering timer start
  1200. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 7, ClassID = 196
  1201. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 1, ClassID = 196
  1202. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 4, ClassID = 196
  1203. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 6, ClassID = 196
  1204. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 3, ClassID = 196
  1205. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 2, ClassID = 196
  1206. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 20, ClassID = 131
  1207. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 21, ClassID = 131
  1208. [ MainCtrl:ff0ced84 ] (9c:01) ID:8003001E(1)
  1209. [ MainCtrl:ff0ced84 ] (9c:01) ID:80010002(2)
  1210. [ MainCtrl:ff0ced84 ] (9c:01) ID:80030014(3)
  1211. [ MainCtrl:ff0ced84 ] (9c:01) ID:80010004(4)
  1212. [ MainCtrl:ff0ced84 ] (9c:01) ID:2040009(5)
  1213. [ MainCtrl:ff146b14 ] (9c:03) PROP_DISPLAY_OFF_SENSOR : 1
  1214. [ MainCtrl:ff0ced84 ] (9c:01) ID:80020010(6)
  1215. [ MainCtrl:ff146450 ] (9c:03) DisplaySensor : 1(0)
  1216. [ MainCtrl:ff0ced84 ] (9c:01) ID:204000A(7)
  1217. [ MainCtrl:ff0ced84 ] (9c:01) ID:80030018(8)
  1218. [ MainCtrl:ff0ced84 ] (9c:01) ID:80040004(9)
  1219. [ MainCtrl:ff0ced84 ] (9c:01) ID:80020000(10)
  1220. [ MainCtrl:ff146960 ] (9c:16) PROP_GUI_STATE 0
  1221. [ MainCtrl:ff0ced84 ] (9c:01) ID:80050022(11)
  1222. [ MainCtrl:ff146b14 ] (9c:03) PROP_LV_ACTION : LV_STOP
  1223. [ MainCtrl:ff0ced84 ] (9c:01) ID:80050025(12)
  1224. [ MainCtrl:ff146b14 ] (9c:03) PROP_LV_DISPBUSY : not Busy
  1225. [ MainCtrl:ff0ced84 ] (9c:01) ID:80050021(13)
  1226. [ MainCtrl:ff146a6c ] (9c:03) PROP_LV_LOCK : LVLOCK_PERMIT
  1227. [ MainCtrl:ff0ced84 ] (9c:01) ID:80020014(14)
  1228. [ MainCtrl:ff146b14 ] (9c:03) PROP_DISABLE_PLAY_IMAGE : Enable Play
  1229. [ MainCtrl:ff0ced84 ] (9c:01) ID:80030012(15)
  1230. [ MainCtrl:ff146480 ] (9c:16) JobState 0
  1231. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 11, dwParam = -526248532 S
  1232. [ RscMgr:ff20a17c ] (80:03) ClearBusy(0x20000) 0x10->0x10,0x0(0x10)[0,0]
  1233. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 11, dwParam = -526248532 E
  1234. [ MainCtrl:ff0ced84 ] (9c:01) ID:8003002C(16)
  1235. [ MainCtrl:ff0ced84 ] (9c:01) ID:80000000(17)
  1236. [ MainCtrl:ff0ced84 ] (9c:01) ID:80030009(18)
  1237. [ MainCtrl:ff0ced84 ] (9c:01) ID:80030001(19)
  1238. [ MainCtrl:ff0ced84 ] (9c:01) ID:80030006(20)
  1239. [ MainCtrl:ff0ced84 ] (9c:01) ID:80010001(21)
  1240. [ MainCtrl:ff0ced84 ] (9c:01) ID:80000003(22)
  1241. [ MainCtrl:ff0ced84 ] (9c:01) ID:80030023(23)
  1242. [ MainCtrl:ff0ced84 ] (9c:01) ID:2020006(24)
  1243. [ MainCtrl:ff146b14 ] (9c:03) QRTime : 0
  1244. [ MainCtrl:ff0ced84 ] (9c:01) ID:80020009(25)
  1245. [ MainCtrl:ff0ced84 ] (9c:01) ID:80030037(26)
  1246. [ MainCtrl:ff0ced84 ] (9c:01) ID:80030016(27)
  1247. [ MainCtrl:ff0ced84 ] (9c:01) ID:80030007(28)
  1248. [ MainCtrl:ff0ced84 ] (9c:01) ID:8000003F(29)
  1249. [ MainCtrl:ff0ced84 ] (9c:01) ID:80000045(30)
  1250. [ MainCtrl:ff0ced84 ] (9c:01) ID:8000004E(31)
  1251. [ MainCtrl:ff0ced84 ] (9c:01) ID:8004001E(32)
  1252. [ MainCtrl:ff0ced84 ] (9c:01) ID:8004001F(0)
  1253. [ MainCtrl:ff146b14 ] (9c:16) PROP_VARIANGLE_GUICTRL : Enable
  1254. [ MainCtrl:ff0ced84 ] (9c:01) ID:80030052(1)
  1255. [ MainCtrl:ff145038 ] (9c:16) [MC] PROP_HEADPHONE_VOLUME_VALUE : 0
  1256. [ MainCtrl:ff0ced84 ] (9c:01) ID:205000F(2)
  1257. [ MainCtrl:ff144fe4 ] (9c:16) [MC] PROP_MOVIE_PLAY_VOLUME : 5
  1258. [ MainCtrl:ff0ced84 ] (9c:01) ID:80020011(3)
  1259. [ MainCtrl:ff146808 ] (9c:03) GuiGroundState : 1
  1260. [ MainCtrl:ff0ced84 ] (9c:01) ID:80050022(4)
  1261. [ MainCtrl:ff146b14 ] (9c:03) PROP_LV_ACTION : LV_STOP
  1262. [ MainCtrl:ff0ced84 ] (9c:01) ID:204000A(5)
  1263. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1264. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1265. [MPU] Received: 22 20 03 3b 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 (unnamed - spell #8)
  1266. [ Startup:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1267. [ Startup:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1268. [ Startup:ff145314 ] task_create(AEmodeJudge, prio=1a, stack=400, entry=ff145280, arg=0)
  1269. [ PropMgr:ff0d84d8 ] (9e:02) PROP_CARD_COVER (0)
  1270. [ PropMgr:ff31b1e8 ] (9c:16) regist master CardCover
  1271. [ systemtask:ff3f53e8 ] (00:05) [ENAV] Eeko Initialized:Async
  1272. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 13, ClassID = 196
  1273. [ Startup:ff0fa448 ] (b6:03) HDR_Initialize : Start
  1274. [ Startup:00016b44 ] task_create(HDRMgr, prio=19, stack=0, entry=16a50, arg=69c594)
  1275. [MPU] Received: 06 05 01 56 00 00 (unnamed - spell #9)
  1276. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1277. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1278. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  1279. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  1280. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  1281. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80030056, 0)
  1282. [ MainCtrl:ff0ced84 ] (9c:01) ID:80030056(6)
  1283. [MPU] Received: 06 05 04 0e 01 00 (PROP 8002000D - spell #10)
  1284. [ PropMgr:ff0fa0d0 ] (b6:03) ### HDRSetting Clear (OFF->OFF) ###
  1285. [ PropMgr:ff0fa064 ] (b6:03) ChangePropCBR HDRFunc 0
  1286. [ Startup:ff276d64 ] (b6:03) HDRS_Initialize
  1287. [ Startup:ff276da4 ] (b6:03) CreateStageClass
  1288. [ Startup:0001645c ] task_create(HDRStage, prio=19, stack=0, entry=16348, arg=69c71c)
  1289. [ Startup:ff276f54 ] (b6:03) HDRS_Initialize : End
  1290. [ Startup:ff0fa5e4 ] (b6:03) HDR_Initialize : End
  1291. [ Startup:ff0fbba8 ] (bd:03) GIS_Initialize : Start
  1292. [ Startup:00016b44 ] task_create(GISMgr, prio=19, stack=0, entry=16a50, arg=69ead4)
  1293. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  1294. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  1295. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  1296. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x8003005c, 0)
  1297. [ MainCtrl:ff0ced84 ] (9c:01) ID:8003005C(7)
  1298. [ PropMgr:ff0fb9ac ] (bd:03) ### GISSetting Clear (OFF->OFF) ###
  1299. [ PropMgr:ff0fb844 ] (bd:03) ChangePropCBR GISFunc 0
  1300. [ Startup:ff27a060 ] (bd:03) GISS_Initialize
  1301. [ Startup:ff27a0a0 ] (bd:03) CreateStageClass
  1302. [ Startup:0001645c ] task_create(GISStage, prio=19, stack=0, entry=16348, arg=69ec68)
  1303. [ Startup:ff27a254 ] (bd:03) GISS_Initialize : End
  1304. [ Startup:ff0fbd4c ] (bd:03) GIS_Initialize : End
  1305. [ FileMgr:ff2fc96c ] (24:03) fmInitialized
  1306. [ FileMgr:ff111558 ] (27:01) FC_SetDirSuffix
  1307. [ FileMgr:ff2cc4b8 ] (27:03) _FC_SetDirSuffix (CANON)
  1308. [ FileMgr:ff1112a4 ] (27:01) FC_SetConsecutiveMode
  1309. [ FileMgr:ff2cc3c0 ] (27:03) _FC_SetConsecutiveMode (mode = 1, DCF = 4421)
  1310. [ FileMgr:ff2fcb20 ] (24:03) fmPrepare
  1311. [ FileMgr:ff629a98 ] (1e:01) CSMGR_Initialize
  1312. [ FileMgr:ff62a400 ] (1e:01) InitializeLogicalStorage: LStorageList = NULL
  1313. [ FileMgr:ff62a44c ] (1e:01) SocketServiceInstall: SUCCESS
  1314. [ FileMgr:ff629b14 ] task_create(CSMgrTask, prio=1c, stack=1000, entry=ff629898, arg=0)
  1315. [ TOMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1316. [ TOMgr:ff46798c ] (43:03) tomSetRawJpgMode (Type = 0x4)
  1317. [ TOMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1318. [ FileMgr:ff7a0054 ] register_interrupt(SDDMADriver, 0x171, 0xff7a0000, 0x0)
  1319. [ FileMgr:ff62a1f0 ] (1e:01) RegisterClient: handler=0xff74485c
  1320. [ FileMgr:ff62a3a4 ] (1e:01) RegisterClient: SUCCESS
  1321. [ FileMgr:ff629d3c ] (1e:01) CSMGR_Initialize End
  1322. [ FileMgr:ff11d950 ] (24:03) fmAllocDcfNo(0x55e2e4)(0)
  1323. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 33, dwParam = -442503148 S
  1324. [ RscMgr:ff0e5dbc ] (80:02) srmEventDispatch Stg ID=7 S
  1325. [ RscMgr:ff222b38 ] (80:03) srmAllocDcfNoTable
  1326. [ RscMgr:ff11d914 ] (24:03) fmAllocateDcfNoCompleteCallback(0x40ddc000,0x4000)
  1327. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  1328. [ RscMgr:ff0e5e38 ] (80:02) srmEventDispatch Stg ID=7 E
  1329. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 33, dwParam = -442503148 E
  1330. [ FileMgr:ff11d9d4 ] (24:03) fmAllocDcfNo : DcfNoTable(0x40ddc000)
  1331. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 8, dwParam = 6941544 S
  1332. [ RscMgr:ff222898 ] (80:03) Storage Space 238248
  1333. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  1334. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 8, dwParam = 6941544 E
  1335. [ FileMgr:ff2fcbf0 ] (24:03) pfNotifyDcfNoCBR(2:100_4421)
  1336. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 33, dwParam = -442503148 S
  1337. [ RscMgr:ff0e5dbc ] (80:02) srmEventDispatch Stg ID=9 S
  1338. [ RscMgr:ff222494 ] (80:03) srmNotifyDcfNo 0x2 100 4421 0 0
  1339. [ RscMgr:ff215ea8 ] (80:03) srmSetDcfNoTableOrDiff 1 100 4421 1
  1340. [ RscMgr:ff215f18 ] (80:03) Diff Dcf List
  1341. [ RscMgr:ff215f54 ] (80:03) Create Diff Dcf ListItem 100
  1342. [ RscMgr:ff215fd4 ] (80:03) fTemporary 1 pMaxDcfNoInFolder->fTemporary 1
  1343. [ RscMgr:ff215ff8 ] (80:03) Diff Dcf Over Write 100
  1344. [ RscMgr:ff2215a0 ] (80:03) ####### [1]DCF No 4421
  1345. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  1346. [ RscMgr:ff20b358 ] (80:03) BURST 6 Enable 282 Reserve 27394488
  1347. [ RscMgr:ff20b3c0 ] (80:03) Burst 6 ENABLE 282 Reserve 27394488
  1348. [ RscMgr:ff20a17c ] (80:03) ClearBusy(0x2100) 0x10->0x10,0x0(0x10)[0,0]
  1349. [ RscMgr:ff0f2464 ] (00:02) [SEQ] NotifyComplete (Startup, Flag = 0x20000)
  1350. [ RscMgr:ff0f24c8 ] (00:03) [SEQ] NotifyComplete (Cur = 3, 0x20010, Flag = 0x20000)
  1351. [ RscMgr:ff0e5e38 ] (80:02) srmEventDispatch Stg ID=9 E
  1352. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 33, dwParam = -442503148 E
  1353. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1354. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1355. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1356. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1357. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2010004, 0x1145)
  1358. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1359. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1360. [ MainCtrl:ff0ced84 ] (9c:01) ID:80030006(8)
  1361. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1362. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1363. [ FileMgr:ff2fcd70 ] (24:05) fmPrepare : Completed
  1364. [ FileMgr:ff0f2464 ] (00:02) [SEQ] NotifyComplete (Startup, Flag = 0x10)
  1365. [ FileMgr:ff0f24c8 ] (00:03) [SEQ] NotifyComplete (Cur = 3, 0x10, Flag = 0x10)
  1366. [ FileMgr:ff0f24c8 ] (00:03) [SEQ] NotifyComplete (Cur = 3, 0x10, Flag = 0x10)
  1367. [ FileMgr:ff2faf74 ] (24:02) PROP_CARD2_FREE_SIZE
  1368. [ FileMgr:ff2faed4 ] (24:03) PROP_CARD2_FILE_NUMBER = 4421
  1369. [ Startup:ff0f2124 ] (00:05) [SEQ] seqEventDispatch (Startup, 3)
  1370. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 11, dwParam = -442503152 S
  1371. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x10) 0x10->0x0,0x0(0x0)
  1372. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 11, dwParam = -442503152 E
  1373. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1374. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1375. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1376. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1377. [ PropMgr:ff23c8f8 ] (81:03) PROP_PERMIT_ICU_EVENT 0x0
  1378. [ MainCtrl:ff0ced84 ] (9c:01) ID:80010000(9)
  1379. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1380. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1381. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1382. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1383. [ Startup:ff0c4ae8 ] (8b:05) startupPrepareDevelop
  1384. [ Startup:ff0c4b10 ] (8b:05) Set_AVS 60
  1385. [MPU] Received: 08 07 01 2a 11 45 00 40 (PROP_CARD2_FILE_NUMBER - spell #11)
  1386. [ Startup:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1387. [ Startup:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1388. [ Startup:ff1361e0 ] (00:03) SVT step=0 HVT step=0
  1389. [ Startup:0001645c ] task_create(FrontShtDevelop, prio=13, stack=0, entry=16348, arg=6a1438)
  1390. [MPU] Received: 06 05 03 07 06 00 (PROP_BURST_COUNT - spell #12)
  1391. [ Startup:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1392. [ Startup:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1393. [ Startup:0001645c ] task_create(DianaFrontShtDevelop, prio=13, stack=0, entry=16348, arg=6a17ac)
  1394. [FrontShtDevelop:ff15dacc ] (96:03) sdsInit
  1395. [DianaFrontShtDevelop:ff171458 ] (bb:03) sdsInit
  1396. [ Startup:0001645c ] task_create(RearShtDevelop, prio=13, stack=0, entry=16348, arg=6a1c04)
  1397. [ Startup:0001645c ] task_create(DianaRearShtDevelop, prio=13, stack=0, entry=16348, arg=6a1de8)
  1398. [MPU] Received: 0a 08 03 06 00 00 01 1a 00 00 (unknown - PROP_AVAIL_SHOT)
  1399. [ Startup:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1400. [ Startup:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1401. [RearShtDevelop:ff15b678 ] (97:03) sdsInit
  1402. [DianaRearShtDevelop:ff16b018 ] (bc:03) sdsInit
  1403. [ Startup:0001645c ] task_create(ShootSsDevelop, prio=14, stack=1000, entry=16348, arg=6a2034)
  1404. [MPU] Received: 06 05 03 11 01 00 (PROP_ICU_AUTO_POWEROFF - spell #14)
  1405. [ShootSsDevelop:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1406. [ShootSsDevelop:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1407. [ShootSsDevelop:ff165370 ] (a7:03) sssInit
  1408. [MPU] Received: 06 05 02 0a 00 00 (PROP_PERMIT_ICU_EVENT - spell #15)
  1409. [ Startup:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1410. [ Startup:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1411. [ Startup:0001645c ] task_create(ShootVfx, prio=14, stack=2000, entry=16348, arg=6a23ac)
  1412. [ShootPreDevelop:ff14f84c ] (95:05) spsActivate
  1413. [MPU] Received: 06 05 03 0d 00 00 (PROP_CARD2_RECORD - spell #16)
  1414. [ShootPreDevelop:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1415. [ShootPreDevelop:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1416. [MPU] Received: 06 05 03 0c 00 00 (PROP_CARD1_RECORD - spell #17)
  1417. [MPU] Sending : 06 05 01 2c 02 00 (PROP_CURRENT_MEDIA)
  1418. [ShootPreDevelop:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1419. [ShootPreDevelop:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1420. [FrontShtDevelop:ff15db28 ] (96:03) sdsActivate
  1421. [MPU] Sending : 12 10 03 00 21 00 00 01 07 00 00 00 00 00 00 00 00 00 (PROP 80030000)
  1422. [FrontShtDevelop:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1423. [FrontShtDevelop:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1424. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  1425. [ RscMgr:ff20ecb8 ] (80:01) SetDevelopImageCondition 3 6 0 0
  1426. [ RscMgr:ff216678 ] (80:03) ### SRMExMem1_1State Event 5 Result State 1->1 ###
  1427. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 5 Result State 1->1 $$$$$
  1428. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  1429. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  1430. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  1431. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  1432. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  1433. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80040002, 0x2)
  1434. [DianaFrontShtDevelop:ff1714a8 ] (bb:03) sdsActivate
  1435. [RearShtDevelop:ff15b6bc ] (97:03) sdsActivate
  1436. [DianaRearShtDevelop:ff16b05c ] (bc:03) sdsActivate
  1437. [ShootSsDevelop:ff1654dc ] (a7:03) sssActivate
  1438. [ PropMgr:ff16547c ] (a7:03) sssChangeCBR(PROP_DSDEFINE:0x2)
  1439. [ Startup:ff0d4170 ] (b7:03) SVS_Activate
  1440. [ Startup:ff1691cc ] (b7:03) SVS_SetCurrentStateObject : HDR
  1441. [ ShootVfx:ff35d970 ] (b7:03) shsInit
  1442. [ Startup:ff1699e8 ] (b7:03) SVS_SetCurrentStateObject : Potato
  1443. [ ShootVfx:ff364910 ] (b7:03) snpsInit
  1444. [ Startup:ff1695f8 ] (b7:03) SVS_SetCurrentStateObject : Gis
  1445. [ ShootVfx:ff3613bc ] (b7:03) sgsInit
  1446. [ Startup:ff0c4bec ] (b7:03) SVS_Activate Comlepete
  1447. [ Startup:ff0d7ac8 ] (00:04) < GUI Lock > InitializeGUILock (PUB)
  1448. [ Startup:ff0d7b48 ] task_create(GuiLockTask, prio=17, stack=0, entry=ff0d785c, arg=0)
  1449. [ PropMgr:ff320668 ] (01:16) M:21 F:0 L:0 P:1 T:7
  1450. [MPU] Sending : 06 05 03 23 01 00 (unnamed)
  1451. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1452. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1453. [ PropMgr:ff0c3c00 ] (8b:16) update inner version string. "5.6.4 21(01)"
  1454. [ PropMgr:ff0c3d18 ] (8b:16) update coded version.
  1455. [ PropMgr:ff0c3d64 ] (8b:05) internal version 05:06:04:00:21:00:00:01
  1456. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1457. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1458. [ PropMgr:ff31b1e8 ] (00:03) [GUI] MasterResultCBR
  1459. [ Startup:ff10921c ] register_interrupt(null, 0x34, 0xff109174, 0x1)
  1460. [ Startup:ff132964 ] (14:03) InitializeAudioIC
  1461. [ PropMgr:ff1327b0 ] (14:03) micResultCBR
  1462. [ PropMgr:ff132814 ] (14:03) micDetectAckCBR 0
  1463. [ PropMgr:ff132834 ] (14:03) AudioBuzzerSet(5)
  1464. [ PropMgr:ff335d20 ] (14:03) AudioSEStop
  1465. [MPU] Sending : 06 05 03 04 00 00 (PROP_POWER_KIND)
  1466. [ Startup:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1467. [ Startup:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1468. [ Startup:ff33576c ] (14:03) Mic gain 81100000 82100000
  1469. [ Startup:ff33579c ] (14:03) Serial len=160 head=b050000
  1470. [ FileMgr:ff2fb0b0 ] (24:03) PROP_CURRENT_MEDIA = 2
  1471. [ FileMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1472. [ FileMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1473. [MPU] Received: 06 05 03 19 01 00 (PROP_TFT_STATUS - spell #18)
  1474. [MPU] Sending : 06 05 03 24 00 00 (PROP_LENS_NAME)
  1475. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1476. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1477. [MPU] Sending : 24 23 03 15 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 (PROP_LENS)
  1478. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1479. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1480. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80030011, 0)
  1481. [MPU] Sending : 24 22 03 3c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 (PROP 8003003C)
  1482. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1483. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1484. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x8003003c, 0)
  1485. [MPU] Sending : 06 04 03 25 00 00 (unnamed)
  1486. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1487. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1488. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80030021, 0)
  1489. [MPU] Sending : 06 05 03 17 99 00 (PROP_EFIC_TEMP)
  1490. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1491. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1492. [ MainCtrl:ff0ced84 ] (9c:01) ID:80030014(10)
  1493. [MPU] Sending : 24 23 03 15 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 (PROP_LENS)
  1494. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1495. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1496. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80030011, 0)
  1497. [MPU] Sending : 06 05 01 3d 00 00 (PROP_TEMP_STATUS)
  1498. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1499. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1500. [MPU] Sending : 06 05 03 0d 00 00 (PROP_CARD2_RECORD)
  1501. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1502. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1503. [ FileMgr:ff2facd4 ] (24:02) PROP_CARD2_RECORD = 1 => 0
  1504. [MPU] Sending : 06 05 03 0c 00 00 (PROP_CARD1_RECORD)
  1505. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1506. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1507. [ FileMgr:ff2fa928 ] (24:02) PROP_CARD1_RECORD = 1 => 0
  1508. [ Startup:ff335548 ] (14:02) I2C > [01] 02
  1509. [ Startup:ff341fc4 ] (00:02) [I2C] I2C_Write 13 1 1 - 02
  1510. [ Startup:ff335644 ] (14:02) I2C done 1
  1511. [ Startup:ff335548 ] (14:02) I2C > [07] 69
  1512. [ Startup:ff341fc4 ] (00:02) [I2C] I2C_Write 13 7 1 - 69
  1513. [ Startup:ff335644 ] (14:02) I2C done 1
  1514. [ Startup:ff335548 ] (14:02) I2C > [08] 0b
  1515. [ Startup:ff341fc4 ] (00:02) [I2C] I2C_Write 13 8 1 - 0b
  1516. [ Startup:ff335644 ] (14:02) I2C done 1
  1517. [ Startup:ff335548 ] (14:02) I2C > [01] 03
  1518. [ Startup:ff341fc4 ] (00:02) [I2C] I2C_Write 13 1 1 - 03
  1519. [ Startup:ff335644 ] (14:02) I2C done 1
  1520. [ Startup:ff335548 ] (14:02) I2C > [25] 91
  1521. [ Startup:ff341fc4 ] (00:02) [I2C] I2C_Write 13 25 1 - 91
  1522. [ Startup:ff335548 ] (14:02) I2C > [0e] 01
  1523. [ Startup:ff341fc4 ] (00:02) [I2C] I2C_Write 13 e 1 - 01
  1524. [ Startup:ff335644 ] (14:02) I2C done 2
  1525. [ Startup:ff10863c ] (14:03) InitializeASIF?FPriority(23)
  1526. [ Startup:ff1085c8 ] (14:03) EnableASIF
  1527. [ Startup:ff132cc0 ] (14:03) WaitPllLockComplete
  1528. [ Startup:00009eec ] task_create(ASIF, prio=17, stack=0, entry=ff108328, arg=0)
  1529. [ Startup:ff1086e8 ] register_interrupt(null, 0x2c, 0xff1082e8, 0x0)
  1530. [ Startup:ff1086fc ] register_interrupt(null, 0x2d, 0xff1082a4, 0x0)
  1531. [ Startup:ff108710 ] register_interrupt(null, 0x42, 0xff108260, 0x0)
  1532. [ Startup:ff0c4c04 ] register_interrupt(null, 0x43, 0xff10821c, 0x0)
  1533. [ Startup:ff10ad14 ] (14:03) InitializeSoundDevice
  1534. [ Startup:00009eec ] task_create(SoundDevice, prio=19, stack=0, entry=ff10a9d0, arg=0)
  1535. [ Startup:ff10ade8 ] (00:03) [SND] NRbuffer:0X6C99F8
  1536. [ Startup:ff10de58 ] (14:03) ALV_Initialize (20, 25)
  1537. [ Startup:00016b44 ] task_create(AudioLevel, prio=19, stack=0, entry=16a50, arg=6ce08c)
  1538. [ PropMgr:ff10db18 ] (14:03) alvResultCBR : 0x6ce0d0
  1539. [ PropMgr:ff10db88 ] (14:03) alvSoundVolumeSet SetVolume(5)
  1540. [ Startup:ff1103f0 ] (14:03) SE_Initialize (20, 22)
  1541. [ Startup:00016b44 ] task_create(SoundEffect, prio=16, stack=0, entry=16a50, arg=6ce184)
  1542. [ Startup:ff0df744 ] (30:03) MOVW_Initialize
  1543. [ Startup:00016b44 ] task_create(MovWriter, prio=15, stack=2000, entry=16a50, arg=6cef8c)
  1544. [ Startup:ff0e3c7c ] (2f:03) MVR_Initialize
  1545. [ Startup:00016b44 ] task_create(MovieRecorder, prio=11, stack=2000, entry=16a50, arg=6cf648)
  1546. [ PropMgr:ff0e3080 ] (2f:01) mvrResultCBR : 0x6cff70
  1547. [ PropMgr:ff0e341c ] (2f:03) mvrChangeAckCBR : PROP_USBDEVICE_CONNECT(-1)
  1548. [ PropMgr:ff0e3b94 ] (2f:16) mvrChangeAckCBR : Video - Mode=0, Type=0, Rate=24, GOP=12
  1549. [ PropMgr:ff0e3b94 ] (2f:05) mvrChangeAckCBR : Sound Auto(C=2,R=48000,B=16)
  1550. [ PropMgr:ff0e3b94 ] (2f:05) mvrChangeAckCBR : AE_MODE(3)
  1551. [ PropMgr:ff0e3b94 ] (2f:05) mvrChangeAckCBR : AE_MODE_MOVIE(3)
  1552. [ PropMgr:ff0e3b94 ] (2f:05) mvrChangeAckCBR : ISO(104)
  1553. [ PropMgr:ff0e3b94 ] (2f:05) mvrChangeAckCBR : MOVIE_REC_VOLUME(L:47 R:47)
  1554. [ PropMgr:ff0e3a58 ] (2f:05) mvrChangeAckCBR : WindCut Off
  1555. [ PropMgr:ff0e3b94 ] (2f:05) TimeCode Base:0,0,0,0
  1556. [ PropMgr:ff0e3b94 ] (2f:05) TimeCode Mode:0
  1557. [ PropMgr:ff0e3b94 ] (2f:05) TimeCode DropFrame Mode:0
  1558. [ PropMgr:ff0e3b94 ] (2f:05) TimeCode Disp Mode:0
  1559. [ PropMgr:ff0e3b94 ] (2f:05) PROP_FILE_PREFIX:IMG_
  1560. [ PropMgr:ff0e3b94 ] (2f:05) PROP_USER_FILE_PREFIX:IMG_,
  1561. [ PropMgr:ff0e3b94 ] (2f:05) PROP_USER_FILE_PREFIX:IMG,
  1562. [ PropMgr:ff0e3b94 ] (2f:05) PROP_SELECTED_FILE_PREFIX:MVI_,0
  1563. [ PropMgr:ff0e3a58 ] (2f:05) mvrChangeAckCBR : Attenuator Off
  1564. [ Startup:ff203cf8 ] task_create(TestGero, prio=19, stack=1000, entry=ff203a74, arg=0)
  1565. [ Startup:ff208740 ] (2f:03) ENCDRWRAP_Initialize
  1566. [ Startup:ff0dbdac ] (2c:03) MVP_Initialize (44, 22)
  1567. [ Startup:ff11be38 ] (24:01) FM_RegisterGetMovieThmSizeCallback
  1568. [ Startup:ff11bedc ] (24:01) FM_RegisterGetMovieHeaderSizeCallback
  1569. [ Startup:ff11c0b4 ] (24:01) FM_RegisterGetMovieInfoCallback
  1570. [ Startup:ff11c158 ] (24:01) FM_RegisterGetMovieMetaCallback
  1571. [ Startup:00016b44 ] task_create(MoviePlay, prio=16, stack=1000, entry=16a50, arg=6e6bfc)
  1572. [ Startup:ff0dc220 ] (2c:03) <Chap> Buff Info Clear /mvpChapBufInit
  1573. [ Startup:ff0dc228 ] (2c:03) <Snap> Buff Info Clear /mvpSnapBufInit
  1574. [ Startup:00009eec ] task_create(AviRead, prio=17, stack=1000, entry=ff1e7144, arg=0)
  1575. [ Startup:ff1e1ae0 ] (2d:03) MOVR_InitializeMovReader (45, 23)
  1576. [ Startup:00016b44 ] task_create(MovReader, prio=17, stack=1000, entry=16a50, arg=6e6eec)
  1577. [ PropMgr:ff0da85c ] (2c:03) mvpResultCBR : 0x6e6f38
  1578. [ PropMgr:ff0da944 ] (2c:03) mvpChangeAckCBR : Volume (5)
  1579. [ PropMgr:ff201aac ] (2c:03) <Sound> SetVolume(5) /mvpSoundVolumeSet
  1580. [ PropMgr:ff0da984 ] (2c:03) mvpChangeAckCBR : LoudNess (1)
  1581. [ PropMgr:ff10beac ] (14:03) SetAudioLoudNessSpk(0)
  1582. [ PropMgr:ff13300c ] (14:03) SetAudioLoudNessSpk?FfLoudNessMode(0)(0)
  1583. [ PropMgr:ff0da8e4 ] (2c:03) mvpChangeAckCBR : DispMode (0)
  1584. [ Startup:ff203e04 ] (2c:01) ***** MVPW_Initialize *****
  1585. [ Startup:00016b44 ] task_create(LVC_DEV, prio=14, stack=0, entry=16a50, arg=6e7184)
  1586. [ LVC_DEV:ff25deec ] (3d:02) ->lvcdevProperty ID=0x80000039(0)
  1587. [ LVC_DEV:ff25deec ] (3d:02) ->lvcdevProperty ID=0x2(0x6f6e6143)
  1588. [ LVC_DEV:ff25d6fc ] (3d:02) ->lvcdevInit
  1589. [ Startup:ff25b904 ] (0a:02) LVCPF_Initialize
  1590. [ Startup:00009eec ] task_create(LVC_FACE, prio=17, stack=800, entry=ff0f7cac, arg=0)
  1591. [ Startup:00016b44 ] task_create(Gmt, prio=14, stack=c00, entry=16a50, arg=6e8174)
  1592. [ Startup:ff17aa80 ] (9b:01) ->lvcdevRegisterDevelopCBR
  1593. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 1, ClassID = 154
  1594. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 4, ClassID = 154
  1595. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 20, ClassID = 154
  1596. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 21, ClassID = 154
  1597. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80050007, 0x1440)
  1598. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1599. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1600. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1601. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1602. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1603. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1604. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1605. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1606. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1607. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1608. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1609. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1610. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80000043, 0)
  1611. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1612. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1613. [MPU] Received: 06 05 09 11 01 00 (PROP_LV_DISPSIZE - spell #19)
  1614. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1615. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1616. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x1000000(0xffffffff)
  1617. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x1000000(-1)
  1618. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0(0x84)
  1619. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x0(132)
  1620. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80000000(0x3)
  1621. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80000000(3)
  1622. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80000001(0x3)
  1623. [ Gmt:ff1814c4 ] (9a:03) PROP_AE_MODE:3
  1624. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80000001(3)
  1625. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80000004(0x3)
  1626. [ Gmt:ff190ee0 ] (9a:03) [WAKU] gmtChangeLensMFFace (state:0)
  1627. [ Gmt:ff190f64 ] (9a:03) [WAKU] Center : gmtChangeLensMFFace (0 0)
  1628. [ Gmt:ff18aaf8 ] (9a:03) [WAKU] gmtUpdateFrameWithModeChange (state:0 mani:22)
  1629. [ Gmt:ff18a9bc ] (9a:00) [WAKU] UpdateImageMagnify M:0 Z:65536 S:1 A:0
  1630. [ Gmt:ff18aaac ] (9a:00) [WAKU] Center : UpdateImageMagnify (608 409)
  1631. [ Gmt:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  1632. [ Gmt:ff17d780 ] (9a:03) Frame Invisible Position unsettled
  1633. [ Gmt:ff18a4a4 ] (9a:02) [WAKU] ZoomRatio:00010000 LvMode:0
  1634. [ Gmt:ff18a4c8 ] (9a:02) [WAKU] Avail ImgW:H(5184:3456)->(5184:3456)
  1635. [ Gmt:ff18a4ec ] (9a:02) [WAKU] Avail WinW:H(720:480)->(1032:688)
  1636. [ Gmt:ff18a510 ] (9a:02) [WAKU] Avail X:Y(0:0)->(0:0)
  1637. [ Gmt:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  1638. [ Gmt:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  1639. [ Gmt:ff17d780 ] (9a:03) Frame Invisible Position unsettled
  1640. [ Gmt:ff18a6dc ] (9a:03) [WAKU] UpdateAvailableFrame [0,6](XY:0,0 WH:1032,688)
  1641. [ Gmt:ff180538 ] (9a:02) gmtChangeAvailableArea ClrTrackbit(Disp:0,Af:0)
  1642. [ Gmt:ff180540 ] (9a:02) ClrTrackBit
  1643. [ Gmt:ff0d5934 ] (9a:01) Event 23 Result State 0->0
  1644. [ Gmt:ff18a274 ] (9a:02) [WAKU] UpdateAvailableZoomFrame (XY:0,0 WH:1032,688)
  1645. [ Gmt:ff184178 ] (9a:02) gmtChangeZoomAvailableArea state:0
  1646. [ Gmt:ff0d5934 ] (9a:01) Event 26 Result State 0->0
  1647. [ Gmt:ff188784 ] (9a:01) [WAKU] Event 8 Result State 0->6
  1648. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80000004(3)
  1649. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8000000d(0x1)
  1650. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x8000000D(1)
  1651. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8000000e(0x157c)
  1652. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x8000000E(5500)
  1653. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2020000(0)
  1654. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x2020000(0)
  1655. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2020008(0)
  1656. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x2020008(0)
  1657. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2020009(0)
  1658. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x2020009(0)
  1659. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x202000a(0)
  1660. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x202000A(0)
  1661. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x202000b(0)
  1662. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x202000B(0)
  1663. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x202000d(0)
  1664. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x202000D(0)
  1665. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x202000e(0)
  1666. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x202000E(0)
  1667. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x202000f(0)
  1668. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x202000F(0)
  1669. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2020010(0)
  1670. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x2020010(0)
  1671. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2020011(0)
  1672. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x2020011(0)
  1673. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80000005(0x7d)
  1674. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80000005(125)
  1675. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80000006(0x20)
  1676. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80000006(32)
  1677. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80000007(0x68)
  1678. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80000007(104)
  1679. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80000008(0)
  1680. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80000008(0)
  1681. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8004000f(0)
  1682. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x8004000F(0)
  1683. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80000010(0)
  1684. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80000010(0)
  1685. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80000011(0)
  1686. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80000011(0)
  1687. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80000011(0)
  1688. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050022(0x1)
  1689. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80050022(1)
  1690. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050021(0x1)
  1691. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80050021(1)
  1692. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80040004(0)
  1693. [ Gmt:ff180148 ] (9a:03) gmtIgnore (state:0)
  1694. [ Gmt:ff0d5934 ] (9a:01) Event 7 Result State 0->0
  1695. [ Gmt:ff183644 ] (9a:03) PROP_SHOOTING_TYPE 0
  1696. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80040004(0)
  1697. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2060000(0x1)
  1698. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x2060000(1)
  1699. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80000028(0x21)
  1700. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80000028(33)
  1701. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8005000a(0)
  1702. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x8005000A(0)
  1703. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8005000c(0)
  1704. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x8005000C(0)
  1705. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80030018(0)
  1706. [ Gmt:ff180cc8 ] (9a:03) PROP_VIDEO_PHYSICAL_CONNECT:0x00000000
  1707. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80030018(0)
  1708. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8003002c(0)
  1709. [ Gmt:ff181a90 ] (9a:03) PROP_HDMI_PHYSICAL_CONNECT:0x00000000
  1710. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x8003002C(0)
  1711. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80030016(0)
  1712. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80030016(0)
  1713. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8005000d(0)
  1714. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x8005000D(0)
  1715. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80010004(0x9)
  1716. [ Gmt:ff181c58 ] (9a:03) GMT_CFN_AfAelBtn :1
  1717. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80010004(9)
  1718. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8000003d(0x10003)
  1719. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x8000003D(65539)
  1720. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80040018(0)
  1721. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80040018(0)
  1722. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x205000a(0)
  1723. [ Gmt:ff183800 ] (9a:03) PROP_LIVE_VIEW_FACE_AF
  1724. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x205000A(0)
  1725. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80030014(0x99)
  1726. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80030014(153)
  1727. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80030035(0)
  1728. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80030035(0)
  1729. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x20000(0x44c0)
  1730. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x20000(17600)
  1731. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80000024(0)
  1732. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80000024(0)
  1733. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8004001d(0x1)
  1734. [ Gmt:ff190b60 ] (9a:03) [WAKU] gmtSelAFModeLiveFromFace (state:7)
  1735. [ Gmt:ff189860 ] (00:03) SetAfBitParam 4 4 (4696)
  1736. [ Gmt:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  1737. [ Gmt:ff189d54 ] (9a:05) [WAKU] TvAf+: 2 Win:0 [0 0 0 0 0] flg:0 4699
  1738. [ Gmt:ff190c00 ] (9a:00) [WAKU] Center : gmtSelAFModeLiveFromFace (608 409)
  1739. [ Gmt:ff18aaf8 ] (9a:03) [WAKU] gmtUpdateFrameWithModeChange (state:7 mani:22)
  1740. [ Gmt:ff18a9bc ] (9a:00) [WAKU] UpdateImageMagnify M:0 Z:65536 S:1 A:0
  1741. [ Gmt:ff18aaac ] (9a:00) [WAKU] Center : UpdateImageMagnify (608 409)
  1742. [ Gmt:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  1743. [ Gmt:ff17d780 ] (9a:03) Frame Invisible Position unsettled
  1744. [ Gmt:ff18a4a4 ] (9a:02) [WAKU] ZoomRatio:00010000 LvMode:0
  1745. [ Gmt:ff18a4c8 ] (9a:02) [WAKU] Avail ImgW:H(5184:3456)->(5184:3456)
  1746. [ Gmt:ff18a4ec ] (9a:02) [WAKU] Avail WinW:H(1032:688)->(1032:688)
  1747. [ Gmt:ff18a510 ] (9a:02) [WAKU] Avail X:Y(0:0)->(0:0)
  1748. [ Gmt:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  1749. [ Gmt:ff17d780 ] (9a:03) Frame Invisible Position unsettled
  1750. [ Gmt:ff18a6dc ] (9a:03) [WAKU] UpdateAvailableFrame [7,0](XY:0,0 WH:1032,688)
  1751. [ Gmt:ff180538 ] (9a:02) gmtChangeAvailableArea ClrTrackbit(Disp:0,Af:1)
  1752. [ Gmt:ff180540 ] (9a:02) ClrTrackBit
  1753. [ Gmt:ff0d5934 ] (9a:01) Event 23 Result State 0->0
  1754. [ Gmt:ff18a274 ] (9a:02) [WAKU] UpdateAvailableZoomFrame (XY:0,0 WH:1032,688)
  1755. [ Gmt:ff184178 ] (9a:02) gmtChangeZoomAvailableArea state:0
  1756. [ Gmt:ff0d5934 ] (9a:01) Event 26 Result State 0->0
  1757. [ Gmt:ff188784 ] (9a:01) [WAKU] Event 6 Result State 6->7
  1758. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x8004001D(1)
  1759. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80000039(0)
  1760. [ Gmt:ff181fd0 ] (9a:03) PROP_MOVIE_PARAM Mode:0, R(2->4), SC(0->0) SZ(0->0)
  1761. [ Gmt:ff181fec ] (9a:03) PROP_MOVIE_PARAM DZ(0->0)
  1762. [ Gmt:ff18b234 ] (9a:03) #InitialZone# LvMode:0,Ratio:0 Bit:0xff,0xff,0xff,0x7f
  1763. [ Gmt:ff17f2b4 ] (9a:03) gmtSaveModeChangeEvent state:0
  1764. [ Gmt:ff0d5934 ] (9a:01) Event 9 Result State 0->0
  1765. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80000039(0)
  1766. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8004001c(0x1)
  1767. [ Gmt:ff182434 ] (9a:03) PROP_LIVE_VIEW_MOVIE_SELECT:1
  1768. [ Gmt:ff1806d0 ] (9a:03) gmtViewTypeSelect: 0 -> 0
  1769. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x8004001C(1)
  1770. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80000034(0x1)
  1771. [ Gmt:ff1824ec ] (9a:03) PROP_LIVE_VIEW_VIEWTYPE_SELECT:1
  1772. [ Gmt:ff1806d0 ] (9a:03) gmtViewTypeSelect: 0 -> 1
  1773. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80000034(1)
  1774. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x202000c(0x1)
  1775. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x202000C(1)
  1776. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2050024(0x1)
  1777. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x2050024(1)
  1778. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050020(0)
  1779. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80050020(0)
  1780. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x206000a(0x87)
  1781. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x206000A(135)
  1782. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x206000b(0x87)
  1783. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x206000B(135)
  1784. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x206000c(0x87)
  1785. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x206000C(135)
  1786. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2060007(0)
  1787. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x2060007(0)
  1788. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2060008(0)
  1789. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x2060008(0)
  1790. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2060009(0)
  1791. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2060009(0)
  1792. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x2060009(0)
  1793. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2060001(0)
  1794. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x2060001(0)
  1795. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2060002(0)
  1796. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x2060002(0)
  1797. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2060003(0)
  1798. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x2060003(0)
  1799. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2060004(0)
  1800. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x2060004(0)
  1801. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2060005(0)
  1802. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x2060005(0)
  1803. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2060006(0)
  1804. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x2060006(0)
  1805. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x206001e(0)
  1806. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x206001E(0)
  1807. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x4010000(0x1)
  1808. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x4010000(1)
  1809. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x4010002(0)
  1810. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x4010002(0)
  1811. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x4010004(0)
  1812. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x4010004(0)
  1813. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x4010001(0x844140)
  1814. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x4010001(8667456)
  1815. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x4010003(0)
  1816. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x4010003(0)
  1817. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x4010005(0)
  1818. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x4010005(0)
  1819. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2050019(0)
  1820. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x2050019(0)
  1821. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x205001a(0)
  1822. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x205001A(0)
  1823. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80040011(0)
  1824. [ Gmt:ff182784 ] (9a:03) PROP_ELECTRIC_SHUTTER_MODE(0)
  1825. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80040011(0)
  1826. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050015(0x1)
  1827. [ Gmt:ff192200 ] (9a:03) [WAKU] gmtDispSize (state:7)
  1828. [ Gmt:ff188784 ] (9a:01) [WAKU] Event 16 Result State 7->7
  1829. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80050015(1)
  1830. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050013(0)
  1831. [ Gmt:ff182650 ] (9a:03) PROP_LV_LENS_DRIVE_REMOTE(mode:0)
  1832. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80050013(0)
  1833. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050018(0)
  1834. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80050018(0)
  1835. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050016(0)
  1836. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80050016(0)
  1837. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050019(0x1450)
  1838. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80050019(5200)
  1839. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050020(0)
  1840. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80050020(0)
  1841. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050027(0)
  1842. [ Gmt:ff181998 ] (9a:03) PROP_LV_TVAF_MODE AFMode: 0
  1843. [ Gmt:ff194df0 ] (9a:02) [WAKU] gmtIgnore (state:7)
  1844. [ Gmt:ff188784 ] (9a:01) [WAKU] Event 10 Result State 7->7
  1845. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80050027(0)
  1846. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80030037(0)
  1847. [ Gmt:ff1826c8 ] (9a:03) PROP_FIXED_MOVIE: 0 -> 0
  1848. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80030037(0)
  1849. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80020000(0)
  1850. [ Gmt:ff183644 ] (9a:03) PROP_GUI_STATE :0
  1851. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80020000(0)
  1852. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8000003a(0x3)
  1853. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x8000003A(3)
  1854. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8000003b(0x4878)
  1855. [ Gmt:ff183644 ] (9a:03) PROP_AUTO_ISO_RANGE:Max(78)Min(48)
  1856. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x8000003B(18552)
  1857. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8000003c(0x1)
  1858. [ Gmt:ff1827ac ] (9a:03) PROP_MOVIE_REC_AF:(1)
  1859. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x8000003C(1)
  1860. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80030028(0)
  1861. [ Gmt:ff182904 ] (00:07) SPECIAL_OPTION AF MOVIE GERO OFF
  1862. [ Gmt:ff183644 ] (9a:03) SPECIAL_OPTION_LVAE_GERO_MODE:0x00000000
  1863. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80030028(0)
  1864. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050005(0)
  1865. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80050005(0)
  1866. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050000(0)
  1867. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80050000(0)
  1868. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80030011(0)
  1869. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80030011(0)
  1870. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050029(0)
  1871. [ Gmt:ff183644 ] (9a:03) PROP_LV_AF_RESULT_MPU TrackDisp:0, On:0
  1872. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80050029(0)
  1873. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8005003b(0)
  1874. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x8005003B(0)
  1875. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8000004a(0)
  1876. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x8000004A(0)
  1877. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80000049(0)
  1878. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80000049(0)
  1879. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80000026(0)
  1880. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80000026(0)
  1881. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80040033(0x4880)
  1882. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80040033(18560)
  1883. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80040040(0)
  1884. [ Gmt:ff180e54 ] (9a:03) PROP_CONTINUOUS_AF: 0
  1885. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80040040(0)
  1886. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050031(0)
  1887. [ Gmt:ff182a10 ] (9a:03) PROP_LV_CONTINUOUS_START: 0
  1888. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80050031(0)
  1889. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050032(0)
  1890. [ Gmt:ff182a60 ] (9a:03) PROP_LV_CONTINUOUS_STOP: 0
  1891. [ Gmt:ff18bba4 ] (9a:03) [WAKU] gmtUpdateFrame (state:7, type:0) fModeChange:0
  1892. [ Gmt:ff18a9bc ] (9a:00) [WAKU] UpdateImageMagnify M:0 Z:65536 S:1 A:0
  1893. [ Gmt:ff18aaac ] (9a:00) [WAKU] Center : UpdateImageMagnify (608 409)
  1894. [ Gmt:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  1895. [ Gmt:ff17d780 ] (9a:03) Frame Invisible Position unsettled
  1896. [ Gmt:ff18a4a4 ] (9a:02) [WAKU] ZoomRatio:00010000 LvMode:0
  1897. [ Gmt:ff18a4c8 ] (9a:02) [WAKU] Avail ImgW:H(5184:3456)->(5184:3456)
  1898. [ Gmt:ff18a4ec ] (9a:02) [WAKU] Avail WinW:H(1032:688)->(1032:688)
  1899. [ Gmt:ff18a510 ] (9a:02) [WAKU] Avail X:Y(0:0)->(0:0)
  1900. [ Gmt:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  1901. [ Gmt:ff17d780 ] (9a:03) Frame Invisible Position unsettled
  1902. [ Gmt:ff18a6dc ] (9a:03) [WAKU] UpdateAvailableFrame [7,0](XY:0,0 WH:1032,688)
  1903. [ Gmt:ff180538 ] (9a:02) gmtChangeAvailableArea ClrTrackbit(Disp:0,Af:1)
  1904. [ Gmt:ff180540 ] (9a:02) ClrTrackBit
  1905. [MPU] Received: 12 11 09 15 00 00 00 00 00 00 00 00 00 00 00 00 00 00 (PROP 80050020 - spell #20)
  1906. [ Gmt:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  1907. [ Gmt:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  1908. [ Gmt:ff0d5934 ] (9a:01) Event 23 Result State 0->0
  1909. [ Gmt:ff18a274 ] (9a:02) [WAKU] UpdateAvailableZoomFrame (XY:0,0 WH:1032,688)
  1910. [ Gmt:ff184178 ] (9a:02) gmtChangeZoomAvailableArea state:0
  1911. [ Gmt:ff0d5934 ] (9a:01) Event 26 Result State 0->0
  1912. [ Gmt:ff188784 ] (9a:01) [WAKU] Event 15 Result State 7->7
  1913. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80050032(0)
  1914. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050033(0)
  1915. [ Gmt:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  1916. [ Gmt:ff182aa4 ] (9a:03) PROP_LV_CONTINUOUS_RESULT 0
  1917. [ Gmt:ff18bba4 ] (9a:03) [WAKU] gmtUpdateFrame (state:7, type:0) fModeChange:0
  1918. [ Gmt:ff18a9bc ] (9a:00) [WAKU] UpdateImageMagnify M:0 Z:65536 S:1 A:0
  1919. [ Gmt:ff18aaac ] (9a:00) [WAKU] Center : UpdateImageMagnify (608 409)
  1920. [ Gmt:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  1921. [ Gmt:ff17d780 ] (9a:03) Frame Invisible Position unsettled
  1922. [ Gmt:ff18a4a4 ] (9a:02) [WAKU] ZoomRatio:00010000 LvMode:0
  1923. [ Gmt:ff18a4c8 ] (9a:02) [WAKU] Avail ImgW:H(5184:3456)->(5184:3456)
  1924. [ Gmt:ff18a4ec ] (9a:02) [WAKU] Avail WinW:H(1032:688)->(1032:688)
  1925. [ Gmt:ff18a510 ] (9a:02) [WAKU] Avail X:Y(0:0)->(0:0)
  1926. [ Gmt:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  1927. [ Gmt:ff17d780 ] (9a:03) Frame Invisible Position unsettled
  1928. [ Gmt:ff18a6dc ] (9a:03) [WAKU] UpdateAvailableFrame [7,0](XY:0,0 WH:1032,688)
  1929. [ Gmt:ff180538 ] (9a:02) gmtChangeAvailableArea ClrTrackbit(Disp:0,Af:1)
  1930. [ Gmt:ff180540 ] (9a:02) ClrTrackBit
  1931. [ Gmt:ff0d5934 ] (9a:01) Event 23 Result State 0->0
  1932. [ Gmt:ff18a274 ] (9a:02) [WAKU] UpdateAvailableZoomFrame (XY:0,0 WH:1032,688)
  1933. [ Gmt:ff184178 ] (9a:02) gmtChangeZoomAvailableArea state:0
  1934. [ Gmt:ff0d5934 ] (9a:01) Event 26 Result State 0->0
  1935. [ Gmt:ff188784 ] (9a:01) [WAKU] Event 15 Result State 7->7
  1936. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80050033(0)
  1937. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80000042(0x1)
  1938. [ Gmt:ff18bba4 ] (9a:03) [WAKU] gmtUpdateFrame (state:7, type:0) fModeChange:0
  1939. [ Gmt:ff18a9bc ] (9a:00) [WAKU] UpdateImageMagnify M:0 Z:65536 S:1 A:0
  1940. [ Gmt:ff18aaac ] (9a:00) [WAKU] Center : UpdateImageMagnify (608 409)
  1941. [ Gmt:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  1942. [ Gmt:ff17d780 ] (9a:03) Frame Invisible Position unsettled
  1943. [ Gmt:ff18a4a4 ] (9a:02) [WAKU] ZoomRatio:00010000 LvMode:0
  1944. [ Gmt:ff18a4c8 ] (9a:02) [WAKU] Avail ImgW:H(5184:3456)->(5184:3456)
  1945. [ Gmt:ff18a4ec ] (9a:02) [WAKU] Avail WinW:H(1032:688)->(1032:688)
  1946. [ Gmt:ff18a510 ] (9a:02) [WAKU] Avail X:Y(0:0)->(0:0)
  1947. [ Gmt:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  1948. [ Gmt:ff17d780 ] (9a:03) Frame Invisible Position unsettled
  1949. [ Gmt:ff18a6dc ] (9a:03) [WAKU] UpdateAvailableFrame [7,0](XY:0,0 WH:1032,688)
  1950. [ Gmt:ff180538 ] (9a:02) gmtChangeAvailableArea ClrTrackbit(Disp:0,Af:1)
  1951. [ Gmt:ff180540 ] (9a:02) ClrTrackBit
  1952. [ Gmt:ff0d5934 ] (9a:01) Event 23 Result State 0->0
  1953. [ Gmt:ff18a274 ] (9a:02) [WAKU] UpdateAvailableZoomFrame (XY:0,0 WH:1032,688)
  1954. [ Gmt:ff184178 ] (9a:02) gmtChangeZoomAvailableArea state:0
  1955. [ Gmt:ff0d5934 ] (9a:01) Event 26 Result State 0->0
  1956. [ Gmt:ff188784 ] (9a:01) [WAKU] Event 15 Result State 7->7
  1957. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80000042(1)
  1958. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80030061(0)
  1959. [ Gmt:ff182c84 ] (9a:03) PROP_TVAF_CONTINUOUS_STATE: 0
  1960. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80030061(0)
  1961. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2050015(0)
  1962. [ Gmt:ff182940 ] (9a:03) PROP_IMAGE_ASPECT_RATIO: 0
  1963. [ Gmt:ff18bba4 ] (9a:03) [WAKU] gmtUpdateFrame (state:7, type:0) fModeChange:0
  1964. [ Gmt:ff18a9bc ] (9a:00) [WAKU] UpdateImageMagnify M:0 Z:65536 S:1 A:0
  1965. [ Gmt:ff18aaac ] (9a:00) [WAKU] Center : UpdateImageMagnify (608 409)
  1966. [ Gmt:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  1967. [ Gmt:ff17d780 ] (9a:03) Frame Invisible Position unsettled
  1968. [ Gmt:ff18a4a4 ] (9a:02) [WAKU] ZoomRatio:00010000 LvMode:0
  1969. [ Gmt:ff18a4c8 ] (9a:02) [WAKU] Avail ImgW:H(5184:3456)->(5184:3456)
  1970. [ Gmt:ff18a4ec ] (9a:02) [WAKU] Avail WinW:H(1032:688)->(1032:688)
  1971. [ Gmt:ff18a510 ] (9a:02) [WAKU] Avail X:Y(0:0)->(0:0)
  1972. [ Gmt:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  1973. [ Gmt:ff17d780 ] (9a:03) Frame Invisible Position unsettled
  1974. [ Gmt:ff18a6dc ] (9a:03) [WAKU] UpdateAvailableFrame [7,0](XY:0,0 WH:1032,688)
  1975. [ Gmt:ff180538 ] (9a:02) gmtChangeAvailableArea ClrTrackbit(Disp:0,Af:1)
  1976. [ Gmt:ff180540 ] (9a:02) ClrTrackBit
  1977. [ Gmt:ff0d5934 ] (9a:01) Event 23 Result State 0->0
  1978. [ Gmt:ff18a274 ] (9a:02) [WAKU] UpdateAvailableZoomFrame (XY:0,0 WH:1032,688)
  1979. [ Gmt:ff184178 ] (9a:02) gmtChangeZoomAvailableArea state:0
  1980. [ Gmt:ff0d5934 ] (9a:01) Event 26 Result State 0->0
  1981. [ Gmt:ff188784 ] (9a:01) [WAKU] Event 15 Result State 7->7
  1982. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x2050015(0)
  1983. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8005002d(0)
  1984. [ Gmt:ff182dc4 ] (9a:03) PROP_LV_IMAGE_HANDLE_FOR_MULTIPLE_EXPOSURE:00000000
  1985. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x8005002D(0)
  1986. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8000003f(0x1020000)
  1987. [ Gmt:ff182dfc ] (9a:03) PROP_MULTIPLE_EXPOSURE_SETTING:0
  1988. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x8000003F(16908288)
  1989. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2050028(0)
  1990. [ Gmt:ff183644 ] (9a:03) PROP_TOUCH_SHUTTER :0
  1991. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x2050028(0)
  1992. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80000027(0x1)
  1993. [ Gmt:ff183644 ] (9a:03) PROP_NO_CARD_RELEASE :1
  1994. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80000027(1)
  1995. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80040002(0x2)
  1996. [ Gmt:ff183644 ] (9a:02) PROP_CURRENT_MEDIA :2
  1997. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80040002(2)
  1998. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8000001d(0)
  1999. [ Gmt:ff183644 ] (9a:02) PROP_CARD1_EXIST :0
  2000. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x8000001D(0)
  2001. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8000001e(0x1)
  2002. [ Gmt:ff183644 ] (9a:02) PROP_CARD2_EXIST :1
  2003. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x8000001E(1)
  2004. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8005003d(0)
  2005. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x8005003D(0)
  2006. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8005003e(0)
  2007. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x8005003E(0)
  2008. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050040(0)
  2009. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80050040(0)
  2010. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050044(0)
  2011. [ Gmt:ff183830 ] (9a:16) PROP_LV_PROHIBIT_OUTPUT 0 0
  2012. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x80050044(0)
  2013. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8005003a(0)
  2014. [ Gmt:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  2015. [ Gmt:ff18b90c ] (9a:03) [WAKU] ConvertMultiOffsetToImageMagnify:Offset 0
  2016. [ Gmt:ff18bba4 ] (9a:03) [WAKU] gmtUpdateFrame (state:7, type:0) fModeChange:0
  2017. [ Gmt:ff18a9bc ] (9a:00) [WAKU] UpdateImageMagnify M:0 Z:65536 S:1 A:0
  2018. [ Gmt:ff18aaac ] (9a:00) [WAKU] Center : UpdateImageMagnify (608 409)
  2019. [ Gmt:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  2020. [ Gmt:ff17d780 ] (9a:03) Frame Invisible Position unsettled
  2021. [ Gmt:ff17d780 ] (9a:03) Frame Invisible Position unsettled
  2022. [ Gmt:ff18a4a4 ] (9a:02) [WAKU] ZoomRatio:00010000 LvMode:0
  2023. [ Gmt:ff18a4c8 ] (9a:02) [WAKU] Avail ImgW:H(5184:3456)->(5184:3456)
  2024. [ Gmt:ff18a4ec ] (9a:02) [WAKU] Avail WinW:H(1032:688)->(1032:688)
  2025. [ Gmt:ff18a510 ] (9a:02) [WAKU] Avail X:Y(0:0)->(0:0)
  2026. [ Gmt:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  2027. [ Gmt:ff17d780 ] (9a:03) Frame Invisible Position unsettled
  2028. [ Gmt:ff18a6dc ] (9a:03) [WAKU] UpdateAvailableFrame [7,0](XY:0,0 WH:1032,688)
  2029. [ Gmt:ff180538 ] (9a:02) gmtChangeAvailableArea ClrTrackbit(Disp:0,Af:1)
  2030. [ Gmt:ff180540 ] (9a:02) ClrTrackBit
  2031. [ Gmt:ff0d5934 ] (9a:01) Event 23 Result State 0->0
  2032. [ Gmt:ff18a274 ] (9a:02) [WAKU] UpdateAvailableZoomFrame (XY:0,0 WH:1032,688)
  2033. [ Gmt:ff184178 ] (9a:02) gmtChangeZoomAvailableArea state:0
  2034. [ Gmt:ff0d5934 ] (9a:01) Event 26 Result State 0->0
  2035. [ Gmt:ff188784 ] (9a:01) [WAKU] Event 15 Result State 7->7
  2036. [ Gmt:ff1836b4 ] (9a:03) [LV] AF_RESULT_2 OK:Offset:0 (608,409)
  2037. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 0->0 ID 0x8005003A(0)
  2038. [ Gmt:ff17e7e4 ] (9a:03) gmtInit
  2039. [ Gmt:ff0d5934 ] (9a:01) Event 0 Result State 0->1
  2040. [ Gmt:ff17e8bc ] (9a:03) gmtStart:0x2
  2041. [ Gmt:ff0d5934 ] (9a:01) Event 1 Result State 1->1
  2042. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80050007, 0x1440)
  2043. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  2044. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  2045. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80050007, 0x1440)
  2046. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80050007, 0x1440)
  2047. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80050007, 0x1440)
  2048. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80050007, 0x1440)
  2049. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80050007, 0x1440)
  2050. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80050007, 0x1440)
  2051. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050018(0x1)
  2052. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80050018(1)
  2053. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050019(0x157c)
  2054. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80050019(5500)
  2055. [ Startup:ff1884d0 ] (9a:03) [WAKU] GMT_WAKU_Initialize
  2056. [ Startup:ff180538 ] (9a:02) gmtChangeAvailableArea ClrTrackbit(Disp:0,Af:1)
  2057. [ Startup:ff180540 ] (9a:02) ClrTrackBit
  2058. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80050007, 0x1440)
  2059. [ Startup:ff0d5934 ] (9a:01) Event 23 Result State 1->1
  2060. [ Startup:00016b44 ] task_create(Evf, prio=f, stack=c00, entry=16a50, arg=6febfc)
  2061. [ Evf:ff176e54 ] (a9:03) evfInit
  2062. [ Evf:ff379964 ] (ad:03) ClearRam::0x406ff000
  2063. [ Evf:ff379974 ] (ad:03) ResLock CreateLock[20] OK
  2064. [ Evf:ff37b394 ] (ad:03) Af_InitializePath[7x5 1x1] 900
  2065. [ Evf:ff37b3c4 ] (ad:03) 1807 726 1807 726
  2066. [ Evf:0000ad80 ] (00:05) [HPC] ReserveHPCopyChannel (0, 47)
  2067. [ Evf:ff38145c ] (ad:01) PATH_IMGREG_Initilize
  2068. [ Evf:ff378454 ] (ad:03) Flicker_GetPathParameter(1152)
  2069. [ Evf:ff4eb540 ] (ab:16) InitializeLiveViewDefectDetection
  2070. [ Evf:ff3755b0 ] (ab:16) ExecuteDefectMarge Start
  2071. [ Evf:ff375ad0 ] (ab:16) ExecuteDefectMarge End
  2072. [ Evf:ff176f2c ] (a9:03) evfInit Done
  2073. [ LVC_DEV:ff25df24 ] (3d:02) ->lvcdevSetFlickerTable
  2074. [ Startup:00016b44 ] task_create(Epp, prio=10, stack=c00, entry=16a50, arg=70a01c)
  2075. [ Startup:ff0d4fe8 ] (9b:03) CreateTaskClass
  2076. [MPU] Received: 14 13 09 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 (unnamed - spell #21)
  2077. [ Startup:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  2078. [ Startup:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  2079. [ Startup:ff36e91c ] (9b:01) [CFIL][DIO] InitializeCFilterDioramaState 0x70c9e4 0x70c958
  2080. [ Startup:ff36f2dc ] (9b:01) [CFIL][TOY] InitializeCFilterToyCamState 0x70cb40 0x70c958
  2081. [ Startup:ff36fb7c ] (9b:01) [CFIL][ROU] InitializeCFilterRoghMonoState 0x70cb78 0x70c958
  2082. [ Startup:ff370404 ] (9b:01) [CFIL][FIS] InitializeCFilterFishEyeState 0x70cbb4 0x70c958
  2083. [ Startup:ff370b38 ] (9b:01) [CFIL][WAT] InitializeCFilterWaterColorState 0x70cbc8 0x70c958
  2084. [ Startup:ff371408 ] (9b:01) [CFIL][PAI] InitializeCFilterPaintLikeState 0x70ccbc 0x70c958
  2085. [ Startup:ff36e960 ] (9b:01) [CFIL][DIO] CreateDioramaStateObject 0x70cd20
  2086. [ Startup:ff36f320 ] (9b:01) [CFIL][TOY] CreateToyCamStateObject 0x70cd4c
  2087. [ Startup:ff36fbc0 ] (9b:01) [CFIL][ROU] CreateRoughMonoStateObject 0x70cd78
  2088. [ Startup:ff370448 ] (9b:01) [CFIL][FIS] CreateFishEyeStateObject 0x70cda4
  2089. [ Startup:ff370b7c ] (9b:01) [CFIL][WAT] CreateWaterColorStateObject 0x70cdd0
  2090. [ Startup:ff37144c ] (9b:01) [CFIL][PAI] CreatePaintLikeStateObject 0x70cdfc
  2091. [ Startup:ff17bc40 ] (9b:01) [CFIL][DIO] InitializeCFilterStage 0x70c958
  2092. [ Startup:ff0d5058 ] (9b:03) LV_JOB_Initialize
  2093. [ Startup:00016b44 ] task_create(LVFACE, prio=14, stack=4000, entry=16a50, arg=70d5bc)
  2094. [MPU] Received: 08 06 09 1f 00 00 00 00 (PROP 80050034 - spell #22)
  2095. [ Startup:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  2096. [ Startup:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  2097. [ LVFACE:ff25cbd0 ] (0a:03) LVCPF_SetPrimaryFaceMode
  2098. [ Startup:ff0d6008 ] (b9:03) LVICV_Initialize
  2099. [MPU] Received: 06 05 01 5a 00 00 (PROP_CONTINUOUS_AF_VALID - spell #23)
  2100. [MPU] Sending : 06 05 01 59 01 00 (PROP_MOVIE_SERVO_AF)
  2101. [ Startup:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  2102. [ Startup:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  2103. [ Startup:00016b44 ] task_create(LVICV, prio=13, stack=1000, entry=16a50, arg=70d834)
  2104. [MPU] Received: 06 05 09 2f 01 00 (unnamed - spell #24)
  2105. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  2106. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  2107. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80000042, 0x1)
  2108. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80000042(0x1)
  2109. [ Gmt:ff192068 ] (9a:03) [WAKU] gmtUpdateFrameFace (state:0,LockBit:0,Frame:0)
  2110. [ Gmt:ff18bba4 ] (9a:03) [WAKU] gmtUpdateFrame (state:0, type:0) fModeChange:0
  2111. [ Gmt:ff18a9bc ] (9a:00) [WAKU] UpdateImageMagnify M:0 Z:65536 S:1 A:0
  2112. [ Gmt:ff18aaac ] (9a:00) [WAKU] Center : UpdateImageMagnify (608 409)
  2113. [ Gmt:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  2114. [ Gmt:ff17d780 ] (9a:03) Frame Invisible Position unsettled
  2115. [ Gmt:ff18a4a4 ] (9a:02) [WAKU] ZoomRatio:00010000 LvMode:0
  2116. [ Gmt:ff18a4c8 ] (9a:02) [WAKU] Avail ImgW:H(5184:3456)->(5184:3456)
  2117. [ Gmt:ff18a4ec ] (9a:02) [WAKU] Avail WinW:H(1032:688)->(1032:688)
  2118. [ Gmt:ff18a510 ] (9a:02) [WAKU] Avail X:Y(0:0)->(0:0)
  2119. [ Gmt:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  2120. [ Gmt:ff17d780 ] (9a:03) Frame Invisible Position unsettled
  2121. [ Gmt:ff18a6dc ] (9a:03) [WAKU] UpdateAvailableFrame [0,0](XY:0,0 WH:1032,688)
  2122. [ Gmt:ff180538 ] (9a:02) gmtChangeAvailableArea ClrTrackbit(Disp:0,Af:1)
  2123. [ Gmt:ff180540 ] (9a:02) ClrTrackBit
  2124. [ Gmt:ff0d5934 ] (9a:01) Event 23 Result State 1->1
  2125. [ Gmt:ff18a274 ] (9a:02) [WAKU] UpdateAvailableZoomFrame (XY:0,0 WH:1032,688)
  2126. [ Gmt:ff184178 ] (9a:02) gmtChangeZoomAvailableArea state:1
  2127. [ Gmt:ff0d5934 ] (9a:01) Event 26 Result State 1->1
  2128. [ Gmt:ff1920ec ] (9a:03) [WAKU] UpdateFace 0 0 0
  2129. [ Gmt:ff188784 ] (9a:01) [WAKU] Event 15 Result State 0->0
  2130. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80000042(1)
  2131. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80050007, 0x1440)
  2132. [ LVICV:ff1a0388 ] (b9:05) icInitAction (state:1)
  2133. [ Startup:00016b44 ] task_create(CLR_CALC, prio=18, stack=4000, entry=16a50, arg=70dac0)
  2134. [ Startup:00016b44 ] task_create(AeWb, prio=13, stack=2000, entry=16a50, arg=70f398)
  2135. [MPU] Received: 14 13 09 25 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 (unnamed - spell #25)
  2136. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80050009, 0x200)
  2137. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050009(0x200)
  2138. [ Gmt:ff183264 ] (9a:03) AF_RESULT1 0 2 0 0
  2139. [ Gmt:ff373f7c ] (9a:03) TA10 OFF (AF Start)
  2140. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80050009(512)
  2141. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  2142. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  2143. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  2144. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  2145. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  2146. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  2147. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80050008(0)
  2148. [ AeWb:ff2603d8 ] (98:03) [AEWB] PROP_LV_BV:0x00
  2149. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80050010(0)
  2150. [ AeWb:ff260850 ] (98:02) SCN Strobo 12(ffffff7f)
  2151. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80050005(0)
  2152. [ AeWb:ff2608a8 ] (98:03) PROP_LV_EMD_DRIVE_RESULT
  2153. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x8005000b(0)
  2154. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80030011(0)
  2155. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80050000(0)
  2156. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x8005000c(0)
  2157. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80050014(0)
  2158. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0xb000000(0x1c0f3c)
  2159. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x8005001b(0)
  2160. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80050029(0)
  2161. [ AeWb:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  2162. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x3002e(0x1)
  2163. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80050027(0)
  2164. [ AeWb:ff2606cc ] (98:03) [AE] PROP_LV_TVAF_MODE 0 Av:0
  2165. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x8005002b(0)
  2166. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80050033(0)
  2167. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80050013(0)
  2168. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80050002(0)
  2169. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80030042(0x3)
  2170. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x8004002a(0)
  2171. [ AeWb:ff26037c ] (98:03) PROP_AF_ASSIST_BEAM_FIRING 0
  2172. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80000002(0x3)
  2173. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x8004001d(0x1)
  2174. [ AeWb:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  2175. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x8005003a(0)
  2176. [ AeWb:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  2177. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x8005003b(0)
  2178. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80050045(0)
  2179. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80080002(0)
  2180. [ AeWb:ff260d08 ] (98:03) SCN Status 0
  2181. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80050042(0)
  2182. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80000042(0x1)
  2183. [ AeWb:ff2611ac ] (98:03) PROP_MOVIE_SERVO_AF_ON
  2184. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80050007(0x1440)
  2185. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80030028(0)
  2186. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80030028(0)
  2187. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80070000(0)
  2188. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80000008(0)
  2189. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80000024(0)
  2190. [ AeWb:ff26faac ] (00:07) [AF] Ratio:30 Reboot:2 !!!
  2191. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80050009(0x200)
  2192. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80000004(0x3)
  2193. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80000007(0x68)
  2194. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x30039(0x4a60a20)
  2195. [ AeWb:ff25e604 ] (98:03) [AEWB] aewbInit
  2196. [MPU] Received: 0a 08 09 1a 00 00 00 00 00 00 (PROP 8005002A - spell #27)
  2197. [ AeWb:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  2198. [ AeWb:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  2199. [ AeWb:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  2200. [ AeWb:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  2201. [ AeWb:ff267268 ] (af:03) DetectFlicker Init
  2202. [ PropMgr:ff26e460 ] (b0:03) [AF] AfCtrl_PropertyCBR PROP_LV_AF(0x3002e)
  2203. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 20, ClassID = 155
  2204. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 21, ClassID = 155
  2205. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 22, ClassID = 155
  2206. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 23, ClassID = 155
  2207. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 24, ClassID = 155
  2208. [ Startup:ff0c4304 ] (8b:05) startupPrepareRemote
  2209. [ Startup:0001645c ] task_create(GaUSB20Drv, prio=19, stack=800, entry=16348, arg=71f3c8)
  2210. [MPU] Received: 0a 08 09 24 00 00 00 00 00 00 (unnamed - spell #28)
  2211. [ Startup:00009eec ] task_create(USBTrns, prio=19, stack=0, entry=ff287280, arg=0)
  2212. [ Startup:ff287a3c ] (32:01) CableConnectedStatusCBR[0]
  2213. [ Startup:00009eec ] task_create(SDIOTrns, prio=19, stack=0, entry=ff288d14, arg=0)
  2214. [ Startup:ff2ae58c ] (14:16) RegisterCBRSDIOCableConnect
  2215. [ Startup:00009eec ] task_create(PTPSessionTASK, prio=19, stack=0, entry=ff2853a8, arg=721f28)
  2216. [ Startup:ff285790 ] (33:01) CrearePTPSession 721f28
  2217. [ Startup:ff28bdf4 ] (33:01) InitializeConnect:0
  2218. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  2219. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  2220. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  2221. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  2222. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x8003000f, 0)
  2223. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8003000f(0)
  2224. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8003000f(0)
  2225. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x8003000F(0)
  2226. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  2227. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  2228. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  2229. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  2230. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  2231. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  2232. [ PropMgr:ff28ba90 ] (33:01) ptpSessionConnectParamChangeCBR[0][0][0]
  2233. [ PropMgr:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2234. [ PropMgr:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2235. [ PropMgr:ff28bae8 ] (32:03) PROP_CONNECT_TARGET (0 <= 0)
  2236. [ PropMgr:ff28ba90 ] (33:01) ptpSessionConnectParamChangeCBR[0][0][0]
  2237. [ PropMgr:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2238. [ PropMgr:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2239. [ PropMgr:ff28bae8 ] (32:03) PROP_CONNECT_TARGET_WFT (0 <= 0)
  2240. [ Startup:0001645c ] task_create(PtpDps, prio=19, stack=0, entry=16348, arg=742e20)
  2241. [MPU] Received: 08 06 03 18 00 00 00 00 (PROP 8003000F - spell #29)
  2242. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  2243. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  2244. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][5]
  2245. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][5]
  2246. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][5]
  2247. [ PropMgr:ff0fea08 ] (33:01) Change ParamSize = 80040004 2
  2248. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][5]
  2249. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][5]
  2250. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][6]
  2251. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][6]
  2252. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][6]
  2253. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][6]
  2254. [ Startup:ff2e05a4 ] (27:01) FC_RegisterHandleCallback
  2255. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80020009,0x0
  2256. [ PropMgr:ff2a46f4 ] (33:03) PROP_ICU_UILOCK Rec[0]
  2257. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x8002000e,0x0
  2258. [ PropMgr:ff2a4a8c ] (33:03) PROP_REMOTE_BULB_RELEASE_START[0]
  2259. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x8002000f,0x0
  2260. [ PropMgr:ff2a4a8c ] (33:03) PROP_REMOTE_BULB_RELEASE_END[0]
  2261. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80020015,0x0
  2262. [ PropMgr:ff2a4a8c ] (33:03) PROP_REMOTE_SW1[0]
  2263. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80020016,0x0
  2264. [ PropMgr:ff2a4a8c ] (33:03) PROP_REMOTE_SW2[0]
  2265. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80050007,0x1440
  2266. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80020017,0x0
  2267. [ PropMgr:ff2a4a8c ] (33:03) PROP_REMOTE_AFSTART_BUTTON[0]
  2268. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80020000,0x0
  2269. [ PropMgr:ff2a49d0 ] (33:03) PROP_GUI_STATE[0]
  2270. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80040004,0x0
  2271. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x8004001c,0x1
  2272. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80000034,0x1
  2273. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80020018,0x0
  2274. [ PropMgr:ff2a4a08 ] (33:03) PROP_REMOTE_SET_BUTTON[0]
  2275. [ PropMgr:ff2a4a28 ] (33:03) Not Setting CFn MirrorUpState
  2276. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80030037,0x0
  2277. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80030012,0x0
  2278. [MPU] Received: 08 06 03 1f 00 00 00 00 (PROP 80030019 - spell #30)
  2279. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  2280. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  2281. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80030012,0x0
  2282. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][8]
  2283. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80030024,0x1
  2284. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][8]
  2285. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x8002001a,0x0
  2286. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x8000002a,0x1
  2287. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80050013,0x0
  2288. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][8]
  2289. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80000001,0x3
  2290. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0xe060002,0x30303030
  2291. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80040016,0x0
  2292. [ PropMgr:ff2a4a40 ] (33:03) PhotoStudioMode:0
  2293. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0xb000000,0x1c0f3c
  2294. [ PropMgr:ff2a4a8c ] (33:03) PROP_OPTICAL_CORRECT_PARAM Size:1aeb0 f3c
  2295. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x8003002d,0x0
  2296. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][8]
  2297. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80040041,0x0
  2298. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][8]
  2299. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80040045,0x0
  2300. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][8]
  2301. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x2070008,0xffffffff
  2302. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][8]
  2303. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80030059,0x0
  2304. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][8]
  2305. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80030057,0x0
  2306. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][8]
  2307. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80050022,0x1
  2308. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x8003000f,0x0
  2309. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][8]
  2310. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80030019,0x0
  2311. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][8]
  2312. [ PropMgr:ff29bc7c ] (33:03) PROP_LOGICAL_CONNECT[0]
  2313. [ PropMgr:ff29bdbc ] (33:03) PROP_TUNING_FLAG[ffffffff]
  2314. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][47]
  2315. [ PropMgr:ff29bd9c ] (33:03) PROP_LOGICAL_CONNECT_WFT[0]
  2316. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x8003000a,0x0
  2317. [ PropMgr:ff2a4a8c ] (33:03) PROP_REMOTE_RELEASE[0]
  2318. [ Startup:0001645c ] task_create(Remote, prio=19, stack=0, entry=16348, arg=79de04)
  2319. [MPU] Received: 06 05 03 13 00 00 (PROP_LOGICAL_CONNECT - spell #31)
  2320. [MPU] Sending : 06 05 01 58 00 00 (PROP_VIDEOSNAP_MODE)
  2321. [ Startup:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  2322. [ Startup:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  2323. [ MainCtrl:ff0ced84 ] (9c:01) ID:8000002C(11)
  2324. [ MainCtrl:ff146abc ] (9c:03) PROP_DISP_TV 0x0 0
  2325. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80030025,0x0
  2326. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][8]
  2327. [MPU] Received: 06 05 03 1e 00 00 (PROP 8003001A - spell #32)
  2328. [MPU] Sending : 06 05 03 38 96 00 (PROP 80030035)
  2329. [ Startup:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  2330. [ Startup:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  2331. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  2332. [ RscMgr:ff20c58c ] (80:03) PROP_VIDEOSNAP_MODE 0
  2333. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  2334. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  2335. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  2336. [ Startup:ff0ff6ec ] (33:01) PD_RegistRemoteFunc:0
  2337. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80030035(0x96)
  2338. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80030035(150)
  2339. [ Startup:ff1dd9f4 ] (9f:01) rmtFrameOperationInitialize[0]
  2340. [ Startup:ff1dd918 ] (9f:01) rmtMtpOperationInitialize[0]
  2341. [ Startup:ff1dd744 ] (9f:01) rmtStOperationInitialize[0]
  2342. [ Startup:ff1dd5a8 ] (9f:01) rmtDsOperationInitialize[0]
  2343. [ Startup:ff1dce8c ] (9f:01) rmtCeresOperationInitialize[0]
  2344. [ Startup:ff29c3b4 ] (9f:03) PTP_PROPERTY_RELEASE_PARAM_ID_LIST END:105
  2345. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000001][4][3]
  2346. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2347. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000004][2][3]
  2348. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2349. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000003][4][0]
  2350. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2351. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000002][4][3]
  2352. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2353. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[8000000d][4][1]
  2354. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2355. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[8000000e][4][157c]
  2356. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2357. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000011][4][0]
  2358. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2359. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000010][4][0]
  2360. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2361. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000013][4][0]
  2362. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2363. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000012][4][0]
  2364. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2365. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2060000][4][1]
  2366. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2367. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80030005][4][11a]
  2368. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2369. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80040019][4][0]
  2370. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2371. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000024][4][0]
  2372. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2373. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80030024][4][1]
  2374. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2375. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2][34c][6f6e6143]
  2376. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2377. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2000004][20][0]
  2378. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2379. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000006][4][20]
  2380. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2381. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000005][4][7d]
  2382. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2383. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000007][4][68]
  2384. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2385. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000008][4][0]
  2386. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2387. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[8000000b][2][0]
  2388. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2389. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80030004][4][2]
  2390. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2391. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80030003][4][0]
  2392. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2393. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000030][4][4060000]
  2394. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2395. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[4010000][4][1]
  2396. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2397. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[4010001][4140][844140]
  2398. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2399. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[4010002][4][0]
  2400. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2401. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[4010003][4140][0]
  2402. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2403. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[4010004][4][0]
  2404. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2405. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[4010005][4140][0]
  2406. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2407. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[8000002a][4][1]
  2408. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2409. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80010004][9][9]
  2410. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2411. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[e020001][38][20]
  2412. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2413. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80030011][1f][0]
  2414. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2415. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80040012][28][0]
  2416. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2417. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[8004000f][4][0]
  2418. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2419. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[8004001c][4][1]
  2420. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2421. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[8005000b][2][0]
  2422. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2423. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80050016][4][0]
  2424. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2425. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80050018][4][1]
  2426. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2427. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[8005001a][28][0]
  2428. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2429. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80050019][4][157c]
  2430. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2431. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2020006][4][0]
  2432. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2433. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2020000][2c][0]
  2434. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2435. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80030029][8][0]
  2436. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2437. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80030028][4][0]
  2438. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2439. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80040016][4][0]
  2440. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2441. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80040001][4][0]
  2442. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2443. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80040002][4][2]
  2444. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2445. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2010001][4][64]
  2446. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2447. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[1000006][8][7]
  2448. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2449. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[e070000][40][0]
  2450. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2451. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[e070001][40][0]
  2452. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2453. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[8000000b][2][0]
  2454. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2455. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[8004001d][4][1]
  2456. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2457. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000039][18][0]
  2458. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2459. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000034][4][1]
  2460. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2461. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80040004][2][0]
  2462. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2463. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[8000000a][8][400]
  2464. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2465. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80030021][46][0]
  2466. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2467. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[30001][1e5c][20000006]
  2468. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2469. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80030044][30][0]
  2470. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2471. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80030026][e][0]
  2472. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2473. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80040013][4][0]
  2474. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2475. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[e020002][1e4][0]
  2476. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2477. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000023][4][1]
  2478. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2479. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80030025][4][0]
  2480. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2481. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[1000000][4][ffffffff]
  2482. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2483. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80030013][4][0]
  2484. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2485. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80030012][4][0]
  2486. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2487. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000009][4][0]
  2488. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2489. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000008][4][0]
  2490. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2491. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[8000003d][3][10003]
  2492. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2493. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80030023][4][0]
  2494. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2495. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80030037][4][0]
  2496. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2497. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[8000003a][4][3]
  2498. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2499. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2050015][4][0]
  2500. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2501. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[205000e][4][2]
  2502. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2503. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2050017][4][2f002f]
  2504. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2505. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2050016][4][0]
  2506. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2507. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80030011][1f][0]
  2508. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2509. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80030000][c][1000021]
  2510. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2511. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000000][4][3]
  2512. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2513. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000029][3][0]
  2514. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2515. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000047][4][0]
  2516. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2517. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80040031][4][3f]
  2518. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2519. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000045][5][10000]
  2520. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2521. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80040042][2][3c]
  2522. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2523. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80040041][4][0]
  2524. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2525. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80040043][4][0]
  2526. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2527. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80040044][4][1]
  2528. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2529. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[205001f][4][13]
  2530. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2531. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2050020][4][0]
  2532. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2533. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80040021][2][100]
  2534. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2535. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80040014][4][0]
  2536. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2537. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000049][4][0]
  2538. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2539. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000042][4][1]
  2540. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2541. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000043][1][0]
  2542. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2543. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2050029][4][0]
  2544. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2545. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80040040][4][0]
  2546. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2547. [ Startup:ff1d9e30 ] (9f:03) RELEASE PARAM ID LIST Free
  2548. [ Startup:ff29c3fc ] (9f:03) PTP_PROPERTY_FLAVOR_PARAM_ID_LIST END:21
  2549. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000028][4][21]
  2550. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2551. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[206001e][18][0]
  2552. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2553. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2060001][18][0]
  2554. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2555. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2060002][18][0]
  2556. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2557. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2060003][18][0]
  2558. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2559. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2060004][18][0]
  2560. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2561. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2060005][18][0]
  2562. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2563. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2060006][18][0]
  2564. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2565. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2060007][18][0]
  2566. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2567. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2060008][18][0]
  2568. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2569. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2060009][18][0]
  2570. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2571. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[206000a][4][87]
  2572. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2573. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[206000b][4][87]
  2574. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2575. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[206000c][4][87]
  2576. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2577. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[4010000][4][1]
  2578. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2579. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[4010002][4][0]
  2580. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2581. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[4010004][4][0]
  2582. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2583. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[4010001][4140][844140]
  2584. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2585. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[4010003][4140][0]
  2586. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2587. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[4010005][4140][0]
  2588. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2589. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[30001][1e5c][20000006]
  2590. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  2591. [ Startup:ff29c430 ] (9f:03) SUPPORT ID LIST Free
  2592. [ Startup:ff1da3e0 ] (33:01) PD_RegistPropertyListCheckCBR ff1d93c8
  2593. [ Startup:ff1da3e8 ] (33:01) PD_RegistPropertyModeCheckCBR ff1d74c8
  2594. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  2595. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  2596. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  2597. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  2598. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  2599. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  2600. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  2601. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  2602. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  2603. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  2604. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  2605. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  2606. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  2607. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  2608. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  2609. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  2610. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  2611. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  2612. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  2613. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  2614. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  2615. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  2616. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  2617. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  2618. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  2619. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  2620. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  2621. [ PropMgr:ff0d9500 ] (9f:05) QuickTransmissionEnable (0, 1, 2, 2)
  2622. [ PropMgr:ff0d9548 ] (9f:05) PROP_CONNECT_TARGET (0 <= 0)
  2623. [ PropMgr:ff0d9670 ] (9f:05) PROP_CONNECT_TARGET_WFT (0 <= 0)
  2624. [ PropMgr:ff0d983c ] (9f:05) PROP_WFT_SYSTEM : 0
  2625. [ Startup:0001645c ] task_create(Fcreate, prio=19, stack=0, entry=16348, arg=7c10dc)
  2626. [ Startup:ff322b54 ] (0f:05) MAC_Initialize
  2627. [ PropMgr:ff3225b4 ] (0f:05) K_BOARDID4
  2628. [ PropMgr:ff3225d8 ] (0f:05) K_BOARDID3
  2629. [ PropMgr:ff322608 ] (0f:05) K_BOARDID2
  2630. [ PropMgr:ff322658 ] (0f:05) K_BOARDID1
  2631. [ Startup:ff322bdc ] (0f:05) Key=0 Board=0 Body=0x75328882
  2632. [ EventMgr:ff224d28 ] (8d:03) emRegisterMulticastCallback : EventID = 16, ClassID = 157
  2633. [ Startup:ff0f2464 ] (00:02) [SEQ] NotifyComplete (Startup, Flag = 0x100)
  2634. [ Startup:ff0f24c8 ] (00:03) [SEQ] NotifyComplete (Cur = 4, 0x110, Flag = 0x100)
  2635. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 5, Param = 0
  2636. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2637. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2638. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2639. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2640. [ PtpDps:ff294184 ] (33:03) PROP_PHYSICAL_CONNECT:0
  2641. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 5, Param = 0
  2642. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2643. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2644. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2645. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2646. [ PtpDps:ff2941d8 ] (33:03) PROP_CONNECT_TARGET (0 <= 0)
  2647. [ PtpDps:ff2ab53c ] (33:16) PSI UnlockTransImg : Trans List is NULL
  2648. [ PtpDps:ff2aacdc ] (33:16) PSI TarminateTransImgList : SessionTarget [1]
  2649. [ PtpDps:ff2aae18 ] (33:16) PSI TarminateTransImgList : Trans List is NULL
  2650. [ PtpDps:ff0d99c8 ] (9f:05) rmtFreeStoredJob (0, 0)
  2651. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 5, Param = 0
  2652. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2653. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2654. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2655. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2656. [ PtpDps:ff2943ac ] (33:03) PROP_CONNECT_TARGET_WFT (0 <= 0)
  2657. [ PtpDps:ff2ab53c ] (33:16) PSI UnlockTransImg : Trans List is NULL
  2658. [ PtpDps:ff2aacdc ] (33:16) PSI TarminateTransImgList : SessionTarget [10]
  2659. [ PtpDps:ff2aae18 ] (33:16) PSI TarminateTransImgList : Trans List is NULL
  2660. [ PtpDps:ff0d99c8 ] (9f:05) rmtFreeStoredJob (0, 0)
  2661. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 5, Param = 0
  2662. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2663. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2664. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2665. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2666. [ PtpDps:ff294580 ] (33:01) LV End Clear LVData
  2667. [ PtpDps:ff294580 ] (33:01) LV End Clear LVData
  2668. [ PtpDps:ff2aa160 ] (33:16) PSI DisconnectViewFinder
  2669. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 5, Param = 0
  2670. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2671. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2672. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2673. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2674. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 6, Param = 0
  2675. [ PtpDps:ff2a3180 ] (33:01) PtpPropSetStorageID:2,1,0
  2676. [ PtpDps:ff2a30fc ] (33:01) ptpStoragePublishStorageEvent:c193
  2677. [ PtpDps:ff2a3080 ] (33:01) PtpPropGetStorageID 3 0
  2678. [ PtpDps:ff28b3f0 ] (33:03) DSEvent:0xc193,0x0
  2679. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2680. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2681. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2682. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2683. [ PtpDps:ff2a30fc ] (33:01) ptpStoragePublishStorageEvent:c192
  2684. [ PtpDps:ff2a3080 ] (33:01) PtpPropGetStorageID 3 0
  2685. [ PtpDps:ff28b3f0 ] (33:03) DSEvent:0xc192,0x20000
  2686. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2687. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2688. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2689. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2690. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2691. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2692. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2693. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2694. [ PtpDps:ff2a3238 ] (33:01) PtpPropSetStorageID:1,0,0x0 -> 0x20000
  2695. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 6, Param = 0
  2696. [ PtpDps:ff2a3180 ] (33:01) PtpPropSetStorageID:2,1,1
  2697. [ PtpDps:ff2a30fc ] (33:01) ptpStoragePublishStorageEvent:c193
  2698. [ PtpDps:ff2a3080 ] (33:01) PtpPropGetStorageID 3 0
  2699. [ PtpDps:ff28b3f0 ] (33:03) DSEvent:0xc193,0x20000
  2700. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2701. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2702. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2703. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2704. [ PtpDps:ff2a30fc ] (33:01) ptpStoragePublishStorageEvent:c192
  2705. [ PtpDps:ff2a3080 ] (33:01) PtpPropGetStorageID 3 0
  2706. [ PtpDps:ff28b3f0 ] (33:03) DSEvent:0xc192,0x20001
  2707. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2708. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2709. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2710. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2711. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2712. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2713. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2714. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2715. [ PtpDps:ff2a3238 ] (33:01) PtpPropSetStorageID:1,1,0x20000 -> 0x20001
  2716. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 6, Param = 0
  2717. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 6, Param = 0
  2718. [ PtpDps:ff2a3080 ] (33:01) PtpPropGetStorageID 2 0x20001
  2719. [ PtpDps:ff2a30fc ] (33:01) ptpStoragePublishStorageEvent:c185
  2720. [ PtpDps:ff28b3f0 ] (33:03) DSEvent:0xc185,0x20001
  2721. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2722. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2723. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2724. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2725. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 8, Param = 0
  2726. [ PtpDps:ff2a6b70 ] (33:01) ptpPropCamCtrlCameraStatusChanged:80030012,0
  2727. [ PtpDps:ff2a6bd8 ] (33:03) PROP_LAST_JOB_STATE = 0
  2728. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 8, Param = 0
  2729. [ PtpDps:ff2a6b70 ] (33:01) ptpPropCamCtrlCameraStatusChanged:80030024,1
  2730. [ PtpDps:ff2a6ddc ] (33:03) PROP_ICU_AUTO_POWEROFF 1
  2731. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 8, Param = 0
  2732. [ PtpDps:ff2a6b70 ] (33:01) ptpPropCamCtrlCameraStatusChanged:80050013,0
  2733. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 8, Param = 0
  2734. [ PtpDps:ff2a6b70 ] (33:01) ptpPropCamCtrlCameraStatusChanged:8003002d,0
  2735. [ PtpDps:ff2a6e24 ] (33:16) PROP_SCREEN_SAVER 0
  2736. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 8, Param = 0
  2737. [ PtpDps:ff2a6b70 ] (33:01) ptpPropCamCtrlCameraStatusChanged:80040041,0
  2738. [ PtpDps:ff2a6e64 ] (33:03) PROP_GPS_AUTO_TIME_SETTING 0
  2739. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 8, Param = 0
  2740. [ PtpDps:ff2a6b70 ] (33:01) ptpPropCamCtrlCameraStatusChanged:80040045,0
  2741. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 8, Param = 0
  2742. [ PtpDps:ff2a6b70 ] (33:01) ptpPropCamCtrlCameraStatusChanged:2070008,ffffffff
  2743. [ PtpDps:ff2a6d90 ] (33:03) PROP_BT_DEVICE_CONNECT = ffffffff
  2744. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 8, Param = 0
  2745. [ PtpDps:ff2a6b70 ] (33:01) ptpPropCamCtrlCameraStatusChanged:80030059,0
  2746. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 8, Param = 0
  2747. [ PtpDps:ff2a6b70 ] (33:01) ptpPropCamCtrlCameraStatusChanged:80030057,0
  2748. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 8, Param = 0
  2749. [ PtpDps:ff2a6b70 ] (33:01) ptpPropCamCtrlCameraStatusChanged:8003000f,0
  2750. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 8, Param = 0
  2751. [ PtpDps:ff2a6b70 ] (33:01) ptpPropCamCtrlCameraStatusChanged:80030019,0
  2752. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 47, Param = 0
  2753. [ PtpDps:ff2939d0 ] (33:01) ptpConnectModeChanged:ffffffff -> ffffffff
  2754. [ PtpDps:ff45ddb4 ] (32:16) SetPtpTransportResources:0,3272
  2755. [ PtpDps:ff2b84a4 ] (31:01) [U_D]SetUSBDescriptor[0x1][0][18]
  2756. [ PtpDps:ff2b84a4 ] (31:01) [U_D]SetUSBDescriptor[0x2][0][39]
  2757. [ PtpDps:ff2b84a4 ] (31:01) [U_D]SetUSBDescriptor[0x8][0][39]
  2758. [ PtpDps:ff2b84a4 ] (31:01) [U_D]SetUSBDescriptor[0x6][0][10]
  2759. [ PtpDps:ff2b84a4 ] (31:01) [U_D]SetUSBDescriptor[0x7][0][39]
  2760. [ PtpDps:ff2b84a4 ] (31:01) [U_D]SetUSBDescriptor[0x9][0][39]
  2761. [ PtpDps:ff2b84a4 ] (31:01) [U_D]SetUSBDescriptor[0x3][0][4]
  2762. [ PtpDps:ff2b84a4 ] (31:01) [U_D]SetUSBDescriptor[0x3][1][22]
  2763. [ PtpDps:ff2b84a4 ] (31:01) [U_D]SetUSBDescriptor[0x3][2][42]
  2764. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 8, Param = 0
  2765. [ PtpDps:ff2a6b70 ] (33:01) ptpPropCamCtrlCameraStatusChanged:80030025,0
  2766. [ PtpDps:ff2a6a40 ] (33:01) ptpCamCtrlPublishCamStatusEvent:c194
  2767. [ PtpDps:ff28b3f0 ] (33:03) DSEvent:0xc194,0x0
  2768. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2769. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2770. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2771. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2772. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  2773. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000001][4][3][0]
  2774. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2775. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000001,3
  2776. [ PtpDps:ff2a10d8 ] (33:01) AeMode = 3
  2777. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2778. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2779. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2780. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2781. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d105][0]
  2782. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  2783. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000004][2][3][0]
  2784. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2785. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000004,3
  2786. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2787. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2788. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2789. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2790. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1d3][0]
  2791. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2792. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2793. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2794. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2795. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d108][0]
  2796. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  2797. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000003][4][0][0]
  2798. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2799. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000003,0
  2800. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2801. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2802. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2803. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2804. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d106][0]
  2805. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  2806. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000002][4][3][0]
  2807. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2808. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000002,3
  2809. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2810. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2811. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2812. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2813. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d107][0]
  2814. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  2815. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[8000000d][4][1][0]
  2816. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2817. [ PtpDps:ff29ff8c ] (33:01) PROP:0x8000000d,1
  2818. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2819. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2820. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2821. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2822. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d109][0]
  2823. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  2824. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[8000000e][4][157c][0]
  2825. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2826. [ PtpDps:ff29ff8c ] (33:01) PROP:0x8000000e,157c
  2827. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2828. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2829. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2830. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2831. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d10a][0]
  2832. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  2833. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000011][4][0][0]
  2834. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2835. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000011,0
  2836. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2837. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2838. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2839. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2840. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d10b][0]
  2841. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  2842. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000010][4][0][0]
  2843. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2844. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000010,0
  2845. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2846. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2847. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2848. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2849. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d10c][0]
  2850. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  2851. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000013][4][0][0]
  2852. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2853. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000013,0
  2854. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2855. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2856. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2857. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2858. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d10d][0]
  2859. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  2860. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000012][4][0][0]
  2861. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2862. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000012,0
  2863. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2864. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2865. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2866. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2867. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d10e][0]
  2868. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  2869. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2060000][4][1][0]
  2870. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2871. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2060000,1
  2872. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2873. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2874. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2875. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2876. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d10f][0]
  2877. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  2878. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80030005][4][11a][0]
  2879. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2880. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80030005,11a
  2881. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2882. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2883. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2884. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2885. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d11b][0]
  2886. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  2887. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80040019][4][0][0]
  2888. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2889. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80040019,0
  2890. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2891. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2892. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2893. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2894. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d11b][0]
  2895. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  2896. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000024][4][0][0]
  2897. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2898. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000024,0
  2899. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2900. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2901. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2902. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2903. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d114][0]
  2904. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  2905. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80030024][4][1][0]
  2906. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2907. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80030024,1
  2908. [ PtpDps:ff2a0fac ] (33:01) PtpPropPropetyChangeEvent err[0][80030024]
  2909. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  2910. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2][34c][6f6e6143][0]
  2911. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2912. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2,6f6e6143
  2913. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  2914. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2000004][20][0][0]
  2915. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2916. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2000004,0
  2917. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2918. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2919. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2920. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2921. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d115][0]
  2922. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  2923. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000006][4][20][0]
  2924. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2925. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000006,20
  2926. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2927. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2928. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2929. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2930. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d101][0]
  2931. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  2932. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000005][4][7d][0]
  2933. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2934. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000005,7d
  2935. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2936. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2937. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2938. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2939. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d102][0]
  2940. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  2941. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000007][4][68][0]
  2942. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2943. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000007,68
  2944. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2945. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2946. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2947. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2948. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d103][0]
  2949. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  2950. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000008][4][0][0]
  2951. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2952. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000008,0
  2953. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2954. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2955. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2956. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2957. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d104][0]
  2958. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  2959. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[8000000b][2][0][0]
  2960. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2961. [ PtpDps:ff29ff8c ] (33:01) PROP:0x8000000b,0
  2962. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2963. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2964. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2965. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2966. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1d9][0]
  2967. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2968. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2969. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2970. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2971. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1d5][0]
  2972. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  2973. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80030004][4][2][0]
  2974. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2975. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80030004,2
  2976. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2977. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2978. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2979. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2980. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d111][0]
  2981. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  2982. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80030003][4][0][0]
  2983. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2984. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80030003,0
  2985. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2986. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2987. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2988. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2989. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d112][0]
  2990. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  2991. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000030][4][4060000][0]
  2992. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2993. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000030,4060000
  2994. [ PtpDps:ff2a1c88 ] (33:01) PROP_CARD2_IMAGE_COMPOSITION[0]
  2995. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2996. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2997. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  2998. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  2999. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d122][0]
  3000. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3001. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[4010000][4][1][0]
  3002. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3003. [ PtpDps:ff29ff8c ] (33:01) PROP:0x4010000,1
  3004. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3005. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[4010001][4140][844140][0]
  3006. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3007. [ PtpDps:ff29ff8c ] (33:01) PROP:0x4010001,844140
  3008. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3009. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3010. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3011. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3012. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d170][0]
  3013. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3014. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[4010002][4][0][0]
  3015. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3016. [ PtpDps:ff29ff8c ] (33:01) PROP:0x4010002,0
  3017. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3018. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[4010003][4140][0][0]
  3019. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3020. [ PtpDps:ff29ff8c ] (33:01) PROP:0x4010003,0
  3021. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3022. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3023. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3024. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3025. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d171][0]
  3026. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3027. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[4010004][4][0][0]
  3028. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3029. [ PtpDps:ff29ff8c ] (33:01) PROP:0x4010004,0
  3030. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3031. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[4010005][4140][0][0]
  3032. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3033. [ PtpDps:ff29ff8c ] (33:01) PROP:0x4010005,0
  3034. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3035. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3036. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3037. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3038. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d172][0]
  3039. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3040. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[8000002a][4][1][0]
  3041. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3042. [ PtpDps:ff29ff8c ] (33:01) PROP:0x8000002a,1
  3043. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3044. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3045. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3046. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3047. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d11b][0]
  3048. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3049. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3050. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3051. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3052. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d11c][0]
  3053. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3054. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80010004][9][9][0]
  3055. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3056. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80010004,9
  3057. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3058. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3059. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3060. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3061. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1a0][0]
  3062. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3063. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[e020001][38][20][0]
  3064. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3065. [ PtpDps:ff29ff8c ] (33:01) PROP:0xe020001,20
  3066. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3067. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3068. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3069. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3070. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1a1][0]
  3071. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3072. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80030011][1f][0][0]
  3073. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3074. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80030011,0
  3075. [ PtpDps:ff2a1120 ] (33:01) PROP_LENS (Exist) [d1a8][80030011]
  3076. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3077. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3078. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3079. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3080. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1a8][0]
  3081. [ PtpDps:ff2a115c ] (33:01) PROP_LENS (Extender Type) [d198][80030011]
  3082. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3083. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3084. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3085. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3086. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d198][0]
  3087. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3088. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3089. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3090. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3091. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1dd][0]
  3092. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3093. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80040012][28][0][0]
  3094. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3095. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80040012,0
  3096. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3097. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3098. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3099. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3100. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1a7][0]
  3101. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3102. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[8004000f][4][0][0]
  3103. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3104. [ PtpDps:ff29ff8c ] (33:01) PROP:0x8004000f,0
  3105. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3106. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3107. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3108. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3109. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1ab][0]
  3110. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3111. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[8004001c][4][1][0]
  3112. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3113. [ PtpDps:ff29ff8c ] (33:01) PROP:0x8004001c,1
  3114. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3115. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3116. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3117. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3118. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1b1][0]
  3119. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3120. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[8005000b][2][0][0]
  3121. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3122. [ PtpDps:ff29ff8c ] (33:01) PROP:0x8005000b,0
  3123. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3124. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3125. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3126. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3127. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1b2][0]
  3128. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3129. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80050016][4][0][0]
  3130. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3131. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80050016,0
  3132. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3133. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3134. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3135. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3136. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1b3][0]
  3137. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3138. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80050018][4][1][0]
  3139. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3140. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80050018,1
  3141. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3142. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3143. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3144. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3145. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1b4][0]
  3146. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3147. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[8005001a][28][0][0]
  3148. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3149. [ PtpDps:ff29ff8c ] (33:01) PROP:0x8005001a,0
  3150. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3151. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3152. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3153. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3154. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1b5][0]
  3155. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3156. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80050019][4][157c][0]
  3157. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3158. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80050019,157c
  3159. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3160. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3161. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3162. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3163. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1b6][0]
  3164. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3165. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2020006][4][0][0]
  3166. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3167. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2020006,0
  3168. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3169. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3170. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3171. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3172. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1a9][0]
  3173. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3174. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2020000][2c][0][0]
  3175. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3176. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2020000,0
  3177. [ PtpDps:ff2a10d8 ] (33:01) PROP_MWB[2c]
  3178. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3179. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3180. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3181. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3182. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d146][0]
  3183. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3184. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80030029][8][0][0]
  3185. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3186. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80030029,0
  3187. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3188. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3189. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3190. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3191. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1ac][0]
  3192. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3193. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80030028][4][0][0]
  3194. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3195. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80030028,0
  3196. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3197. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3198. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3199. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3200. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1ad][0]
  3201. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3202. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80040016][4][0][0]
  3203. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3204. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80040016,0
  3205. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3206. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80040001][4][0][0]
  3207. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3208. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80040001,0
  3209. [ PtpDps:ff2a1d50 ] (33:01) PROP_CARD_EXTENSION[0]
  3210. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3211. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3212. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3213. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3214. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1aa][0]
  3215. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3216. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80040002][4][2][0]
  3217. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3218. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80040002,2
  3219. [ PtpDps:ff2a1e10 ] (33:01) PROP_CURRENT_MEDIA[0]
  3220. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3221. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3222. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3223. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3224. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d120][0]
  3225. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3226. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3227. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3228. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3229. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d11e][0]
  3230. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3231. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3232. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3233. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3234. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d11c][0]
  3235. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3236. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3237. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3238. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3239. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d11f][0]
  3240. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3241. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2010001][4][64][0]
  3242. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3243. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2010001,64
  3244. [ PtpDps:ff2a1db8 ] (33:01) PROP_CARD2_FOLDER_NUMBER[0]
  3245. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3246. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3247. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3248. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3249. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d11f][0]
  3250. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3251. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[1000006][8][7][0]
  3252. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3253. [ PtpDps:ff29ff8c ] (33:01) PROP:0x1000006,7
  3254. [ PtpDps:ff2a16cc ] (33:01) pSetBodyParam->bodyID_h = 7
  3255. [ PtpDps:ff2a16e0 ] (33:01) pSetBodyParam->bodyID_l = 75328882
  3256. [ PtpDps:ff2a1748 ] (33:01) String = 032031017090
  3257. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3258. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3259. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3260. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3261. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1af][0]
  3262. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3263. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[e070000][40][0][0]
  3264. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3265. [ PtpDps:ff29ff8c ] (33:01) PROP:0xe070000,0
  3266. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3267. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3268. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3269. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3270. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1d0][0]
  3271. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3272. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[e070001][40][0][0]
  3273. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3274. [ PtpDps:ff29ff8c ] (33:01) PROP:0xe070001,0
  3275. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3276. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3277. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3278. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3279. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1d1][0]
  3280. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3281. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[8000000b][2][0][0]
  3282. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3283. [ PtpDps:ff29ff8c ] (33:01) PROP:0x8000000b,0
  3284. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3285. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3286. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3287. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3288. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1d9][0]
  3289. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3290. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3291. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3292. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3293. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1d5][0]
  3294. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3295. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[8004001d][4][1][0]
  3296. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3297. [ PtpDps:ff29ff8c ] (33:01) PROP:0x8004001d,1
  3298. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3299. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3300. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3301. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3302. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1ba][0]
  3303. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3304. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000039][18][0][0]
  3305. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3306. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000039,0
  3307. [ PtpDps:ff2a1878 ] (33:01) Change MovieParam3
  3308. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3309. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3310. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3311. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3312. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1cc][0]
  3313. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3314. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000034][4][1][0]
  3315. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3316. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000034,1
  3317. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3318. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3319. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3320. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3321. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1bc][0]
  3322. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3323. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80040004][2][0][0]
  3324. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3325. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80040004,0
  3326. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3327. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3328. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3329. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3330. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1b8][0]
  3331. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3332. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[8000000a][8][400][0]
  3333. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3334. [ PtpDps:ff29ff8c ] (33:01) PROP:0x8000000a,400
  3335. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3336. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3337. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3338. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3339. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1d3][0]
  3340. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3341. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80030021][46][0][0]
  3342. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3343. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80030021,0
  3344. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3345. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3346. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3347. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3348. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1d8][0]
  3349. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3350. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[30001][1e5c][20000006][0]
  3351. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3352. [ PtpDps:ff29ff8c ] (33:01) PROP:0x30001,20000006
  3353. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3354. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3355. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3356. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3357. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d17f][0]
  3358. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3359. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80030044][30][0][0]
  3360. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3361. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80030044,0
  3362. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3363. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3364. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3365. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3366. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1cb][0]
  3367. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3368. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80030026][e][0][0]
  3369. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3370. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80030026,0
  3371. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3372. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3373. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3374. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3375. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1db][0]
  3376. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3377. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80040013][4][0][0]
  3378. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3379. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80040013,0
  3380. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3381. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3382. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3383. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3384. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1dc][0]
  3385. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3386. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[e020002][1e4][0][0]
  3387. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3388. [ PtpDps:ff29ff8c ] (33:01) PROP:0xe020002,0
  3389. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3390. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3391. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3392. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3393. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1a4][0]
  3394. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3395. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000023][4][1][0]
  3396. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3397. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000023,1
  3398. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3399. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80030025][4][0][0]
  3400. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3401. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80030025,0
  3402. [ PtpDps:ff2a0fac ] (33:01) PtpPropPropetyChangeEvent err[0][80030025]
  3403. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3404. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[1000000][4][ffffffff][0]
  3405. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3406. [ PtpDps:ff29ff8c ] (33:01) PROP:0x1000000,ffffffff
  3407. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3408. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80030013][4][0][0]
  3409. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3410. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80030013,0
  3411. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3412. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80030012][4][0][0]
  3413. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3414. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80030012,0
  3415. [ PtpDps:ff2a0fac ] (33:01) PtpPropPropetyChangeEvent err[0][80030012]
  3416. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3417. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000009][4][0][0]
  3418. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3419. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000009,0
  3420. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3421. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3422. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3423. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3424. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1df][0]
  3425. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3426. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000008][4][0][0]
  3427. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3428. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000008,0
  3429. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3430. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3431. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3432. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3433. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d104][0]
  3434. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3435. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[8000003d][3][10003][0]
  3436. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3437. [ PtpDps:ff29ff8c ] (33:01) PROP:0x8000003d,10003
  3438. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3439. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3440. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3441. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3442. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1c1][0]
  3443. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3444. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80030023][4][0][0]
  3445. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3446. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80030023,0
  3447. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3448. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3449. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3450. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3451. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1c4][0]
  3452. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3453. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80030037][4][0][0]
  3454. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3455. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80030037,0
  3456. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3457. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3458. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3459. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3460. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1c2][0]
  3461. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3462. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[8000003a][4][3][0]
  3463. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3464. [ PtpDps:ff29ff8c ] (33:01) PROP:0x8000003a,3
  3465. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3466. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3467. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3468. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3469. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1c5][0]
  3470. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3471. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2050015][4][0][0]
  3472. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3473. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2050015,0
  3474. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3475. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3476. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3477. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3478. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d194][0]
  3479. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3480. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[205000e][4][2][0]
  3481. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3482. [ PtpDps:ff29ff8c ] (33:01) PROP:0x205000e,2
  3483. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3484. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3485. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3486. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3487. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d195][0]
  3488. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3489. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2050017][4][2f002f][0]
  3490. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3491. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2050017,2f002f
  3492. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3493. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3494. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3495. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3496. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d196][0]
  3497. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3498. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2050016][4][0][0]
  3499. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3500. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2050016,0
  3501. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3502. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3503. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3504. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3505. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d197][0]
  3506. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3507. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80030011][1f][0][0]
  3508. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3509. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80030011,0
  3510. [ PtpDps:ff2a1120 ] (33:01) PROP_LENS (Exist) [d1a8][80030011]
  3511. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3512. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3513. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3514. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3515. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1a8][0]
  3516. [ PtpDps:ff2a115c ] (33:01) PROP_LENS (Extender Type) [d198][80030011]
  3517. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3518. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3519. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3520. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3521. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d198][0]
  3522. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3523. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3524. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3525. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3526. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1dd][0]
  3527. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3528. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80030000][c][1000021][0]
  3529. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3530. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80030000,1000021
  3531. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3532. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3533. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3534. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3535. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d199][0]
  3536. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3537. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000000][4][3][0]
  3538. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3539. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000000,3
  3540. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3541. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3542. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3543. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3544. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d138][0]
  3545. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3546. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000029][3][0][0]
  3547. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3548. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000029,0
  3549. [ PtpDps:ff2a10d8 ] (33:01) PROP_AE_MODE_CUSTOM (0)[0][0][0]
  3550. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3551. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3552. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3553. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3554. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d139][0]
  3555. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3556. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000047][4][0][0]
  3557. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3558. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000047,0
  3559. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3560. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3561. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3562. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3563. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d13a][0]
  3564. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3565. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80040031][4][3f][0]
  3566. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3567. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80040031,3f
  3568. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3569. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3570. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3571. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3572. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d13c][0]
  3573. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3574. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000045][5][10000][0]
  3575. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3576. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000045,10000
  3577. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3578. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3579. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3580. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3581. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d13d][0]
  3582. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3583. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80040042][2][3c][0]
  3584. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3585. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80040042,3c
  3586. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3587. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3588. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3589. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3590. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d14d][0]
  3591. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3592. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80040041][4][0][0]
  3593. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3594. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80040041,0
  3595. [ PtpDps:ff2a0fac ] (33:01) PtpPropPropetyChangeEvent err[0][80040041]
  3596. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3597. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80040043][4][0][0]
  3598. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3599. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80040043,0
  3600. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3601. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3602. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3603. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3604. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d19a][0]
  3605. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3606. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80040044][4][1][0]
  3607. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3608. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80040044,1
  3609. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3610. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3611. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3612. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3613. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d19c][0]
  3614. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3615. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[205001f][4][13][0]
  3616. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3617. [ PtpDps:ff29ff8c ] (33:01) PROP:0x205001f,13
  3618. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3619. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3620. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3621. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3622. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d17d][0]
  3623. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3624. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2050020][4][0][0]
  3625. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3626. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2050020,0
  3627. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3628. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3629. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3630. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3631. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d17e][0]
  3632. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3633. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80040021][2][100][0]
  3634. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3635. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80040021,100
  3636. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3637. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3638. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3639. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3640. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1c6][0]
  3641. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3642. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80040014][4][0][0]
  3643. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3644. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80040014,0
  3645. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3646. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3647. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3648. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3649. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1c8][0]
  3650. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3651. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000049][4][0][0]
  3652. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3653. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000049,0
  3654. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3655. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3656. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3657. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3658. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d178][0]
  3659. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3660. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000042][4][1][0]
  3661. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3662. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000042,1
  3663. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3664. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3665. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3666. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3667. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d179][0]
  3668. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3669. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000043][1][0][0]
  3670. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3671. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000043,0
  3672. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3673. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3674. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3675. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3676. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d17a][0]
  3677. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3678. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2050029][4][0][0]
  3679. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3680. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2050029,0
  3681. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3682. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3683. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3684. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3685. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d17b][0]
  3686. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3687. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80040040][4][0][0]
  3688. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3689. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80040040,0
  3690. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3691. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3692. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3693. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3694. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1c9][0]
  3695. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3696. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000028][4][21][0]
  3697. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3698. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000028,21
  3699. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3700. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3701. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3702. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3703. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d110][0]
  3704. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3705. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[206001e][18][0][0]
  3706. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3707. [ PtpDps:ff29ff8c ] (33:01) PROP:0x206001e,0
  3708. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3709. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3710. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3711. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3712. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d156][0]
  3713. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3714. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2060001][18][0][0]
  3715. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3716. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2060001,0
  3717. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3718. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3719. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3720. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3721. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d150][0]
  3722. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3723. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2060002][18][0][0]
  3724. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3725. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2060002,0
  3726. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3727. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3728. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3729. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3730. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d151][0]
  3731. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3732. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2060003][18][0][0]
  3733. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3734. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2060003,0
  3735. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3736. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3737. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3738. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3739. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d152][0]
  3740. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3741. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2060004][18][0][0]
  3742. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3743. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2060004,0
  3744. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3745. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3746. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3747. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3748. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d153][0]
  3749. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3750. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2060005][18][0][0]
  3751. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3752. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2060005,0
  3753. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3754. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3755. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3756. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3757. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d154][0]
  3758. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3759. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2060006][18][0][0]
  3760. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3761. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2060006,0
  3762. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3763. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3764. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3765. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3766. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d155][0]
  3767. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3768. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2060007][18][0][0]
  3769. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3770. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2060007,0
  3771. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3772. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3773. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3774. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3775. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d160][0]
  3776. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3777. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2060008][18][0][0]
  3778. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3779. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2060008,0
  3780. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3781. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3782. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3783. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3784. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d161][0]
  3785. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3786. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2060009][18][0][0]
  3787. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3788. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2060009,0
  3789. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3790. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3791. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3792. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3793. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d162][0]
  3794. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3795. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[206000a][4][87][0]
  3796. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3797. [ PtpDps:ff29ff8c ] (33:01) PROP:0x206000a,87
  3798. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3799. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3800. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3801. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3802. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d160][0]
  3803. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3804. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[206000b][4][87][0]
  3805. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3806. [ PtpDps:ff29ff8c ] (33:01) PROP:0x206000b,87
  3807. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3808. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3809. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3810. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3811. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d161][0]
  3812. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3813. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[206000c][4][87][0]
  3814. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3815. [ PtpDps:ff29ff8c ] (33:01) PROP:0x206000c,87
  3816. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3817. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3818. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3819. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3820. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d162][0]
  3821. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3822. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[4010000][4][1][0]
  3823. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3824. [ PtpDps:ff29ff8c ] (33:01) PROP:0x4010000,1
  3825. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3826. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[4010002][4][0][0]
  3827. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3828. [ PtpDps:ff29ff8c ] (33:01) PROP:0x4010002,0
  3829. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3830. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[4010004][4][0][0]
  3831. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3832. [ PtpDps:ff29ff8c ] (33:01) PROP:0x4010004,0
  3833. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3834. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[4010001][4140][844140][0]
  3835. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3836. [ PtpDps:ff29ff8c ] (33:01) PROP:0x4010001,844140
  3837. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3838. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3839. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3840. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3841. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d170][0]
  3842. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3843. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[4010003][4140][0][0]
  3844. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3845. [ PtpDps:ff29ff8c ] (33:01) PROP:0x4010003,0
  3846. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3847. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3848. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3849. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3850. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d171][0]
  3851. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3852. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[4010005][4140][0][0]
  3853. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3854. [ PtpDps:ff29ff8c ] (33:01) PROP:0x4010005,0
  3855. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3856. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3857. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3858. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3859. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d172][0]
  3860. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  3861. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[30001][1e5c][20000006][0]
  3862. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3863. [ PtpDps:ff29ff8c ] (33:01) PROP:0x30001,20000006
  3864. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3865. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3866. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  3867. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  3868. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d17f][0]
  3869. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  3870. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [80010004][7bf7e0][9]
  3871. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  3872. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [8000000b][556a58][2]
  3873. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  3874. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [8000002d][79e280][4]
  3875. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  3876. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [8000002c][69c364][4]
  3877. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  3878. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [80000001][554324][4]
  3879. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  3880. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [80000004][556168][2]
  3881. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  3882. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [80030011][7bf978][1f]
  3883. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  3884. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [80000012][554768][4]
  3885. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  3886. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [80000013][5547bc][4]
  3887. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  3888. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [8004001c][554d50][4]
  3889. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  3890. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [80000020][555fb0][4]
  3891. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  3892. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [80000021][556004][4]
  3893. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  3894. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [8000001d][554a5c][4]
  3895. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  3896. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [8000001e][554ab0][4]
  3897. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  3898. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [80040001][554b58][4]
  3899. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  3900. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [80000035][79e380][4]
  3901. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  3902. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [80000036][79e400][4]
  3903. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  3904. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [8003000f][55b008][4]
  3905. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  3906. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [80030019][55b128][4]
  3907. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  3908. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [80040004][5596dc][2]
  3909. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  3910. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [2040003][40450030][4]
  3911. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  3912. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [8000003a][554f48][4]
  3913. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  3914. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [80000039][7bfdd4][18]
  3915. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  3916. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [80030037][554ef4][4]
  3917. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  3918. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [80040013][55cf2c][4]
  3919. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  3920. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [80000049][5557d0][4]
  3921. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  3922. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [80000043][55b4b8][1]
  3923. [ FileMgr:ff2fce78 ] (24:03) fmActivate
  3924. [ FileMgr:ff10de58 ] (24:03) ALV_Initialize (36, 25)
  3925. [ PropMgr:ff31be20 ] (01:03) Disable RequestChange 0x80060000, 2491
  3926. [ FileMgr:ff4e66c4 ] (21:01) [FSUmountDevice] (0x2)
  3927. [ FileMgr:ff629d6c ] (1e:01) MapPhysicToLog: StorageID=1
  3928. [ FileMgr:ff629d94 ] (1e:01) MapPhysicToLog: SUCCESS(0x6a0ff0)
  3929. [ FileMgr:ff629e88 ] (1e:01) CSMGR_MountCard : Message=0x44a7c, pLStorage=0x6a0ff0
  3930. [ CSMgrTask:ff6298fc ] (1e:01) CSMgrTask: pMessage=0x44a7c, pLStorage=0x6a0ff0
  3931. [ CSMgrTask:ff629844 ] (1e:01) MapLogToPhysic: pLStorage=0x6a0ff0
  3932. [ CSMgrTask:ff629868 ] (1e:01) MapLogToPhysic: SUCCESS(ID=1)
  3933. [ CSMgrTask:ff629844 ] (1e:01) MapLogToPhysic: pLStorage=0x6a0ff0
  3934. [ CSMgrTask:ff629868 ] (1e:01) MapLogToPhysic: SUCCESS(ID=1)
  3935. [ CSMgrTask:ff74489c ] (23:03) ---- SDEventHandler(ID=1:Event=8) ----
  3936. 83: 121.088 SPECIAL_OPTION AF MOVIE GERO OFF
  3937. 107: 128.768 [AF] Ratio:30 Reboot:2 !!!
  3938. [ CSMgrTask:ff7438d4 ] (23:01) SD_DeviceCreate: StorageID=1, WP=0
  3939. [ CSMgrTask:ff743ae4 ] register_interrupt(SDDriver, 0x172, 0xff742e30, 0x0)
  3940. [ CSMgrTask:ff743af4 ] (23:01) sdIdentifyDrive Start
  3941. [ CSMgrTask:ff741c18 ] (23:01) sdSoftReset( 0 )
  3942. [ CSMgrTask:ff741c8c ] (23:01) sdSoftReset SUCCESS
  3943. [ CSMgrTask:ff741ca8 ] (23:01) sdTrySendCommand1 Start
  3944. SD: Unknown CMD1
  3945. [SDIO] Error
  3946. [ CSMgrTask:ff73e9e4 ] (23:05) sdSendCommand: CMD1 Retry=2(SDSTS_ED)
  3947. SD: Unknown CMD1
  3948. [SDIO] Error
  3949. [ CSMgrTask:ff73e9e4 ] (23:05) sdSendCommand: CMD1 Retry=1(SDSTS_ED)
  3950. SD: Unknown CMD1
  3951. [SDIO] Error
  3952. [ CSMgrTask:ff73e9e4 ] (23:05) sdSendCommand: CMD1 Retry=0(SDSTS_ED)
  3953. [ CSMgrTask:ff73e6fc ] (23:06) SDINTREP=00000000
  3954. [ CSMgrTask:ff73e9f4 ] (23:06) UNEXPECTED ERROR
  3955. [ CSMgrTask:ff741cf0 ] (23:03) sdTrySendCommand1: Timeout
  3956. [ CSMgrTask:ff741c18 ] (23:01) sdSoftReset( 0 )
  3957. [ CSMgrTask:ff741c8c ] (23:01) sdSoftReset SUCCESS
  3958. [ CSMgrTask:ff741810 ] (23:01) sdIdentifyDrive Start
  3959. [ CSMgrTask:ff7445c0 ] (23:01) sdSendIFCondition Start
  3960. [ CSMgrTask:ff74469c ] (23:01) sdSendIFCondition End
  3961. [ CSMgrTask:ff741480 ] (23:01) sdSendOCR Start
  3962. [ CSMgrTask:ff7415b0 ] (23:01) sdSendOCR: R3(0x80ffff00)
  3963. [ CSMgrTask:ff741780 ] (23:05) sdSendOCR: CCS=0, S18A=0
  3964. [ CSMgrTask:ff7417f4 ] (23:01) sdSendOCR End
  3965. [ CSMgrTask:ff7418a4 ] (23:01) sdAllSendCID Start
  3966. [ CSMgrTask:ff7419d8 ] (23:01) sdAllSendCID End
  3967. [ CSMgrTask:ff74130c ] (23:01) sdSendRelativeAddress Start
  3968. [ CSMgrTask:ff741454 ] (23:01) sdSendRelativeAddress End
  3969. [ CSMgrTask:ff740f28 ] (23:01) sdSendCSD Start
  3970. [ CSMgrTask:ff740fe4 ] (23:03) CsdStructVersion = 0
  3971. [ CSMgrTask:ff741004 ] (23:03) MMCSpecVersion = 0
  3972. [ CSMgrTask:ff741088 ] (23:03) C_SIZE=0x000003dd C_SIZE_MULT=0x0007 READ_BL_LEN=0x0009
  3973. [ CSMgrTask:ff741108 ] (23:03) *** EraseBlks = 64 ***
  3974. [ CSMgrTask:ff74112c ] (23:05) CARD CAPACITY is 247Mbyte( 506880Sec )
  3975. [ CSMgrTask:ff741194 ] (23:01) sdSendCSD End
  3976. [ CSMgrTask:ff740b54 ] (23:01) sdSendCID Start
  3977. [ CSMgrTask:ff740c08 ] (23:01) ***********************************
  3978. [ CSMgrTask:ff740c20 ] (23:01) MID: 0xaa
  3979. [ CSMgrTask:ff740c44 ] (23:01) OID: 0x5859
  3980. [ CSMgrTask:ff740c74 ] (23:01) PNM: QEMU!
  3981. [ CSMgrTask:ff740c94 ] (23:01) PRV: 0.1
  3982. [ CSMgrTask:ff740cc0 ] (23:01) PSN: 0xdeadbeef
  3983. [ CSMgrTask:ff740ce8 ] (23:01) MDT: 2006/02
  3984. [ CSMgrTask:ff740d00 ] (23:01) CRC: 0xc
  3985. [ CSMgrTask:ff740d10 ] (23:01) ***********************************
  3986. [ CSMgrTask:ff740d94 ] (23:03) sdSendCID: MID = 0xaa, PDN = 0x5145
  3987. [ CSMgrTask:ff740da4 ] (23:01) sdSendCID End
  3988. [ CSMgrTask:ff74094c ] (23:01) sdSelectDeselectCard Start
  3989. [ CSMgrTask:ff740b38 ] (23:01) sdSelectDeselectCard End
  3990. [ CSMgrTask:ff7407d4 ] (23:01) sdSetClearCardDetect Start
  3991. [ CSMgrTask:ff740930 ] (23:01) sdSetClearCardDetect End
  3992. [ CSMgrTask:ff740464 ] (23:01) sdSendStatus Start
  3993. [ CSMgrTask:ff740618 ] (23:03) sdSendStatus: SD_CARD_TYPE_H = 0x0000
  3994. [ CSMgrTask:ff740634 ] (23:03) sdSendStatus: SD_CARD_TYPE_L = 0x0000
  3995. [ CSMgrTask:ff7406b4 ] (23:01) sdSendStatus End
  3996. [ CSMgrTask:ff740358 ] (23:01) sdSendSCR Start
  3997. [ CSMgrTask:ff7403ec ] (23:03) sdSendSCR: SCR=0x00002f00, SpecVersion=0
  3998. [ CSMgrTask:ff740444 ] (23:01) sdSendSCR End
  3999. [ CSMgrTask:ff741bc0 ] (23:01) sdIdentifyDrive End(2)
  4000. [ CSMgrTask:ff743bf4 ] (23:01) pBlkDev=0x6a1014
  4001. [ CSMgrTask:ff743c14 ] (23:03) nBlocks=506880, blksPerTrack=0, nHeads=0
  4002. [ CSMgrTask:ff743c80 ] (23:03) ERASE_TIMEOUT:0
  4003. [ CSMgrTask:ff743ca0 ] (23:03) ERASE_OFFSET:0
  4004. [ CSMgrTask:ff743cc8 ] (23:03) ERASE_SIZE:0
  4005. [ CSMgrTask:ff743ce8 ] (23:03) AU_SIZE:0
  4006. [ CSMgrTask:ff743cfc ] (23:03) dwEraseSectorSize:64
  4007. [ CSMgrTask:ff743d1c ] (23:03) dwEraseBlks:40 CSD:0
  4008. [ CSMgrTask:ff744998 ] (23:05) SD_GetAccessMode=0
  4009. [ CSMgrTask:ff7449f0 ] (23:05) Set Normal-Speed Mode( 24MHz )
  4010. [ CSMgrTask:ff743704 ] (23:01) sdReadBlk: st=0, num=1, buf=0x407dcc5c
  4011. [ CSMgrTask:ff742160 ] (23:01) sdDMAReadBlk: st=0, num=1
  4012. [ CSMgrTask:ff62abf4 ] (21:01) fsuGetPart: default 1
  4013. [ CSMgrTask:ff62ac10 ] (21:01) nBlocks = 506880, blkOffset = 99
  4014.  
  4015. [ CSMgrTask:ff62ac30 ] (21:05) fsuGetPart: Block(99, 506781, 506880)
  4016. [ CSMgrTask:ff743704 ] (23:01) sdReadBlk: st=99, num=1, buf=0x4024d000
  4017. [ CSMgrTask:ff742160 ] (23:01) sdDMAReadBlk: st=99, num=1
  4018. [ CSMgrTask:ff743704 ] (23:01) sdReadBlk: st=99, num=2, buf=0x407dcc5c
  4019. [ CSMgrTask:ff742160 ] (23:01) sdDMAReadBlk: st=99, num=2
  4020. [ CSMgrTask:ff743704 ] (23:01) sdReadBlk: st=100, num=62, buf=0x402ce000
  4021. [ CSMgrTask:ff742160 ] (23:01) sdDMAReadBlk: st=100, num=62
  4022. [ CSMgrTask:ff11d3b4 ] (24:03) EV_INSERTION_COMPLETE : ID = 2, stat = 8192
  4023. [ FileMgr:ff2fcff8 ] (24:03) fmLateMountCard
  4024. [ FileMgr:ff2fbc4c ] (24:03) fmPrepareShooting (Drive = 2)
  4025. [ FileMgr:ff111000 ] (27:01) FC_PrepareCatalog
  4026. [ FileMgr:ff2cb30c ] (27:03) _FC_PrepareCatalog (2, B:)
  4027. [ FileMgr:ff743704 ] (23:01) sdReadBlk: st=224, num=32, buf=0x402d6000
  4028. [ FileMgr:ff742160 ] (23:01) sdDMAReadBlk: st=224, num=32
  4029. [ CSMgrTask:ff744c68 ] (23:03) ---- SDEventHandler(ID=1:< B: >) Mounted ----
  4030. [ FileMgr:ff2e34b8 ] (27:01) ctgRootAdd (TYPE = 1)
  4031. [ FileMgr:ff2e32cc ] (27:01) ctgRootSet (DCIM) : normal
  4032. [ FileMgr:ff2e34b8 ] (27:01) ctgRootAdd (TYPE = 2)
  4033. [ FileMgr:ff2e32cc ] (27:01) ctgRootSet (MISC) : normal
  4034. [ FileMgr:ff743704 ] (23:01) sdReadBlk: st=256, num=32, buf=0x402de000
  4035. [ FileMgr:ff742160 ] (23:01) sdDMAReadBlk: st=256, num=32
  4036. [ FileMgr:ff2c99f0 ] (27:01) ctgDirAdd (DCF = 100)
  4037. [ FileMgr:ff2c97fc ] (27:01) ctgDirSet (100CANON) : normal
  4038. [ FileMgr:ff2cafc4 ] (27:01) ctgDirScan (EOSMISC) : ignore dir
  4039. [ FileMgr:ff2cecc8 ] (27:01) ctgFileScan : START
  4040. [ FileMgr:ff743704 ] (23:01) sdReadBlk: st=320, num=32, buf=0x402e6000
  4041. [ FileMgr:ff742160 ] (23:01) sdDMAReadBlk: st=320, num=32
  4042. [ FileMgr:ff2ceef8 ] (27:01) ctgFileScan : END
  4043. [ FileMgr:ff2fbf14 ] (24:16) FileNo (DriveNo = 2, 0 <-> 4421)
  4044. [ FileMgr:ff2fbf48 ] (24:16) FreeCluster (DriveNo = 2, 13529 <-> 238248)
  4045. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 8, dwParam = 8143660 S
  4046. [ RscMgr:ff222898 ] (80:03) Storage Space 4294742577
  4047. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  4048. [ RscMgr:ff20b3c0 ] (80:03) Burst 6 ENABLE 14 Reserve 27394488
  4049. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  4050. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 8, dwParam = 8143660 E
  4051. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  4052. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  4053. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  4054. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  4055. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80030005][4][e]
  4056. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  4057. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][6]
  4058. [ FileMgr:ff2fb910 ] (24:03) fmPreparePlayback (Drive = 2)
  4059. [ FileMgr:ff48f4d8 ] (27:01) FcmcSetModelID : ModelID = 0x80000326
  4060. [ FileMgr:ff2cc8e8 ] (27:01) _FC_RegisterOpenMusicCompleteCallback (2)
  4061. [ FileMgr:ff6015f0 ] (27:03) RegisterOpenMusicCompleteCBR : DriveNo = 2
  4062. [ FileMgr:ff111044 ] (27:01) FC_OpenCatalog
  4063. [ FileMgr:ff2cbcfc ] (27:03) _FC_OpenCatalog (B:)[1]
  4064. [ FileMgr:ff2cbd74 ] (27:01) RootType:1:(Files:0,Arch:0)
  4065. [ FileMgr:ff2cbdb8 ] (27:03) _FC_OpenCatalog (OtherDir:0)
  4066. [ FileMgr:ff2cbef0 ] (27:05) _FC_OpenCatalog : wNumOfDir 1
  4067. [ FileMgr:ff2cc090 ] (27:01) Dir100:(Files:0,Arch:0)
  4068. [ FileMgr:ff2cc13c ] (27:03) Dir 100 checkSum(0,0,0)
  4069. [ FileMgr:ff2cc180 ] (27:03) Root(1):(Dirs:1,Files:0,Arch:0)
  4070. [ FileMgr:ff743704 ] (23:01) sdReadBlk: st=288, num=32, buf=0x402ee000
  4071. [ FileMgr:ff742160 ] (23:01) sdDMAReadBlk: st=288, num=32
  4072. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  4073. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80030005][4][e][0]
  4074. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  4075. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80030005,e
  4076. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  4077. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  4078. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  4079. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  4080. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d11b][0]
  4081. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 6, Param = 0
  4082. [ PtpDps:ff2a3080 ] (33:01) PtpPropGetStorageID 2 0x20001
  4083. [ PtpDps:ff2a30fc ] (33:01) ptpStoragePublishStorageEvent:c185
  4084. [ PtpDps:ff28b3f0 ] (33:03) DSEvent:0xc185,0x20001
  4085. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  4086. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  4087. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  4088. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  4089. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  4090. [MPU] Received: 0a 08 03 06 00 00 00 0e 00 00 (unknown - PROP_AVAIL_SHOT)
  4091. [ FileMgr:ff2cbd74 ] (27:01) RootType:2:(Files:0,Arch:0)
  4092. [ FileMgr:ff2cbdb8 ] (27:03) _FC_OpenCatalog (OtherDir:0)
  4093. [ FileMgr:ff2cc180 ] (27:03) Root(2):(Dirs:0,Files:0,Arch:0)
  4094. [ FileMgr:ff2cbcc0 ] (27:03) Drive:(Dirs:3,Files:0,Arch:0)
  4095. [ FileMgr:ff2e96a4 ] (27:03) fcmcInitializeMetaCatalog[2] (39, 27)
  4096. [ FileMgr:00016b44 ] task_create(MetaCtg, prio=1b, stack=0, entry=16a50, arg=7ddfb8)
  4097. [ FileMgr:ff2e9c34 ] (27:03) Top(0x407de01c),End(0x407f69fe),Size(100834)
  4098. [ FileMgr:ff2e9c54 ] (27:03) Size > OpenTemp(100058),Parse(153600),OldVer(80060)
  4099. [ FileMgr:ff2e05a4 ] (27:01) FC_RegisterHandleCallback
  4100. [ FileMgr:ff2e9e40 ] (27:03) FCMC_OpenMetaCatalog[2]
  4101. [ FileMgr:ff2e06d0 ] (27:01) FC_NotifyClient (0x80000000, 9)
  4102. [ FileMgr:ff2a2ba4 ] (33:01) ptpNotifyFileStatusChangeCBR 9 80000000
  4103. [ FileMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][7]
  4104. [ FileMgr:ff2c6d20 ] (2a:03) FR_Initialize (ID = 2, B:)
  4105. [ FileMgr:ff2c6c58 ] (2a:03) frCreate (B:)
  4106. [ FileMgr:0001645c ] task_create(Fread, prio=19, stack=0, entry=16348, arg=84b6bc)
  4107. [ FileMgr:ff2c7b0c ] (2b:03) FW_Initialize (ID = 36, B:)
  4108. [ FileMgr:ff2c79ec ] (2b:03) fwCreate (B:)
  4109. [ FileMgr:0001645c ] task_create(Fwrite, prio=12, stack=0, entry=16348, arg=84b908)
  4110. [ FileMgr:ff315b84 ] (24:03) [VOI] VOI_Initialize (36, 25)
  4111. [ FileMgr:00016b44 ] task_create(Voice, prio=19, stack=0, entry=16a50, arg=84be2c)
  4112. [ PropMgr:ff3157b8 ] (24:03) [VOI] sndResultCBR : 0x84be9c
  4113. [ PropMgr:ff3158f4 ] (24:03) voiPropertyCallback : CurrentMedia = 2
  4114. [ PropMgr:ff315914 ] (24:03) voiPropertyCallback : Card1 Exist = 0x00000000
  4115. [ PropMgr:ff315934 ] (24:03) voiPropertyCallback : Card2 Exist = 0x00000001
  4116. [ PropMgr:ff31583c ] (24:03) voiPropertyCallback : Card3 Exist = 0x00000000
  4117. [ PropMgr:ff315954 ] (24:03) voiPropertyCallback : Volume (5)
  4118. [ PropMgr:ff4a1b68 ] (24:03) [VOI] SetVolume(5) /voiSoundVolumeSet
  4119. [ PropMgr:ff3158cc ] (24:03) voiPropertyCallback : LoudNess (1)
  4120. [ PropMgr:ff10beac ] (14:03) SetAudioLoudNessSpk(0)
  4121. [ PropMgr:ff13300c ] (14:03) SetAudioLoudNessSpk?FfLoudNessMode(0)(0)
  4122. [ FileMgr:ff4a8920 ] (24:03) [SND] SND_Initialize (36, 23)
  4123. [ FileMgr:00016b44 ] task_create(Sound, prio=17, stack=0, entry=16a50, arg=84c070)
  4124. [ FileMgr:ff6068a4 ] (24:03) [WAVR] WAVR_Initialize (36, 25)
  4125. [ FileMgr:00016b44 ] task_create(WavReader, prio=19, stack=0, entry=16a50, arg=84c188)
  4126. [ PropMgr:ff4a873c ] (24:03) sndResultCBR : 0x84c1d0
  4127. [ PropMgr:ff4a882c ] (24:03) sndChangeAckCBR : Volume (5)
  4128. [ PropMgr:ff606204 ] (24:03) [SND] SetVolume(5) /sndSoundVolumeSet
  4129. [ PropMgr:ff4a87c8 ] (24:03) sndChangeAckCBR : LoudNess (1)
  4130. [ PropMgr:ff10beac ] (14:03) SetAudioLoudNessSpk(0)
  4131. [ PropMgr:ff13300c ] (14:03) SetAudioLoudNessSpk?FfLoudNessMode(0)(0)
  4132. [ FileMgr:ff30e698 ] (25:05) MRK_Initialize
  4133. [ FileMgr:00016b44 ] task_create(Mrk, prio=1a, stack=0, entry=16a50, arg=862a28)
  4134. [ FileMgr:ff49dd64 ] (25:05) mrkSetLockSemaphore
  4135. [ PropMgr:ff30e3f0 ] (25:03) PropertyCallback : CurrentMedia = 2
  4136. [ PropMgr:ff30e448 ] (25:03) PropertyCallback : Card1 Exist = 0x00000000
  4137. [ PropMgr:ff30e4a0 ] (25:03) PropertyCallback : Card2 Exist = 0x00000001
  4138. [ PropMgr:ff30e4d0 ] (25:03) PropertyCallback : Card3 Exist = 0x00000000
  4139. [ PropMgr:ff30e328 ] (25:03) PropertyCallback : Card1 Status = 0x00000000
  4140. [ PropMgr:ff30e4f0 ] (25:03) PropertyCallback : Card2 Status = 0x00000001
  4141. [ PropMgr:ff30e510 ] (25:03) PropertyCallback : Card3 Status = 0x00000000
  4142. [ FileMgr:ff30dca4 ] (25:05) MRK_PrepareMrkFileObject
  4143. [ FileMgr:ff115a5c ] (27:01) FC_GetMrkHandle
  4144. [ FileMgr:ff2e7abc ] (27:03) _FC_GetMrkHandle (2, 0, 0, 0, 0)(1)
  4145. [ FileMgr:ff115a84 ] (27:01) FC_GetMrkType
  4146. [ FileMgr:ff2e7b98 ] (27:03) _FC_GetMrkType (2, 2, 2, 512, 6)
  4147. [ FileMgr:ff115a5c ] (27:01) FC_GetMrkHandle
  4148. [ FileMgr:ff2e7abc ] (27:03) _FC_GetMrkHandle (2, 0, 0, 0, 0)(2)
  4149. [ FileMgr:ff115a84 ] (27:01) FC_GetMrkType
  4150. [ FileMgr:ff2e7b98 ] (27:03) _FC_GetMrkType (2, 2, 2, 4096, 6)
  4151. [ FileMgr:ff2fb520 ] (24:03) fmSetInitialCardInfo (Drive = 2, 1)
  4152. [ FileMgr:ff112d80 ] (27:01) FC_GetLastFileDcfNo
  4153. [ FileMgr:ff2cc738 ] (27:01) _FC_LockCatalog (2)
  4154. [ FileMgr:ff2d2a98 ] (27:01) _FC_GetLastFileDcfNo (2, 100, 0, 0)
  4155. [ FileMgr:ff2cc794 ] (27:01) _FC_UnlockCatalog (2)
  4156. [ FileMgr:ff2fb88c ] (24:03) pfNotifyDcfNoCBR(2:100_0000)(0)
  4157. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 33, dwParam = -442503148 S
  4158. [ RscMgr:ff0e5dbc ] (80:02) srmEventDispatch Stg ID=9 S
  4159. [ RscMgr:ff222494 ] (80:03) srmNotifyDcfNo 0x2 100 0 0 0
  4160. [ RscMgr:ff215ea8 ] (80:03) srmSetDcfNoTableOrDiff 1 100 0 1
  4161. [ RscMgr:ff215f18 ] (80:03) Diff Dcf List
  4162. [ RscMgr:ff215fd4 ] (80:03) fTemporary 1 pMaxDcfNoInFolder->fTemporary 1
  4163. [ RscMgr:ff215ff8 ] (80:03) Diff Dcf Over Write 100
  4164. [ RscMgr:ff2215a0 ] (80:03) ####### [1]DCF No 4421
  4165. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  4166. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  4167. [ RscMgr:ff0e5e38 ] (80:02) srmEventDispatch Stg ID=9 E
  4168. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 33, dwParam = -442503148 E
  4169. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  4170. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  4171. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  4172. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  4173. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2010004, 0x1145)
  4174. [ PropMgr:ff31be20 ] (01:03) Disable RequestChange 0x80060000, 2491
  4175. [ FileMgr:ff11da00 ] (24:03) fmSetAllDcfNo(0xe)(0x40ddc000)
  4176. [ FileMgr:ff11dad4 ] (24:03) NotifiedFolder[2](100)
  4177. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 33, dwParam = -442503148 S
  4178. [ RscMgr:ff0e5dbc ] (80:02) srmEventDispatch Stg ID=8 S
  4179. [ RscMgr:ff223438 ] (80:03) srmSetDcfNoTable
  4180. [ RscMgr:ff216094 ] (80:03) Update Diff Dcf List 1 100 0
  4181. [ RscMgr:ff21624c ] (80:03) GetMaxDcfNo 1 100 => 0
  4182. [ RscMgr:ff221b34 ] (80:03) CulculateDcfNo 1 100 4421
  4183. [ RscMgr:ff2215a0 ] (80:03) ####### [1]DCF No 4421
  4184. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  4185. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  4186. [ RscMgr:ff0e5e38 ] (80:02) srmEventDispatch Stg ID=8 E
  4187. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 33, dwParam = -442503148 E
  4188. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  4189. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  4190. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2010004, 0x1145)
  4191. [ FileMgr:ff11da98 ] (24:03) fmSetAllDcfNo Complete
  4192. [ PropMgr:ff1169ac ] (24:03) fmResultCBR (0x862de4)
  4193. [ FileMgr:ff0f2464 ] (00:02) [SEQ] NotifyComplete (Startup, Flag = 0x10)
  4194. [ FileMgr:ff0f24c8 ] (00:03) [SEQ] NotifyComplete (Cur = 4, 0x10, Flag = 0x10)
  4195. [ FileMgr:ff2faf74 ] (24:02) PROP_CARD2_FREE_SIZE
  4196. [ FileMgr:ff2faed4 ] (24:03) PROP_CARD2_FILE_NUMBER = 4421
  4197. [ FileMgr:ff2faed4 ] (24:03) PROP_CARD2_FILE_NUMBER = 4421
  4198. [ FileMgr:ff2fab14 ] (24:02) PROP_CARD1_EXIST = 0
  4199. [ FileMgr:ff2fa8d0 ] (24:03) PROP_CARD1_STATUS = 0
  4200. [ FileMgr:ff2fad44 ] (24:03) PROP_CARD1_FOLDER_NUMBER = 142
  4201. [ FileMgr:ff2fac38 ] (24:02) PROP_CARD2_EXIST = 1
  4202. [ FileMgr:ff2fac70 ] (24:03) PROP_CARD2_STATUS = 0x1
  4203. [ FileMgr:ff2fa9e8 ] (24:03) PROP_CARD2_FOLDER_NUMBER = 100
  4204. [ FileMgr:ff2fac54 ] (24:03) PROP_CARD3_EXIST = 0
  4205. [ FileMgr:ff2faca0 ] (24:03) PROP_CARD3_STATUS = 0
  4206. [ FileMgr:ff2fad60 ] (24:03) PROP_CARD3_FOLDER_NUMBER = 100
  4207. [ FileMgr:ff2fad60 ] (24:03) PROP_CARD3_FOLDER_NUMBER = 100
  4208. [ FileMgr:ff2fb0f8 ] (24:03) PROP_FILE_NUMBERING_MODE = 1, 4421
  4209. [ FileMgr:ff2fa994 ] (24:03) PROP_CARD_EXTENSION = 0
  4210. [ FileMgr:ff2fb0b0 ] (24:03) PROP_CURRENT_MEDIA = 2
  4211. [ FileMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  4212. [ FileMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  4213. [ FileMgr:ff2faaac ] (24:03) PROP_USBDEVICE_CONNECT = -1
  4214. [ FileMgr:ff2fb1d8 ] (24:03) PROP_APPENDMOVINFO Handle 0,205001d
  4215. [ FileMgr:ff2fb1f0 ] (24:03) PROP_APPENDMOVINFO VideoSnapMode 4,205001d
  4216. [ FileMgr:ff114e24 ] (27:01) FC_SetAccessRemain 0 (2)
  4217. [ FileMgr:ff2ea6ec ] (27:03) FCMC_SetAccessRemain is 0 (2)
  4218. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 7, Param = 0
  4219. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  4220. [ PtpDps:ff2a3640 ] (33:01) ptpFileInfoChanged[80000000][9][1]
  4221. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  4222. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  4223. [ Startup:ff0f2124 ] (00:05) [SEQ] seqEventDispatch (Startup, 4)
  4224. [ Startup:ff0c4f80 ] (8b:03) startupPreparePlayback
  4225. [MPU] Received: 08 07 01 2a 11 45 00 40 (PROP_CARD2_FILE_NUMBER - spell #33)
  4226. [ Startup:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  4227. [ Startup:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  4228. [ Startup:00016b44 ] task_create(ReDevelop, prio=19, stack=0, entry=16a50, arg=862f28)
  4229. [ Startup:ff0f37a0 ] (0e:05) DP_Initialize()
  4230. [ Startup:ff2452e0 ] (0e:01) DP_main()
  4231. [ Startup:ff244fe0 ] (0e:03) DP_Create()
  4232. [ Startup:ff24502c ] (0e:03) CreateTaskClass()
  4233. [ Startup:00016b44 ] task_create(DpMgr, prio=19, stack=2000, entry=16a50, arg=862fcc)
  4234. [ Startup:ff2450f4 ] (0e:03) CreateEventFlag()
  4235. [ Startup:ff24541c ] (0e:03) DP_DataInitialize()
  4236. [ Startup:ff433164 ] (0e:03) Dp_InitializeDpPrinterMgrT()
  4237. [ Startup:ff4331b4 ] (0e:03) Dp_InitializeDpPrinterCurrentStateT()
  4238. [ Startup:ff240dd8 ] (0e:03) Dp_InitializeDpJobMgrT()
  4239. [ Startup:ff242c70 ] (0e:01) Dp_ClearReStartJobInfo(NEWJOB)
  4240. [ Startup:ff23e174 ] (0e:05) Std T_PrintPage[0] T_PrintNo[0] R_PrintNo[0]
  4241. [MPU] Received: 08 07 01 2a 11 45 00 40 (PROP_CARD2_FILE_NUMBER - spell #33)
  4242. [ Startup:ff23e174 ] (0e:05) Std C_PrintNo[0] C_PrintPage[0], C_Copies[0]
  4243. [ Startup:ff23e174 ] (0e:01) Idx T_PrintPage[0] T_PrintNo[0] R_PrintNo[0]
  4244. [ Startup:ff23e174 ] (0e:01) Idx C_PrintNo[0] C_PrintPage[0], C_Copies[0]
  4245. [ Startup:ff23e09c ] (0e:05) Dp_SetPD_RegistApi Prev:0 New:0
  4246. [ Startup:ff255fc0 ] (0e:03) Dp_InitializeMemoryResourceForDirectPrint()
  4247. [ PropMgr:ff23e09c ] (0e:03) Dp_ReadCancel Drv:0 RdExec:0
  4248. [ PropMgr:ff23e09c ] (0e:03) Dp_ReadCancel Drv:0 RdExec:0
  4249. [ PropMgr:ff23e09c ] (0e:03) Dp_ReadCancel Drv:0 RdExec:0
  4250. [ PropMgr:ff23dfd8 ] (0e:05) PROP_CONNECT_TARGET [0x00000000]
  4251. [ PropMgr:ff23dfd8 ] (0e:01) LOGICAL_CONNECT [0x00000000]
  4252. [ PropMgr:ff23dfd8 ] (0e:01) =! CONNECT_DPS [0x00000000]
  4253. [ PropMgr:ff24f50c ] (0e:01) DpsTerminate()
  4254. [ PropMgr:ff23dfd8 ] (0e:03) PROP_PHYSICAL_CONNECT [0x00000000]
  4255. [ PropMgr:ff25ad08 ] (0e:05) RD_Cancel No Issue
  4256. [ Startup:ff24f158 ] task_create(DpsReceiveTask, prio=19, stack=1000, entry=ff24e90c, arg=0)
  4257. [ Startup:ff23dfd8 ] (0e:05) [GYO]DpFunctionList[0x10117fff]
  4258. [ Startup:ff24f1cc ] (0e:01) [GYO]Correspond to DPMC
  4259. [ Startup:ff23dfd8 ] (0e:05) X FreeMem Address[0x00000000]
  4260. [ Startup:ff24f3c4 ] (0e:01) PD_RegistSendObjectCBR
  4261. [ Startup:ff0ffbac ] (33:01) PD_RegistSendObjectCBR (ff24d5d0)
  4262. [ Startup:ff25b6b8 ] (0e:03) DP_ImgEdit_main()
  4263. [ Startup:ff25b4b0 ] (0e:03) DP_ImgEdit_Create()
  4264. [ Startup:ff25b4fc ] (0e:03) CreateTaskClass()
  4265. [ Startup:00016b44 ] task_create(DpImgEditMgr, prio=19, stack=0, entry=16a50, arg=865194)
  4266. [ Startup:ff25b3d4 ] (0e:03) DP_ImgEdit_CreateStateObject()
  4267. [ Startup:ff1364f8 ] (a3:16) INDEV_Initialize
  4268. [ Startup:00016b44 ] task_create(InnerDevelopMgr, prio=19, stack=0, entry=16a50, arg=8653b8)
  4269. [ Startup:ff16508c ] (a4:03) ChangeCurrentStateObject 0x(0)->0x(865f8c)
  4270. [ Startup:0001645c ] task_create(ShootArtFilter, prio=15, stack=0, entry=16348, arg=866068)
  4271. [ Startup:ff0f2464 ] (00:02) [SEQ] NotifyComplete (Startup, Flag = 0x80000000)
  4272. [ Startup:ff0f24c8 ] (00:03) [SEQ] NotifyComplete (Cur = 5, 0x80200200, Flag = 0x80000000)
  4273. [ShootArtFilter:ff160764 ] (a4:03) sasInit
  4274. [ PropMgr:ff29bb00 ] (33:03) PROP_WFT_SYSTEM[0]
  4275. [ PropMgr:ff29bb80 ] (33:03) PROP_PHYSICAL_CONNECT[0][0][0]
  4276. [ Startup:ff125430 ] (04:03) WinSys_CreateBufferMemory addr=866ad4 size=460800
  4277. [ Startup:ff0c4f54 ] (8b:03) AllocateVramCBR pAddress=41300000
  4278. [ Startup:ff12ee20 ] (82:03) InitializeDisplayDeviceController
  4279. [ Startup:ff12d590 ] register_interrupt(EngInt PBVD, 0x68, 0xff128f1c, 0x0)
  4280. [ Startup:ff32935c ] (82:01) Factory TFT Brightness Adjust Add 0x42080a4c
  4281. [ Startup:ff329370 ] (82:01) Factory TFT Brightness Adjust Size 28
  4282. [ Startup:ff3293a8 ] (82:01) Bright 0x3 0xc 0x29 0x5c 0x9f 0x9f 0x9f
  4283. [ Startup:ff32a3a0 ] (82:03) SETTING_PARAM Adjust param, fix = 604, PARAM_T = 604
  4284. [ Startup:ff3297c0 ] (82:01) Factory TFT Com Adjust Add 0x40546ee4
  4285. [ Startup:ff32a3b0 ] (82:01) Factory TFT Com Adjust Size 604
  4286. [ Startup:ff32a100 ] (82:01) Factory TFT Com Adjust Add 0x42080a70
  4287. [ Startup:ff32a3d4 ] (82:01) Factory TFT Com Adjust Size 1092
  4288. [ Startup:ff32a3ec ] (82:01) TftCom[TFT_A_SETTING][1] = 103
  4289. [ Startup:ff32a400 ] (82:01) TftCom[TFT_A_SETTING][2] = 110
  4290. [ Startup:ff32a414 ] (82:01) TftCom[TFT_A_SETTING][3] = 116
  4291. [ Startup:ff328f98 ] (82:01) Factory Sync Burst Adjust Add 0x42080a14
  4292. [ Startup:ff328fac ] (82:01) Factory Sync Burst Adjust Size 16
  4293. [ Startup:ff328fc8 ] (82:01) NTSC Bf 0xf1, 0xf1
  4294. [ Startup:ff328fe4 ] (82:01) NTSC Sync 0x361e, 0x361e
  4295. [ Startup:ff329000 ] (82:01) PAL Bf 0xf0, 0xf0
  4296. [ Startup:ff32901c ] (82:01) PAL Sync 0x361d, 0x361d
  4297. [ Startup:ff329064 ] (82:01) Factory YUV Adjust Add 0x42080a2c
  4298. [ Startup:ff329078 ] (82:01) Factory YUV Adjust Size 24
  4299. [ Startup:ff329098 ] (82:01) TFT Y 0x80, 0x80
  4300. [ Startup:ff3290b4 ] (82:01) TFT UV 0x8080, 0x8080
  4301. [ Startup:ff3290d0 ] (82:01) NTSC Y 0x1e, 0x1e
  4302. [ Startup:ff3290ec ] (82:01) NTSC UV 0x2534, 0x2534
  4303. [ Startup:ff329108 ] (82:01) PAL Y 0x1d, 0x1d
  4304. [ Startup:ff329124 ] (82:01) PAL UV 0x3247, 0x3247
  4305. [ Startup:ff12d5a4 ] (82:03) Port Setting Fin
  4306. [ Startup:00016b44 ] task_create(TouchMgr, prio=17, stack=0, entry=16a50, arg=8dae74)
  4307. [ Startup:00016b44 ] task_create(DisplayMgr, prio=12, stack=0, entry=16a50, arg=8daffc)
  4308. [ Startup:ff12d670 ] (82:03) InitializeImageDisplayDevice
  4309. [ Startup:ff12d740 ] (82:03) InitializeBitmapDisplayDevice
  4310. [ Startup:00016b44 ] task_create(CEC, prio=19, stack=0, entry=16a50, arg=8dc088)
  4311. [ Startup:ff342454 ] (00:02) [I2C] I2C_Read 39 e6 1 - 00
  4312. [ Startup:ff341fc4 ] (00:02) [I2C] I2C_Write 39 e6 1 - 00
  4313. [ Startup:ff342454 ] (00:02) [I2C] I2C_Read 39 e2 1 - 00
  4314. [ Startup:ff341fc4 ] (00:02) [I2C] I2C_Write 39 e2 1 - 00
  4315. [ Startup:ff342454 ] (00:02) [I2C] I2C_Read 3c 4e 1 - 00
  4316. [ Startup:ff341fc4 ] (00:02) [I2C] I2C_Write 3c 4e 1 - 01
  4317. [ Startup:ff342454 ] (00:02) [I2C] I2C_Read 39 e6 1 - 00
  4318. [ Startup:ff341fc4 ] (00:02) [I2C] I2C_Write 39 e6 1 - 00
  4319. [ Startup:ff342454 ] (00:02) [I2C] I2C_Read 39 e6 1 - 00
  4320. [ Startup:ff341fc4 ] (00:02) [I2C] I2C_Write 39 e6 1 - 20
  4321. [ Startup:ff342454 ] (00:02) [I2C] I2C_Read 3c 4a 1 - 00
  4322. [ Startup:ff341fc4 ] (00:02) [I2C] I2C_Write 3c 4a 1 - 00
  4323. [ Startup:ff1300d0 ] (88:16) cec_initialize_reg_set : END
  4324. [ Startup:ff342454 ] (00:02) [I2C] I2C_Read 3c 4c 1 - 00
  4325. [ Startup:ff341fc4 ] (00:02) [I2C] I2C_Write 3c 4c 1 - 04
  4326. [ Startup:ff342454 ] (00:02) [I2C] I2C_Read 3c 4c 1 - 00
  4327. [ Startup:ff341fc4 ] (00:02) [I2C] I2C_Write 3c 4c 1 - 80
  4328. [ Startup:ff342454 ] (00:02) [I2C] I2C_Read 3c 4d 1 - 00
  4329. [ Startup:ff341fc4 ] (00:02) [I2C] I2C_Write 3c 4d 1 - 0b
  4330. [ Startup:ff1300e0 ] (88:16) Logical Address Set : End
  4331. [ Startup:ff1301e8 ] (88:16) CEC DEVICE SETUP
  4332. [ PropMgr:ff12ef78 ] (82:16) EV_CONNECT_HDMI BY HPD 0
  4333. [ DisplayMgr:ff12a694 ] (82:03) HPD OFF at DISPLAY
  4334. [ Startup:ff0d69dc ] (85:03) GUI_Initialize ClassID[131]GUI[23]Ctrl[24]
  4335. [ Startup:ff0d6a0c ] task_create(GuiMainTask, prio=17, stack=2000, entry=ff0d68cc, arg=0)
  4336. [ GuiMainTask:ff1c94a0 ] (83:03) -> handleGuiInit
  4337. [ GuiMainTask:00009eec ] task_create(CtrlSrv, prio=18, stack=4000, entry=ff322fb8, arg=0)
  4338. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4339. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4340. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4341. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4342. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4343. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4344. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4345. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4346. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4347. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4348. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4349. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4350. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4351. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4352. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4353. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4354. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4355. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4356. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4357. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4358. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4359. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4360. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4361. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4362. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4363. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4364. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4365. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4366. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4367. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4368. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4369. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4370. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4371. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4372. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4373. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4374. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4375. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4376. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4377. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4378. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4379. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4380. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4381. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4382. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4383. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4384. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4385. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4386. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4387. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4388. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4389. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4390. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4391. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4392. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4393. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4394. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4395. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4396. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4397. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4398. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4399. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4400. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4401. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4402. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4403. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4404. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4405. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4406. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4407. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4408. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4409. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4410. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4411. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4412. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4413. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4414. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4415. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4416. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4417. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4418. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4419. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4420. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4421. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4422. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4423. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4424. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4425. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4426. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4427. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4428. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4429. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4430. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4431. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4432. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4433. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4434. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4435. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4436. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4437. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4438. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4439. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4440. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4441. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4442. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4443. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4444. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4445. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4446. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4447. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4448. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4449. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4450. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4451. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4452. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4453. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4454. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4455. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4456. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4457. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4458. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4459. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4460. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4461. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4462. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4463. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4464. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4465. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4466. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4467. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4468. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4469. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4470. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4471. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4472. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4473. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4474. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4475. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4476. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4477. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4478. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4479. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4480. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4481. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4482. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4483. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4484. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4485. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4486. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4487. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4488. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4489. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4490. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4491. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4492. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4493. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4494. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4495. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4496. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4497. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4498. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4499. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4500. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4501. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4502. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4503. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4504. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4505. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4506. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4507. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4508. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4509. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4510. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4511. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4512. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4513. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4514. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4515. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4516. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4517. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4518. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4519. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4520. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4521. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4522. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4523. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4524. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4525. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4526. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4527. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4528. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4529. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4530. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4531. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4532. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4533. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4534. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4535. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4536. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4537. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4538. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4539. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4540. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4541. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4542. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4543. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4544. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4545. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4546. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4547. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4548. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4549. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4550. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4551. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4552. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4553. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4554. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4555. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4556. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4557. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4558. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4559. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4560. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4561. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4562. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4563. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4564. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4565. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4566. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4567. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4568. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4569. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4570. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4571. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4572. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4573. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4574. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4575. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4576. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4577. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4578. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4579. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4580. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4581. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4582. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4583. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4584. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4585. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4586. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4587. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4588. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4589. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4590. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4591. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4592. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4593. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4594. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]SetPaletteWithIndexToDisplayDeviceWithoutEnableEngine 153
  4595. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]FlushPaletteToEngine 122
  4596. [ DisplayMgr:ff12a000 ] (82:02) ignore >>> TURNOFF
  4597. [ DisplayMgr:ff12dcfc ] (82:01) WaitCBR pParam=0
  4598. [ GuiMainTask:ff3ba0ec ] (c0:03) GuiMainTask GraphicsPlayBackPathInitialize(476)
  4599. [ GuiMainTask:ff3ba0ec ] (c0:03) GuiMainTask InitializeGraphics(756)
  4600. [ GuiMainTask:ff3ba0ec ] (c0:03) GuiMainTask GraphicsPlayBackMoviePathInitialize(1734)
  4601. [ GuiMainTask:ff239b20 ] (1a:01) H264E InitializeH264Encode
  4602. [ GuiMainTask:ff239e2c ] (1a:16) H264E InitializeH264EncodeFor1080pDZoom
  4603. [ GuiMainTask:ff239ee0 ] (1a:16) H264E InitializeH264EncodeFor1080p25fpsDZoom
  4604. [ GuiMainTask:ff239c58 ] (1a:01) H264E InitializeH264EncodeForVGA
  4605. [ GuiMainTask:ff239bbc ] (1a:01) H264E InitializeH264EncodeFor720p
  4606. [ GuiMainTask:ff239cf4 ] (1a:01) H264E InitializeH264EncodeForCropVGA
  4607. [ GuiMainTask:00009eec ] task_create(ImgPlayDrv, prio=12, stack=1000, entry=ff238bb0, arg=0)
  4608. [ GuiMainTask:ff1c941c ] (85:03) AllocateVramCBR pAddress=41380000
  4609. [ GuiMainTask:ff12ba98 ] (82:03) CreatePhysicalVram
  4610. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]DisplayPhysicalScreen 172
  4611. [ DisplayMgr:ff128888 ] (82:02) SetBitmapVramAddress pBitmap_Address=41300008
  4612. [ DisplayMgr:ff12dcfc ] (82:01) WaitCBR pParam=0
  4613. [ GuiMainTask:ff0edd30 ] (80:03) SRM_RegisterImagePlayMemoryConditionSignaling
  4614. [ GuiMainTask:ff216564 ] (80:03) $$ImagePlayMemoryConditionSignalingCBR [Enable]
  4615. [ GuiMainTask:ff1a9784 ] (83:03) guiSetPlayMemoryShort(0)
  4616. [ GuiMainTask:ff12dcd8 ] (82:02) [Post]RefreshPhysicalVram 179
  4617. [ GuiMainTask:ff4d45ec ] (04:02) refresh partly x=0 y=0 w=960 h=540
  4618. [ GuiMainTask:ff39914c ] (83:03) IDLEHandler INITIALIZE_CONTROLLER
  4619. [ GuiMainTask:ff39a198 ] (83:03) IDLEHandler GOT_TOP_OF_CONTROL
  4620. [ GuiMainTask:ff51dbe8 ] (83:03) CancelDateTimer
  4621. [ GuiMainTask:ff1c4f24 ] (83:03) GUI_RegisterPropertySlave
  4622. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000000)Parameter(3)Size(4)
  4623. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000001)Parameter(3)Size(4)
  4624. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000002)Parameter(3)Size(4)
  4625. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000003)Parameter(0)Size(4)
  4626. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000004)Parameter(3)Size(2)
  4627. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8000000a)Parameter(1024)Size(8)
  4628. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000005)Parameter(125)Size(4)
  4629. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000006)Parameter(32)Size(4)
  4630. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000007)Parameter(104)Size(4)
  4631. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000008)Parameter(0)Size(4)
  4632. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000009)Parameter(0)Size(4)
  4633. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8000000b)Parameter(0)Size(2)
  4634. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8000000d)Parameter(1)Size(4)
  4635. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8000000e)Parameter(5500)Size(4)
  4636. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8000000f)Parameter(0)Size(4)
  4637. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000010)Parameter(0)Size(4)
  4638. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000011)Parameter(0)Size(4)
  4639. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000012)Parameter(0)Size(4)
  4640. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000013)Parameter(0)Size(4)
  4641. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8000002f)Parameter(67502080)Size(4)
  4642. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000030)Parameter(67502080)Size(4)
  4643. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8000001d)Parameter(0)Size(4)
  4644. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8000001e)Parameter(1)Size(4)
  4645. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000020)Parameter(0)Size(4)
  4646. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000021)Parameter(1)Size(4)
  4647. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000025)Parameter(0)Size(4)
  4648. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000023)Parameter(1)Size(4)
  4649. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000024)Parameter(0)Size(4)
  4650. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000027)Parameter(1)Size(4)
  4651. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x202000c)Parameter(1)Size(4)
  4652. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000028)Parameter(33)Size(4)
  4653. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000029)Parameter(0)Size(3)
  4654. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8000002a)Parameter(1)Size(4)
  4655. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000032)Parameter(522)Size(2)
  4656. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000034)Parameter(1)Size(4)
  4657. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000033)Parameter(0)Size(4)
  4658. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000038)Parameter(0)Size(4)
  4659. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8000003a)Parameter(3)Size(4)
  4660. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8000003b)Parameter(18552)Size(2)
  4661. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8000003c)Parameter(1)Size(4)
  4662. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8000003e)Parameter(0)Size(4)
  4663. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8000003f)Parameter(16908288)Size(5)
  4664. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000041)Parameter(0)Size(4)
  4665. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000042)Parameter(1)Size(4)
  4666. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000044)Parameter(0)Size(4)
  4667. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000045)Parameter(65536)Size(5)
  4668. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000046)Parameter(0)Size(4)
  4669. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000047)Parameter(0)Size(4)
  4670. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000048)Parameter(0)Size(4)
  4671. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000049)Parameter(0)Size(4)
  4672. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8000004a)Parameter(0)Size(4)
  4673. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8000004b)Parameter(0)Size(4)
  4674. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030047)Parameter(3)Size(4)
  4675. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8000004c)Parameter(0)Size(4)
  4676. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8000004d)Parameter(0)Size(4)
  4677. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8000004e)Parameter(16777216)Size(4)
  4678. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80010004)Parameter(9)Size(9)
  4679. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80020009)Parameter(0)Size(4)
  4680. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80020011)Parameter(1)Size(4)
  4681. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80020014)Parameter(0)Size(4)
  4682. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80020010)Parameter(1)Size(4)
  4683. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80020015)Parameter(0)Size(2)
  4684. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80020016)Parameter(0)Size(2)
  4685. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8002001b)Parameter(0)Size(4)
  4686. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8002001c)Parameter(0)Size(4)
  4687. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8002001d)Parameter(0)Size(4)
  4688. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030003)Parameter(0)Size(4)
  4689. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030004)Parameter(2)Size(4)
  4690. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030006)Parameter(6)Size(4)
  4691. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030007)Parameter(0)Size(4)
  4692. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8003001d)Parameter(0)Size(96)
  4693. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8003000f)Parameter(0)Size(4)
  4694. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030011)Parameter(0)Size(31)
  4695. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0xb000000)Parameter(1838908)Size(110256)
  4696. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030024)Parameter(1)Size(4)
  4697. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030012)Parameter(0)Size(4)
  4698. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030013)Parameter(0)Size(4)
  4699. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030014)Parameter(153)Size(4)
  4700. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030016)Parameter(0)Size(4)
  4701. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030018)Parameter(0)Size(4)
  4702. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8003002c)Parameter(0)Size(4)
  4703. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030019)Parameter(0)Size(4)
  4704. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030038)Parameter(0)Size(34)
  4705. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8003001c)Parameter(0)Size(26)
  4706. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8003002e)Parameter(0)Size(32)
  4707. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030031)Parameter(0)Size(4)
  4708. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8003003d)Parameter(0)Size(4)
  4709. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8003003e)Parameter(0)Size(2)
  4710. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030041)Parameter(0)Size(4)
  4711. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030042)Parameter(3)Size(7)
  4712. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030044)Parameter(0)Size(48)
  4713. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030045)Parameter(0)Size(6)
  4714. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030046)Parameter(0)Size(4)
  4715. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8003004f)Parameter(0)Size(32)
  4716. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030050)Parameter(0)Size(4)
  4717. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030053)Parameter(0)Size(6)
  4718. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030054)Parameter(0)Size(128)
  4719. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030056)Parameter(0)Size(4)
  4720. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030057)Parameter(0)Size(3)
  4721. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030059)Parameter(0)Size(4)
  4722. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8003005a)Parameter(0)Size(4)
  4723. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8003005c)Parameter(0)Size(4)
  4724. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030061)Parameter(0)Size(4)
  4725. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040001)Parameter(0)Size(4)
  4726. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040002)Parameter(2)Size(4)
  4727. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040003)Parameter(2)Size(4)
  4728. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040005)Parameter(0)Size(4)
  4729. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040006)Parameter(0)Size(4)
  4730. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8002000c)Parameter(0)Size(4)
  4731. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2070001)Parameter(1)Size(4)
  4732. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040007)Parameter(1)Size(4)
  4733. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8004000c)Parameter(-1)Size(4)
  4734. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8004000d)Parameter(14)Size(4)
  4735. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8004000f)Parameter(0)Size(4)
  4736. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030021)Parameter(0)Size(70)
  4737. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030022)Parameter(0)Size(3200)
  4738. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040011)Parameter(0)Size(4)
  4739. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030023)Parameter(0)Size(4)
  4740. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040016)Parameter(0)Size(4)
  4741. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040017)Parameter(0)Size(4)
  4742. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040018)Parameter(0)Size(4)
  4743. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040013)Parameter(0)Size(4)
  4744. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040014)Parameter(0)Size(4)
  4745. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040015)Parameter(0)Size(4)
  4746. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8004001a)Parameter(16)Size(4)
  4747. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8004001b)Parameter(0)Size(4)
  4748. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030028)Parameter(0)Size(4)
  4749. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030029)Parameter(0)Size(8)
  4750. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8004001c)Parameter(1)Size(4)
  4751. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8004001d)Parameter(1)Size(4)
  4752. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8003002d)Parameter(0)Size(4)
  4753. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030015)Parameter(1)Size(4)
  4754. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8004001e)Parameter(1)Size(4)
  4755. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040020)Parameter(2)Size(4)
  4756. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040021)Parameter(256)Size(2)
  4757. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040022)Parameter(0)Size(4)
  4758. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040023)Parameter(0)Size(4)
  4759. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040024)Parameter(0)Size(4)
  4760. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040025)Parameter(0)Size(4)
  4761. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040026)Parameter(0)Size(4)
  4762. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040027)Parameter(0)Size(16)
  4763. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040028)Parameter(0)Size(4)
  4764. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040029)Parameter(1)Size(4)
  4765. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8004002a)Parameter(0)Size(4)
  4766. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8004002b)Parameter(0)Size(4)
  4767. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8004002c)Parameter(0)Size(4)
  4768. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040035)Parameter(0)Size(4)
  4769. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040036)Parameter(0)Size(4)
  4770. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040037)Parameter(65281)Size(4)
  4771. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040038)Parameter(65794)Size(4)
  4772. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040039)Parameter(65539)Size(4)
  4773. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8004003a)Parameter(16777220)Size(4)
  4774. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8004003b)Parameter(16842757)Size(4)
  4775. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8004003c)Parameter(0)Size(4)
  4776. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8004003d)Parameter(0)Size(4)
  4777. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8004003e)Parameter(0)Size(4)
  4778. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8004003f)Parameter(0)Size(4)
  4779. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8004002d)Parameter(0)Size(4)
  4780. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8004002e)Parameter(1)Size(4)
  4781. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8004002f)Parameter(0)Size(4)
  4782. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040030)Parameter(0)Size(4)
  4783. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040031)Parameter(63)Size(4)
  4784. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040040)Parameter(0)Size(4)
  4785. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040033)Parameter(18560)Size(4)
  4786. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040034)Parameter(0)Size(4)
  4787. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80050007)Parameter(5184)Size(124)
  4788. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8005000f)Parameter(4)Size(20)
  4789. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80050012)Parameter(0)Size(4)
  4790. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80050009)Parameter(512)Size(12)
  4791. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8005000b)Parameter(0)Size(2)
  4792. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8005001f)Parameter(0)Size(28)
  4793. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80050022)Parameter(1)Size(4)
  4794. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80050024)Parameter(0)Size(4)
  4795. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80050025)Parameter(0)Size(4)
  4796. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8005002f)Parameter(100)Size(4)
  4797. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80050037)Parameter(5184)Size(88)
  4798. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80050038)Parameter(0)Size(4)
  4799. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030039)Parameter(0)Size(6)
  4800. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050019)Parameter(0)Size(8)
  4801. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x205001a)Parameter(0)Size(4)
  4802. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2)Parameter(1869504835)Size(844)
  4803. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x30043)Parameter(34472499)Size(132)
  4804. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x1000000)Parameter(-1)Size(4)
  4805. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x1000007)Parameter(1598508361)Size(8)
  4806. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x1000012)Parameter(-1)Size(4)
  4807. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2000001)Parameter(774909489)Size(36)
  4808. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2010000)Parameter(142)Size(4)
  4809. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2010001)Parameter(100)Size(4)
  4810. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2010003)Parameter(0)Size(4)
  4811. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2010006)Parameter(0)Size(4)
  4812. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2010007)Parameter(32768)Size(4)
  4813. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2010009)Parameter(0)Size(4)
  4814. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x201000a)Parameter(13529)Size(4)
  4815. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2020000)Parameter(0)Size(44)
  4816. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2020005)Parameter(0)Size(4)
  4817. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2020006)Parameter(0)Size(4)
  4818. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2030000)Parameter(1359020032)Size(28)
  4819. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2030001)Parameter(1)Size(12)
  4820. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2030002)Parameter(770)Size(36)
  4821. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2030003)Parameter(0)Size(4)
  4822. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2030004)Parameter(0)Size(4)
  4823. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2030005)Parameter(1)Size(4)
  4824. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2030006)Parameter(1)Size(12)
  4825. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2040000)Parameter(4)Size(4)
  4826. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x204000c)Parameter(1)Size(4)
  4827. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x204000d)Parameter(0)Size(4)
  4828. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2040001)Parameter(1)Size(4)
  4829. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2040002)Parameter(1)Size(4)
  4830. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2040005)Parameter(2)Size(4)
  4831. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2040007)Parameter(2)Size(4)
  4832. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2040009)Parameter(1)Size(4)
  4833. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x204000b)Parameter(0)Size(4)
  4834. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x204000f)Parameter(0)Size(76)
  4835. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050000)Parameter(11)Size(176)
  4836. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050002)Parameter(3)Size(4)
  4837. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050003)Parameter(0)Size(4)
  4838. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050006)Parameter(0)Size(4)
  4839. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050008)Parameter(0)Size(4)
  4840. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050004)Parameter(1598508361)Size(8)
  4841. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050009)Parameter(4672841)Size(8)
  4842. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050005)Parameter(1)Size(4)
  4843. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x205000d)Parameter(0)Size(4)
  4844. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x205000e)Parameter(2)Size(4)
  4845. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x205000f)Parameter(5)Size(4)
  4846. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000039)Parameter(0)Size(24)
  4847. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030034)Parameter(0)Size(4)
  4848. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030036)Parameter(3)Size(4)
  4849. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050011)Parameter(0)Size(4)
  4850. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030037)Parameter(0)Size(4)
  4851. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8000003d)Parameter(65539)Size(3)
  4852. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050013)Parameter(0)Size(4)
  4853. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8003002b)Parameter(0)Size(4)
  4854. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050015)Parameter(0)Size(4)
  4855. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050016)Parameter(0)Size(4)
  4856. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050017)Parameter(3080239)Size(4)
  4857. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050018)Parameter(4)Size(44)
  4858. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x205001d)Parameter(0)Size(40)
  4859. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x205001f)Parameter(19)Size(4)
  4860. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050020)Parameter(0)Size(4)
  4861. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050021)Parameter(0)Size(4)
  4862. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050022)Parameter(4)Size(4)
  4863. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050023)Parameter(0)Size(4)
  4864. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050024)Parameter(1)Size(4)
  4865. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050027)Parameter(0)Size(4)
  4866. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050028)Parameter(0)Size(4)
  4867. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050029)Parameter(0)Size(4)
  4868. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x205001b)Parameter(1)Size(4)
  4869. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x205001c)Parameter(1)Size(4)
  4870. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x205001e)Parameter(0)Size(4)
  4871. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x205002a)Parameter(0)Size(4)
  4872. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2060000)Parameter(1)Size(4)
  4873. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2060001)Parameter(0)Size(24)
  4874. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2060002)Parameter(0)Size(24)
  4875. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2060003)Parameter(0)Size(24)
  4876. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2060004)Parameter(0)Size(24)
  4877. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2060005)Parameter(0)Size(24)
  4878. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2060006)Parameter(0)Size(24)
  4879. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2060007)Parameter(0)Size(24)
  4880. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2060008)Parameter(0)Size(24)
  4881. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2060009)Parameter(0)Size(24)
  4882. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x60002)Parameter(0)Size(24)
  4883. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x60003)Parameter(0)Size(24)
  4884. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x60004)Parameter(0)Size(24)
  4885. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x60005)Parameter(0)Size(24)
  4886. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x60006)Parameter(0)Size(24)
  4887. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x60007)Parameter(0)Size(24)
  4888. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x60008)Parameter(0)Size(24)
  4889. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x60009)Parameter(0)Size(24)
  4890. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x6000a)Parameter(0)Size(24)
  4891. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x206000a)Parameter(135)Size(4)
  4892. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x206000b)Parameter(135)Size(4)
  4893. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x206000c)Parameter(135)Size(4)
  4894. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x206001e)Parameter(0)Size(24)
  4895. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x6003e)Parameter(0)Size(24)
  4896. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2070000)Parameter(0)Size(4)
  4897. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2070002)Parameter(1395253393)Size(8)
  4898. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2070006)Parameter(7)Size(4)
  4899. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2070003)Parameter(0)Size(4)
  4900. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2070007)Parameter(-1)Size(4)
  4901. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2070009)Parameter(0)Size(4)
  4902. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x207000a)Parameter(0)Size(4)
  4903. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040041)Parameter(0)Size(4)
  4904. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040043)Parameter(0)Size(4)
  4905. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040047)Parameter(2)Size(4)
  4906. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040042)Parameter(60)Size(2)
  4907. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040044)Parameter(1)Size(4)
  4908. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040045)Parameter(0)Size(2)
  4909. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2070012)Parameter(0)Size(4)
  4910. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2070014)Parameter(0)Size(4)
  4911. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2070015)Parameter(0)Size(4)
  4912. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2070018)Parameter(0)Size(4)
  4913. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2070016)Parameter(0)Size(48)
  4914. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2070017)Parameter(0)Size(4)
  4915. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x202000d)Parameter(0)Size(40)
  4916. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x202000e)Parameter(0)Size(40)
  4917. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x202000f)Parameter(0)Size(40)
  4918. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2020010)Parameter(0)Size(40)
  4919. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2020011)Parameter(0)Size(40)
  4920. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x4010000)Parameter(1)Size(4)
  4921. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x4010002)Parameter(0)Size(4)
  4922. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x4010004)Parameter(0)Size(4)
  4923. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x4010001)Parameter(8667456)Size(16704)
  4924. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x4010003)Parameter(0)Size(16704)
  4925. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x4010005)Parameter(0)Size(16704)
  4926. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0xe020001)Parameter(32)Size(56)
  4927. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0xe020002)Parameter(0)Size(484)
  4928. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0xe060000)Parameter(808464432)Size(8)
  4929. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0xe060001)Parameter(0)Size(4)
  4930. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0xe060002)Parameter(808464432)Size(8)
  4931. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0xe060003)Parameter(808464432)Size(8)
  4932. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0xe070000)Parameter(0)Size(64)
  4933. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0xe070001)Parameter(0)Size(64)
  4934. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x5010000)Parameter(28)Size(28)
  4935. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80040012)Parameter(0)Size(40)
  4936. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x5010001)Parameter(0)Size(544)
  4937. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x5010002)Parameter(0)Size(2204)
  4938. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x5010003)Parameter(0)Size(1264)
  4939. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x5010004)Parameter(0)Size(64)
  4940. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x5010005)Parameter(0)Size(44)
  4941. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x5010006)Parameter(0)Size(784)
  4942. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x5010007)Parameter(28)Size(28)
  4943. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x5010008)Parameter(0)Size(24)
  4944. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x5010009)Parameter(0)Size(84)
  4945. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x501000b)Parameter(224)Size(224)
  4946. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x501000a)Parameter(0)Size(504)
  4947. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x501000c)Parameter(1)Size(4)
  4948. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x501000e)Parameter(0)Size(448)
  4949. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x501000d)Parameter(0)Size(288)
  4950. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2040003)Parameter(1)Size(4)
  4951. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8003000b)Parameter(0)Size(4)
  4952. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8003000c)Parameter(0)Size(4)
  4953. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8003001e)Parameter(1)Size(4)
  4954. [ PropMgr:ff31b1e8 ] (83:01) MasterResultCBR_DefaultBracket(0x9be5a4)
  4955. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80020002, 0)
  4956. [ShootCapture:ff14b134 ] (93:03) scsProperty ID=0x80020002(0)
  4957. [ MainCtrl:ff0ced84 ] (9c:01) ID:80020002(12)
  4958. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80020002)Parameter(0)Size(4)
  4959. [ PropMgr:ff31b1e8 ] (83:01) MasterResultCBR_Sensor(0x9be5f4)
  4960. [ PropMgr:ff31b1e8 ] (83:01) MasterResultCBR_DefaultCamera(0x9be644)
  4961. [ PropMgr:ff31b1e8 ] (83:01) MasterResultCBR_DefaultCFn(0x9be694)
  4962. [ PropMgr:ff31b1e8 ] (83:01) MasterResultCBR_DefaultAfShift(0x9be6e4)
  4963. [ PropMgr:ff31b1e8 ] (83:01) MasterResultCBR_LvManipulation(0x9be734)
  4964. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050006(0)
  4965. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80050006(0)
  4966. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80050011,0x0
  4967. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80050011][4][0]
  4968. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  4969. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80050011)Parameter(0)Size(4)
  4970. [ PropMgr:ff31b1e8 ] (83:01) MasterResultCBR_LvOutputDevice(0x9be784)
  4971. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050011(0)
  4972. [ Gmt:ff181d50 ] (9a:03) PROP_LV_OUTPUT_DEVICE:0x00000000
  4973. [ Gmt:ff17f684 ] (9a:03) gmtSaveOutputChangeEvent state:1
  4974. [ Gmt:ff0d5934 ] (9a:01) Event 11 Result State 1->1
  4975. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80050011(0)
  4976. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030030)Parameter(0)Size(8)
  4977. [ PropMgr:ff31b1e8 ] (83:01) MasterResultCBR_hOutputType0x9be870)
  4978. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80030030(0)
  4979. [ Gmt:ff18218c ] (9a:03) PROP_OUTPUT_TYPE:0 0
  4980. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80030030(0)
  4981. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x8005001c(0)
  4982. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[8005001c][4][0]
  4983. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  4984. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8005001c)Parameter(0)Size(4)
  4985. [ PropMgr:ff31b1e8 ] (83:01) MasterResultCBR_LvMirrorDownStatus(0x9be908)
  4986. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8005001c(0)
  4987. [ Gmt:ff181ca4 ] (9a:03) PROP_LV_MIRROR_DOWN_STATUS:0
  4988. [ Gmt:ff19aa3c ] (ab:03) [GRPCTR] LVGRAPHIC_CTRL_MuteOffForClientControl
  4989. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x8005001C(0)
  4990. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80050023][4][0]
  4991. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  4992. [ PropMgr:ff31b1e8 ] (83:01) MasterResultCBR_LvExpsimDisp(0x9be9dc)
  4993. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80040009][4][26cdc]
  4994. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  4995. [ PropMgr:ff31b1e8 ] (83:03) MasterResultCBR_AvailableMyMenuList(0x9bea7c)
  4996. [ PropMgr:ff31b1e8 ] (83:03) MasterResultCBR_ErrBattery(0x9beb1c)
  4997. [ PropMgr:ff31b1e8 ] (83:01) MasterResultCBR_CustomSetting(0x9beb6c)
  4998. [ PropMgr:ff31b1e8 ] (83:01) MasterResultCBR_DefaultCustom(0x9bebbc)
  4999. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8005002e)Parameter(6)Size(4)
  5000. [ PropMgr:ff31b1e8 ] (83:03) MasterResultCBR_LvDZoomKey(0x9bec0c)
  5001. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8005002e(0x6)
  5002. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x8005002E(6)
  5003. [ PropMgr:ff31b1e8 ] (83:03) MasterResultCBR_ChangeDateSetting(0x9bed04)
  5004. [ PropMgr:ff31b1e8 ] (83:03) MasterResultCBR_LvTouchAfPosition(0x9bed7c)
  5005. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050036(0)
  5006. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80050036(0)
  5007. [ PropMgr:ff31b1e8 ] (83:01) MasterResultCBR_EndTftOlcCtrlState(0x9bedcc)
  5008. [ GuiMainTask:ff23e09c ] (0e:05) DP_RegisterCBR() Id=1 Count:12
  5009. [ GuiMainTask:ff23e09c ] (0e:05) DP_RegisterCBR() Id=2 Count:12
  5010. [ GuiMainTask:ff23e09c ] (0e:05) DP_RegisterCBR() Id=4 Count:12
  5011. [ GuiMainTask:ff0ffc70 ] (33:01) PD_RegistTFTTurnSwCBR:8
  5012. [ GuiMainTask:ff0ffc0c ] (33:01) PD_RegistLvCtrlCBR:a
  5013. [ GuiMainTask:ff1c96dc ] (33:01) Regist MovieStartCtrlCB
  5014. [ GuiMainTask:ff0ffcb8 ] (33:01) PD_RegistNotifyGpsTypeCBR:b
  5015. [ GuiMainTask:ff1c972c ] (83:01) PROP_VIDEO_SYSTEM(1)
  5016. [ GuiMainTask:ff1b2620 ] (83:01) SetGuiDaTa(7)=(1)
  5017. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  5018. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2040003)Parameter(1)Size(4)
  5019. [ GuiMainTask:ff1c9774 ] (83:01) PROP_LANGUAGE(1)
  5020. [ GuiMainTask:ff1b5c90 ] (83:03) GUI_SetLanguage (1)
  5021. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2040002)Parameter(1)Size(4)
  5022. [ GuiMainTask:ff12dcd8 ] (82:03) [Post]SetBacklightBrightness SetBacklightBrightness called 215
  5023. [ DisplayMgr:ff129a5c ] (82:03) ChangeBacklightLevel(off) 5 -> 4
  5024. [ GuiMainTask:ff0f2464 ] (00:02) [SEQ] NotifyComplete (Startup, Flag = 0x200000)
  5025. [ GuiMainTask:ff0f24c8 ] (00:03) [SEQ] NotifyComplete (Cur = 5, 0x200200, Flag = 0x200000)
  5026. [ GuiMainTask:ff1c9838 ] (83:03) <- handleGuiInit
  5027. [ GuiMainTask:ff0d726c ] (84:01) GUI_OTHEREVENT:11
  5028. [ CtrlSrv:ff398528 ] (83:01) MainEventHandler PROP_AE_MODE_DIAL(3)
  5029. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000000)Data(3)size(0)
  5030. [ CtrlSrv:ff398584 ] (83:01) MainEventHandler PROP_AE_MODE(3)fUI_OK(0)
  5031. [ CtrlSrv:ff3961ac ] (83:03) handleAEMode oldZone=0, newZone=0
  5032. [ CtrlSrv:ff398594 ] (83:03) GuiMainEventHandler handleAeMode Not UI_OK
  5033. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000001)Data(3)size(0)
  5034. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000002)Data(3)size(0)
  5035. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000003)Data(0)size(0)
  5036. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000004)Data(3)size(0)
  5037. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8000000a)Data(10038640)size(8)
  5038. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000005)Data(125)size(0)
  5039. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000006)Data(32)size(0)
  5040. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000007)Data(104)size(0)
  5041. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000008)Data(0)size(0)
  5042. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000009)Data(0)size(0)
  5043. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8000000b)Data(0)size(0)
  5044. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8000000d)Data(1)size(0)
  5045. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8000000e)Data(5500)size(0)
  5046. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8000000f)Data(0)size(0)
  5047. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000010)Data(0)size(0)
  5048. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000011)Data(0)size(0)
  5049. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000012)Data(0)size(0)
  5050. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000013)Data(0)size(0)
  5051. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8000002f)Data(67502080)size(0)
  5052. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000030)Data(67502080)size(0)
  5053. [ CtrlSrv:ff3970bc ] (83:03) MainEventHandler PROP_CARD1_EXIST(0)
  5054. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8000001d)Data(0)size(0)
  5055. [ CtrlSrv:ff1ac164 ] (83:03) PROP_CARD1_EXIST[0]
  5056. [ CtrlSrv:ff3988b0 ] (83:03) MainEventHandler PROP_CARD2_EXIST(1)
  5057. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8000001e)Data(1)size(0)
  5058. [ CtrlSrv:ff1ac184 ] (83:03) PROP_CARD2_EXIST[1]
  5059. [ CtrlSrv:ff397110 ] (83:03) MainEventHandler PROP_CARD1_STATUS(0)
  5060. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000020)Data(0)size(0)
  5061. [ CtrlSrv:ff1ac2d0 ] (83:03) PROP_CARD1_STATUS[0]
  5062. [ CtrlSrv:ff397b68 ] (83:03) MainEventHandler PROP_CARD2_STATUS(0x1)
  5063. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000021)Data(1)size(0)
  5064. [ CtrlSrv:ff1ac2f0 ] (83:03) PROP_CARD2_STATUS[1]
  5065. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000025)Data(0)size(0)
  5066. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000023)Data(1)size(0)
  5067. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000024)Data(0)size(0)
  5068. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000027)Data(1)size(0)
  5069. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x202000c)Data(1)size(0)
  5070. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000028)Data(33)size(0)
  5071. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000029)Data(0)size(0)
  5072. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8000002a)Data(1)size(0)
  5073. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000032)Data(522)size(0)
  5074. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000034)Data(1)size(0)
  5075. [ CtrlSrv:ff1ae0e0 ] (83:03) PROP_LIVE_VIEW_VIEWTYPE_SELECT [1]
  5076. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000033)Data(0)size(0)
  5077. [ CtrlSrv:ff1ac050 ] (83:03) PROP_PROGRAM_SHIFT[0]
  5078. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000038)Data(0)size(0)
  5079. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8000003a)Data(3)size(0)
  5080. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8000003b)Data(18552)size(0)
  5081. [ CtrlSrv:ff1ac5b4 ] (83:03) PROP_AUTO_ISO_RANGE[18552]
  5082. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8000003c)Data(1)size(0)
  5083. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8000003e)Data(0)size(0)
  5084. [ CtrlSrv:ff1ae7c0 ] (83:03) PROP_SUBDIAL_LOCK_MODE [0x0]
  5085. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8000003f)Data(10038660)size(5)
  5086. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000041)Data(0)size(0)
  5087. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000042)Data(1)size(0)
  5088. [ CtrlSrv:ff1ae7e0 ] (83:03) PROP_MOVIE_SERVO_AF [0x1]
  5089. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000044)Data(0)size(0)
  5090. [ CtrlSrv:ff1ae928 ] (83:03) PROP_REGISTRATION_DATA_UPDATE_FUNC [0x0]
  5091. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000045)Data(10038680)size(5)
  5092. [ CtrlSrv:ff1ae948 ] (83:03) PROP_HDR_SETTING [10038680]
  5093. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000046)Data(0)size(0)
  5094. [ CtrlSrv:ff1ac7f0 ] (83:03) PROP_AF_METHOD_SELECT_FOCUS_AREA[0]
  5095. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000047)Data(0)size(0)
  5096. [ CtrlSrv:ff1ac810 ] (83:03) PROP_MIRRORUP_SETTING[0]
  5097. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000048)Data(0)size(0)
  5098. [ CtrlSrv:ff1ac830 ] (83:03) PROP_LONG_EXPOSURE_NOISE_REDUCTION[0]
  5099. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000049)Data(0)size(0)
  5100. [ CtrlSrv:ff1ac850 ] (83:03) PROP_HI_ISO_SETTING_NOISE_REDUCTION[0]
  5101. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8000004a)Data(0)size(0)
  5102. [ CtrlSrv:ff1ac870 ] (83:03) PROP_HILIGHT_TONE_PRIORITY[0]
  5103. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8000004b)Data(0)size(0)
  5104. [ CtrlSrv:ff1ac9a8 ] (83:03) PROP_SILENT_CONTROL_SETTING[0]
  5105. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030047)Data(3)size(0)
  5106. [ CtrlSrv:ff1ac9c8 ] (83:03) PROP_SILENT_CONTROL_STATUS[3]
  5107. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8000004c)Data(0)size(0)
  5108. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8000004d)Data(0)size(0)
  5109. [ CtrlSrv:ff1ac9e8 ] (83:03) PROP_SW2_MOVIE_START[0]
  5110. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8000004e)Data(16777216)size(0)
  5111. [ CtrlSrv:ff1aca08 ] (83:03) PROP_GIS_SETTING
  5112. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80010004)Data(10038700)size(9)
  5113. [ CtrlSrv:ff3a0000 ] (83:03) MainEventHandler PROP_ICU_UILOCK(0x0)
  5114. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80020009)Data(0)size(0)
  5115. [ CtrlSrv:ff397f74 ] (83:03) MainEventHandler PROP_GUIGROUND_STATE(1)
  5116. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80020011)Data(1)size(0)
  5117. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80020014)Data(0)size(0)
  5118. [ CtrlSrv:ff3983f4 ] (83:03) MainEventHandler PROP_DISPSENSOR_CTRL(0)
  5119. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80020010)Data(1)size(0)
  5120. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x80020010)Data(1)size(0)
  5121. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80020015)Data(0)size(0)
  5122. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x80020015)Data(0)size(0)
  5123. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80020016)Data(0)size(0)
  5124. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x80020016)Data(0)size(0)
  5125. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8002001b)Data(0)size(0)
  5126. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x8002001b)Data(0)size(0)
  5127. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8002001c)Data(0)size(0)
  5128. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x8002001c)Data(0)size(0)
  5129. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8002001d)Data(0)size(0)
  5130. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x8002001d)Data(0)size(0)
  5131. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030003)Data(0)size(0)
  5132. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030004)Data(2)size(0)
  5133. [ CtrlSrv:ff1ad918 ] (83:03) PROP_BATTERY_POWER [2]
  5134. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030006)Data(6)size(0)
  5135. [ CtrlSrv:ff3971a8 ] (83:03) MainEventHandler PROP_ACCESS_REMAIN(0)
  5136. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030007)Data(0)size(0)
  5137. [ CtrlSrv:ff39790c ] (83:03) GuiMainEventHandler.c PROP_BATTERY_REPORT size<96>
  5138. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8003001d)Data(10038724)size(96)
  5139. [ CtrlSrv:ff1ada90 ] (83:03) PROP_BATTERY_REPORT copysize (96)<-(96)
  5140. [ CtrlSrv:ff3980f0 ] (83:03) MainEventHandler PROP_CONNECT_TARGET(0x0)
  5141. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8003000f)Data(0)size(0)
  5142. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030011)Data(10038832)size(31)
  5143. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0xb000000)Data(10038876)size(110256)
  5144. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030024)Data(1)size(0)
  5145. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x80030024)Data(1)size(0)
  5146. [ CtrlSrv:ff397bfc ] (83:03) MainEventHandler handleLastJobState(0x0)
  5147. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030012)Data(0)size(0)
  5148. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030013)Data(0)size(0)
  5149. [ CtrlSrv:ff397c4c ] (83:03) GuiMainEventHandler.c PROP_EFIC_TEMP<153>
  5150. [ CtrlSrv:ff12dcd8 ] (82:02) [Post]SetTempForBackLight 209
  5151. [ DisplayMgr:ff12b09c ] (82:02) SetTempForBackLight Temp=153
  5152. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030014)Data(153)size(0)
  5153. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x80030014)Data(153)size(0)
  5154. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030016)Data(0)size(0)
  5155. [ CtrlSrv:ff397ef4 ] (83:03) MainEventHandler VIDEO_DISCONNECT
  5156. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030018)Data(0)size(0)
  5157. [ CtrlSrv:ff398088 ] (83:03) MainEventHandler HDMI_DISCONNECT
  5158. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8003002c)Data(0)size(0)
  5159. [ CtrlSrv:ff3a0184 ] (83:03) MainEventHandler PROP_CONNECT_TARGET_WFT(0x0) old(0x0)
  5160. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030019)Data(0)size(0)
  5161. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030038)Data(10149144)size(34)
  5162. [ CtrlSrv:ff1accd8 ] (83:03) PROP_STROBO_SETTING_COMPOSITION
  5163. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8003001c)Data(10149192)size(26)
  5164. [ CtrlSrv:ff3972b4 ] (83:03) HDMI_VIDEO_CODE 0
  5165. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8003002e)Data(10149232)size(32)
  5166. [ CtrlSrv:ff1adbc8 ] (83:03) PROP_HDMI_VIDEO_CODE [10149232]
  5167. [ CtrlSrv:ff1ad32c ] (83:03) dwVideoCode [0]
  5168. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030031)Data(0)size(0)
  5169. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8003003d)Data(0)size(0)
  5170. [ CtrlSrv:ff1b1ed4 ] (83:03) PROP_AFSHIFT_LVASSIST_STATUS (0)
  5171. [ CtrlSrv:ff3985f8 ] (83:03) MainEventHandler PROP_AFSHIFT_LVASSIST_SHIFT_RESULT
  5172. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8003003e)Data(0)size(0)
  5173. [ CtrlSrv:ff1b1eb0 ] (83:03) PROP_AFSHIFT_LVASSIST_SHIFT_RESULT (0)
  5174. [ CtrlSrv:ff398620 ] (83:16) MainEventHandler PROP_QR_DIDNOT_EXECUTE(0)(0)
  5175. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030041)Data(0)size(0)
  5176. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x80030041)Data(0)size(0)
  5177. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030042)Data(10149276)size(7)
  5178. [ CtrlSrv:ff1aca2c ] (83:03) PROP_LED_LIGHT[10149276]
  5179. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030044)Data(10149296)size(48)
  5180. [ CtrlSrv:ff1accd8 ] (83:03) PROP_STROBO_SETTING_EXP_COMPOSITION
  5181. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030045)Data(10149356)size(6)
  5182. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x80030045)Data(10149356)size(6)
  5183. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030046)Data(0)size(0)
  5184. [ CtrlSrv:ff1aca90 ] (83:03) PROP_AFCALC_DISABLE[0]
  5185. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8003004f)Data(10149376)size(32)
  5186. [ CtrlSrv:ff1acab0 ] (83:03) PROP_AFFRAME_ENABLE_SETTING[10149376]
  5187. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030050)Data(0)size(0)
  5188. [ CtrlSrv:ff1acc5c ] (83:03) PROP_LENS_STATUS[0]
  5189. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030053)Data(10149420)size(6)
  5190. [ CtrlSrv:ff1accd8 ] (83:03) PROP_GPS_COMPAS
  5191. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030054)Data(10149440)size(128)
  5192. [ CtrlSrv:ff1accd8 ] (83:03) PROP_GPS_INFORMATION
  5193. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030056)Data(0)size(0)
  5194. [ CtrlSrv:ff1ae99c ] (83:03) PROP_HDR_CURRENT_SHOTS[0]
  5195. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030057)Data(0)size(0)
  5196. [ CtrlSrv:ff1accd8 ] (83:03) PROP_GPS_SATELITE_STATUS
  5197. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030059)Data(0)size(0)
  5198. [ CtrlSrv:ff1ace94 ] (83:03) PROP_MPU_GPS[0]
  5199. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8003005a)Data(0)size(0)
  5200. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x8003005a)Data(0)size(0)
  5201. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8003005c)Data(0)size(0)
  5202. [ CtrlSrv:ff1ae9bc ] (83:03) PROP_GIS_CURRENT_SHOTS[0]
  5203. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030061)Data(0)size(0)
  5204. [ CtrlSrv:ff1ae9dc ] (83:03) PROP_TVAF_CONTINUOUS_STATE[0]
  5205. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040001)Data(0)size(0)
  5206. [ CtrlSrv:ff397994 ] (83:03) MainEventHandler PROP_CURRENT_MEDIA(2)
  5207. [ CtrlSrv:ff1beb1c ] (83:03) GUI_GetTotalFileInDrive hDriveHandle(0x90000000)
  5208. [ CtrlSrv:ff117b6c ] (24:02) FM_GetDriveObject (0x90000000)
  5209. [ CtrlSrv:ff111b44 ] (27:01) FC_GetDriveObject
  5210. [ CtrlSrv:ff2cc738 ] (27:01) _FC_LockCatalog (2)
  5211. [ CtrlSrv:ff2cc7fc ] (27:03) _FC_GetDriveObject (2,1)
  5212. [ CtrlSrv:ff2cc794 ] (27:01) _FC_UnlockCatalog (2)
  5213. [ CtrlSrv:ff1beb3c ] (83:03) GUI_GetTotalFileInDrive FM_GetDriveObject Num(0)
  5214. [ CtrlSrv:ff1a93a8 ] (83:03) guiSetCatalogCreateBusy(1)
  5215. [ GuiMainTask:ff0d726c ] (84:01) GUI_OTHEREVENT:11
  5216. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040002)Data(2)size(0)
  5217. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040003)Data(2)size(0)
  5218. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040005)Data(0)size(0)
  5219. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040006)Data(0)size(0)
  5220. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8002000c)Data(0)size(0)
  5221. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2070001)Data(1)size(0)
  5222. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040007)Data(1)size(0)
  5223. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8004000c)Data(-1)size(0)
  5224. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8004000d)Data(14)size(0)
  5225. [ CtrlSrv:ff39811c ] (83:03) MainEventHandler PROP_TEMP_STATUS(0)
  5226. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8004000f)Data(0)size(0)
  5227. [ CtrlSrv:ff1af3d0 ] (83:03) PROP_TEMP_STATUS[0]
  5228. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030021)Data(10149724)size(70)
  5229. [ CtrlSrv:ff1ad32c ] (83:03) CurrentLensName[]
  5230. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030022)Data(10149808)size(3200)
  5231. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x80030022)Data(10149808)size(3200)
  5232. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040011)Data(0)size(0)
  5233. [ CtrlSrv:ff397264 ] (83:05) MainEventHandler PROP_ERROR_FOR_DISPLAY(0)
  5234. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030023)Data(0)size(0)
  5235. [ CtrlSrv:ff1af410 ] (83:01) PropertyData PROP_ERROR_FOR_DISPLAY[0x0]
  5236. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040016)Data(0)size(0)
  5237. [ CtrlSrv:ff1b1bf4 ] (83:03) PROP_PHOTO_STUDIO_MODE (0)
  5238. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040017)Data(0)size(0)
  5239. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040018)Data(0)size(0)
  5240. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040013)Data(0)size(0)
  5241. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040014)Data(0)size(0)
  5242. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040015)Data(0)size(0)
  5243. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8004001a)Data(16)size(0)
  5244. [ CtrlSrv:ff397584 ] (83:03) MainEventHandler PROP_PHOTO_STUDIO_ENABLE_ISOCOMP(0)
  5245. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8004001b)Data(0)size(0)
  5246. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030028)Data(0)size(0)
  5247. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030029)Data(10153020)size(8)
  5248. [ CtrlSrv:ff1b1e64 ] (83:03) PROP_SHUTTER_COUNTER [10153020][8]
  5249. [ CtrlSrv:ff398384 ] (83:03) MainEventHandler PROP_LIVE_VIEW_MOVIE_SELECT(1)
  5250. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8004001c)Data(1)size(0)
  5251. [ CtrlSrv:ff1ae0c0 ] (83:03) PROP_LIVE_VIEW_MOVIE_SELECT [1]
  5252. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8004001d)Data(1)size(0)
  5253. [ CtrlSrv:ff1ae20c ] (83:03) PROP_LIVE_VIEW_AF_SYSTEM [1]
  5254. [ CtrlSrv:ff3983b8 ] (83:03) MainEventHandler PROP_SCREEN_SAVER(0)
  5255. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8003002d)Data(0)size(0)
  5256. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030015)Data(1)size(0)
  5257. [ CtrlSrv:ff1af3f0 ] (83:01) PropertyData PROP_TFT_STATUS[0x1]
  5258. [ CtrlSrv:ff398890 ] (83:03) MainEventHandler PROP_VARIANGLEDISPLAY_ONOFF(1)
  5259. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8004001e)Data(1)size(0)
  5260. [ CtrlSrv:ff1af458 ] (83:01) PROP_VARIANGLEDISPLAY_ONOFF[0x1]
  5261. [ CtrlSrv:ff3975c4 ] (83:03) MainEventHandler PROP_VARIANGLEDISPLAY_STATE(2)
  5262. [ CtrlSrv:ff5212a8 ] (83:03) setVariangleStateAndVariangleDispModeToWinSystem(2)
  5263. [ CtrlSrv:ff4d56c8 ] (04:03) -->Reverse start
  5264. [ DisplayMgr:ff12b728 ] (82:03) UpdateReverseTFT(off) Current=0 Target=1
  5265. [ CtrlSrv:ff12dcd8 ] (82:02) [Post]ChangePhysicalScreen 165
  5266. [ DisplayMgr:ff128888 ] (82:02) SetBitmapVramAddress pBitmap_Address=41380008
  5267. [ DisplayMgr:ff12dcfc ] (82:01) WaitCBR pParam=0
  5268. [ CtrlSrv:ff4d3c6c ] (04:02) refresh whole fReverseScreen=0
  5269. [ CtrlSrv:ff5212ec ] (04:03) Reverse finish
  5270. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040020)Data(2)size(0)
  5271. [ CtrlSrv:ff1af478 ] (83:01) PROP_VARIANGLEDISPLAY_STATE[0x2]
  5272. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040021)Data(256)size(0)
  5273. [ CtrlSrv:ff1ad73c ] (83:03) PROP_BUILTIN_STROBO_MODE [256]
  5274. [ CtrlSrv:ff1ad764 ] (83:03) BuiltInStroboSetting mode[0]
  5275. [ CtrlSrv:ff1ad32c ] (83:03) BuiltInStroboSetting masterFlash[1]
  5276. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040022)Data(0)size(0)
  5277. [ CtrlSrv:ff1af5dc ] (83:03) PROP_AF_USM_LENS_ELECTRONIC_MF (0)
  5278. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040023)Data(0)size(0)
  5279. [ CtrlSrv:ff1af5fc ] (83:03) PROP_AF_AISERVO_1FRAME_ACT_PRIORITY (0)
  5280. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040024)Data(0)size(0)
  5281. [ CtrlSrv:ff1af61c ] (83:03) PROP_AF_AISERVO_CONTINUOUS_ACT_PRIORITY (0)
  5282. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040025)Data(0)size(0)
  5283. [ CtrlSrv:ff1af63c ] (83:03) PROP_AF_ONESHOT_ACT_PRIORITY (0)
  5284. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040026)Data(0)size(0)
  5285. [ CtrlSrv:ff1af65c ] (83:03) PROP_AF_LENSDRIVE_WHEN_AFIMPOSSIBLE (0)
  5286. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040027)Data(10153040)size(16)
  5287. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040028)Data(0)size(0)
  5288. [ CtrlSrv:ff1af67c ] (83:03) PROP_AF_SELECTABLE_AFPOINT (0)
  5289. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040029)Data(1)size(0)
  5290. [ CtrlSrv:ff1af69c ] (83:03) PROP_AF_AFPOINT_DISPLAY (1)
  5291. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8004002a)Data(0)size(0)
  5292. [ CtrlSrv:ff1af7cc ] (83:03) PROP_AF_ASSIST_BEAM_FIRING (0)
  5293. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8004002b)Data(0)size(0)
  5294. [ CtrlSrv:ff1af7ec ] (83:03) PROP_AF_ORIENTATION_LINKED_AFPOINT (0)
  5295. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8004002c)Data(0)size(0)
  5296. [ CtrlSrv:ff1af80c ] (83:03) PROP_AF_FOLLOW_MODE (0)
  5297. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040035)Data(0)size(0)
  5298. [ CtrlSrv:ff1af82c ] (83:03) PROP_AF_CURRENT_AISERVO_STYLE (0)
  5299. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040036)Data(0)size(0)
  5300. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040037)Data(65281)size(0)
  5301. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040038)Data(65794)size(0)
  5302. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040039)Data(65539)size(0)
  5303. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8004003a)Data(16777220)size(0)
  5304. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8004003b)Data(16842757)size(0)
  5305. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8004003c)Data(0)size(0)
  5306. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8004003d)Data(0)size(0)
  5307. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8004003e)Data(0)size(0)
  5308. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8004003f)Data(0)size(0)
  5309. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8004002d)Data(0)size(0)
  5310. [ CtrlSrv:ff1af9b4 ] (83:03) PROP_AF_LEARNING (0)
  5311. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8004002e)Data(1)size(0)
  5312. [ CtrlSrv:ff1af9d4 ] (83:03) PROP_AF_VF_DISPLAY_ILLUMINATION (1)
  5313. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8004002f)Data(0)size(0)
  5314. [ CtrlSrv:ff1af9f4 ] (83:03) PROP_AF_AFPOINT_ROTATION (0)
  5315. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040030)Data(0)size(0)
  5316. [ CtrlSrv:ff1afa14 ] (83:03) PROP_AF_AFHANDLING_RECOGNITION (0)
  5317. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040031)Data(63)size(0)
  5318. [ CtrlSrv:ff1afb40 ] (83:03) PROP_AF_SELECT_FOCUS_AREA (63)
  5319. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040040)Data(0)size(0)
  5320. [ CtrlSrv:ff1afb60 ] (83:03) PROP_CONTINUOUS_AF (0)
  5321. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040033)Data(18560)size(0)
  5322. [ CtrlSrv:ff1afb80 ] (83:03) PROP_ISO_RANGE (4880)
  5323. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040034)Data(0)size(0)
  5324. [ CtrlSrv:ff1afba4 ] (83:03) PROP_LIMITED_TV_VALUE_AT_AUTOISO (0)
  5325. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80050007)Data(10153068)size(124)
  5326. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8005000f)Data(10153252)size(20)
  5327. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80050012)Data(0)size(0)
  5328. [ CtrlSrv:ff1aeb98 ] (83:03) PROP_LV_EXPOSURE_MODE [0]
  5329. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80050009)Data(10153284)size(12)
  5330. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8005000b)Data(0)size(0)
  5331. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8005001f)Data(10153308)size(28)
  5332. [ CtrlSrv:ff3982ec ] (83:03) MainEventHandler PROP_LV_ACTION(1)
  5333. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80050022)Data(1)size(0)
  5334. [ CtrlSrv:ff1ab404 ] (83:03) PROP_LV_ACTION[1]
  5335. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80050024)Data(0)size(0)
  5336. [ CtrlSrv:ff1aec84 ] (83:03) PROP_LV_IMAGE_MUTE[0]
  5337. [ CtrlSrv:ff398240 ] (83:03) MainEventHandler PROP_LV_DISPBUSY(0)
  5338. [ CtrlSrv:ff52c374 ] (83:03) StopLiveViewStroboBusyApp(0)
  5339. [ CtrlSrv:ff4d56c8 ] (04:03) -->Reverse start
  5340. [ DisplayMgr:ff12b728 ] (82:03) UpdateReverseTFT(off) Current=1 Target=1
  5341. [ CtrlSrv:ff12dcd8 ] (82:02) [Post]ChangePhysicalScreen 165
  5342. [ DisplayMgr:ff128888 ] (82:02) SetBitmapVramAddress pBitmap_Address=41300008
  5343. [ DisplayMgr:ff12dcfc ] (82:01) WaitCBR pParam=0
  5344. [ CtrlSrv:ff4d3c6c ] (04:02) refresh whole fReverseScreen=0
  5345. [ CtrlSrv:ff3982c4 ] (04:03) Reverse finish
  5346. [ CtrlSrv:ff0d8110 ] (00:04) < GUI Lock > GUILock_TurnOffDisplay (PUB)
  5347. [ GuiLockTask:ff0d7884 ] (00:03) < GUI Lock > GUILockTask 2
  5348. [ GuiLockTask:ff12dcd8 ] (82:03) [Post]TurnOffDisplay 477
  5349. [ DisplayMgr:ff12a000 ] (82:02) ignore >>> TURNOFF
  5350. [ DisplayMgr:ff12dd24 ] (82:01) GUILockWaitCBR pParam=0
  5351. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  5352. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  5353. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  5354. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  5355. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030015)Parameter(1)Size(4)
  5356. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80050025)Data(0)size(0)
  5357. [ CtrlSrv:ff1aecc4 ] (83:03) PROP_LV_DISPBUSY[0]
  5358. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8005002f)Data(100)size(0)
  5359. [ CtrlSrv:ff1aedec ] (83:03) PROP_DIGITAL_ZOOM_RATIO[100]
  5360. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80050037)Data(10153348)size(88)
  5361. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80050038)Data(0)size(0)
  5362. [ CtrlSrv:ff1ab548 ] (83:01) PROP_LV_SCENE_INTELLIGENT_MODE (0)
  5363. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030039)Data(10153448)size(6)
  5364. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050019)Data(10153468)size(8)
  5365. [ CtrlSrv:ff1ad08c ] (83:03) PROP_ADJECTIVE[10153468]
  5366. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x205001a)Data(0)size(0)
  5367. [ CtrlSrv:ff1ad0f0 ] (83:03) PROP_SITUATION[0]
  5368. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2)Data(10153488)size(844)
  5369. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x30043)Data(10154392)size(132)
  5370. [ CtrlSrv:ff1ad150 ] (83:03) PROP_TVAF_FRAMELIST[10154392]
  5371. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x1000000)Data(-1)size(0)
  5372. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x1000007)Data(10154536)size(8)
  5373. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x1000012)Data(-1)size(0)
  5374. [ CtrlSrv:ff1ab600 ] (83:03) PROP_LIMIT_LANGUAGE[-1]
  5375. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2000001)Data(10154604)size(36)
  5376. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2010000)Data(142)size(0)
  5377. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2010001)Data(100)size(0)
  5378. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2010003)Data(0)size(0)
  5379. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2010006)Data(0)size(0)
  5380. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2010007)Data(32768)size(0)
  5381. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2010009)Data(0)size(0)
  5382. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x201000a)Data(13529)size(0)
  5383. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2020000)Data(10154652)size(44)
  5384. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2020005)Data(0)size(0)
  5385. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2020006)Data(0)size(0)
  5386. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2030000)Data(10154756)size(28)
  5387. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2030001)Data(10154844)size(12)
  5388. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2030002)Data(10154916)size(36)
  5389. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2030003)Data(0)size(0)
  5390. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2030004)Data(0)size(0)
  5391. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2030005)Data(1)size(0)
  5392. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2030006)Data(10155156)size(12)
  5393. [ CtrlSrv:ff1ae9fc ] (83:03) PROP_SLIDESHOW [10155156]
  5394. [MPU] Received: 06 05 03 19 01 00 (PROP_TFT_STATUS - spell #35)
  5395. [ CtrlSrv:ff12dcd8 ] (82:03) [Post]SetBacklightBrightness SetBacklightBrightness called 215
  5396. [ DisplayMgr:ff129a5c ] (82:03) ChangeBacklightLevel(off) 4 -> 4
  5397. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2040000)Data(4)size(0)
  5398. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x204000c)Data(1)size(0)
  5399. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x204000d)Data(0)size(0)
  5400. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2040001)Data(1)size(0)
  5401. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2040002)Data(1)size(0)
  5402. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2040005)Data(2)size(0)
  5403. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2040007)Data(2)size(0)
  5404. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2040009)Data(1)size(0)
  5405. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x204000b)Data(0)size(0)
  5406. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x204000f)Data(10155468)size(76)
  5407. [ CtrlSrv:ff1adaf0 ] (83:03) PROP_BATTERY_HISTORY copysize (76)<-(76)
  5408. [ CtrlSrv:ff12b904 ] (82:02) GetDisplayType cur=0 prev=0
  5409. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030030)Parameter(0)Size(8)
  5410. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80030030(0)
  5411. [ Gmt:ff18218c ] (9a:03) PROP_OUTPUT_TYPE:0 0
  5412. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80030030(0)
  5413. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050000)Data(10155604)size(176)
  5414. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050002)Data(3)size(0)
  5415. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050003)Data(0)size(0)
  5416. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050006)Data(0)size(0)
  5417. [ CtrlSrv:ff1ae094 ] (83:03) PROP_LIVE_VIEW_GRID [0]
  5418. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050008)Data(0)size(0)
  5419. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050004)Data(10155936)size(8)
  5420. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050009)Data(10155956)size(8)
  5421. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050005)Data(1)size(0)
  5422. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x205000d)Data(0)size(0)
  5423. [ CtrlSrv:ff1ae2a8 ] (83:03) PROP_UNAVI_FOCUS_AREA [0]
  5424. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x205000e)Data(2)size(0)
  5425. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x205000f)Data(5)size(0)
  5426. [ TouchMgr:ff13b670 ] register_interrupt(null, 0x34, 0xff13b4c4, 0x1)
  5427. [ TouchMgr:ff331004 ] (c1:03) [TCH] waiting ack...
  5428. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x205000f)Data(5)size(0)
  5429. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000039)Data(10156024)size(24)
  5430. [ CtrlSrv:ff1ae22c ] (83:03) PROP_MOVIE_PARAM [10156024]
  5431. [ CtrlSrv:ff39831c ] (83:03) MainEventHndler PROP_MIRROR_DOWN_IN_MOVIE_MODE(0)fUI_OK(0)
  5432. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030034)Data(0)size(0)
  5433. [ CtrlSrv:ff1ae268 ] (83:03) PROP_MIRROR_DOWN_IN_MOVIE_MODE [0]
  5434. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030036)Data(3)size(0)
  5435. [ CtrlSrv:ff1ae288 ] (83:03) PROP_MEMORY_STATUS [3]
  5436. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050011)Data(0)size(0)
  5437. [ CtrlSrv:ff3985b0 ] (83:03) MainEventHandler PROP_FIXED_MOVIE(0)fUI_OK(0)
  5438. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030037)Data(0)size(0)
  5439. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8000003d)Data(65539)size(0)
  5440. [ CtrlSrv:ff1ac360 ] (83:03) PROP_AUTO_LIGHTING_OPTIMIZER_MODE[65539]
  5441. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050013)Data(0)size(0)
  5442. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8003002b)Data(0)size(0)
  5443. [ CtrlSrv:ff1ae49c ] (83:03) PROP_MIC_PHYSICAL_CONNECT [0x0]
  5444. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050015)Data(0)size(0)
  5445. [ CtrlSrv:ff1ac60c ] (83:03) PROP_IMAGE_ASPECT_RATIO[0]
  5446. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050016)Data(0)size(0)
  5447. [ CtrlSrv:ff1ae45c ] (83:03) PROP_WIND_CUT [0x0]
  5448. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050017)Data(3080239)size(0)
  5449. [ CtrlSrv:ff1ae2e0 ] (83:03) PROP_MOVIE_REC_VOLUME L/R[47/47]
  5450. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050018)Data(10156156)size(44)
  5451. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x205001d)Data(10156212)size(40)
  5452. [ CtrlSrv:ff1ae74c ] (83:03) PROP_APPENDMOVINFO [10156212]
  5453. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x205001f)Data(19)size(0)
  5454. [ CtrlSrv:ff1ae4bc ] (83:03) PROP_TIME_ZONE [0x13]
  5455. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050020)Data(0)size(0)
  5456. [ CtrlSrv:ff1ae4dc ] (83:03) PROP_SUMMERTIME_SETTING [0x0]
  5457. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050021)Data(0)size(0)
  5458. [ CtrlSrv:ff1ae4fc ] (83:03) PROP_PLAY_GRID [0x0]
  5459. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050022)Data(4)size(0)
  5460. [ CtrlSrv:ff1ae51c ] (83:03) PROP_PLAY_ENLARGE_LEVEL [0x4]
  5461. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050023)Data(0)size(0)
  5462. [ CtrlSrv:ff1ae53c ] (83:03) PROP_DISTORTION_COMP [0x0]
  5463. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050024)Data(1)size(0)
  5464. [ CtrlSrv:ff1ae55c ] (83:03) PROP_CHROMATISM [0x1]
  5465. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050027)Data(0)size(0)
  5466. [ CtrlSrv:ff1ae6d4 ] (83:03) PROP_TOUCH [0x0]
  5467. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050028)Data(0)size(0)
  5468. [ CtrlSrv:ff1ae714 ] (83:03) PROP_TOUCH_SHUTTER [0x0]
  5469. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050029)Data(0)size(0)
  5470. [ CtrlSrv:ff1ae47c ] (83:03) PROP_ATTENUATOR [0x0]
  5471. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x205001b)Data(1)size(0)
  5472. [ CtrlSrv:ff1ad110 ] (83:03) PROP_LOUDNESS_BUILT_IN_SPEAKER[1]
  5473. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x205001c)Data(1)size(0)
  5474. [ CtrlSrv:ff1ad130 ] (83:03) PROP_FUNC_GUIDANCE[1]
  5475. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x205001e)Data(0)size(0)
  5476. [ CtrlSrv:ff1ae7a0 ] (83:03) PROP_MUSIC_PLAY_MODE[0]
  5477. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x205002a)Data(0)size(0)
  5478. [ CtrlSrv:ff1ae6f4 ] (83:03) PROP_TOUCH_INPUT [0x0]
  5479. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2060000)Data(1)size(0)
  5480. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2060001)Data(10156504)size(24)
  5481. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2060002)Data(10156540)size(24)
  5482. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2060003)Data(10156576)size(24)
  5483. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2060004)Data(10156612)size(24)
  5484. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2060005)Data(10156648)size(24)
  5485. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2060006)Data(10156684)size(24)
  5486. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2060007)Data(10156720)size(24)
  5487. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2060008)Data(10156756)size(24)
  5488. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2060009)Data(10156792)size(24)
  5489. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x60002)Data(10156876)size(24)
  5490. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x60002)Data(10156876)size(24)
  5491. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x60003)Data(10156960)size(24)
  5492. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x60003)Data(10156960)size(24)
  5493. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x60004)Data(10157044)size(24)
  5494. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x60004)Data(10157044)size(24)
  5495. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x60005)Data(10157128)size(24)
  5496. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x60005)Data(10157128)size(24)
  5497. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x60006)Data(10157212)size(24)
  5498. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x60006)Data(10157212)size(24)
  5499. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x60007)Data(10157296)size(24)
  5500. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x60007)Data(10157296)size(24)
  5501. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x60008)Data(10157380)size(24)
  5502. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x60008)Data(10157380)size(24)
  5503. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x60009)Data(10157464)size(24)
  5504. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x60009)Data(10157464)size(24)
  5505. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x6000a)Data(10157548)size(24)
  5506. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x6000a)Data(10157548)size(24)
  5507. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x206000a)Data(135)size(0)
  5508. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x206000b)Data(135)size(0)
  5509. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x206000c)Data(135)size(0)
  5510. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x206001e)Data(10157584)size(24)
  5511. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x6003e)Data(10157668)size(24)
  5512. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x6003e)Data(10157668)size(24)
  5513. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2070000)Data(0)size(0)
  5514. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2070002)Data(10157800)size(8)
  5515. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2070006)Data(7)size(0)
  5516. [ CtrlSrv:ff1ae030 ] (83:03) PropertyData PROP_INFO_BUTTON_SHOOT[0x7]
  5517. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2070003)Data(0)size(0)
  5518. [ CtrlSrv:ff1abb18 ] (83:01) PropertyData PROP_GPS_STATUS[0x0]
  5519. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2070007)Data(-1)size(0)
  5520. [ CtrlSrv:ff1adfe0 ] (83:03) PropertyData PROP_USBDEVICE_CONNECT[0xffffffff]->[0xffffffff]
  5521. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2070009)Data(0)size(0)
  5522. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x207000a)Data(0)size(0)
  5523. [ CtrlSrv:ff1b15f0 ] (83:03) PROP_ADAPTER_DEVICE_ACTIVE (0)
  5524. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040041)Data(0)size(0)
  5525. [ CtrlSrv:ff1b1630 ] (83:03) PROP_GPS_AUTO_TIME_SETTING (0)
  5526. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040043)Data(0)size(0)
  5527. [ CtrlSrv:ff1b1650 ] (83:03) PROP_GPS_COMPAS_SELECT (0)
  5528. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040047)Data(2)size(0)
  5529. [ CtrlSrv:ff1b1770 ] (83:03) PROP_GPS_BATTERY (2)
  5530. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040042)Data(60)size(0)
  5531. [ CtrlSrv:ff1b1790 ] (83:03) PROP_GPS_PINPOINTING_INTERVAL_SETTING (60)
  5532. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040044)Data(1)size(0)
  5533. [ CtrlSrv:ff1b17d8 ] (83:03) PROP_GPS_CALIBRATION (1)
  5534. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040045)Data(0)size(0)
  5535. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2070012)Data(0)size(0)
  5536. [ CtrlSrv:ff1b1a08 ] (83:03) PROP_TIMECODE_PRESET (0)
  5537. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2070014)Data(0)size(0)
  5538. [ CtrlSrv:ff1b1988 ] (83:03) PROP_TIMECODE_MODE (0)
  5539. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2070015)Data(0)size(0)
  5540. [ CtrlSrv:ff1b19a8 ] (83:03) PROP_TIMECODE_PLAY_DISPMODE (0)
  5541. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2070018)Data(0)size(0)
  5542. [ CtrlSrv:ff1b19c8 ] (83:03) PROP_TIMECODE_LV_DISPMODE (0)
  5543. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2070016)Data(10158060)size(48)
  5544. [ CtrlSrv:ff1b17f8 ] (83:03) PROP_TIME_ADJUSTMENT (10158060)
  5545. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2070017)Data(0)size(0)
  5546. [ CtrlSrv:ff1b19e8 ] (83:03) PROP_TIMECODE_DROPFRAME_MODE (0)
  5547. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x202000d)Data(10158120)size(40)
  5548. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x202000e)Data(10158172)size(40)
  5549. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x202000f)Data(10158224)size(40)
  5550. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2020010)Data(10158276)size(40)
  5551. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2020011)Data(10158328)size(40)
  5552. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x4010000)Data(1)size(0)
  5553. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x4010002)Data(0)size(0)
  5554. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x4010004)Data(0)size(0)
  5555. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x4010001)Data(10158380)size(16704)
  5556. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x4010003)Data(10175096)size(16704)
  5557. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x4010005)Data(10191812)size(16704)
  5558. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0xe020001)Data(10208528)size(56)
  5559. [ CtrlSrv:ff1aeeb4 ] (83:03) PropertyData mymenuList.dwSize[20]
  5560. [ CtrlSrv:ff1aeec8 ] (83:03) PropertyData mymenuList.dwNoOfMyMenu[3]
  5561. [ CtrlSrv:ff1aeeec ] (83:03) PropertyData MyMenuItem0.dwOrderMyMenu[1]
  5562. [ CtrlSrv:ff1aef08 ] (83:03) PropertyData MyMenuItem0.dwMenuID[6000e]
  5563. [ CtrlSrv:ff1aeeec ] (83:03) PropertyData MyMenuItem1.dwOrderMyMenu[2]
  5564. [ CtrlSrv:ff1aef08 ] (83:03) PropertyData MyMenuItem1.dwMenuID[14]
  5565. [ CtrlSrv:ff1aeeec ] (83:03) PropertyData MyMenuItem2.dwOrderMyMenu[3]
  5566. [ CtrlSrv:ff1aef08 ] (83:03) PropertyData MyMenuItem2.dwMenuID[1f]
  5567. [ CtrlSrv:ff1aeeec ] (83:03) PropertyData MyMenuItem3.dwOrderMyMenu[0]
  5568. [ CtrlSrv:ff1aef08 ] (83:03) PropertyData MyMenuItem3.dwMenuID[0]
  5569. [ CtrlSrv:ff1aeeec ] (83:03) PropertyData MyMenuItem4.dwOrderMyMenu[0]
  5570. [ CtrlSrv:ff1aef08 ] (83:03) PropertyData MyMenuItem4.dwMenuID[0]
  5571. [ CtrlSrv:ff1aeeec ] (83:03) PropertyData MyMenuItem5.dwOrderMyMenu[0]
  5572. [ CtrlSrv:ff1aef08 ] (83:03) PropertyData MyMenuItem5.dwMenuID[0]
  5573. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0xe020002)Data(10208596)size(484)
  5574. [ CtrlSrv:ff1b1b98 ] (83:03) GuiPropertyData PROP_DATA_INPUT_TRANSMISSION (1e4)<-(1e4)
  5575. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0xe060000)Data(10209140)size(8)
  5576. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0xe060001)Data(0)size(0)
  5577. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0xe060002)Data(10209208)size(8)
  5578. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0xe060003)Data(10209276)size(8)
  5579. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0xe070000)Data(10209296)size(64)
  5580. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0xe070001)Data(10209372)size(64)
  5581. [ CtrlSrv:ff397878 ] (83:03) MainEventHandler PROP_WFT_SYSTEM Err Clear
  5582. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x5010000)Data(10209448)size(28)
  5583. [ CtrlSrv:ff1abca4 ] (83:03) GuiPropertyData PROP_WFT_SYSTEM size(1c)<-(1c)
  5584. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80040012)Data(10209488)size(40)
  5585. [ CtrlSrv:ff1b0808 ] (83:03) GuiPropertyData PROP_WFT_ADAPTERINFO (28)<-(28)
  5586. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x5010001)Data(10209588)size(544)
  5587. [ CtrlSrv:ff1b09b0 ] (83:03) GuiPropertyData PROP_WFT_TCPIP ConfigNo(0) (220)<-(220)
  5588. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x5010002)Data(10210192)size(2204)
  5589. [ CtrlSrv:ff1b0a28 ] (83:03) GuiPropertyData PROP_WFT_FTP ConfigNo(0) (89c)<-(89c)
  5590. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x5010003)Data(10212456)size(1264)
  5591. [ CtrlSrv:ff1b0bb0 ] (83:03) GuiPropertyData PROP_WFT_WIRELESS ConfigNo(0) (4f0)<-(4f0)
  5592. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x5010004)Data(10213780)size(64)
  5593. [ CtrlSrv:ff1b0c24 ] (83:03) GuiPropertyData PROP_WFT_WIRED ConfigNo(0) (40)<-(40)
  5594. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x5010005)Data(10213904)size(44)
  5595. [ CtrlSrv:ff1b0dac ] (83:03) GuiPropertyData PROP_WFT_TRANSMISSION ConfigNo(0) (2c)<-(2c)
  5596. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x5010006)Data(10214008)size(784)
  5597. [ CtrlSrv:ff1b1020 ] (83:03) GuiPropertyData PROP_WFT_DONGLE ConfigNo(0) (310)<-(310)
  5598. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x5010007)Data(10214804)size(28)
  5599. [ CtrlSrv:ff1b0e18 ] (83:03) GuiPropertyData PROP_WFT_IMAGE_TRANS (1c)<-(1c)
  5600. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x5010008)Data(10214892)size(24)
  5601. [ CtrlSrv:ff1b0fac ] (83:03) GuiPropertyData PROP_WFT_LOCK ConfigNo(0) (18)<-(18)
  5602. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x5010009)Data(10214976)size(84)
  5603. [ CtrlSrv:ff1b11a8 ] (83:03) GuiPropertyData PROP_WFT_CAPTION ConfigNo(0) (54)<-(54)
  5604. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x501000b)Data(10215120)size(224)
  5605. [ CtrlSrv:ff1b1214 ] (83:03) GuiPropertyData PROP_WFT_HTTP (e0)<-(e0)
  5606. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x501000a)Data(10215404)size(504)
  5607. [ CtrlSrv:ff1b1384 ] (83:03) GuiPropertyData PROP_WFT_HOSTINFO (1f8)<-(1f8)
  5608. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x501000c)Data(1)size(0)
  5609. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x501000e)Data(10216016)size(448)
  5610. [ CtrlSrv:ff1b13fc ] (83:03) GuiPropertyData PROP_WFT_C2C (1c0)<-(1c0)
  5611. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x501000d)Data(10216524)size(288)
  5612. [ CtrlSrv:ff1b158c ] (83:03) GuiPropertyData PROP_WFT_BLUETOOTH (120)<-(120)
  5613. [ CtrlSrv:ff39868c ] (83:03) MainEventHandler PROP_VIDEO_SYSTEM(1)
  5614. [ PropMgr:ff31db10 ] (01:03) mode 0 size 0x0 , framerate 0x0 , type 0x0 zoom 0x0
  5615. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  5616. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  5617. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  5618. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  5619. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2040003)Data(1)size(0)
  5620. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8003000b)Data(0)size(0)
  5621. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8003000c)Data(0)size(0)
  5622. [ CtrlSrv:ff397970 ] (83:03) GuiMainEventHandler.c PROP_STARTUP_CONDITION size(1)
  5623. [ CtrlSrv:ff1beb1c ] (83:03) GUI_GetTotalFileInDrive hDriveHandle(0x90000000)
  5624. [ CtrlSrv:ff117b6c ] (24:02) FM_GetDriveObject (0x90000000)
  5625. [ CtrlSrv:ff111b44 ] (27:01) FC_GetDriveObject
  5626. [ CtrlSrv:ff2cc738 ] (27:01) _FC_LockCatalog (2)
  5627. [ CtrlSrv:ff2cc7fc ] (27:03) _FC_GetDriveObject (2,1)
  5628. [ CtrlSrv:ff2cc794 ] (27:01) _FC_UnlockCatalog (2)
  5629. [ CtrlSrv:ff1beb3c ] (83:03) GUI_GetTotalFileInDrive FM_GetDriveObject Num(0)
  5630. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8003001e)Data(1)size(0)
  5631. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050000)Parameter(11)Size(176)
  5632. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80020002)Data(0)size(0)
  5633. [ CtrlSrv:ff397f74 ] (83:05) MainEventHandler PROP_LV_OUTPUT_DEVICE(0)
  5634. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80050011)Data(0)size(0)
  5635. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030030)Data(10217672)size(8)
  5636. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x80030030)Data(10217672)size(8)
  5637. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8005001c)Data(0)size(0)
  5638. [ CtrlSrv:ff1aeca4 ] (83:03) PROP_LV_MIRROR_DOWN_STATUS[0]
  5639. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8005002e)Data(6)size(0)
  5640. [ CtrlSrv:ff1ab4d4 ] (83:03) PROP_LIVE_VIEW_DZOOM_KEY[6]
  5641. [ CtrlSrv:ff39868c ] (83:03) MainEventHandler PROP_VIDEO_SYSTEM(1)
  5642. [ PropMgr:ff31db10 ] (01:03) mode 0 size 0x0 , framerate 0x0 , type 0x0 zoom 0x0
  5643. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  5644. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  5645. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2040003)Data(1)size(0)
  5646. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2040002)Data(1)size(0)
  5647. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030015)Data(1)size(0)
  5648. [ CtrlSrv:ff1af3f0 ] (83:01) PropertyData PROP_TFT_STATUS[0x1]
  5649. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030030)Data(10219496)size(8)
  5650. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x80030030)Data(10219496)size(8)
  5651. [ CtrlSrv:ff12b904 ] (82:02) GetDisplayType cur=0 prev=0
  5652. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030030)Parameter(0)Size(8)
  5653. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80030030(0)
  5654. [ Gmt:ff18218c ] (9a:03) PROP_OUTPUT_TYPE:0 0
  5655. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80030030(0)
  5656. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050000)Data(10219812)size(176)
  5657. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030030)Data(10220084)size(8)
  5658. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x80030030)Data(10220084)size(8)
  5659. [ Startup:ff317fa8 ] task_create(EyeFi, prio=19, stack=1000, entry=ff317f3c, arg=0)
  5660. [ Startup:ff0c50c4 ] task_create(LEAK, prio=1d, stack=400, entry=ff0c4e38, arg=0)
  5661. [ Fcreate:ff1d4d00 ] (9d:03) fcsActivate
  5662. [ Fcreate:ff1d4d94 ] (9d:01) BodyID temp2 = 032
  5663. [ Fcreate:ff1d4dac ] (9d:01) BodyID temp3 = 031017090
  5664. [ Fcreate:ff1d4dc4 ] (9d:03) BodyID = 032031017090
  5665. [ Fcreate:ff1d4fc4 ] (9d:03) PROP_INTERNAL_FIRM_VERSION Size OK (16 == 16)
  5666. [ Fcreate:ff1d506c ] (30:16) (Empty Func) MVW_RegisterXmpDataCallback
  5667. [ PropMgr:ff0d92f4 ] (9d:01) fcsResultCBR (0x9bf090)
  5668. [ PropMgr:ff1d4b58 ] (9d:03) fcsChangeAckCBR : PROP_SPECIAL_OPTION (0)
  5669. [ PropMgr:ff1d4b8c ] (9d:03) fcsChangeAckCBR : PROP_ARTIST ()
  5670. [ PropMgr:ff1d4b2c ] (9d:03) fcsChangeAckCBR : PROP_COPYRIGHT ()
  5671. [ PropMgr:ff1d4b00 ] (9d:03) fcsChangeAckCBR : PROP_TIME_ZONE 19
  5672. [ PropMgr:ff1d4b00 ] (9d:03) fcsChangeAckCBR : PROP_SUMMERTIME_SETTING 0
  5673. [ DpMgr:ff2440b4 ] (0e:03) Dp_InitializeRequest()
  5674. [ DpMgr:ff243ff8 ] (0e:03) DpCurrentState = DEFAULT or PTP
  5675. [ DpMgr:ff23dfd8 ] (0e:01) SetCurrentState eRet[0]
  5676. [ DpMgr:ff244038 ] (0e:03) RegisterDPSNotifyCBR(NOTIFY_PRINTER_CONNECT)
  5677. [ DpMgr:ff244054 ] (0e:03) RegisterDPSNotifyCBR(NOTIFY_PRINTER_CONNECT)
  5678. [ DpMgr:ff244070 ] (0e:03) RegisterDPSNotifyCBR(NOTIFY_JOB_STATE)
  5679. [ DpMgr:ff24408c ] (0e:03) RegisterDPSNotifyCBR(NOTIFY_DEVICE_STATUS)
  5680. [ DpMgr:ff0f2464 ] (00:02) [SEQ] NotifyComplete (Startup, Flag = 0x200)
  5681. [ DpMgr:ff0f24c8 ] (00:03) [SEQ] NotifyComplete (Cur = 5, 0x200, Flag = 0x200)
  5682. [ CEC:ff332b84 ] (88:03) cecInit
  5683. [ CEC:ff332c1c ] (88:01) PROP_CEC_MODE at cecProperty()
  5684. [ CEC:ff332c3c ] (88:16) CEC OFF
  5685. [ CEC:ff332cd8 ] (88:01) HPD OFF (CEC) (1)
  5686. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  5687. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80050011][4][0][0]
  5688. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80050011,0
  5689. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  5690. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  5691. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  5692. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  5693. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1b0][0]
  5694. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  5695. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[8005001c][4][0][0]
  5696. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  5697. [ PtpDps:ff29ff8c ] (33:01) PROP:0x8005001c,0
  5698. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  5699. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  5700. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  5701. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  5702. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1bd][0]
  5703. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  5704. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80050023][4][0][0]
  5705. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  5706. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80050023,0
  5707. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  5708. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  5709. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  5710. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  5711. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1b7][0]
  5712. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  5713. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80040009][4][26cdc][0]
  5714. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  5715. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80040009,26cdc
  5716. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  5717. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  5718. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  5719. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  5720. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1a2][0]
  5721. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  5722. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [2040003][40450030][4]
  5723. [ EyeFi:ff3173b4 ] (23:03) ChangeState(C) INITIAL -> INITIAL
  5724. [ EyeFi:ff317188 ] (23:03) UpdateEyeFiProperty:CARD_TYPE
  5725. [ EyeFi:ff1c8bb4 ] (85:03) GuiInitialize.c pEyeFiPropertyCBR (1)
  5726. [ GuiMainTask:ff0d726c ] (84:01) GUI_OTHEREVENT:30
  5727. [ CtrlSrv:ff39fa2c ] (83:03) IDLEHandler OTHER_NOTIFY_EYEFI_PROPERTY(1)
  5728. [ CtrlSrv:ff516fd0 ] (83:03) copyEyeFiDataToStorage:1
  5729. [ CtrlSrv:ff5171b8 ] (83:03) EYEFI_PROPERTY_CARD_TYPE:1
  5730. [ EyeFi:ff3173b4 ] (23:03) ChangeState(C) INITIAL -> ABORT
  5731. [ EyeFi:ff4a81a4 ] (23:03) ChangeState(O) INITIAL -> DORMANT
  5732. [ EyeFi:ff317188 ] (23:03) UpdateEyeFiProperty:OPERATING_STATUS
  5733. [ EyeFi:ff1c8bb4 ] (85:03) GuiInitialize.c pEyeFiPropertyCBR (0)
  5734. [ GuiMainTask:ff0d726c ] (84:01) GUI_OTHEREVENT:30
  5735. [ CtrlSrv:ff39fa2c ] (83:03) IDLEHandler OTHER_NOTIFY_EYEFI_PROPERTY(0)
  5736. [ CtrlSrv:ff516fd0 ] (83:03) copyEyeFiDataToStorage:0
  5737. [ CtrlSrv:ff4a839c ] (23:03) GetOperatingStatus:DORMANT 0 0
  5738. [ CtrlSrv:ff5171b8 ] (83:03) EYEFI_PROPERTY_OPERATING_STATUS:4
  5739. [ EyeFi:ff4a839c ] (23:03) GetOperatingStatus:DORMANT 0 0
  5740. [ Startup:ff0f2124 ] (00:05) [SEQ] seqEventDispatch (Startup, 5)
  5741. [ Startup:ff0c5268 ] (8b:16) startupInitializeComplete
  5742. [ Startup:ff0cd770 ] (89:03) bindChangeModeCompleteCBR (0, 0, 0)
  5743. [ MainCtrl:ff0ced84 ] (9c:01) ID:0(13)
  5744. [ MainCtrl:ff146b3c ] (9c:16) cam event guimode comp. 0
  5745. [ Startup:ff0cd538 ] (89:03) bindChangeShootTypeCompleteCBR (0 => 0)
  5746. [ PropMgr:ff0cd070 ] (89:03) PROP_STARTUP_CONDITION (1)
  5747. [ PropMgr:ff0ccc0c ] (89:03) GUI_STATE : IDLE (SW = 1, JOB = 0)
  5748. [ PropMgr:ff0d6e74 ] (85:03) GUI_ChangeMode:0
  5749. [ PropMgr:ff0d6cc4 ] (85:03) GUI_Control:53 0x0
  5750. [ PropMgr:ff0cd094 ] (89:03) PROP_LAST_JOB_STATE (SW = 1, GUI = 0)
  5751. [ PropMgr:ff0cd0d0 ] (89:03) PROP_SHOOTING_TYPE : NORMAL
  5752. [ PropMgr:ff0d6f5c ] (85:03) GUI_ChangeShootType:0
  5753. [ PropMgr:ff0cd298 ] (89:03) ACTIVE_SWEEP_STATUS : 0 (0)
  5754. [ GuiMainTask:ff0d7150 ] (84:01) GUI_CHANGE_MODE:0
  5755. [ GuiMainTask:ff1c74f4 ] (84:03) GUI_ChangeMode_Post:0, 0, 0
  5756. [ GuiMainTask:ff0d704c ] (84:01) GUI_CONTROL:53
  5757. [ GuiMainTask:ff1c7388 ] (84:01) gui control end
  5758. [ GuiMainTask:ff1c73a8 ] (84:01) 0msec = 390 - 390
  5759. [ GuiMainTask:ff1c73c4 ] (84:01) 0msec = 500224 - 500224
  5760. [ GuiMainTask:ff0d72a4 ] (84:01) GUI_CHANGE_SHOOT_TYPE:0
  5761. [ GuiMainTask:ff1c894c ] (84:03) GUI_ChangeShootType_Post:0
  5762. [ CtrlSrv:ff39bee8 ] (83:03) IDLEHandler START_IDLE_MODE
  5763. [ CtrlSrv:ff0cd770 ] (89:03) bindChangeModeCompleteCBR (0, 0, 0)
  5764. [ MainCtrl:ff0ced84 ] (9c:01) ID:0(14)
  5765. [ MainCtrl:ff146b3c ] (9c:16) cam event guimode comp. 0
  5766. [ CtrlSrv:ff0d8110 ] (00:04) < GUI Lock > GUILock_TurnOffDisplay (PUB)
  5767. [ GuiLockTask:ff0d7884 ] (00:03) < GUI Lock > GUILockTask 2
  5768. [ GuiLockTask:ff12dcd8 ] (82:03) [Post]TurnOffDisplay 477
  5769. [ DisplayMgr:ff12a000 ] (82:02) ignore >>> TURNOFF
  5770. [ DisplayMgr:ff12dd24 ] (82:01) GUILockWaitCBR pParam=0
  5771. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  5772. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  5773. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030015)Parameter(1)Size(4)
  5774. [ CtrlSrv:ff399d60 ] (83:03) IDLEHandler START_SHOOT_NORMAL
  5775. [ CtrlSrv:ff0cd538 ] (89:03) bindChangeShootTypeCompleteCBR (0 => 0)
  5776. [ CtrlSrv:ff1b6c08 ] (83:03) GUI_SetLvAction (1)
  5777. [ MainCtrl:ff0ced84 ] (9c:01) ID:1(15)
  5778. [ MainCtrl:ff0ced90 ] (9c:03) Request LV_ACTION : (1)
  5779. [ CtrlSrv:ff0d8110 ] (00:04) < GUI Lock > GUILock_TurnOffDisplay (PUB)
  5780. [ GuiLockTask:ff0d7884 ] (00:03) < GUI Lock > GUILockTask 2
  5781. [ GuiLockTask:ff12dcd8 ] (82:03) [Post]TurnOffDisplay 477
  5782. [ DisplayMgr:ff12a000 ] (82:02) ignore >>> TURNOFF
  5783. [ DisplayMgr:ff12dd24 ] (82:01) GUILockWaitCBR pParam=0
  5784. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  5785. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  5786. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030015)Parameter(1)Size(4)
  5787. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030015)Data(1)size(0)
  5788. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030015)Data(1)size(0)
  5789. [ CtrlSrv:ff1af3f0 ] (83:01) PropertyData PROP_TFT_STATUS[0x1]
  5790. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030015)Data(1)size(0)
  5791. [ CtrlSrv:ff1af3f0 ] (83:01) PropertyData PROP_TFT_STATUS[0x1]
  5792. [ Startup:ff0d7bb8 ] (00:04) < GUI Lock > GUILock_PermitLock (PUB)
  5793. [ Startup:ff12b7bc ] (82:02) DispConEmergencyStop
  5794. [ Startup:ff239830 ] (19:03) [ImgPlyDr] UnlockImagePlayDiriver
  5795. [ Startup:ff0cd9b0 ] (19:03) [ImgPlyDr] CancelCountDown 0x10000
  5796. [ Startup:ff1370bc ] register_interrupt(null, 0x40, 0xff136bac, 0x0)
  5797. [ Startup:ff1370d0 ] register_interrupt(null, 0x2, 0xff136da0, 0x0)
  5798. [ Startup:ff1370e4 ] register_interrupt(null, 0x1, 0xff136e84, 0x0)
  5799. [MPU] Received: 1e 1c 01 4e 00 00 00 00 00 00 00 00 00 00 00 18 00 00 00 0c 00 00 00 00 00 00 00 02 00 00 (PROP_VIDEO_MODE - spell #36)
  5800. [MPU] Sending : 1e 1c 01 4e 00 00 00 00 00 00 00 00 00 00 00 18 00 00 00 0c 00 00 00 00 00 00 00 02 00 00 (PROP_VIDEO_MODE)
  5801. [ Startup:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  5802. [ Startup:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  5803. [ Startup:ff0d0ba8 ] (00:03) [DL] InitializeDL (0)
  5804. [ PropMgr:ff0d0b2c ] (00:05) [DL] PROP_ACTIVE_SWEEP_STATUS (0)
  5805. [ PropMgr:ff0d0afc ] (00:05) [DL] PROP_DL_ACTION (1)
  5806. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  5807. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  5808. [ PropMgr:ff23c8f8 ] (81:03) PROP_PERMIT_ICU_EVENT 0x1
  5809. [ MainCtrl:ff0ced84 ] (9c:01) ID:80010000(16)
  5810. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:94 0x0
  5811. [ PropMgr:ff0cd2c0 ] (89:03) PROP_PERMIT_ICU_EVENT (SW = 1, 1)
  5812. [ PropMgr:ff0d6cc4 ] (85:03) GUI_Control:95 0x1
  5813. [ GuiMainTask:ff0d704c ] (84:01) GUI_CONTROL:94
  5814. [ GuiMainTask:ff1c6700 ] (84:03) GUICMD_UI_OK
  5815. [ GuiMainTask:ff1c7388 ] (84:01) gui control end
  5816. [ GuiMainTask:ff1c73a8 ] (84:01) 0msec = 390 - 390
  5817. [ GuiMainTask:ff1c73c4 ] (84:01) 0msec = 502016 - 502016
  5818. [ GuiMainTask:ff0d704c ] (84:01) GUI_CONTROL:95
  5819. [ GuiMainTask:ff1c6700 ] (84:03) GUICMD_START_AS_CHECK
  5820. [ GuiMainTask:ff1c7388 ] (84:01) gui control end
  5821. [ GuiMainTask:ff1c73a8 ] (84:01) 0msec = 390 - 390
  5822. [ GuiMainTask:ff1c73c4 ] (84:01) 0msec = 502016 - 502016
  5823. [ CtrlSrv:ff39b798 ] (83:03) IDLEHandler UI_OK
  5824. [ CtrlSrv:ff390fc0 ] (83:03) guiDispSensorStart
  5825. [ CtrlSrv:ff145490 ] (9c:03) req DispSensorStart
  5826. [ CtrlSrv:ff1347e8 ] (00:03) [DOS] Start_DOS
  5827. [ CtrlSrv:ff1349b0 ] (00:03) [DOS] #Start_DOS Stop->Start 2
  5828. [ MainCtrl:ff0ced84 ] (9c:01) ID:2(17)
  5829. [ MainCtrl:ff145628 ] (00:03) [MAIN] dos_change 2
  5830. [ CtrlSrv:ff39bc50 ] (83:03) IDLEHandler START_AS_CHECK[1]
  5831. [ CtrlSrv:ff39bd3c ] (83:03) IDLEHandler START_AS_CHECK ACTIVE_SWEEP_MAIN_SW_ON
  5832. [ CtrlSrv:ff51a700 ] (83:03) StartActiveSweepExcute[1]
  5833. [ CtrlSrv:ff1b5ee4 ] (83:03) GUI_SetASDoneRecord (T=1395253393, C=0)
  5834. [ CtrlSrv:ff1b5ee4 ] (83:03) GUI_SetASDoneRecord (T=1395253393, C=0)
  5835. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2070002)Parameter(1395253393)Size(8)
  5836. [ CtrlSrv:ff63d104 ] (83:03) ASCheckOverrun Time(111523907s)
  5837. [ CtrlSrv:ff4b3664 ] (04:03) Dialog 43's search table length -> 4
  5838. [ CtrlSrv:ff1be828 ] (83:03) PROP_Request PROP_BATTERY_CHECK(6)
  5839. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  5840. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  5841. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2070002)Data(10221592)size(8)
  5842. [ PropMgr:ff1df39c ] (90:05) ChangeCBR(ID=0x8003000a)
  5843. [ Startup:ff1dfe24 ] task_create(LpfMode, prio=1d, stack=0, entry=ff1dfdb4, arg=0)
  5844. [ShootCapture:ff14b134 ] (93:03) scsProperty ID=0x80040000(0)
  5845. [ Startup:ff1ddda8 ] (90:05) RequestFromCheckData
  5846. [ Startup:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  5847. [ Startup:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  5848. [ Startup:ff485120 ] (17:03) [PTPtoFAPI]StartupPTPtoFAPI
  5849. [ Startup:00009eec ] task_create(PTPtoFAPI_EventProcTask, prio=19, stack=0, entry=ff485060, arg=0)
  5850. [MPU] Received: 1e 1c 01 4e 00 00 00 00 00 00 00 00 00 00 00 18 00 00 00 0c 00 00 00 00 00 00 00 02 00 00 (PROP_VIDEO_MODE - spell #36)
  5851. [ PropMgr:ff31b430 ] (01:03) MovieParamData
  5852. [MPU] Sending : 06 05 01 53 01 00 (PROP_AF_DURING_RECORD)
  5853. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  5854. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  5855. [ PropMgr:ff319544 ] (01:03) mode 0 size 0x0 , framerate 0x18 , type 0xc zoom 0x0
  5856. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 24 S
  5857. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  5858. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  5859. [MPU] Received: 06 05 03 19 01 00 (PROP_TFT_STATUS - spell #38)
  5860. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 24 E
  5861. [ PropMgr:ff2267e8 ] (8f:02) PROP_MOVIE_PARAM 0 0 24 12
  5862. [ PropMgr:ff0e3b94 ] (2f:16) mvrChangeAckCBR : Video - Mode=0, Type=0, Rate=24, GOP=12
  5863. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000039][18][0]
  5864. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  5865. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  5866. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000039)Parameter(0)Size(24)
  5867. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8000003c)Parameter(1)Size(4)
  5868. [MPU] Sending : 06 05 01 58 00 00 (PROP_VIDEOSNAP_MODE)
  5869. [ LVC_DEV:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  5870. [ LVC_DEV:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  5871. [ LVC_DEV:ff25deec ] (3d:02) ->lvcdevProperty ID=0x80000039(0)
  5872. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80000039(0)
  5873. [ Gmt:ff181fd0 ] (9a:03) PROP_MOVIE_PARAM Mode:0, R(4->4), SC(0->0) SZ(0->0)
  5874. [ Gmt:ff181fec ] (9a:03) PROP_MOVIE_PARAM DZ(0->0)
  5875. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80000039(0)
  5876. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8000003c(0x1)
  5877. [ Gmt:ff1827ac ] (9a:03) PROP_MOVIE_REC_AF:(1)
  5878. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x8000003C(1)
  5879. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000039)Data(10241128)size(24)
  5880. [ CtrlSrv:ff1ae22c ] (83:03) PROP_MOVIE_PARAM [10241128]
  5881. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8000003c)Data(1)size(0)
  5882. [MPU] Received: 06 05 03 19 01 00 (PROP_TFT_STATUS - spell #38)
  5883. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  5884. [ RscMgr:ff20c58c ] (80:03) PROP_VIDEOSNAP_MODE 0
  5885. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  5886. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  5887. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  5888. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000041)Parameter(0)Size(4)
  5889. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000041)Data(0)size(0)
  5890. [ Startup:ff1a72c0 ] (00:03) [GuiFactoryRegisterEventCommissionProcedure]
  5891. [MPU] Sending : 06 05 01 59 01 00 (PROP_MOVIE_SERVO_AF)
  5892. [ Startup:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  5893. [ Startup:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  5894. [ Startup:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  5895. [ Startup:ff0f21cc ] (00:05) [SEQ] seqEventDispatch (Startup) : End
  5896. [ Fstorage:ff1ceafc ] (9e:03) fssRegister (0, 0)
  5897. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  5898. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000039][18][0][0]
  5899. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  5900. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000039,0
  5901. [ PtpDps:ff2a1878 ] (33:01) Change MovieParam3
  5902. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  5903. [MPU] Received: 06 05 02 0a 01 00 (PROP_PERMIT_ICU_EVENT - spell #40)
  5904. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80000042, 0x1)
  5905. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80000042(0x1)
  5906. [ AeWb:ff2611ac ] (98:03) PROP_MOVIE_SERVO_AF_ON
  5907. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000042][4][1]
  5908. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  5909. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000042)Parameter(1)Size(4)
  5910. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80000042(0x1)
  5911. [ Gmt:ff192068 ] (9a:03) [WAKU] gmtUpdateFrameFace (state:0,LockBit:0,Frame:0)
  5912. [ Gmt:ff18bba4 ] (9a:03) [WAKU] gmtUpdateFrame (state:0, type:0) fModeChange:0
  5913. [ Gmt:ff18a9bc ] (9a:00) [WAKU] UpdateImageMagnify M:0 Z:65536 S:1 A:0
  5914. [ Gmt:ff18aaac ] (9a:00) [WAKU] Center : UpdateImageMagnify (608 409)
  5915. [MPU] Sending : 06 05 01 49 01 00 (PROP_LIVE_VIEW_AF_SYSTEM)
  5916. [ Gmt:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  5917. [ Gmt:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  5918. [ Gmt:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  5919. [ Gmt:ff17d780 ] (9a:03) Frame Invisible Position unsettled
  5920. [ Gmt:ff18a4a4 ] (9a:02) [WAKU] ZoomRatio:00010000 LvMode:0
  5921. [ Gmt:ff18a4c8 ] (9a:02) [WAKU] Avail ImgW:H(5184:3456)->(5184:3456)
  5922. [ Gmt:ff18a4ec ] (9a:02) [WAKU] Avail WinW:H(1032:688)->(1032:688)
  5923. [ Gmt:ff18a510 ] (9a:02) [WAKU] Avail X:Y(0:0)->(0:0)
  5924. [ Gmt:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  5925. [ Gmt:ff17d780 ] (9a:03) Frame Invisible Position unsettled
  5926. [ Gmt:ff18a6dc ] (9a:03) [WAKU] UpdateAvailableFrame [0,0](XY:0,0 WH:1032,688)
  5927. [ Gmt:ff180538 ] (9a:02) gmtChangeAvailableArea ClrTrackbit(Disp:0,Af:1)
  5928. [ Gmt:ff180540 ] (9a:02) ClrTrackBit
  5929. [ Gmt:ff0d5934 ] (9a:01) Event 23 Result State 1->1
  5930. [ Gmt:ff18a274 ] (9a:02) [WAKU] UpdateAvailableZoomFrame (XY:0,0 WH:1032,688)
  5931. [ Gmt:ff184178 ] (9a:02) gmtChangeZoomAvailableArea state:1
  5932. [ Gmt:ff0d5934 ] (9a:01) Event 26 Result State 1->1
  5933. [ Gmt:ff1920ec ] (9a:03) [WAKU] UpdateFace 0 0 0
  5934. [ Gmt:ff188784 ] (9a:01) [WAKU] Event 15 Result State 0->0
  5935. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80000042(1)
  5936. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80050007, 0x1440)
  5937. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80050007(0x1440)
  5938. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80050007,0x1440
  5939. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80050007)Parameter(5184)Size(124)
  5940. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80050037)Parameter(5184)Size(88)
  5941. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000042)Data(1)size(0)
  5942. [ CtrlSrv:ff1ae7e0 ] (83:03) PROP_MOVIE_SERVO_AF [0x1]
  5943. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80050007)Data(10253944)size(124)
  5944. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80050037)Data(10254080)size(88)
  5945. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  5946. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  5947. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  5948. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1cc][0]
  5949. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  5950. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [80000039][9c4404][18]
  5951. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  5952. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000042][4][1][0]
  5953. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  5954. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000042,1
  5955. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  5956. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  5957. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  5958. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  5959. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d179][0]
  5960. [ Mrk:ff49f0e4 ] (25:03) CreateObject : Handle = 0xa0082006
  5961. [ Mrk:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  5962. [ Mrk:ff1159fc ] (27:01) FC_IsThereHandle
  5963. [ Mrk:ff2cc738 ] (27:01) _FC_LockCatalog (2)
  5964. [ Mrk:ff2dce10 ] (27:01) _FC_IsThereHandle (2, 2, 512, 6)
  5965. [ Mrk:ff2cc794 ] (27:01) _FC_UnlockCatalog (2)
  5966. [ Mrk:ff49f10c ] (25:03) CreateObject : File not exist
  5967. [ Mrk:ff30dbc0 ] (25:03) PrepareCallback : Success(Handle = 0xa0082006)
  5968. [ Mrk:ff2e05a4 ] (27:01) FC_RegisterHandleCallback
  5969. [MPU] Received: 06 05 03 16 06 00 (PROP_BATTERY_CHECK - spell #286)
  5970. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x8004001d, 0x1)
  5971. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x8004001d(0x1)
  5972. [ AeWb:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  5973. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[8004001d][4][1]
  5974. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  5975. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8004001d)Parameter(1)Size(4)
  5976. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8004001d(0x1)
  5977. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x8004001D(1)
  5978. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8004001d)Data(1)size(0)
  5979. [ CtrlSrv:ff1ae20c ] (83:03) PROP_LIVE_VIEW_AF_SYSTEM [1]
  5980. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  5981. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[8004001d][4][1][0]
  5982. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  5983. [ PtpDps:ff29ff8c ] (33:01) PROP:0x8004001d,1
  5984. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  5985. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  5986. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  5987. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  5988. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1ba][0]
  5989. [ Mrk:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  5990. [ Mrk:ff49f0e4 ] (25:03) CreateObject : Handle = 0xa0090006
  5991. [ Mrk:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  5992. [ Mrk:ff1159fc ] (27:01) FC_IsThereHandle
  5993. [ Mrk:ff2cc738 ] (27:01) _FC_LockCatalog (2)
  5994. [ Mrk:ff2dce10 ] (27:01) _FC_IsThereHandle (2, 2, 4096, 6)
  5995. [ Mrk:ff2cc794 ] (27:01) _FC_UnlockCatalog (2)
  5996. [ Mrk:ff49f10c ] (25:03) CreateObject : File not exist
  5997. [ Mrk:ff30dbc0 ] (25:03) PrepareCallback : Success(Handle = 0xa0090006)
  5998. [ Mrk:ff2e05a4 ] (27:01) FC_RegisterHandleCallback
  5999. [ Mrk:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  6000. [ DOSDriver:ff341fc4 ] (00:02) [I2C] I2C_Write 29 88 1 - 00
  6001. [ DOSDriver:ff341fc4 ] (00:02) [I2C] I2C_Write 29 89 1 - 00
  6002. [ DOSDriver:ff341fc4 ] (00:02) [I2C] I2C_Write 29 8a 1 - 1c
  6003. [ DOSDriver:ff341fc4 ] (00:02) [I2C] I2C_Write 29 8b 1 - 03
  6004. [ DOSDriver:ff13433c ] (00:03) [DOS] dosDefaultThreshold
  6005. [ DOSDriver:ff341fc4 ] (00:02) [I2C] I2C_Write 29 80 1 - 2f
  6006. [ DOSDriver:ff134350 ] (00:03) Dos Task Start
  6007. [ MetaCtg:ff491a44 ] (27:03) fcmcOpenMetaCtg Start
  6008. [MPU] Sending : 1e 1c 01 4e 00 00 00 00 00 00 00 00 00 00 00 18 00 00 00 0c 00 00 00 00 00 00 00 02 00 00 (PROP_VIDEO_MODE)
  6009. [ MetaCtg:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  6010. [ MetaCtg:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  6011. [ MetaCtg:ff602494 ] (27:03) FcmcMusicOpenMetaCtg
  6012. [MPU] Received: 06 05 08 06 ff 00 (COM_FA_CHECK_FROM - spell #41)
  6013. [ MetaCtg:ff60329c ] (27:03) Noting MUSIC Dir. (B:/DCIM/MUSIC)
  6014. [ MetaCtg:ff602558 ] (27:03) FcmcMusicOpenMetaCtg : Nothing music dir!
  6015. [ MetaCtg:ff743704 ] (23:01) sdReadBlk: st=352, num=32, buf=0x402f6000
  6016. [ MetaCtg:ff742160 ] (23:01) sdDMAReadBlk: st=352, num=32
  6017. [ LEAK:ff0c4e64 ] (8b:16) TotalSizeOfMemory : 0x8f0000 (9152KB)
  6018. [ LEAK:ff0c4e8c ] (8b:16) GetFreeSizeOfMemory : 0x3d2d7c (3915KB)
  6019. [ LEAK:ff0c4eb4 ] (8b:16) GetSizeOfMaxRegion : 0x3749e0 (3538KB)
  6020. 174: 434.432 [STARTUP] startupInitializeComplete
  6021. 176: 434.432 [MC] cam event guimode comp. 0
  6022. 190: 434.688 [MC] cam event guimode comp. 0
  6023. 234: 440.320 [MR] mvrChangeAckCBR : Video - Mode=0, Type=0, Rate=24, GOP=12
  6024. 248: 442.112 [LVDTS] WARN First Get DTS_GetAllRandomData
  6025. 250: 442.112 [LVDTS] WARN First Get DTS_GetAllRandomData
  6026. 259: 442.624 [LVDTS] WARN First Get DTS_GetAllRandomData
  6027. 270: 443.392 [STARTUP] TotalSizeOfMemory : 0x8f0000 (9152KB)
  6028. 271: 443.648 [STARTUP] GetFreeSizeOfMemory : 0x3d2d7c (3915KB)
  6029. 272: 443.648 [STARTUP] GetSizeOfMaxRegion : 0x3749e0 (3538KB)
  6030. [ PropMgr:ff31b430 ] (01:03) MovieParamData
  6031. [ PropMgr:ff319544 ] (01:03) mode 0 size 0x0 , framerate 0x18 , type 0xc zoom 0x0
  6032. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 24 S
  6033. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  6034. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  6035. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 24 E
  6036. [ PropMgr:ff2267e8 ] (8f:02) PROP_MOVIE_PARAM 0 0 24 12
  6037. [ PropMgr:ff0e3b94 ] (2f:16) mvrChangeAckCBR : Video - Mode=0, Type=0, Rate=24, GOP=12
  6038. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000039][18][0]
  6039. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6040. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  6041. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000039)Parameter(0)Size(24)
  6042. [ LVC_DEV:ff25deec ] (3d:02) ->lvcdevProperty ID=0x80000039(0)
  6043. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80000039(0)
  6044. [ Gmt:ff181fd0 ] (9a:03) PROP_MOVIE_PARAM Mode:0, R(4->4), SC(0->0) SZ(0->0)
  6045. [ Gmt:ff181fec ] (9a:03) PROP_MOVIE_PARAM DZ(0->0)
  6046. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80000039(0)
  6047. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000039)Data(10254124)size(24)
  6048. [ CtrlSrv:ff1ae22c ] (83:03) PROP_MOVIE_PARAM [10254124]
  6049. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6050. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000039][18][0][0]
  6051. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6052. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000039,0
  6053. [ PtpDps:ff2a1878 ] (33:01) Change MovieParam3
  6054. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6055. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6056. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6057. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6058. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1cc][0]
  6059. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  6060. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [80000039][9c76c8][18]
  6061. [MPU] Sending : 06 05 01 53 01 00 (PROP_AF_DURING_RECORD)
  6062. [ PtpDps:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  6063. [ PtpDps:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  6064. 277: 447.744 [MR] mvrChangeAckCBR : Video - Mode=0, Type=0, Rate=24, GOP=12
  6065. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8000003c)Parameter(1)Size(4)
  6066. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8000003c(0x1)
  6067. [ Gmt:ff1827ac ] (9a:03) PROP_MOVIE_REC_AF:(1)
  6068. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x8000003C(1)
  6069. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8000003c)Data(1)size(0)
  6070. [MPU] Sending : 06 05 01 58 00 00 (PROP_VIDEOSNAP_MODE)
  6071. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  6072. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  6073. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  6074. [ RscMgr:ff20c58c ] (80:03) PROP_VIDEOSNAP_MODE 0
  6075. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  6076. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  6077. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  6078. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000041)Parameter(0)Size(4)
  6079. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000041)Data(0)size(0)
  6080. [MPU] Sending : 06 05 01 59 01 00 (PROP_MOVIE_SERVO_AF)
  6081. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  6082. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  6083. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80000042, 0x1)
  6084. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80000042(0x1)
  6085. [ AeWb:ff2611ac ] (98:03) PROP_MOVIE_SERVO_AF_ON
  6086. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000042][4][1]
  6087. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6088. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000042)Parameter(1)Size(4)
  6089. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80000042(0x1)
  6090. [ Gmt:ff192068 ] (9a:03) [WAKU] gmtUpdateFrameFace (state:0,LockBit:0,Frame:0)
  6091. [ Gmt:ff18bba4 ] (9a:03) [WAKU] gmtUpdateFrame (state:0, type:0) fModeChange:0
  6092. [ Gmt:ff18a9bc ] (9a:00) [WAKU] UpdateImageMagnify M:0 Z:65536 S:1 A:0
  6093. [ Gmt:ff18aaac ] (9a:00) [WAKU] Center : UpdateImageMagnify (608 409)
  6094. [ Gmt:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  6095. [ Gmt:ff17d780 ] (9a:03) Frame Invisible Position unsettled
  6096. [ Gmt:ff18a4a4 ] (9a:02) [WAKU] ZoomRatio:00010000 LvMode:0
  6097. [ Gmt:ff18a4c8 ] (9a:02) [WAKU] Avail ImgW:H(5184:3456)->(5184:3456)
  6098. [ Gmt:ff18a4ec ] (9a:02) [WAKU] Avail WinW:H(1032:688)->(1032:688)
  6099. [ Gmt:ff18a510 ] (9a:02) [WAKU] Avail X:Y(0:0)->(0:0)
  6100. [ Gmt:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  6101. [ Gmt:ff17d780 ] (9a:03) Frame Invisible Position unsettled
  6102. [ Gmt:ff18a6dc ] (9a:03) [WAKU] UpdateAvailableFrame [0,0](XY:0,0 WH:1032,688)
  6103. [ Gmt:ff180538 ] (9a:02) gmtChangeAvailableArea ClrTrackbit(Disp:0,Af:1)
  6104. [ Gmt:ff180540 ] (9a:02) ClrTrackBit
  6105. [ Gmt:ff0d5934 ] (9a:01) Event 23 Result State 1->1
  6106. [ Gmt:ff18a274 ] (9a:02) [WAKU] UpdateAvailableZoomFrame (XY:0,0 WH:1032,688)
  6107. [ Gmt:ff184178 ] (9a:02) gmtChangeZoomAvailableArea state:1
  6108. [ Gmt:ff0d5934 ] (9a:01) Event 26 Result State 1->1
  6109. [ Gmt:ff1920ec ] (9a:03) [WAKU] UpdateFace 0 0 0
  6110. [ Gmt:ff188784 ] (9a:01) [WAKU] Event 15 Result State 0->0
  6111. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80000042(1)
  6112. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80050007, 0x1440)
  6113. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80050007(0x1440)
  6114. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80050007,0x1440
  6115. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80050007)Parameter(5184)Size(124)
  6116. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80050037)Parameter(5184)Size(88)
  6117. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000042)Data(1)size(0)
  6118. [ CtrlSrv:ff1ae7e0 ] (83:03) PROP_MOVIE_SERVO_AF [0x1]
  6119. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80050007)Data(10254292)size(124)
  6120. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80050037)Data(10254428)size(88)
  6121. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6122. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000042][4][1][0]
  6123. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6124. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000042,1
  6125. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6126. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6127. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6128. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6129. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d179][0]
  6130. 289: 450.304 [LVDTS] WARN First Get DTS_GetAllRandomData
  6131. [MPU] Sending : 06 05 01 49 01 00 (PROP_LIVE_VIEW_AF_SYSTEM)
  6132. [ DbgMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  6133. [ DbgMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  6134. 291: 450.304 [LVDTS] WARN First Get DTS_GetAllRandomData
  6135. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x8004001d, 0x1)
  6136. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x8004001d(0x1)
  6137. [ AeWb:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  6138. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[8004001d][4][1]
  6139. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6140. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8004001d)Parameter(1)Size(4)
  6141. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8004001d(0x1)
  6142. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x8004001D(1)
  6143. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8004001d)Data(1)size(0)
  6144. [ CtrlSrv:ff1ae20c ] (83:03) PROP_LIVE_VIEW_AF_SYSTEM [1]
  6145. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6146. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[8004001d][4][1][0]
  6147. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6148. [ PtpDps:ff29ff8c ] (33:01) PROP:0x8004001d,1
  6149. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6150. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6151. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6152. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6153. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1ba][0]
  6154. 296: 451.328 [LVDTS] WARN First Get DTS_GetAllRandomData
  6155. [MPU] Sending : 06 05 06 11 01 00 (GUI_SWITCH)
  6156. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  6157. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  6158. [ MainCtrl:ff0ced84 ] (9c:01) ID:11(18)
  6159. [ MainCtrl:ff144a1c ] (9c:03) notice Lock 1st 1
  6160. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (17, 1)
  6161. [ MainCtrl:ff0cc8a8 ] (89:03) LOCK (1)
  6162. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:90 0x0
  6163. [ GuiMainTask:ff0d704c ] (84:01) GUI_CONTROL:90
  6164. [ GuiMainTask:ff1c6700 ] (84:03) GUICMD_LOCK_ON
  6165. [ GuiMainTask:ff1c7388 ] (84:01) gui control end
  6166. [ GuiMainTask:ff1c73a8 ] (84:01) 0msec = 390 - 390
  6167. [ GuiMainTask:ff1c73c4 ] (84:01) 0msec = 517888 - 517888
  6168. [ CtrlSrv:ff39b698 ] (83:03) IDLEHandler GUI_LOCK_ON
  6169. [ CtrlSrv:ff390fc0 ] (83:03) guiDispSensorStart
  6170. [ CtrlSrv:ff145490 ] (9c:03) req DispSensorStart
  6171. [ CtrlSrv:ff1347e8 ] (00:03) [DOS] Start_DOS
  6172. [ CtrlSrv:ff134848 ] (00:03) [DOS] #Start_DOS Start->Start 2
  6173. [ MainCtrl:ff0ced84 ] (9c:01) ID:2(19)
  6174. [ MainCtrl:ff145628 ] (00:03) [MAIN] dos_change 2
  6175. [MPU] Sending : 06 05 06 12 00 00 (GUI_SWITCH)
  6176. [ CtrlSrv:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  6177. [ CtrlSrv:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  6178. [ MainCtrl:ff0ced84 ] (9c:01) ID:12(20)
  6179. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (18, 0)
  6180. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:92 0x0
  6181. [ PropMgr:ff0d84d8 ] (9e:02) PROP_CARD_COVER (0)
  6182. [ GuiMainTask:ff0d704c ] (84:01) GUI_CONTROL:92
  6183. [ GuiMainTask:ff1c6700 ] (84:03) GUICMD_CLOSE_SLOT_COVER
  6184. [ GuiMainTask:ff1c7388 ] (84:01) gui control end
  6185. [ GuiMainTask:ff1c73a8 ] (84:01) 0msec = 390 - 390
  6186. [ GuiMainTask:ff1c73c4 ] (84:01) 0msec = 518656 - 518656
  6187. [ CtrlSrv:ff39b6b4 ] (83:03) IDLEHandler CLOSE_SLOT_COVER
  6188. [MPU] Sending : 06 05 06 13 00 00 (GUI_SWITCH)
  6189. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  6190. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  6191. [ MainCtrl:ff0ced84 ] (9c:01) ID:13(21)
  6192. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (19, 0)
  6193. [MPU] Sending : 46 45 0a 08 ff 1f 01 00 01 03 98 10 00 7d 01 01 00 00 00 01 01 00 68 04 01 04 8a 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 (PD_NotifyOlcInfoChanged)
  6194. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  6195. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  6196. [ MainCtrl:ff0ced84 ] (9c:01) ID:8(22)
  6197. [ MainCtrl:ff0fee48 ] (33:01) PD_NotifyOlcInfoChanged[1][4][1]
  6198. [ MainCtrl:ff0fe49c ] (33:01) SendPipeEvent [0][0][10]
  6199. [ MainCtrl:ff1dc2e8 ] (9f:01) tv 7d
  6200. [ MainCtrl:ff1dc304 ] (9f:01) range tv 98,10
  6201. [ MainCtrl:ff1dc444 ] (9f:01) av 0
  6202. [ MainCtrl:ff1dc460 ] (9f:01) range av 0,0
  6203. [ MainCtrl:ff1dc4ac ] (9f:01) iso 68
  6204. [ MainCtrl:ff0fee48 ] (33:01) PD_NotifyOlcInfoChanged[5][4][0]
  6205. [ MainCtrl:ff0fe49c ] (33:01) SendPipeEvent [0][0][10]
  6206. [ MainCtrl:ff1dc1e0 ] (9f:01) aeb_count 0
  6207. [ MainCtrl:ff0fee48 ] (33:01) PD_NotifyOlcInfoChanged[2][4][0]
  6208. [ MainCtrl:ff0fe49c ] (33:01) SendPipeEvent [0][0][10]
  6209. [ MainCtrl:ff1dc5b8 ] (9f:01) mirror_up 0
  6210. [ MainCtrl:ff0fee48 ] (33:01) PD_NotifyOlcInfoChanged[0][8][0]
  6211. [ MainCtrl:ff0fe49c ] (33:01) SendPipeEvent [0][0][10]
  6212. [ MainCtrl:ff1dc644 ] (9f:01) rmt_olc_com_gr8:0,0,0
  6213. [ MainCtrl:ff0fee48 ] (33:01) PD_NotifyOlcInfoChanged[3][4][0]
  6214. [ MainCtrl:ff0fe49c ] (33:01) SendPipeEvent [0][0][10]
  6215. [ MainCtrl:ff1dc670 ] (9f:01) focusstatus 0,1
  6216. [ MainCtrl:ff0fee48 ] (33:01) PD_NotifyOlcInfoChanged[0][8][0]
  6217. [ MainCtrl:ff0fe49c ] (33:01) SendPipeEvent [0][0][10]
  6218. [ MainCtrl:ff1dc7f0 ] (9f:01) focusinfo 0,0,1
  6219. [MPU] Sending : 08 06 01 04 03 00 00 00 (PROP_AF_MODE)
  6220. [ MainCtrl:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  6221. [ MainCtrl:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  6222. [ MainCtrl:ff0cc300 ] (89:03) bindReceiveNewTFTOLC
  6223. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:103 0x9c75dc
  6224. [ MainCtrl:ff0ced84 ] (9c:01) ID:8000002C(23)
  6225. [ MainCtrl:ff146abc ] (9c:03) PROP_DISP_TV 0x7D 0
  6226. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  6227. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  6228. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  6229. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  6230. [ GuiMainTask:ff0d704c ] (84:01) GUI_CONTROL:103
  6231. [ GuiMainTask:ff38a918 ] (84:03) copyOlcDataToStorage Length(66)group1(0xff)group2(0x1f)
  6232. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data02[0x01]
  6233. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data03[0x00]
  6234. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data04[0x01]
  6235. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data05[0x03]
  6236. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data06[0x98]
  6237. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data07[0x10]
  6238. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data08[0x00]
  6239. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data09[0x7d]
  6240. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data10[0x01]
  6241. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data11[0x01]
  6242. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data12[0x00]
  6243. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data13[0x00]
  6244. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data14[0x00]
  6245. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data15[0x01]
  6246. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data16[0x01]
  6247. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data17[0x00]
  6248. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data18[0x68]
  6249. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data19[0x04]
  6250. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data20[0x01]
  6251. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data21[0x04]
  6252. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data22[0x8a]
  6253. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data23[0x00]
  6254. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data24[0x00]
  6255. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data25[0x00]
  6256. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data26[0x00]
  6257. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data27[0x00]
  6258. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data28[0x00]
  6259. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data29[0x01]
  6260. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data30[0x00]
  6261. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data31[0x00]
  6262. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data32[0x00]
  6263. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data33[0x00]
  6264. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data34[0x00]
  6265. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data35[0x00]
  6266. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data36[0x00]
  6267. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data37[0x00]
  6268. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data38[0x00]
  6269. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data39[0x00]
  6270. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data40[0x00]
  6271. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data41[0x00]
  6272. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data42[0x00]
  6273. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data43[0x00]
  6274. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data43[0x00]
  6275. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data44[0x00]
  6276. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data45[0x00]
  6277. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data46[0x00]
  6278. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data47[0x00]
  6279. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data48[0x00]
  6280. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data49[0x00]
  6281. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data50[0x00]
  6282. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data51[0x00]
  6283. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data52[0x00]
  6284. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data53[0x00]
  6285. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data54[0x00]
  6286. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data55[0x00]
  6287. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data56[0x00]
  6288. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data57[0x00]
  6289. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data58[0x00]
  6290. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data59[0x00]
  6291. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data60[0x00]
  6292. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data61[0x00]
  6293. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data62[0x00]
  6294. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data63[0x00]
  6295. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data64[0x00]
  6296. [ GuiMainTask:ff38a940 ] (84:01) copyOlcDataToStorage data65[0x00]
  6297. [ GuiMainTask:ff1c487c ] (83:03) GUI_SetLvMirrorDownStatus status=0 prestatus=0
  6298. [ GuiMainTask:ff1c7388 ] (84:01) gui control end
  6299. [ GuiMainTask:ff1c73a8 ] (84:01) 0msec = 390 - 390
  6300. [ GuiMainTask:ff1c73c4 ] (84:01) 256msec = 528896 - 529152
  6301. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 10, Param = 0
  6302. [ PtpDps:ff294810 ] (33:01) ptpPropertyOlcInfoChangeEvent[1][4][1]
  6303. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6304. [ PtpDps:ff29fd78 ] (33:01) ptpNotifyOlcInfoChanged:1,4,1
  6305. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 10, Param = 0
  6306. [ PtpDps:ff294810 ] (33:01) ptpPropertyOlcInfoChangeEvent[5][4][0]
  6307. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6308. [ PtpDps:ff29fd78 ] (33:01) ptpNotifyOlcInfoChanged:0,4,1
  6309. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6310. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6311. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6312. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6313. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1c7][0]
  6314. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 10, Param = 0
  6315. [ PtpDps:ff294810 ] (33:01) ptpPropertyOlcInfoChangeEvent[2][4][0]
  6316. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6317. [ PtpDps:ff29fd78 ] (33:01) ptpNotifyOlcInfoChanged:0,4,1
  6318. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6319. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6320. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6321. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6322. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6323. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1bf][0]
  6324. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 10, Param = 0
  6325. [ PtpDps:ff294810 ] (33:01) ptpPropertyOlcInfoChangeEvent[0][8][0]
  6326. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6327. [ PtpDps:ff29fd78 ] (33:01) ptpNotifyOlcInfoChanged:0,8,1
  6328. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6329. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6330. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6331. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6332. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1d3][0]
  6333. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 10, Param = 0
  6334. [ PtpDps:ff294810 ] (33:01) ptpPropertyOlcInfoChangeEvent[3][4][0]
  6335. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6336. [ PtpDps:ff29fd78 ] (33:01) ptpNotifyOlcInfoChanged:0,4,1
  6337. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6338. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6339. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6340. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6341. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1c0][0]
  6342. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 10, Param = 0
  6343. [ PtpDps:ff294810 ] (33:01) ptpPropertyOlcInfoChangeEvent[0][8][0]
  6344. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6345. [ PtpDps:ff29fd78 ] (33:01) ptpNotifyOlcInfoChanged:0,8,1
  6346. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6347. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6348. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6349. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6350. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1d3][0]
  6351. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  6352. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [8000002c][69c364][4]
  6353. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  6354. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [80000035][79e380][4]
  6355. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  6356. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [8000002d][79e280][4]
  6357. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  6358. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [80000036][79e400][4]
  6359. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80000004(0x3)
  6360. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000004][2][3]
  6361. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6362. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  6363. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000004)Parameter(3)Size(2)
  6364. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80000004(0x3)
  6365. [ Gmt:ff190ee0 ] (9a:03) [WAKU] gmtChangeLensMFFace (state:0)
  6366. [ Gmt:ff190f64 ] (9a:03) [WAKU] Center : gmtChangeLensMFFace (608 409)
  6367. [ Gmt:ff18aaf8 ] (9a:03) [WAKU] gmtUpdateFrameWithModeChange (state:0 mani:22)
  6368. [ Gmt:ff18a9bc ] (9a:00) [WAKU] UpdateImageMagnify M:0 Z:65536 S:1 A:0
  6369. [ Gmt:ff18aaac ] (9a:00) [WAKU] Center : UpdateImageMagnify (608 409)
  6370. [ Gmt:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  6371. [ Gmt:ff17d780 ] (9a:03) Frame Invisible Position unsettled
  6372. [ Gmt:ff18a4a4 ] (9a:02) [WAKU] ZoomRatio:00010000 LvMode:0
  6373. [ Gmt:ff18a4c8 ] (9a:02) [WAKU] Avail ImgW:H(5184:3456)->(5184:3456)
  6374. [ Gmt:ff18a4ec ] (9a:02) [WAKU] Avail WinW:H(1032:688)->(1032:688)
  6375. [ Gmt:ff18a510 ] (9a:02) [WAKU] Avail X:Y(0:0)->(0:0)
  6376. [ Gmt:ff175e4c ] (99:26) First Get DTS_GetAllRandomData
  6377. [ Gmt:ff17d780 ] (9a:03) Frame Invisible Position unsettled
  6378. [ Gmt:ff18a6dc ] (9a:03) [WAKU] UpdateAvailableFrame [0,6](XY:0,0 WH:1032,688)
  6379. [ Gmt:ff180538 ] (9a:02) gmtChangeAvailableArea ClrTrackbit(Disp:0,Af:1)
  6380. [ Gmt:ff180540 ] (9a:02) ClrTrackBit
  6381. [ Gmt:ff0d5934 ] (9a:01) Event 23 Result State 1->1
  6382. [ Gmt:ff18a274 ] (9a:02) [WAKU] UpdateAvailableZoomFrame (XY:0,0 WH:1032,688)
  6383. [ Gmt:ff184178 ] (9a:02) gmtChangeZoomAvailableArea state:1
  6384. [ Gmt:ff0d5934 ] (9a:01) Event 26 Result State 1->1
  6385. [ Gmt:ff188784 ] (9a:01) [WAKU] Event 8 Result State 0->6
  6386. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80000004(3)
  6387. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80050007, 0x1440)
  6388. [ AeWb:ff260260 ] (98:01) [AEWB] aewbProperty ID=0x80050007(0x1440)
  6389. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80050007,0x1440
  6390. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80050007)Parameter(5184)Size(124)
  6391. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80050037)Parameter(5184)Size(88)
  6392. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000004)Data(3)size(0)
  6393. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80050007)Data(10254356)size(124)
  6394. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80050037)Data(10254492)size(88)
  6395. [MPU] Sending : 06 05 06 11 01 00 (GUI_SWITCH)
  6396. [ CtrlSrv:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  6397. [ CtrlSrv:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  6398. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6399. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000004][2][80000003][0]
  6400. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6401. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000004,80000003
  6402. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6403. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6404. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6405. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6406. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1d3][0]
  6407. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6408. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6409. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6410. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6411. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d108][0]
  6412. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  6413. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [80000004][556168][2]
  6414. 326: 398.592 [LVDTS] WARN First Get DTS_GetAllRandomData
  6415. 328: 398.592 [LVDTS] WARN First Get DTS_GetAllRandomData
  6416. [ MainCtrl:ff0ced84 ] (9c:01) ID:11(24)
  6417. [ MainCtrl:ff144a1c ] (9c:03) notice Lock 1
  6418. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (17, 1)
  6419. [ MainCtrl:ff0cc8a8 ] (89:03) LOCK (1)
  6420. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:90 0x0
  6421. [ GuiMainTask:ff0d704c ] (84:01) GUI_CONTROL:90
  6422. [ GuiMainTask:ff1c6700 ] (84:03) GUICMD_LOCK_ON
  6423. [ GuiMainTask:ff1c7388 ] (84:01) gui control end
  6424. [ GuiMainTask:ff1c73a8 ] (84:01) 0msec = 390 - 390
  6425. [ GuiMainTask:ff1c73c4 ] (84:01) 0msec = 530688 - 530688
  6426. [ CtrlSrv:ff39b698 ] (83:03) IDLEHandler GUI_LOCK_ON
  6427. [ CtrlSrv:ff390fc0 ] (83:03) guiDispSensorStart
  6428. [ CtrlSrv:ff145490 ] (9c:03) req DispSensorStart
  6429. [ CtrlSrv:ff1347e8 ] (00:03) [DOS] Start_DOS
  6430. [ CtrlSrv:ff134848 ] (00:03) [DOS] #Start_DOS Start->Start 2
  6431. [ MainCtrl:ff0ced84 ] (9c:01) ID:2(25)
  6432. [ MainCtrl:ff145628 ] (00:03) [MAIN] dos_change 2
  6433. [MPU] Sending : 06 05 03 37 01 00 (PROP_MIRROR_DOWN_IN_MOVIE_MODE)
  6434. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  6435. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  6436. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030034)Parameter(1)Size(4)
  6437. [ CtrlSrv:ff39831c ] (83:03) MainEventHndler PROP_MIRROR_DOWN_IN_MOVIE_MODE(1)fUI_OK(1)
  6438. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030034)Data(1)size(0)
  6439. [ CtrlSrv:ff1ae268 ] (83:03) PROP_MIRROR_DOWN_IN_MOVIE_MODE [1]
  6440. [MPU] Sending : 08 06 01 0b 00 00 00 00 (PROP_AEB)
  6441. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  6442. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  6443. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[8000000b][2][0]
  6444. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6445. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[8000000b][2][0]
  6446. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6447. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  6448. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8000000b)Parameter(0)Size(2)
  6449. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8000000b)Data(0)size(0)
  6450. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6451. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[8000000b][2][550000][0]
  6452. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6453. [ PtpDps:ff29ff8c ] (33:01) PROP:0x8000000b,550000
  6454. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6455. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6456. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6457. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6458. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1d9][0]
  6459. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6460. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6461. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6462. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6463. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1d5][0]
  6464. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6465. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[8000000b][2][0][0]
  6466. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6467. [ PtpDps:ff29ff8c ] (33:01) PROP:0x8000000b,0
  6468. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6469. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6470. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6471. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6472. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1d9][0]
  6473. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6474. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6475. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6476. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6477. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1d5][0]
  6478. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  6479. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [8000000b][556a58][2]
  6480. [MPU] Sending : 06 05 03 16 00 00 (PROP_BATTERY_CHECK)
  6481. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  6482. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  6483. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80030013][4][0]
  6484. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6485. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030013)Parameter(0)Size(4)
  6486. [ CtrlSrv:ff51a818 ] (83:03) DlgActiveSweepExcute.c PROP_BATTERY_CHECK = OK
  6487. [ CtrlSrv:ff1b5e80 ] (83:03) GUI_SetActiveSweepStatus (1)
  6488. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  6489. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  6490. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030013)Data(0)size(0)
  6491. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6492. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80030013][4][0][0]
  6493. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6494. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80030013,0
  6495. [MPU] Sending : 06 05 01 48 02 00 (PROP_LIVE_VIEW_MOVIE_SELECT)
  6496. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  6497. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  6498. [MPU] Received: 06 05 04 0d 01 00 (PROP_ACTIVE_SWEEP_STATUS - spell #44)
  6499. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x8004001c, 0x2)
  6500. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x8004001c,0x2
  6501. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[8004001c][4][2]
  6502. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6503. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  6504. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8004001c)Parameter(2)Size(4)
  6505. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8004001c(0x2)
  6506. [ Gmt:ff182434 ] (9a:03) PROP_LIVE_VIEW_MOVIE_SELECT:2
  6507. [ Gmt:ff1806d0 ] (9a:03) gmtViewTypeSelect: 1 -> 2
  6508. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x8004001C(2)
  6509. [ CtrlSrv:ff398384 ] (83:03) MainEventHandler PROP_LIVE_VIEW_MOVIE_SELECT(2)
  6510. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8004001c)Data(2)size(0)
  6511. [ CtrlSrv:ff1ae0c0 ] (83:03) PROP_LIVE_VIEW_MOVIE_SELECT [2]
  6512. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6513. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[8004001c][4][2][0]
  6514. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6515. [ PtpDps:ff29ff8c ] (33:01) PROP:0x8004001c,2
  6516. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6517. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6518. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6519. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6520. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1b1][0]
  6521. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  6522. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [8004001c][554d50][4]
  6523. [MPU] Sending : 06 05 01 4f 01 00 (PROP_FIXED_MOVIE)
  6524. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  6525. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  6526. [ PropMgr:ff23c4bc ] (81:03) EnterMovMode
  6527. [ PropMgr:ff23c0cc ] (81:03) !! Convert Start !! 3(0) -> 20(5)
  6528. [ PropMgr:ff1206a8 ] (02:06) GetPropertyData ID (0) = 0x0006003A
  6529. [ PropMgr:ff23c230 ] (81:03) !! Convert End !!
  6530. [ PropMgr:ff23c8f8 ] (81:03) @@@PROP_FIXED_MOVIE 1
  6531. [ MainCtrl:ff0ced84 ] (9c:01) ID:80030037(26)
  6532. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80030037,0x1
  6533. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80030037][4][1]
  6534. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6535. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][49]
  6536. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030037)Parameter(1)Size(4)
  6537. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2060000, 0x1)
  6538. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2060000][4][1]
  6539. [MPU] Sending : 06 05 01 4b 02 00 (PROP_LIVE_VIEW_VIEWTYPE_SELECT)
  6540. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  6541. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  6542. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2060000][4][1]
  6543. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6544. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2060000)Parameter(1)Size(4)
  6545. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2060001, 0)
  6546. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2060001][18][0]
  6547. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6548. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2060001)Parameter(0)Size(24)
  6549. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2060002, 0)
  6550. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2060002][18][0]
  6551. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6552. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2060002)Parameter(0)Size(24)
  6553. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2060003, 0)
  6554. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2060003][18][0]
  6555. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6556. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2060003)Parameter(0)Size(24)
  6557. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2060004, 0)
  6558. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2060004][18][0]
  6559. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6560. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2060004)Parameter(0)Size(24)
  6561. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2060005, 0)
  6562. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2060005][18][0]
  6563. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6564. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2060005)Parameter(0)Size(24)
  6565. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2060006, 0)
  6566. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2060006][18][0]
  6567. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6568. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2060006)Parameter(0)Size(24)
  6569. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x206001e, 0)
  6570. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[206001e][18][0]
  6571. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6572. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x206001e)Parameter(0)Size(24)
  6573. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  6574. [ RscMgr:ff216678 ] (80:03) ### SRMExMem1_1State Event 5 Result State 1->1 ###
  6575. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 5 Result State 1->1 $$$$$
  6576. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  6577. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  6578. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  6579. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  6580. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  6581. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2050024, 0x1)
  6582. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050024)Parameter(1)Size(4)
  6583. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  6584. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  6585. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  6586. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  6587. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x206000a, 0x87)
  6588. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[206000a][4][87]
  6589. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6590. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x206000a)Parameter(135)Size(4)
  6591. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  6592. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  6593. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  6594. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  6595. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x206000b, 0x87)
  6596. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[206000b][4][87]
  6597. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6598. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x206000b)Parameter(135)Size(4)
  6599. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  6600. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  6601. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  6602. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  6603. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x206000c, 0x87)
  6604. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[206000c][4][87]
  6605. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6606. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x206000c)Parameter(135)Size(4)
  6607. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2060007, 0)
  6608. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2060007][18][0]
  6609. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6610. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2060007)Parameter(0)Size(24)
  6611. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2060008, 0)
  6612. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2060008][18][0]
  6613. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6614. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2060008)Parameter(0)Size(24)
  6615. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2060009, 0)
  6616. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2060009][18][0]
  6617. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6618. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2060009)Parameter(0)Size(24)
  6619. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2060009)Parameter(0)Size(24)
  6620. [ PropMgr:ff0e3a58 ] (2f:05) mvrChangeAckCBR : WindCut Off
  6621. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2050016][4][0]
  6622. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6623. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050016)Parameter(0)Size(4)
  6624. [ PropMgr:ff0e3a58 ] (2f:05) mvrChangeAckCBR : Attenuator Off
  6625. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[2050029][4][0]
  6626. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6627. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050029)Parameter(0)Size(4)
  6628. [ PropMgr:ff0e3b94 ] (2f:05) mvrChangeAckCBR : Sound Auto(C=2,R=48000,B=16)
  6629. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[205000e][4][2]
  6630. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6631. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x205000e)Parameter(2)Size(4)
  6632. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80000034, 0x2)
  6633. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80000034,0x2
  6634. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000034][4][2]
  6635. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6636. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000034)Parameter(2)Size(4)
  6637. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80030037(0x1)
  6638. [ Gmt:ff1826c8 ] (9a:03) PROP_FIXED_MOVIE: 0 -> 1
  6639. [ Gmt:ff1806d0 ] (9a:03) gmtViewTypeSelect: 2 -> 2
  6640. [ Gmt:ff182724 ] (9a:03) PROP_FIXED_MOVIE CtrlLvMode: 2 -> 2
  6641. [ Gmt:ff182744 ] (9a:03) PROP_FIXED_MOVIE Continuous REBOOT
  6642. [ Gmt:ff18b234 ] (9a:03) #InitialZone# LvMode:2,Ratio:3 Bit:0xe0,0xff,0xff,0x3
  6643. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80030037(1)
  6644. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2060000(0x1)
  6645. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x2060000(1)
  6646. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2060001(0)
  6647. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x2060001(0)
  6648. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2060002(0)
  6649. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x2060002(0)
  6650. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2060003(0)
  6651. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x2060003(0)
  6652. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2060004(0)
  6653. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x2060004(0)
  6654. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2060005(0)
  6655. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x2060005(0)
  6656. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2060006(0)
  6657. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x2060006(0)
  6658. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x206001e(0)
  6659. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x206001E(0)
  6660. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2050024(0x1)
  6661. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x2050024(1)
  6662. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x206000a(0x87)
  6663. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x206000A(135)
  6664. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x206000b(0x87)
  6665. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x206000B(135)
  6666. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x206000c(0x87)
  6667. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x206000C(135)
  6668. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2060007(0)
  6669. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x2060007(0)
  6670. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2060008(0)
  6671. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x2060008(0)
  6672. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2060009(0)
  6673. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x2060009(0)
  6674. [MPU] Sending : 0a 09 01 70 00 00 01 00 01 01 (PROP_HDR_SETTING)
  6675. [ Gmt:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  6676. [ Gmt:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  6677. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80000034(0x2)
  6678. [ Gmt:ff1824ec ] (9a:03) PROP_LIVE_VIEW_VIEWTYPE_SELECT:2
  6679. [ Gmt:ff1806d0 ] (9a:03) gmtViewTypeSelect: 2 -> 2
  6680. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80000034(2)
  6681. [ CtrlSrv:ff3985b0 ] (83:03) MainEventHandler PROP_FIXED_MOVIE(1)fUI_OK(1)
  6682. [ CtrlSrv:ff3960b8 ] (83:05) changeForceMovieStartMode F->T (0)
  6683. [ CtrlSrv:ff395cc0 ] (83:03) beginLiveView LvOutputDeviceState(1)
  6684. [ CtrlSrv:ff1a98f8 ] (83:03) SetGUIRequestMode(36)
  6685. [ CtrlSrv:ff0d6d44 ] (83:03) NotifyGUIEvent(2)
  6686. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  6687. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  6688. [ CtrlSrv:ff0cd914 ] (89:03) bindGUIEventFromGUICBR : WARNING
  6689. [ CtrlSrv:ff1b6b7c ] (83:03) GUI_SetLvOutputDeviceState (0)
  6690. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80050011,0x0
  6691. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80050011][4][0]
  6692. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6693. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80050011)Parameter(0)Size(4)
  6694. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050011(0)
  6695. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050011(0)
  6696. [ Gmt:ff181d50 ] (9a:03) PROP_LV_OUTPUT_DEVICE:0x00000000
  6697. [ Gmt:ff17f684 ] (9a:03) gmtSaveOutputChangeEvent state:1
  6698. [ Gmt:ff0d5934 ] (9a:01) Event 11 Result State 1->1
  6699. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80050011(0)
  6700. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030037)Data(1)size(0)
  6701. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2060000)Data(1)size(0)
  6702. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2060001)Data(10255560)size(24)
  6703. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2060002)Data(10255748)size(24)
  6704. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2060003)Data(10255936)size(24)
  6705. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2060004)Data(10256124)size(24)
  6706. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2060005)Data(10256312)size(24)
  6707. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2060006)Data(10256500)size(24)
  6708. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x206001e)Data(10256688)size(24)
  6709. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050024)Data(1)size(0)
  6710. [ CtrlSrv:ff1ae55c ] (83:03) PROP_CHROMATISM [0x1]
  6711. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x206000a)Data(135)size(0)
  6712. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x206000b)Data(135)size(0)
  6713. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x206000c)Data(135)size(0)
  6714. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2060007)Data(10257324)size(24)
  6715. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2060008)Data(10257512)size(24)
  6716. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2060009)Data(10257700)size(24)
  6717. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050016)Data(0)size(0)
  6718. [ CtrlSrv:ff1ae45c ] (83:03) PROP_WIND_CUT [0x0]
  6719. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050029)Data(0)size(0)
  6720. [ CtrlSrv:ff1ae47c ] (83:03) PROP_ATTENUATOR [0x0]
  6721. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x205000e)Data(2)size(0)
  6722. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000034)Data(2)size(0)
  6723. [ CtrlSrv:ff1ae0e0 ] (83:03) PROP_LIVE_VIEW_VIEWTYPE_SELECT [2]
  6724. [ CtrlSrv:ff397f74 ] (83:05) MainEventHandler PROP_LV_OUTPUT_DEVICE(0)
  6725. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80050011)Data(0)size(0)
  6726. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6727. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80030037][4][1][0]
  6728. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6729. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80030037,1
  6730. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6731. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6732. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6733. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6734. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1c2][0]
  6735. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 49, Param = 0
  6736. [ PtpDps:ff1dae40 ] (9f:03) rmtChangePtpParam [80030037][554ef4][4]
  6737. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6738. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2060000][4][1][0]
  6739. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6740. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2060000,1
  6741. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6742. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6743. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6744. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6745. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d10f][0]
  6746. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6747. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2060001][18][0][0]
  6748. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6749. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2060001,0
  6750. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6751. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6752. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6753. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6754. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d150][0]
  6755. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6756. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2060002][18][0][0]
  6757. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6758. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2060002,0
  6759. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6760. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6761. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6762. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6763. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d151][0]
  6764. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6765. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2060003][18][0][0]
  6766. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6767. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2060003,0
  6768. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6769. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6770. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6771. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6772. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d152][0]
  6773. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6774. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2060004][18][0][0]
  6775. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6776. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2060004,0
  6777. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6778. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6779. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6780. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6781. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d153][0]
  6782. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6783. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2060005][18][0][0]
  6784. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6785. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2060005,0
  6786. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6787. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6788. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6789. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6790. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d154][0]
  6791. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6792. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2060006][18][0][0]
  6793. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6794. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2060006,0
  6795. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6796. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6797. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6798. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6799. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d155][0]
  6800. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6801. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[206001e][18][0][0]
  6802. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6803. [MPU] Received: 06 05 04 00 02 00 (NotifyGUIEvent - spell #283)
  6804. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 5 S
  6805. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  6806. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  6807. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  6808. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  6809. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 5 E
  6810. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80000045, 0xFF0E58A8(1)
  6811. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80000045, 0x10000)
  6812. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80000045, 0xFF0F08B8(2)
  6813. [ MainCtrl:ff0ced84 ] (9c:01) ID:80000045(27)
  6814. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80000045, 0xFF1450A8(3)
  6815. [ PropMgr:ff0fa0d0 ] (b6:03) ### HDRSetting Clear (OFF->OFF) ###
  6816. [ PropMgr:ff0fa064 ] (b6:03) ChangePropCBR HDRFunc 0
  6817. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80000045, 0xFF0F9EE8(4)
  6818. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80000045, 0xFF0FB670(5)
  6819. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000045][5][10000]
  6820. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6821. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80000045, 0xFF29C328(6)
  6822. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000045)Parameter(65536)Size(5)
  6823. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80000045, 0xFF1C4E20(7)
  6824. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80000045, 0xFF0E58A8(6)
  6825. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80000045, 0xFF0F08B8(5)
  6826. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80000045, 0xFF1450A8(4)
  6827. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80000045, 0xFF0F9EE8(3)
  6828. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80000045, 0xFF0FB670(2)
  6829. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80000045, 0xFF29C328(1)
  6830. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80000045, 0xFF1C4E20(0)
  6831. [MPU] Sending : 0a 08 01 85 00 00 00 01 00 00 (PROP_GIS_SETTING)
  6832. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  6833. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  6834. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  6835. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  6836. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000045)Data(10258572)size(5)
  6837. [ CtrlSrv:ff1ae948 ] (83:03) PROP_HDR_SETTING [10258572]
  6838. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6839. [ PtpDps:ff29ff8c ] (33:01) PROP:0x206001e,0
  6840. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6841. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6842. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6843. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6844. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d156][0]
  6845. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6846. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[206000a][4][87][0]
  6847. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6848. [ PtpDps:ff29ff8c ] (33:01) PROP:0x206000a,87
  6849. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6850. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6851. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6852. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6853. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d160][0]
  6854. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6855. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[206000b][4][87][0]
  6856. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6857. [ PtpDps:ff29ff8c ] (33:01) PROP:0x206000b,87
  6858. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6859. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6860. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6861. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6862. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d161][0]
  6863. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6864. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[206000c][4][87][0]
  6865. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6866. [ PtpDps:ff29ff8c ] (33:01) PROP:0x206000c,87
  6867. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6868. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6869. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6870. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6871. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d162][0]
  6872. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6873. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2060007][18][0][0]
  6874. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6875. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2060007,0
  6876. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6877. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6878. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6879. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6880. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d160][0]
  6881. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6882. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2060008][18][0][0]
  6883. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6884. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2060008,0
  6885. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6886. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6887. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6888. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6889. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d161][0]
  6890. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6891. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2060009][18][0][0]
  6892. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6893. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2060009,0
  6894. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6895. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6896. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6897. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6898. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d162][0]
  6899. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6900. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2050016][4][0][0]
  6901. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6902. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2050016,0
  6903. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6904. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6905. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6906. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6907. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d197][0]
  6908. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6909. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[2050029][4][0][0]
  6910. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6911. [ PtpDps:ff29ff8c ] (33:01) PROP:0x2050029,0
  6912. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6913. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6914. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6915. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6916. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d17b][0]
  6917. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6918. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[205000e][4][2][0]
  6919. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6920. [ PtpDps:ff29ff8c ] (33:01) PROP:0x205000e,2
  6921. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6922. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6923. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6924. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6925. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d195][0]
  6926. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6927. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000034][4][2][0]
  6928. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6929. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000034,2
  6930. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6931. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6932. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6933. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6934. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1bc][0]
  6935. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6936. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80050011][4][0][0]
  6937. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80050011,0
  6938. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6939. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6940. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6941. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6942. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1b0][0]
  6943. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6944. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000045][5][10000][0]
  6945. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6946. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000045,10000
  6947. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6948. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6949. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6950. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6951. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d13d][0]
  6952. 355: 403.712 [PROPAD] ERROR GetPropertyData ID (0) = 0x0006003A
  6953. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 S
  6954. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  6955. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  6956. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  6957. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  6958. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 4 E
  6959. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x8000004e, 0x1000000)
  6960. [ MainCtrl:ff0ced84 ] (9c:01) ID:8000004E(28)
  6961. [ PropMgr:ff0fb9ac ] (bd:03) ### GISSetting Clear (OFF->OFF) ###
  6962. [ PropMgr:ff0fb844 ] (bd:03) ChangePropCBR GISFunc 0
  6963. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8000004e)Parameter(16777216)Size(4)
  6964. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8000004e)Data(16777216)size(0)
  6965. [ CtrlSrv:ff1aca08 ] (83:03) PROP_GIS_SETTING
  6966. [MPU] Sending : 06 05 06 22 01 00 (GUI_SWITCH)
  6967. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  6968. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  6969. [MPU] Received: 08 06 00 00 01 70 00 00 (Complete WaitID = 0x80000045 PROP_HDR_SETTING - spell #42)
  6970. [ MainCtrl:ff0ced84 ] (9c:01) ID:22(29)
  6971. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (34, 1)
  6972. [MPU] Sending : 06 05 01 4b 02 00 (PROP_LIVE_VIEW_VIEWTYPE_SELECT)
  6973. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  6974. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  6975. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x80000034, 0x2)
  6976. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80000034,0x2
  6977. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80000034][4][2]
  6978. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  6979. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80000034)Parameter(2)Size(4)
  6980. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80000034(0x2)
  6981. [ Gmt:ff1824ec ] (9a:03) PROP_LIVE_VIEW_VIEWTYPE_SELECT:2
  6982. [ Gmt:ff1806d0 ] (9a:03) gmtViewTypeSelect: 2 -> 2
  6983. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80000034(2)
  6984. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80000034)Data(2)size(0)
  6985. [ CtrlSrv:ff1ae0e0 ] (83:03) PROP_LIVE_VIEW_VIEWTYPE_SELECT [2]
  6986. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  6987. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80000034][4][2][0]
  6988. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6989. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80000034,2
  6990. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6991. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6992. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  6993. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  6994. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1bc][0]
  6995. [MPU] Sending : 06 05 08 06 00 00 (COM_FA_CHECK_FROM)
  6996. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  6997. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  6998. [ PowerMgr:ff1ddd14 ] (90:05) MpuMonSpecificFromPartner : COM_FA_CHECK_FROM 0
  6999. [MPU] Sending : 06 05 03 16 00 00 (PROP_BATTERY_CHECK)
  7000. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  7001. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  7002. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80030013][4][0]
  7003. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  7004. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030013)Parameter(0)Size(4)
  7005. [ CtrlSrv:ff51a818 ] (83:03) DlgActiveSweepExcute.c PROP_BATTERY_CHECK = OK
  7006. [ CtrlSrv:ff1b5e80 ] (83:03) GUI_SetActiveSweepStatus (1)
  7007. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  7008. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  7009. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030013)Data(0)size(0)
  7010. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  7011. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80030013][4][0][0]
  7012. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  7013. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80030013,0
  7014. [MPU] Sending : 06 05 04 0d 00 00 (PROP_ACTIVE_SWEEP_STATUS)
  7015. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  7016. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 0)
  7017. [MPU] Received: 06 05 04 0d 01 00 (PROP_ACTIVE_SWEEP_STATUS - spell #44)
  7018. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8002000c)Parameter(0)Size(4)
  7019. [ PropMgr:ff0cd298 ] (89:03) ACTIVE_SWEEP_STATUS : 0 (0)
  7020. [ PropMgr:ff0d0b2c ] (00:05) [DL] PROP_ACTIVE_SWEEP_STATUS (0)
  7021. [ CtrlSrv:ff51a538 ] (83:03) DlgActiveSweepExcute PROP_ACTIVE_SWEEP_STATUS[0]
  7022. [ CtrlSrv:ff51a2bc ] (83:03) StopActiveSweepExcute
  7023. [ CtrlSrv:ff63d2a4 ] (83:03) Report_ActiveSweep_End Time(1506777300s)
  7024. [ CtrlSrv:ff63d2b8 ] (83:03) Report_ActiveSweep_End OldTime(1395253393s)
  7025. [ CtrlSrv:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 1)
  7026. [ CtrlSrv:ff1b5ee4 ] (83:03) GUI_SetASDoneRecord (T=1506777300, C=0)
  7027. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2070002)Parameter(1506777300)Size(8)
  7028. [ CtrlSrv:ff39a198 ] (83:03) IDLEHandler GOT_TOP_OF_CONTROL
  7029. [ CtrlSrv:ff51dbe8 ] (83:03) CancelDateTimer
  7030. [MPU] Sending : 06 05 04 00 02 01 (NotifyGUIEvent)
  7031. [ CtrlSrv:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  7032. [ CtrlSrv:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  7033. [ CtrlSrv:ff124edc ] (00:01) ###### dslr_svg_free ALL_COMPLETE!!
  7034. [ CtrlSrv:ff1251cc ] (00:01) ###### svg_free COMPLETE!!
  7035. [ CtrlSrv:ff0d8110 ] (00:04) < GUI Lock > GUILock_TurnOffDisplay (PUB)
  7036. [ GuiLockTask:ff0d7884 ] (00:03) < GUI Lock > GUILockTask 2
  7037. [ GuiLockTask:ff12dcd8 ] (82:03) [Post]TurnOffDisplay 477
  7038. [ DisplayMgr:ff12a000 ] (82:02) ignore >>> TURNOFF
  7039. [ DisplayMgr:ff12dd24 ] (82:01) GUILockWaitCBR pParam=0
  7040. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  7041. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  7042. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030015)Parameter(1)Size(4)
  7043. [ CtrlSrv:ff4d56c8 ] (04:03) -->Reverse start
  7044. [ DisplayMgr:ff12b728 ] (82:03) UpdateReverseTFT(off) Current=1 Target=1
  7045. [ CtrlSrv:ff12dcd8 ] (82:02) [Post]ChangePhysicalScreen 165
  7046. [ DisplayMgr:ff128888 ] (82:02) SetBitmapVramAddress pBitmap_Address=41380008
  7047. [ DisplayMgr:ff128888 ] (82:02) SetBitmapVramAddress pBitmap_Address=41380008
  7048. [ DisplayMgr:ff12dcfc ] (82:01) WaitCBR pParam=0
  7049. [ MainCtrl:ff0ced84 ] (9c:01) ID:80020000(30)
  7050. [ MainCtrl:ff146960 ] (9c:16) PROP_GUI_STATE 2
  7051. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF1450A8(1)
  7052. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF186380(2)
  7053. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][5]
  7054. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF0FE9DC(3)
  7055. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80020000,0x2
  7056. [ PropMgr:ff2a49d0 ] (33:03) PROP_GUI_STATE[2]
  7057. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF2A4610(4)
  7058. [ PropMgr:ff0ccc94 ] (89:03) GUI_STATE : WARNING
  7059. [ PropMgr:ff0d7bb8 ] (00:04) < GUI Lock > GUILock_PermitLock (PUB)
  7060. [ PropMgr:ff12b7bc ] (82:02) DispConEmergencyStop
  7061. [ PropMgr:ff239830 ] (19:03) [ImgPlyDr] UnlockImagePlayDiriver
  7062. [ PropMgr:ff0ccc98 ] (19:03) [ImgPlyDr] CancelCountDown 0x10000
  7063. [ PropMgr:ff0d6e74 ] (85:03) GUI_ChangeMode:2
  7064. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF0CCF04(5)
  7065. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF1450A8(4)
  7066. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF0FE9DC(3)
  7067. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF2A4610(2)
  7068. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF0CCF04(1)
  7069. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80020000(0x2)
  7070. [ Gmt:ff183644 ] (9a:03) PROP_GUI_STATE :2
  7071. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80020000(2)
  7072. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF186380(0)
  7073. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  7074. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  7075. [ GuiMainTask:ff0d7150 ] (84:01) GUI_CHANGE_MODE:2
  7076. [ GuiMainTask:ff1c74f4 ] (84:03) GUI_ChangeMode_Post:2, 36, 0
  7077. [MPU] Sending : 0a 09 01 55 00 00 02 01 00 01 (PROP_MULTIPLE_EXPOSURE_SETTING)
  7078. [ GuiMainTask:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  7079. [ GuiMainTask:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 1)
  7080. [ CtrlSrv:ff4d3c6c ] (04:02) refresh whole fReverseScreen=0
  7081. [ CtrlSrv:ff51a544 ] (04:03) Reverse finish
  7082. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8002000c)Data(0)size(0)
  7083. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2070002)Data(10253820)size(8)
  7084. [MPU] Received: 06 05 03 19 01 00 (PROP_TFT_STATUS - spell #46)
  7085. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030015)Data(1)size(0)
  7086. [ CtrlSrv:ff1af3f0 ] (83:01) PropertyData PROP_TFT_STATUS[0x1]
  7087. [ CtrlSrv:ff39ce84 ] (83:05) IDLEHandler START_WARNING_LENSLESS_MOVIE_MODE
  7088. [ CtrlSrv:ff0cd770 ] (89:03) bindChangeModeCompleteCBR (0, 2, 2)
  7089. [ CtrlSrv:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 2)
  7090. [ MainCtrl:ff0ced84 ] (9c:01) ID:2(31)
  7091. [ MainCtrl:ff146b3c ] (9c:16) cam event guimode comp. 2
  7092. [ CtrlSrv:ff390fe8 ] (83:03) guiDispSensorStop
  7093. [ CtrlSrv:ff1349dc ] (00:03) [DOS] Stop_DOS
  7094. [ CtrlSrv:ff390fec ] (9c:03) DisplaySensorStop
  7095. [ CtrlSrv:ff5120f8 ] (83:03) StartErrCardApp(109)(1)(0)
  7096. [ CtrlSrv:ff511fb8 ] (83:03) DlgErrCard.c GOT_TOP_OF_CONTROL
  7097. [ CtrlSrv:ff4b3664 ] (04:03) Dialog 22's search table length -> 10
  7098. [ CtrlSrv:ff4d4f50 ] (04:01) AreaPerTime=0 GapTime=41216
  7099. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 5 S
  7100. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  7101. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  7102. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  7103. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  7104. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 15, dwParam = 5 E
  7105. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x8000003F, 0xFF0E58A8(1)
  7106. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x8000003f, 0x1020000)
  7107. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x8000003F, 0xFF0F08B8(2)
  7108. [ MainCtrl:ff0ced84 ] (9c:01) ID:8000003F(32)
  7109. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x8000003F, 0xFF1450A8(3)
  7110. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x8000003F, 0xFF0F9EE8(4)
  7111. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x8000003F, 0xFF0FB670(5)
  7112. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x8000003F, 0xFF186380(6)
  7113. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8000003f)Parameter(16908288)Size(5)
  7114. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x8000003F, 0xFF1C4E20(7)
  7115. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x8000003F, 0xFF0E58A8(6)
  7116. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x8000003F, 0xFF0F08B8(5)
  7117. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x8000003F, 0xFF1450A8(4)
  7118. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x8000003F, 0xFF0F9EE8(3)
  7119. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x8000003F, 0xFF0FB670(2)
  7120. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x8000003F, 0xFF1C4E20(1)
  7121. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8000003f(0x1020000)
  7122. [ Gmt:ff182dfc ] (9a:03) PROP_MULTIPLE_EXPOSURE_SETTING:0
  7123. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x8000003F(16908288)
  7124. [MPU] Sending : 06 05 04 0d 00 00 (PROP_ACTIVE_SWEEP_STATUS)
  7125. [ Gmt:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 3)
  7126. [ Gmt:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 2)
  7127. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x8000003F(16908288)
  7128. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x8000003F, 0xFF186380(0)
  7129. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 3)
  7130. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 2)
  7131. [ CtrlSrv:ff520a44 ] (83:01) PushColorPalette
  7132. [MPU] Received: 08 06 00 00 04 00 00 00 (Complete WaitID = 0x80020000 - spell #284)
  7133. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 3)
  7134. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 2)
  7135. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8002000c)Parameter(0)Size(4)
  7136. [ PropMgr:ff0cd298 ] (89:03) ACTIVE_SWEEP_STATUS : 0 (0)
  7137. [ PropMgr:ff0d0b2c ] (00:05) [DL] PROP_ACTIVE_SWEEP_STATUS (0)
  7138. [ CtrlSrv:ff126d24 ] (04:05) Zlib maxsize update 884
  7139. [ CtrlSrv:ff126d24 ] (04:05) Zlib maxsize update 1396
  7140. [MPU] Received: 08 06 00 00 01 55 00 00 (Complete WaitID = 0x8000003F PROP_MULTIPLE_EXPOSURE_SETTING - spell #43)
  7141. [ CtrlSrv:ff4d56c8 ] (04:03) -->Reverse start
  7142. [ DisplayMgr:ff12b728 ] (82:03) UpdateReverseTFT(off) Current=1 Target=1
  7143. [ CtrlSrv:ff12dcd8 ] (82:02) [Post]ChangePhysicalScreen 165
  7144. [ CtrlSrv:ff12dcd8 ] (82:02) [Post]ChangePhysicalScreen 165
  7145. [ DisplayMgr:ff128888 ] (82:02) SetBitmapVramAddress pBitmap_Address=41300008
  7146. [ DisplayMgr:ff12dcfc ] (82:01) WaitCBR pParam=0
  7147. [ TouchMgr:ff331004 ] (c1:03) [TCH] waiting ack...
  7148. [ CtrlSrv:ff4d3c6c ] (04:02) refresh whole fReverseScreen=0
  7149. [ CtrlSrv:ff39e9dc ] (04:03) Reverse finish
  7150. [ CtrlSrv:ff0d80a0 ] (00:04) < GUI Lock > GUILock_TurnOnDisplay (PUB)
  7151. [ GuiLockTask:ff0d7884 ] (00:03) < GUI Lock > GUILockTask 1
  7152. [ GuiLockTask:ff12dcd8 ] (82:03) [Post]TurnOnDisplay 470
  7153. [ DisplayMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 3)
  7154. [ DisplayMgr:ff2c37f0 ] (00:01) [CLKSAVER] ??ClockSave Out??
  7155. [ DisplayMgr:ff12d86c ] (82:03) Enable Pb 1 (2485)
  7156. [ DisplayMgr:ff12a2f8 ] (82:03) TurnOnDisplay action Type=0
  7157. [ DisplayMgr:ff127f68 ] (82:03) InitializeDLIC call(1009)
  7158. [ DisplayMgr:ff127f90 ] (82:03) localSendLCDOnToDLIC (fMainSwOn = 0)
  7159. [ DisplayMgr:ff127fa8 ] (82:01) DL(L->H)
  7160. [ DisplayMgr:ff13b670 ] register_interrupt(null, 0x84, 0xff13b4c4, 0x5)
  7161. [ DisplayMgr:ff127d3c ] (82:01) SIO [0]:0x222a
  7162. [ DisplayMgr:ff127d3c ] (82:01) SIO [1]:0x2a81
  7163. [ DisplayMgr:ff127d3c ] (82:01) SIO [2]:0x2010
  7164. [ DisplayMgr:ff127d3c ] (82:01) SIO [3]:0x2412
  7165. [ DisplayMgr:ff127d3c ] (82:01) SIO [4]:0x2647
  7166. [ DisplayMgr:ff127d3c ] (82:01) SIO [5]:0x289f
  7167. [ DisplayMgr:ff12a350 ] (82:01) InitializeDLIC end(1062)
  7168. [ DisplayMgr:ff1282a4 ] (82:02) TurnOnPowerPort DispType=0
  7169. [ DisplayMgr:ff12a35c ] (82:02) MuteOFF (2494)
  7170. [ DisplayMgr:ff12db28 ] (82:02) SetVramParameters
  7171. [ DisplayMgr:ff128888 ] (82:02) SetBitmapVramAddress pBitmap_Address=41300008
  7172. [ DisplayMgr:ff128e4c ] (82:02) SetParameterToBitmapDisplayDevice
  7173. [ DisplayMgr:ff128a54 ] (82:01) SetImageVramAddress pImage_Address=0 DispType=0
  7174. [ DisplayMgr:ff128a94 ] (82:03) MuteONImage (1566)
  7175. [ DisplayMgr:ff128978 ] (82:01) SetRegisterImageDisplayDevice
  7176. [ DisplayMgr:ff127a80 ] (82:02) EnableBitmapImageVBufferForPlayBackAndWait WaitBmpCBR=ff127138
  7177. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8000003f)Data(10254452)size(5)
  7178. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8002000c)Data(0)size(0)
  7179. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 5, Param = 0
  7180. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  7181. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  7182. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  7183. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  7184. [ DOSDriver:ff341fc4 ] (00:02) [I2C] I2C_Write 29 80 1 - 2e
  7185. [ DOSDriver:ff134400 ] (00:03) [DOS]Dos Task Stop
  7186. 444: 411.904 [MC] PROP_GUI_STATE 2
  7187. 466: 412.672 [MC] cam event guimode comp. 2
  7188. [ MetaCtg:ff128f64 ] (82:01) VdInterruptHandler bmp=ff127138 img=0 localWaitBmpCBR=ff127138
  7189. [ MetaCtg:ff12714c ] (82:01) WaitBmpCBR(local) pParam=0
  7190. [ DisplayMgr:ff1283dc ] (82:02) EnableTftCtrl CurrentBrightness=4
  7191. [ MetaCtg:ff6027a8 ] (27:03) FcmcMusicOpenMetaCtg : (ClusterSize:16384, Used:0)
  7192. [ MetaCtg:ff111ba8 ] (27:01) FC_GetRootObject
  7193. [ MetaCtg:ff2cc738 ] (27:01) _FC_LockCatalog (2)
  7194. [ MetaCtg:ff2e31e8 ] (27:03) _FC_GetRootObject (2, 0, 0, 0)
  7195. [ MetaCtg:ff2cc794 ] (27:01) _FC_UnlockCatalog (2)
  7196. [ MetaCtg:ff112090 ] (27:01) FC_GetFirstDirHandle
  7197. [ MetaCtg:ff2cc738 ] (27:01) _FC_LockCatalog (2)
  7198. [ MetaCtg:ff2ca19c ] (27:03) _FC_GetFirstDirHandle (2, 0, 0, 0)
  7199. [ MetaCtg:ff2cc794 ] (27:01) _FC_UnlockCatalog (2)
  7200. [ MetaCtg:ff491dcc ] (27:01) fcmcOpenMetaCtg : RemoveCtgFile start
  7201. [ MetaCtg:ff491e2c ] (27:01) fcmcOpenMetaCtg : RemoveCtgFile end
  7202. [ MetaCtg:ff491e68 ] (27:03) fcmcOpenMetaCtg : Dir(100)
  7203. [ MetaCtg:ff491eb8 ] (27:03) fcmcOpenMetaCtg : Dir(100) is Empty
  7204. [ MetaCtg:ff11214c ] (27:01) FC_GetNextDirHandle
  7205. [ MetaCtg:ff2cc738 ] (27:01) _FC_LockCatalog (2)
  7206. [ MetaCtg:ff2ca300 ] (27:03) _FC_GetNextDirHandle (2, 100, 0, 0)
  7207. [ MetaCtg:ff2cc794 ] (27:01) _FC_UnlockCatalog (2)
  7208. [ MetaCtg:ff491fa0 ] (27:03) ##### Init Check Finish [OK](2)
  7209. [ MetaCtg:ff492014 ] (27:03) fcmcOpenMetaCtg : (ClusterSize:16384, UsedCluster:0)
  7210. [ MetaCtg:ff492354 ] (27:03) fcmcOpenCompleteMetaCtg
  7211. [ MetaCtg:ff0fe7c0 ] (33:03) ptpDpsCtginfoCheckCompleteCBR[42][0][2]
  7212. [ MetaCtg:ff0fe49c ] (33:01) SendPipeEvent [0][0][67]
  7213. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 67, Param = 0
  7214. [ PtpDps:ff2a3080 ] (33:01) PtpPropGetStorageID 2 0x20001
  7215. [ PtpDps:ff296c8c ] (33:03) ptpEventCtginfoCheckComplete
  7216. [ PtpDps:ff28b3f0 ] (33:03) DSEvent:0xc1a4,0x20001
  7217. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  7218. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  7219. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  7220. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  7221. [ MetaCtg:ff395c84 ] (85:03) GuiMainEventhandler.c pNotifyCatalogCreateCBR err = 0, DriveNo = 2
  7222. [ CtrlSrv:ff39f094 ] (83:03) IDLEHandler LOCAL_COMP_CATALOG_CREATE(2)
  7223. [ CtrlSrv:ff1a93a8 ] (83:03) guiSetCatalogCreateBusy(0)
  7224. [ GuiMainTask:ff0d726c ] (84:01) GUI_OTHEREVENT:11
  7225. [ MetaCtg:ff4923cc ] (27:01) FreeUncacheableMemory(TempCache)
  7226. [ MetaCtg:ff4923f4 ] (27:01) DeleteMemorySuite(TempParse)
  7227. [ MetaCtg:ff49241c ] (27:01) FreeUncacheableMemory(TempParse)
  7228. [ MetaCtg:ff492444 ] (27:01) FreeUncacheableMemory(OldVerCache)
  7229. [ TouchMgr:ff331004 ] (c1:03) [TCH] waiting ack...
  7230. [ PowerMgr:ff145434 ] (00:03) [MAIN] Deliver DOSSensor 1
  7231. [ PowerMgr:ff145434 ] (00:03) [MAIN] Deliver DOSSensor 1
  7232. [ PowerMgr:ff145434 ] (00:03) [MAIN] Deliver DOSSensor 1
  7233. [ MainCtrl:ff0ced84 ] (9c:01) ID:80020010(0)
  7234. [ MainCtrl:ff146450 ] (9c:03) DisplaySensor : 1(1)
  7235. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80020010)Parameter(1)Size(4)
  7236. [ MainCtrl:ff0ced84 ] (9c:01) ID:80020010(1)
  7237. [ MainCtrl:ff146450 ] (9c:03) DisplaySensor : 1(1)
  7238. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80020010)Parameter(1)Size(4)
  7239. [ MainCtrl:ff0ced84 ] (9c:01) ID:80020010(2)
  7240. [ MainCtrl:ff146450 ] (9c:03) DisplaySensor : 1(1)
  7241. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80020010)Parameter(1)Size(4)
  7242. [ TouchMgr:ff331004 ] (c1:03) [TCH] waiting ack...
  7243. [ CtrlSrv:ff3983f4 ] (83:03) MainEventHandler PROP_DISPSENSOR_CTRL(1)
  7244. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80020010)Data(1)size(0)
  7245. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x80020010)Data(1)size(0)
  7246. [ CtrlSrv:ff3983f4 ] (83:03) MainEventHandler PROP_DISPSENSOR_CTRL(1)
  7247. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80020010)Data(1)size(0)
  7248. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x80020010)Data(1)size(0)
  7249. [ CtrlSrv:ff3983f4 ] (83:03) MainEventHandler PROP_DISPSENSOR_CTRL(1)
  7250. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80020010)Data(1)size(0)
  7251. [ CtrlSrv:ff3a061c ] (84:01) GUI_CopyEventForNetworkData eventID(0x80020010)Data(1)size(0)
  7252. [ TouchMgr:ff331004 ] (c1:03) [TCH] waiting ack...
  7253. [ TouchMgr:ff331004 ] (c1:03) [TCH] waiting ack...
  7254. [ TouchMgr:ff331004 ] (c1:03) [TCH] waiting ack...
  7255. [ TouchMgr:ff331004 ] (c1:03) [TCH] waiting ack...
  7256. [ TouchMgr:ff331004 ] (c1:03) [TCH] waiting ack...
  7257. [ TouchMgr:ff331004 ] (c1:03) [TCH] waiting ack...
  7258. [ TouchMgr:ff331030 ] (c1:01) [TCH] cannot init touch !!
  7259. [ DisplayMgr:ff13b670 ] register_interrupt(null, 0x34, 0xff13b4c4, 0x1)
  7260. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0xb0
  7261. [ DisplayMgr:ff127de0 ] (82:01) SIO [1]:0x104
  7262. [ DisplayMgr:ff127de0 ] (82:01) SIO [2]:0xb4
  7263. [ DisplayMgr:ff127de0 ] (82:01) SIO [3]:0x140
  7264. [ DisplayMgr:ff127de0 ] (82:01) SIO [4]:0x140
  7265. [ DisplayMgr:ff127de0 ] (82:01) SIO [5]:0xc1
  7266. [ DisplayMgr:ff127de0 ] (82:01) SIO [6]:0x103
  7267. [ DisplayMgr:ff127de0 ] (82:01) SIO [7]:0x11d
  7268. [ DisplayMgr:ff127de0 ] (82:01) SIO [8]:0x182
  7269. [ DisplayMgr:ff127de0 ] (82:01) SIO [9]:0x13a
  7270. [ DisplayMgr:ff127de0 ] (82:01) SIO [10]:0x13a
  7271. [ DisplayMgr:ff127de0 ] (82:01) SIO [11]:0x112
  7272. [ DisplayMgr:ff127de0 ] (82:01) SIO [12]:0x102
  7273. [ DisplayMgr:ff127de0 ] (82:01) SIO [13]:0x130
  7274. [ DisplayMgr:ff127de0 ] (82:01) SIO [14]:0x142
  7275. [ DisplayMgr:ff127de0 ] (82:01) SIO [15]:0x102
  7276. [ DisplayMgr:ff127de0 ] (82:01) SIO [16]:0x1aa
  7277. [ DisplayMgr:ff127de0 ] (82:01) SIO [17]:0x1aa
  7278. [ DisplayMgr:ff127de0 ] (82:01) SIO [18]:0x168
  7279. [ DisplayMgr:ff127de0 ] (82:01) SIO [19]:0x114
  7280. [ DisplayMgr:ff127de0 ] (82:01) SIO [20]:0x101
  7281. [ DisplayMgr:ff127de0 ] (82:01) SIO [21]:0x183
  7282. [ DisplayMgr:ff127de0 ] (82:01) SIO [22]:0x10f
  7283. [ DisplayMgr:ff127de0 ] (82:01) SIO [23]:0xc2
  7284. [ DisplayMgr:ff127de0 ] (82:01) SIO [24]:0x111
  7285. [ DisplayMgr:ff127de0 ] (82:01) SIO [25]:0x108
  7286. [ DisplayMgr:ff127de0 ] (82:01) SIO [26]:0x188
  7287. [ DisplayMgr:ff127de0 ] (82:01) SIO [27]:0x106
  7288. [ DisplayMgr:ff127de0 ] (82:01) SIO [28]:0x100
  7289. [ DisplayMgr:ff127de0 ] (82:01) SIO [29]:0xc8
  7290. [ DisplayMgr:ff127de0 ] (82:01) SIO [30]:0x103
  7291. [ DisplayMgr:ff127de0 ] (82:01) SIO [31]:0x110
  7292. [ DisplayMgr:ff127de0 ] (82:01) SIO [32]:0x116
  7293. [ DisplayMgr:ff127de0 ] (82:01) SIO [33]:0x11f
  7294. [ DisplayMgr:ff127de0 ] (82:01) SIO [34]:0x11e
  7295. [ DisplayMgr:ff127de0 ] (82:01) SIO [35]:0x11f
  7296. [ DisplayMgr:ff127de0 ] (82:01) SIO [36]:0x11f
  7297. [ DisplayMgr:ff127de0 ] (82:01) SIO [37]:0x11f
  7298. [ DisplayMgr:ff127de0 ] (82:01) SIO [38]:0x11e
  7299. [ DisplayMgr:ff127de0 ] (82:01) SIO [39]:0x11f
  7300. [ DisplayMgr:ff127de0 ] (82:01) SIO [40]:0x11f
  7301. [ DisplayMgr:ff127de0 ] (82:01) SIO [41]:0x126
  7302. [ DisplayMgr:ff127de0 ] (82:01) SIO [42]:0x11c
  7303. [ DisplayMgr:ff127de0 ] (82:01) SIO [43]:0x104
  7304. [ DisplayMgr:ff127de0 ] (82:01) SIO [44]:0x103
  7305. [ DisplayMgr:ff127de0 ] (82:01) SIO [45]:0x110
  7306. [ DisplayMgr:ff127de0 ] (82:01) SIO [46]:0x116
  7307. [ DisplayMgr:ff127de0 ] (82:01) SIO [47]:0x11f
  7308. [ DisplayMgr:ff127de0 ] (82:01) SIO [48]:0x11e
  7309. [ DisplayMgr:ff127de0 ] (82:01) SIO [49]:0x11f
  7310. [ DisplayMgr:ff127de0 ] (82:01) SIO [50]:0x11f
  7311. [ DisplayMgr:ff127de0 ] (82:01) SIO [51]:0x11f
  7312. [ DisplayMgr:ff127de0 ] (82:01) SIO [52]:0x11e
  7313. [ DisplayMgr:ff127de0 ] (82:01) SIO [53]:0x11f
  7314. [ DisplayMgr:ff127de0 ] (82:01) SIO [54]:0x11f
  7315. [ DisplayMgr:ff127de0 ] (82:01) SIO [55]:0x126
  7316. [ DisplayMgr:ff127de0 ] (82:01) SIO [56]:0x11c
  7317. [ DisplayMgr:ff127de0 ] (82:01) SIO [57]:0x104
  7318. [ DisplayMgr:ff127de0 ] (82:01) SIO [58]:0xc9
  7319. [ DisplayMgr:ff127de0 ] (82:01) SIO [59]:0x103
  7320. [ DisplayMgr:ff127de0 ] (82:01) SIO [60]:0x110
  7321. [ DisplayMgr:ff127de0 ] (82:01) SIO [61]:0x116
  7322. [ DisplayMgr:ff127de0 ] (82:01) SIO [62]:0x11f
  7323. [ DisplayMgr:ff127de0 ] (82:01) SIO [63]:0x11e
  7324. [ DisplayMgr:ff127de0 ] (82:01) SIO [64]:0x11f
  7325. [ DisplayMgr:ff127de0 ] (82:01) SIO [65]:0x11f
  7326. [ DisplayMgr:ff127de0 ] (82:01) SIO [66]:0x11f
  7327. [ DisplayMgr:ff127de0 ] (82:01) SIO [67]:0x11e
  7328. [ DisplayMgr:ff127de0 ] (82:01) SIO [68]:0x11f
  7329. [ DisplayMgr:ff127de0 ] (82:01) SIO [69]:0x11f
  7330. [ DisplayMgr:ff127de0 ] (82:01) SIO [70]:0x126
  7331. [ DisplayMgr:ff127de0 ] (82:01) SIO [71]:0x11c
  7332. [ DisplayMgr:ff127de0 ] (82:01) SIO [72]:0x104
  7333. [ DisplayMgr:ff127de0 ] (82:01) SIO [73]:0x103
  7334. [ DisplayMgr:ff127de0 ] (82:01) SIO [74]:0x110
  7335. [ DisplayMgr:ff127de0 ] (82:01) SIO [75]:0x116
  7336. [ DisplayMgr:ff127de0 ] (82:01) SIO [76]:0x11f
  7337. [ DisplayMgr:ff127de0 ] (82:01) SIO [77]:0x11e
  7338. [ DisplayMgr:ff127de0 ] (82:01) SIO [78]:0x11f
  7339. [ DisplayMgr:ff127de0 ] (82:01) SIO [79]:0x11f
  7340. [ DisplayMgr:ff127de0 ] (82:01) SIO [80]:0x11f
  7341. [ DisplayMgr:ff127de0 ] (82:01) SIO [81]:0x11e
  7342. [ DisplayMgr:ff127de0 ] (82:01) SIO [82]:0x11f
  7343. [ DisplayMgr:ff127de0 ] (82:01) SIO [83]:0x11f
  7344. [ DisplayMgr:ff127de0 ] (82:01) SIO [84]:0x126
  7345. [ DisplayMgr:ff127de0 ] (82:01) SIO [85]:0x11c
  7346. [ DisplayMgr:ff127de0 ] (82:01) SIO [86]:0x104
  7347. [ DisplayMgr:ff127de0 ] (82:01) SIO [87]:0xca
  7348. [ DisplayMgr:ff127de0 ] (82:01) SIO [88]:0x103
  7349. [ DisplayMgr:ff127de0 ] (82:01) SIO [89]:0x110
  7350. [ DisplayMgr:ff127de0 ] (82:01) SIO [90]:0x116
  7351. [ DisplayMgr:ff127de0 ] (82:01) SIO [91]:0x11f
  7352. [ DisplayMgr:ff127de0 ] (82:01) SIO [92]:0x11e
  7353. [ DisplayMgr:ff127de0 ] (82:01) SIO [93]:0x11f
  7354. [ DisplayMgr:ff127de0 ] (82:01) SIO [94]:0x11f
  7355. [ DisplayMgr:ff127de0 ] (82:01) SIO [95]:0x11f
  7356. [ DisplayMgr:ff127de0 ] (82:01) SIO [96]:0x11e
  7357. [ DisplayMgr:ff127de0 ] (82:01) SIO [97]:0x11f
  7358. [ DisplayMgr:ff127de0 ] (82:01) SIO [98]:0x11f
  7359. [ DisplayMgr:ff127de0 ] (82:01) SIO [99]:0x126
  7360. [ DisplayMgr:ff127de0 ] (82:01) SIO [100]:0x11c
  7361. [ DisplayMgr:ff127de0 ] (82:01) SIO [101]:0x104
  7362. [ DisplayMgr:ff127de0 ] (82:01) SIO [102]:0x103
  7363. [ DisplayMgr:ff127de0 ] (82:01) SIO [103]:0x110
  7364. [ DisplayMgr:ff127de0 ] (82:01) SIO [104]:0x116
  7365. [ DisplayMgr:ff127de0 ] (82:01) SIO [105]:0x11f
  7366. [ DisplayMgr:ff127de0 ] (82:01) SIO [106]:0x11e
  7367. [ DisplayMgr:ff127de0 ] (82:01) SIO [107]:0x11f
  7368. [ DisplayMgr:ff127de0 ] (82:01) SIO [108]:0x11f
  7369. [ DisplayMgr:ff127de0 ] (82:01) SIO [109]:0x11f
  7370. [ DisplayMgr:ff127de0 ] (82:01) SIO [110]:0x11e
  7371. [ DisplayMgr:ff127de0 ] (82:01) SIO [111]:0x11f
  7372. [ DisplayMgr:ff127de0 ] (82:01) SIO [112]:0x11f
  7373. [ DisplayMgr:ff127de0 ] (82:01) SIO [113]:0x126
  7374. [ DisplayMgr:ff127de0 ] (82:01) SIO [114]:0x11c
  7375. [ DisplayMgr:ff127de0 ] (82:01) SIO [115]:0x104
  7376. [ DisplayMgr:ff127de0 ] (82:01) SIO [116]:0xcb
  7377. [ DisplayMgr:ff127de0 ] (82:01) SIO [117]:0x110
  7378. [ DisplayMgr:ff127de0 ] (82:01) SIO [118]:0x120
  7379. [ DisplayMgr:ff127de0 ] (82:01) SIO [119]:0x140
  7380. [ DisplayMgr:ff127de0 ] (82:01) SIO [120]:0x180
  7381. [ DisplayMgr:ff127de0 ] (82:01) SIO [121]:0x1a0
  7382. [ DisplayMgr:ff127de0 ] (82:01) SIO [122]:0x1c0
  7383. [ DisplayMgr:ff127de0 ] (82:01) SIO [123]:0x1d0
  7384. [ DisplayMgr:ff127de0 ] (82:01) SIO [124]:0x1e0
  7385. [ DisplayMgr:ff127de0 ] (82:01) SIO [125]:0xcc
  7386. [ DisplayMgr:ff127de0 ] (82:01) SIO [126]:0x1ff
  7387. [ DisplayMgr:ff127de0 ] (82:01) SIO [127]:0x1ff
  7388. [ DisplayMgr:ff127de0 ] (82:01) SIO [128]:0x1ff
  7389. [ DisplayMgr:ff127de0 ] (82:01) SIO [129]:0xcd
  7390. [ DisplayMgr:ff127de0 ] (82:01) SIO [130]:0x108
  7391. [ DisplayMgr:ff127de0 ] (82:01) SIO [131]:0x108
  7392. [ DisplayMgr:ff127de0 ] (82:01) SIO [132]:0x108
  7393. [ DisplayMgr:ff127de0 ] (82:01) SIO [133]:0x108
  7394. [ DisplayMgr:ff127de0 ] (82:01) SIO [134]:0x108
  7395. [ DisplayMgr:ff127de0 ] (82:01) SIO [135]:0x108
  7396. [ DisplayMgr:ff127de0 ] (82:01) SIO [136]:0x108
  7397. [ DisplayMgr:ff127de0 ] (82:01) SIO [137]:0xce
  7398. [ DisplayMgr:ff127de0 ] (82:01) SIO [138]:0x108
  7399. [ DisplayMgr:ff127de0 ] (82:01) SIO [139]:0x108
  7400. [ DisplayMgr:ff127de0 ] (82:01) SIO [140]:0x108
  7401. [ DisplayMgr:ff127de0 ] (82:01) SIO [141]:0x108
  7402. [ DisplayMgr:ff127de0 ] (82:01) SIO [142]:0x108
  7403. [ DisplayMgr:ff127de0 ] (82:01) SIO [143]:0x108
  7404. [ DisplayMgr:ff127de0 ] (82:01) SIO [144]:0x108
  7405. [ DisplayMgr:ff127de0 ] (82:01) SIO [145]:0xcf
  7406. [ DisplayMgr:ff127de0 ] (82:01) SIO [146]:0x108
  7407. [ DisplayMgr:ff127de0 ] (82:01) SIO [147]:0x108
  7408. [ DisplayMgr:ff127de0 ] (82:01) SIO [148]:0x108
  7409. [ DisplayMgr:ff127de0 ] (82:01) SIO [149]:0x108
  7410. [ DisplayMgr:ff127de0 ] (82:01) SIO [150]:0x108
  7411. [ DisplayMgr:ff127de0 ] (82:01) SIO [151]:0x108
  7412. [ DisplayMgr:ff127de0 ] (82:01) SIO [152]:0x108
  7413. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0xc8
  7414. [ DisplayMgr:ff127de0 ] (82:01) SIO [1]:0x103
  7415. [ DisplayMgr:ff127de0 ] (82:01) SIO [2]:0x110
  7416. [ DisplayMgr:ff127de0 ] (82:01) SIO [3]:0x116
  7417. [ DisplayMgr:ff127de0 ] (82:01) SIO [4]:0x11f
  7418. [ DisplayMgr:ff127de0 ] (82:01) SIO [5]:0x11e
  7419. [ DisplayMgr:ff127de0 ] (82:01) SIO [6]:0x11f
  7420. [ DisplayMgr:ff127de0 ] (82:01) SIO [7]:0x11f
  7421. [ DisplayMgr:ff127de0 ] (82:01) SIO [8]:0x11f
  7422. [ DisplayMgr:ff127de0 ] (82:01) SIO [9]:0x11e
  7423. [ DisplayMgr:ff127de0 ] (82:01) SIO [10]:0x11f
  7424. [ DisplayMgr:ff127de0 ] (82:01) SIO [11]:0x11f
  7425. [ DisplayMgr:ff127de0 ] (82:01) SIO [12]:0x126
  7426. [ DisplayMgr:ff127de0 ] (82:01) SIO [13]:0x11c
  7427. [ DisplayMgr:ff127de0 ] (82:01) SIO [14]:0x104
  7428. [ DisplayMgr:ff127de0 ] (82:01) SIO [15]:0x103
  7429. [ DisplayMgr:ff127de0 ] (82:01) SIO [16]:0x110
  7430. [ DisplayMgr:ff127de0 ] (82:01) SIO [17]:0x116
  7431. [ DisplayMgr:ff127de0 ] (82:01) SIO [18]:0x11f
  7432. [ DisplayMgr:ff127de0 ] (82:01) SIO [19]:0x11e
  7433. [ DisplayMgr:ff127de0 ] (82:01) SIO [20]:0x11f
  7434. [ DisplayMgr:ff127de0 ] (82:01) SIO [21]:0x11f
  7435. [ DisplayMgr:ff127de0 ] (82:01) SIO [22]:0x11f
  7436. [ DisplayMgr:ff127de0 ] (82:01) SIO [23]:0x11e
  7437. [ DisplayMgr:ff127de0 ] (82:01) SIO [24]:0x11f
  7438. [ DisplayMgr:ff127de0 ] (82:01) SIO [25]:0x11f
  7439. [ DisplayMgr:ff127de0 ] (82:01) SIO [26]:0x126
  7440. [ DisplayMgr:ff127de0 ] (82:01) SIO [27]:0x11c
  7441. [ DisplayMgr:ff127de0 ] (82:01) SIO [28]:0x104
  7442. [ DisplayMgr:ff127de0 ] (82:01) SIO [29]:0xc9
  7443. [ DisplayMgr:ff127de0 ] (82:01) SIO [30]:0x122
  7444. [ DisplayMgr:ff127de0 ] (82:01) SIO [31]:0x128
  7445. [ DisplayMgr:ff127de0 ] (82:01) SIO [32]:0x129
  7446. [ DisplayMgr:ff127de0 ] (82:01) SIO [33]:0x12d
  7447. [ DisplayMgr:ff127de0 ] (82:01) SIO [34]:0x128
  7448. [ DisplayMgr:ff127de0 ] (82:01) SIO [35]:0x123
  7449. [ DisplayMgr:ff127de0 ] (82:01) SIO [36]:0x122
  7450. [ DisplayMgr:ff127de0 ] (82:01) SIO [37]:0x11d
  7451. [ DisplayMgr:ff127de0 ] (82:01) SIO [38]:0x11d
  7452. [ DisplayMgr:ff127de0 ] (82:01) SIO [39]:0x11d
  7453. [ DisplayMgr:ff127de0 ] (82:01) SIO [40]:0x11b
  7454. [ DisplayMgr:ff127de0 ] (82:01) SIO [41]:0x120
  7455. [ DisplayMgr:ff127de0 ] (82:01) SIO [42]:0x11a
  7456. [ DisplayMgr:ff127de0 ] (82:01) SIO [43]:0x109
  7457. [ DisplayMgr:ff127de0 ] (82:01) SIO [44]:0x122
  7458. [ DisplayMgr:ff127de0 ] (82:01) SIO [45]:0x128
  7459. [ DisplayMgr:ff127de0 ] (82:01) SIO [46]:0x129
  7460. [ DisplayMgr:ff127de0 ] (82:01) SIO [47]:0x12d
  7461. [ DisplayMgr:ff127de0 ] (82:01) SIO [48]:0x128
  7462. [ DisplayMgr:ff127de0 ] (82:01) SIO [49]:0x123
  7463. [ DisplayMgr:ff127de0 ] (82:01) SIO [50]:0x122
  7464. [ DisplayMgr:ff127de0 ] (82:01) SIO [51]:0x11d
  7465. [ DisplayMgr:ff127de0 ] (82:01) SIO [52]:0x11d
  7466. [ DisplayMgr:ff127de0 ] (82:01) SIO [53]:0x11d
  7467. [ DisplayMgr:ff127de0 ] (82:01) SIO [54]:0x11b
  7468. [ DisplayMgr:ff127de0 ] (82:01) SIO [55]:0x120
  7469. [ DisplayMgr:ff127de0 ] (82:01) SIO [56]:0x11a
  7470. [ DisplayMgr:ff127de0 ] (82:01) SIO [57]:0x109
  7471. [ DisplayMgr:ff127de0 ] (82:01) SIO [58]:0xca
  7472. [ DisplayMgr:ff127de0 ] (82:01) SIO [59]:0x10e
  7473. [ DisplayMgr:ff127de0 ] (82:01) SIO [60]:0x118
  7474. [ DisplayMgr:ff127de0 ] (82:01) SIO [61]:0x11b
  7475. [ DisplayMgr:ff127de0 ] (82:01) SIO [62]:0x123
  7476. [ DisplayMgr:ff127de0 ] (82:01) SIO [63]:0x121
  7477. [ DisplayMgr:ff127de0 ] (82:01) SIO [64]:0x120
  7478. [ DisplayMgr:ff127de0 ] (82:01) SIO [65]:0x120
  7479. [ DisplayMgr:ff127de0 ] (82:01) SIO [66]:0x11f
  7480. [ DisplayMgr:ff127de0 ] (82:01) SIO [67]:0x11e
  7481. [ DisplayMgr:ff127de0 ] (82:01) SIO [68]:0x11e
  7482. [ DisplayMgr:ff127de0 ] (82:01) SIO [69]:0x11b
  7483. [ DisplayMgr:ff127de0 ] (82:01) SIO [70]:0x120
  7484. [ DisplayMgr:ff127de0 ] (82:01) SIO [71]:0x11a
  7485. [ DisplayMgr:ff127de0 ] (82:01) SIO [72]:0x107
  7486. [ DisplayMgr:ff127de0 ] (82:01) SIO [73]:0x10e
  7487. [ DisplayMgr:ff127de0 ] (82:01) SIO [74]:0x118
  7488. [ DisplayMgr:ff127de0 ] (82:01) SIO [75]:0x11b
  7489. [ DisplayMgr:ff127de0 ] (82:01) SIO [76]:0x123
  7490. [ DisplayMgr:ff127de0 ] (82:01) SIO [77]:0x121
  7491. [ DisplayMgr:ff127de0 ] (82:01) SIO [78]:0x120
  7492. [ DisplayMgr:ff127de0 ] (82:01) SIO [79]:0x120
  7493. [ DisplayMgr:ff127de0 ] (82:01) SIO [80]:0x11f
  7494. [ DisplayMgr:ff127de0 ] (82:01) SIO [81]:0x11e
  7495. [ DisplayMgr:ff127de0 ] (82:01) SIO [82]:0x11e
  7496. [ DisplayMgr:ff127de0 ] (82:01) SIO [83]:0x11b
  7497. [ DisplayMgr:ff127de0 ] (82:01) SIO [84]:0x120
  7498. [ DisplayMgr:ff127de0 ] (82:01) SIO [85]:0x11a
  7499. [ DisplayMgr:ff127de0 ] (82:01) SIO [86]:0x107
  7500. [ DisplayMgr:ff127de0 ] (82:01) SIO [87]:0xcc
  7501. [ DisplayMgr:ff127de0 ] (82:01) SIO [88]:0x1ff
  7502. [ DisplayMgr:ff127de0 ] (82:01) SIO [89]:0x1ef
  7503. [ DisplayMgr:ff127de0 ] (82:01) SIO [90]:0x1e2
  7504. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0xcb
  7505. [ DisplayMgr:ff127de0 ] (82:01) SIO [1]:0x110
  7506. [ DisplayMgr:ff127de0 ] (82:01) SIO [2]:0x120
  7507. [ DisplayMgr:ff127de0 ] (82:01) SIO [3]:0x140
  7508. [ DisplayMgr:ff127de0 ] (82:01) SIO [4]:0x180
  7509. [ DisplayMgr:ff127de0 ] (82:01) SIO [5]:0x1a0
  7510. [ DisplayMgr:ff127de0 ] (82:01) SIO [6]:0x1c0
  7511. [ DisplayMgr:ff127de0 ] (82:01) SIO [7]:0x1d0
  7512. [ DisplayMgr:ff127de0 ] (82:01) SIO [8]:0x1e0
  7513. [ DisplayMgr:ff127de0 ] (82:01) SIO [9]:0xcd
  7514. [ DisplayMgr:ff127de0 ] (82:01) SIO [10]:0x108
  7515. [ DisplayMgr:ff127de0 ] (82:01) SIO [11]:0x108
  7516. [ DisplayMgr:ff127de0 ] (82:01) SIO [12]:0x108
  7517. [ DisplayMgr:ff127de0 ] (82:01) SIO [13]:0x108
  7518. [ DisplayMgr:ff127de0 ] (82:01) SIO [14]:0x108
  7519. [ DisplayMgr:ff127de0 ] (82:01) SIO [15]:0x108
  7520. [ DisplayMgr:ff127de0 ] (82:01) SIO [16]:0x108
  7521. [ DisplayMgr:ff127de0 ] (82:01) SIO [17]:0xce
  7522. [ DisplayMgr:ff127de0 ] (82:01) SIO [18]:0x108
  7523. [ DisplayMgr:ff127de0 ] (82:01) SIO [19]:0x108
  7524. [ DisplayMgr:ff127de0 ] (82:01) SIO [20]:0x108
  7525. [ DisplayMgr:ff127de0 ] (82:01) SIO [21]:0x108
  7526. [ DisplayMgr:ff127de0 ] (82:01) SIO [22]:0x108
  7527. [ DisplayMgr:ff127de0 ] (82:01) SIO [23]:0x108
  7528. [ DisplayMgr:ff127de0 ] (82:01) SIO [24]:0x108
  7529. [ DisplayMgr:ff127de0 ] (82:01) SIO [25]:0xcf
  7530. [ DisplayMgr:ff127de0 ] (82:01) SIO [26]:0x108
  7531. [ DisplayMgr:ff127de0 ] (82:01) SIO [27]:0x108
  7532. [ DisplayMgr:ff127de0 ] (82:01) SIO [28]:0x108
  7533. [ DisplayMgr:ff127de0 ] (82:01) SIO [29]:0x108
  7534. [ DisplayMgr:ff127de0 ] (82:01) SIO [30]:0x108
  7535. [ DisplayMgr:ff127de0 ] (82:01) SIO [31]:0x108
  7536. [ DisplayMgr:ff127de0 ] (82:01) SIO [32]:0x108
  7537. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0x36
  7538. [ DisplayMgr:ff127de0 ] (82:01) SIO [1]:0x1c0
  7539. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0xb0
  7540. [ DisplayMgr:ff127de0 ] (82:01) SIO [1]:0x103
  7541. [ DisplayMgr:ff127de0 ] (82:01) SIO [2]:0x29
  7542. [ DisplayMgr:ff127de0 ] (82:01) SIO [3]:0x11
  7543. [ TouchMgr:ff3312a0 ] (c1:06) TouchPanelIC Ack Error
  7544. 541: 503.552 [TCH]ERROR TouchPanelIC Ack Error
  7545. [ PowerMgr:ff144564 ] (9c:03) (delayed) 1
  7546. [ MainCtrl:ff0ced84 ] (9c:01) ID:FFFFFFFF(3)
  7547. [ PowerMgr:ff127118 ] (82:01) WaitTimerCallBack 17000
  7548. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0xb0
  7549. [ DisplayMgr:ff127de0 ] (82:01) SIO [1]:0x104
  7550. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0xc8
  7551. [ DisplayMgr:ff127de0 ] (82:01) SIO [1]:0x103
  7552. [ DisplayMgr:ff127de0 ] (82:01) SIO [2]:0x110
  7553. [ DisplayMgr:ff127de0 ] (82:01) SIO [3]:0x116
  7554. [ DisplayMgr:ff127de0 ] (82:01) SIO [4]:0x11f
  7555. [ DisplayMgr:ff127de0 ] (82:01) SIO [5]:0x11e
  7556. [ DisplayMgr:ff127de0 ] (82:01) SIO [6]:0x11f
  7557. [ DisplayMgr:ff127de0 ] (82:01) SIO [7]:0x11f
  7558. [ DisplayMgr:ff127de0 ] (82:01) SIO [8]:0x11f
  7559. [ DisplayMgr:ff127de0 ] (82:01) SIO [9]:0x11e
  7560. [ DisplayMgr:ff127de0 ] (82:01) SIO [10]:0x11f
  7561. [ DisplayMgr:ff127de0 ] (82:01) SIO [11]:0x11f
  7562. [ DisplayMgr:ff127de0 ] (82:01) SIO [12]:0x126
  7563. [ DisplayMgr:ff127de0 ] (82:01) SIO [13]:0x11c
  7564. [ DisplayMgr:ff127de0 ] (82:01) SIO [14]:0x104
  7565. [ DisplayMgr:ff127de0 ] (82:01) SIO [15]:0x103
  7566. [ DisplayMgr:ff127de0 ] (82:01) SIO [16]:0x110
  7567. [ DisplayMgr:ff127de0 ] (82:01) SIO [17]:0x116
  7568. [ DisplayMgr:ff127de0 ] (82:01) SIO [18]:0x11f
  7569. [ DisplayMgr:ff127de0 ] (82:01) SIO [19]:0x11e
  7570. [ DisplayMgr:ff127de0 ] (82:01) SIO [20]:0x11f
  7571. [ DisplayMgr:ff127de0 ] (82:01) SIO [21]:0x11f
  7572. [ DisplayMgr:ff127de0 ] (82:01) SIO [22]:0x11f
  7573. [ DisplayMgr:ff127de0 ] (82:01) SIO [23]:0x11e
  7574. [ DisplayMgr:ff127de0 ] (82:01) SIO [24]:0x11f
  7575. [ DisplayMgr:ff127de0 ] (82:01) SIO [25]:0x11f
  7576. [ DisplayMgr:ff127de0 ] (82:01) SIO [26]:0x126
  7577. [ DisplayMgr:ff127de0 ] (82:01) SIO [27]:0x11c
  7578. [ DisplayMgr:ff127de0 ] (82:01) SIO [28]:0x104
  7579. [ DisplayMgr:ff127de0 ] (82:01) SIO [29]:0xc9
  7580. [ DisplayMgr:ff127de0 ] (82:01) SIO [30]:0x122
  7581. [ DisplayMgr:ff127de0 ] (82:01) SIO [31]:0x128
  7582. [ DisplayMgr:ff127de0 ] (82:01) SIO [32]:0x129
  7583. [ DisplayMgr:ff127de0 ] (82:01) SIO [33]:0x12d
  7584. [ DisplayMgr:ff127de0 ] (82:01) SIO [34]:0x128
  7585. [ DisplayMgr:ff127de0 ] (82:01) SIO [35]:0x123
  7586. [ DisplayMgr:ff127de0 ] (82:01) SIO [36]:0x122
  7587. [ DisplayMgr:ff127de0 ] (82:01) SIO [37]:0x11d
  7588. [ DisplayMgr:ff127de0 ] (82:01) SIO [38]:0x11d
  7589. [ DisplayMgr:ff127de0 ] (82:01) SIO [39]:0x11d
  7590. [ DisplayMgr:ff127de0 ] (82:01) SIO [40]:0x11b
  7591. [ DisplayMgr:ff127de0 ] (82:01) SIO [41]:0x120
  7592. [ DisplayMgr:ff127de0 ] (82:01) SIO [42]:0x11a
  7593. [ DisplayMgr:ff127de0 ] (82:01) SIO [43]:0x109
  7594. [ DisplayMgr:ff127de0 ] (82:01) SIO [44]:0x122
  7595. [ DisplayMgr:ff127de0 ] (82:01) SIO [45]:0x128
  7596. [ DisplayMgr:ff127de0 ] (82:01) SIO [46]:0x129
  7597. [ DisplayMgr:ff127de0 ] (82:01) SIO [47]:0x12d
  7598. [ DisplayMgr:ff127de0 ] (82:01) SIO [48]:0x128
  7599. [ DisplayMgr:ff127de0 ] (82:01) SIO [49]:0x123
  7600. [ DisplayMgr:ff127de0 ] (82:01) SIO [50]:0x122
  7601. [ DisplayMgr:ff127de0 ] (82:01) SIO [51]:0x11d
  7602. [ DisplayMgr:ff127de0 ] (82:01) SIO [52]:0x11d
  7603. [ DisplayMgr:ff127de0 ] (82:01) SIO [53]:0x11d
  7604. [ DisplayMgr:ff127de0 ] (82:01) SIO [54]:0x11b
  7605. [ DisplayMgr:ff127de0 ] (82:01) SIO [55]:0x120
  7606. [ DisplayMgr:ff127de0 ] (82:01) SIO [56]:0x11a
  7607. [ DisplayMgr:ff127de0 ] (82:01) SIO [57]:0x109
  7608. [ DisplayMgr:ff127de0 ] (82:01) SIO [58]:0xca
  7609. [ DisplayMgr:ff127de0 ] (82:01) SIO [59]:0x10e
  7610. [ DisplayMgr:ff127de0 ] (82:01) SIO [60]:0x118
  7611. [ DisplayMgr:ff127de0 ] (82:01) SIO [61]:0x11b
  7612. [ DisplayMgr:ff127de0 ] (82:01) SIO [62]:0x123
  7613. [ DisplayMgr:ff127de0 ] (82:01) SIO [63]:0x121
  7614. [ DisplayMgr:ff127de0 ] (82:01) SIO [64]:0x120
  7615. [ DisplayMgr:ff127de0 ] (82:01) SIO [65]:0x120
  7616. [ DisplayMgr:ff127de0 ] (82:01) SIO [66]:0x11f
  7617. [ DisplayMgr:ff127de0 ] (82:01) SIO [67]:0x11e
  7618. [ DisplayMgr:ff127de0 ] (82:01) SIO [68]:0x11e
  7619. [ DisplayMgr:ff127de0 ] (82:01) SIO [69]:0x11b
  7620. [ DisplayMgr:ff127de0 ] (82:01) SIO [70]:0x120
  7621. [ DisplayMgr:ff127de0 ] (82:01) SIO [71]:0x11a
  7622. [ DisplayMgr:ff127de0 ] (82:01) SIO [72]:0x107
  7623. [ DisplayMgr:ff127de0 ] (82:01) SIO [73]:0x10e
  7624. [ DisplayMgr:ff127de0 ] (82:01) SIO [74]:0x118
  7625. [ DisplayMgr:ff127de0 ] (82:01) SIO [75]:0x11b
  7626. [ DisplayMgr:ff127de0 ] (82:01) SIO [76]:0x123
  7627. [ DisplayMgr:ff127de0 ] (82:01) SIO [77]:0x121
  7628. [ DisplayMgr:ff127de0 ] (82:01) SIO [78]:0x120
  7629. [ DisplayMgr:ff127de0 ] (82:01) SIO [79]:0x120
  7630. [ DisplayMgr:ff127de0 ] (82:01) SIO [80]:0x11f
  7631. [ DisplayMgr:ff127de0 ] (82:01) SIO [81]:0x11e
  7632. [ DisplayMgr:ff127de0 ] (82:01) SIO [82]:0x11e
  7633. [ DisplayMgr:ff127de0 ] (82:01) SIO [83]:0x11b
  7634. [ DisplayMgr:ff127de0 ] (82:01) SIO [84]:0x120
  7635. [ DisplayMgr:ff127de0 ] (82:01) SIO [85]:0x11a
  7636. [ DisplayMgr:ff127de0 ] (82:01) SIO [86]:0x107
  7637. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0xd1
  7638. [ DisplayMgr:ff127de0 ] (82:01) SIO [1]:0x114
  7639. [ DisplayMgr:ff127de0 ] (82:01) SIO [2]:0x11d
  7640. [ DisplayMgr:ff127de0 ] (82:01) SIO [3]:0x123
  7641. [ DisplayMgr:ff127de0 ] (82:01) SIO [4]:0x144
  7642. [ DisplayMgr:ff127de0 ] (82:01) SIO [5]:0x153
  7643. [ DisplayMgr:ff127de0 ] (82:01) SIO [6]:0x19a
  7644. [ DisplayMgr:ff127de0 ] (82:01) SIO [7]:0xc7
  7645. [ DisplayMgr:ff127de0 ] (82:01) SIO [8]:0x100
  7646. [ DisplayMgr:ff127de0 ] (82:01) SIO [9]:0x153
  7647. [ DisplayMgr:ff127de0 ] (82:01) SIO [10]:0x153
  7648. [ DisplayMgr:ff127de0 ] (82:01) SIO [11]:0x153
  7649. [ DisplayMgr:ff127de0 ] (82:01) SIO [12]:0x127
  7650. [ DisplayMgr:ff127de0 ] (82:01) SIO [13]:0xb0
  7651. [ DisplayMgr:ff127de0 ] (82:01) SIO [14]:0x103
  7652. [ PowerMgr:ff127118 ] (82:01) WaitTimerCallBack 67000
  7653. [ DisplayMgr:ff128090 ] (82:02) BackLightOn fForceBackLightOff=0
  7654. [ PowerMgr:ff127118 ] (82:01) WaitTimerCallBack 1000
  7655. [ PowerMgr:ff127118 ] (82:01) WaitTimerCallBack 1000
  7656. [ PowerMgr:ff127118 ] (82:01) WaitTimerCallBack 1000
  7657. [ PowerMgr:ff127118 ] (82:01) WaitTimerCallBack 1000
  7658. [ PowerMgr:ff127118 ] (82:01) WaitTimerCallBack 1000
  7659. [ DisplayMgr:ff128100 ] (82:03) CalcBrightness = 92(DEC)
  7660. [ DisplayMgr:ff128118 ] (82:03) CommandBrightness = 0x265c
  7661. [ DisplayMgr:ff13b670 ] register_interrupt(null, 0x84, 0xff13b4c4, 0x5)
  7662. [ DisplayMgr:ff127d3c ] (82:01) SIO [0]:0x265c
  7663. [ DisplayMgr:ff13b670 ] register_interrupt(null, 0x84, 0xff13b4c4, 0x5)
  7664. [ DisplayMgr:ff127d3c ] (82:01) SIO [0]:0x2492
  7665. [ PowerMgr:ff127118 ] (82:01) WaitTimerCallBack 120
  7666. [ DisplayMgr:ff127d3c ] (82:01) SIO [0]:0x2030
  7667. [ DisplayMgr:ff12a4d0 ] (82:03) TurnOnDisplay finish Type=0
  7668. [ DisplayMgr:ff12dd24 ] (82:01) GUILockWaitCBR pParam=0
  7669. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  7670. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  7671. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  7672. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  7673. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030015)Parameter(0)Size(4)
  7674. [MPU] Received: 06 05 03 19 00 00 (PROP_TFT_STATUS - spell #45)
  7675. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030015)Data(0)size(0)
  7676. [ CtrlSrv:ff1af3f0 ] (83:01) PropertyData PROP_TFT_STATUS[0x0]
  7677. [ init:0007e7ac ] task_create(ml_init, prio=1e, stack=4000, entry=7ebe4, arg=0)
  7678. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=416, num=32, buf=0x402fe000
  7679. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=416, num=32
  7680. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=480, num=32, buf=0x40306000
  7681. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=480, num=32
  7682. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=6944, num=1, buf=0x4024d200
  7683. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=6944, num=1
  7684. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=6944, num=1, buf=0x4024d200
  7685. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=6944, num=1
  7686. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=6944, num=1, buf=0x4024d200
  7687. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=6944, num=1
  7688. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=6945, num=2, buf=0x409c7908
  7689. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=6945, num=2
  7690. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=6947, num=1, buf=0x4024d200
  7691. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=6947, num=1
  7692. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=6976, num=1, buf=0x4024d200
  7693. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=6976, num=1
  7694. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=6976, num=1, buf=0x4024d200
  7695. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=6976, num=1
  7696. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=6976, num=1, buf=0x4024d200
  7697. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=6976, num=1
  7698. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=6977, num=9, buf=0x409c7908
  7699. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=6977, num=9
  7700. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=6986, num=1, buf=0x4024d200
  7701. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=6986, num=1
  7702. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=6816, num=1, buf=0x4024d200
  7703. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=6816, num=1
  7704. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=6816, num=1, buf=0x4024d200
  7705. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=6816, num=1
  7706. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=6816, num=1, buf=0x4024d200
  7707. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=6816, num=1
  7708. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=6817, num=22, buf=0x409c7908
  7709. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=6817, num=22
  7710. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=6839, num=1, buf=0x4024d200
  7711. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=6839, num=1
  7712. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=6848, num=1, buf=0x4024d200
  7713. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=6848, num=1
  7714. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=6848, num=1, buf=0x4024d200
  7715. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=6848, num=1
  7716. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=6848, num=1, buf=0x4024d200
  7717. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=6848, num=1
  7718. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=6849, num=27, buf=0x409c7908
  7719. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=6849, num=27
  7720. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=6876, num=1, buf=0x4024d200
  7721. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=6876, num=1
  7722. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=6880, num=1, buf=0x4024d200
  7723. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=6880, num=1
  7724. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=6880, num=1, buf=0x4024d200
  7725. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=6880, num=1
  7726. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=6880, num=1, buf=0x4024d200
  7727. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=6880, num=1
  7728. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=6881, num=39, buf=0x409cc954
  7729. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=6881, num=39
  7730. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=6920, num=1, buf=0x4024d200
  7731. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=6920, num=1
  7732. [ ml_init:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  7733. [ ml_init:0007ec2c ] (32:03) Calling init_func ../../src/fio-ml.c (7eee0)
  7734. [ ml_init:0007ec2c ] (32:03) Calling init_func ../../src/mem.c (7fc68)
  7735. [ ml_init:0007ec2c ] (32:03) Calling init_func debug (8a070)
  7736. [ ml_init:0007ec2c ] (32:03) Calling init_func exmem (8c0b0)
  7737. [ ml_init:0007ec2c ] (32:03) Calling init_func ../../src/bmp.c (8ca30)
  7738. [ ml_init:0007ec2c ] (32:03) Calling init_func config (8f90c)
  7739. [ ml_init:0007ec2c ] (32:03) Calling init_func ../../src/bitrate.c (90aa0)
  7740. [ ml_init:0007ec2c ] (32:03) Calling init_func ../../src/tweaks.c (92210)
  7741. [ ml_init:0007ec2c ] (32:03) Calling init_func lens_info (96158)
  7742. [ ml_init:0007ec2c ] (32:03) Calling init_func lens (96108)
  7743. [ ml_init:0007ec2c ] (32:03) Calling init_func ../../src/property.c (9ab8c)
  7744. [ ml_init:0007ec2c ] (32:03) Calling init_func debugmsg-hack (9b7c8)
  7745. [ ml_init:0007ec2c ] (32:03) Calling init_func ../../src/movtweaks.c (9c3c0)
  7746. [ ml_init:0007ec2c ] (32:03) Calling init_func help_menu (9d9e0)
  7747. [ ml_init:0007ec2c ] (32:03) Calling init_func ../../src/focus.c (9e500)
  7748. [ ml_init:0007ec2c ] (32:03) Calling init_func ../../src/notify_box.c (9fa30)
  7749. [ ml_init:0007ec2c ] (32:03) Calling init_func fps (a0eb4)
  7750. [ ml_init:0007ec2c ] (32:03) Calling init_func shoot (a3ec8)
  7751. [ ml_init:0007ec2c ] (32:03) Calling init_func hdr (abbf0)
  7752. [ ml_init:0007ec2c ] (32:03) Calling init_func lv_img (ac2b8)
  7753. [ ml_init:0007ec2c ] (32:03) Calling init_func state_init (ad29c)
  7754. [ ml_init:0007ec2c ] (32:03) Calling init_func vsync (ada50)
  7755. [ ml_init:0007ec2c ] (32:03) Calling init_func hist (ae8a8)
  7756. [ ml_init:0007ec2c ] (32:03) Calling init_func audio.init (b08d0)
  7757. [ ml_init:0007ec2c ] (32:03) Calling init_func audio.meter.init (b0888)
  7758. [ ml_init:0007ec2c ] (32:03) Calling init_func ../../src/zebra.c (b1868)
  7759. [ ml_init:0007ec2c ] (32:03) Calling init_func ../../src/vectorscope.c (b9db4)
  7760. [ ml_init:0007ec2c ] (32:03) Calling init_func ../../src/crop-mode-hack.c (ba29c)
  7761. [ ml_init:0007ec2c ] (32:03) Calling init_func info_init (ba4b0)
  7762. [ ml_init:0007ec2c ] (32:03) Calling init_func lvinfo (bc29c)
  7763. [ ml_init:0007ec2c ] (32:03) Calling init_func ../../src/powersave.c (bd158)
  7764. [ ml_init:0007ec2c ] (32:03) Calling init_func raw (bf088)
  7765. [ ml_init:0007ec2c ] (32:03) Calling init_func edmac_memcpy (c26cc)
  7766. [ ml_init:0007ec2c ] (32:03) Calling init_func ../../src/module.c (c7c2c)
  7767. [ PowerMgr:ff0d6cc4 ] (85:03) GUI_Control:-7 0x0
  7768. [ ml_init:0007ec60 ] task_create(ml_backup, prio=1f, stack=4000, entry=7e960, arg=0)
  7769. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=73920, num=32, buf=0x4030e000
  7770. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=73920, num=32
  7771. [ ml_init:0007f9ec ] (32:03) read_entire_file:741: failed
  7772. [ ml_backup:ff743704 ] (23:01) sdReadBlk: st=672, num=32, buf=0x40316000
  7773. [ ml_backup:ff742160 ] (23:01) sdDMAReadBlk: st=672, num=32
  7774. [ ml_init:0007f960 ] (32:03) read_entire_file:718: File 'ML/SETTINGS/magic.cfg' size 226 bytes
  7775. [ ml_init:ff743704 ] (23:01) sdReadBlk: st=73952, num=1, buf=0x4024d200
  7776. [ ml_init:ff742160 ] (23:01) sdDMAReadBlk: st=73952, num=1
  7777. [ ml_init:0008fec8 ] (32:03) cfg line: beta.warn = 30
  7778. [ ml_init:0008f5d0 ] (32:03) config_parse_line: 'beta.warn' => '30'
  7779. [ ml_init:0008ff1c ] (32:03) config_auto_parse: 'beta.warn' => '30'
  7780. [ ml_init:0008fec8 ] (32:03) cfg line: menu.first = -16
  7781. [ ml_init:0008f5d0 ] (32:03) config_parse_line: 'menu.first' => '-16'
  7782. [ ml_init:0008ff1c ] (32:03) config_auto_parse: 'menu.first' => '-16'
  7783. [ ml_init:0008fec8 ] (32:03) cfg line: disp.mode.x = 199
  7784. [ ml_init:0008f5d0 ] (32:03) config_parse_line: 'disp.mode.x' => '199'
  7785. [ ml_init:0008ff1c ] (32:03) config_auto_parse: 'disp.mode.x' => '199'
  7786. [ ml_init:0008ff64 ] (32:03) config_parse: Read 3 config values
  7787. [ ml_init:0007ec9c ] task_create(menu_task, prio=1a, stack=2000, entry=8689c, arg=0)
  7788. [ ml_init:0007ec9c ] task_create(menu_redraw_task, prio=1a, stack=8000, entry=88a98, arg=0)
  7789. [ ml_init:0007ec9c ] task_create(debug_task, prio=1e, stack=2000, entry=8ac2c, arg=0)
  7790. [ ml_init:0007ec9c ] task_create(bitrate_task, prio=1d, stack=1000, entry=914cc, arg=0)
  7791. [ ml_init:0007ec9c ] task_create(tweak_task, prio=1e, stack=1000, entry=92f94, arg=0)
  7792. [ ml_init:0007ec9c ] task_create(focus_misc_task, prio=1e, stack=1000, entry=9f528, arg=0)
  7793. [ ml_init:0007ec9c ] task_create(focus_task, prio=18, stack=1000, entry=9e7f0, arg=0)
  7794. [ ml_init:0007ec9c ] task_create(notifybox_task, prio=1b, stack=1000, entry=9f950, arg=0)
  7795. [ ml_init:0007ec9c ] task_create(fps_task, prio=1c, stack=1000, entry=a2520, arg=0)
  7796. [ ml_init:0007ec9c ] task_create(shoot_task, prio=1a, stack=2000, entry=aa2a4, arg=0)
  7797. [ ml_init:0007ec9c ] task_create(clock_task, prio=19, stack=2000, entry=a35ac, arg=0)
  7798. [ ml_init:0007ec9c ] task_create(vignetting_init, prio=1e, stack=2000, entry=ac4dc, arg=0)
  7799. [ ml_init:0007ec9c ] task_create(audio_common_task, prio=18, stack=1000, entry=b0e28, arg=0)
  7800. [ ml_init:0007ec9c ] task_create(livev_loprio_task, prio=1f, stack=8000, entry=b82a4, arg=0)
  7801. [ ml_init:0007ec9c ] task_create(livev_hiprio_task, prio=18, stack=4000, entry=b8900, arg=0)
  7802. [ ml_init:0007ec9c ] task_create(cls_task, prio=1a, stack=2000, entry=b72f8, arg=0)
  7803. [ ml_init:0007ec9c ] task_create(console_task, prio=1d, stack=1000, entry=c32ac, arg=0)
  7804. [ ml_init:0007ec9c ] task_create(module_task, prio=1e, stack=4000, entry=c8994, arg=0)
  7805. [ module_task:ff743704 ] (23:01) sdReadBlk: st=448, num=32, buf=0x4031e000
  7806. [ module_task:ff742160 ] (23:01) sdDMAReadBlk: st=448, num=32
  7807. [ module_task:ff743438 ] (23:01) sdWriteBlk: st=640, num=1, buf=0x4024d200
  7808. [ module_task:ff743138 ] (23:01) sdDMAWriteBlk: st=640, num=1
  7809. [ module_task:ff743438 ] (23:01) sdWriteBlk: st=100, num=1, buf=0x402ce000
  7810. [ module_task:ff743138 ] (23:01) sdDMAWriteBlk: st=100, num=1
  7811. [ module_task:ff743438 ] (23:01) sdWriteBlk: st=162, num=1, buf=0x402ce000
  7812. [ module_task:ff743138 ] (23:01) sdDMAWriteBlk: st=162, num=1
  7813. [ module_task:ff743438 ] (23:01) sdWriteBlk: st=449, num=1, buf=0x4031e200
  7814. [ module_task:ff743138 ] (23:01) sdDMAWriteBlk: st=449, num=1
  7815. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 0, dwParam = 15 S
  7816. [ RscMgr:ff21767c ] (80:01) AllocateMEM3 15 80
  7817. [ RscMgr:ff212188 ] (80:01) ###### AllocateMemoryFromShootMemoryObject 37266
  7818. [ RscMgr:ff212264 ] (80:01) ###### 0 0x67F874 0x67F874
  7819. [ RscMgr:ff212264 ] (80:01) ###### 1 0x67F87C 0x67F750
  7820. [ RscMgr:ff21228c ] (80:01) ###### 1 pMemoryUnit 0x67F750 0x104518
  7821. [ RscMgr:ff21230c ] (80:01) AllocatableSizeOfPackHeap 27000720, 49152, 49152
  7822. [ RscMgr:ff212574 ] (80:01) !!AllocateMemory 49152
  7823. [ RscMgr:ff212520 ] (80:01) AllocateMemoryFromShootMemoryObject 1 62656112 49152 0x0011f468
  7824. [ RscMgr:ff21253c ] (80:01) ###### VirtualXXXFreeSize1 62656112 38534336
  7825. [ RscMgr:ff212764 ] (80:01) ###### VirtualXXXFreeSize2 62606948 38534336
  7826. [ RscMgr:ff212778 ] (80:01) ###### !! AllocateMemoryFromShootMemoryObject hMemSuite 0x11F468
  7827. [ RscMgr:ff212d90 ] (80:01) ###### ShrinkMemoryToShootMemoryObject 0x11F468 0x9192 0xc000
  7828. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F468 0x67F874 0x0
  7829. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 49164
  7830. [ RscMgr:ff212aac ] (80:01) ###### VIRTUAL_FREE pMemoryUnit->VirtualFreeSize[0] 27000720
  7831. [ RscMgr:ff212ad8 ] (80:01) ###### +pMemoryObject->Virtual1stFreeSize 62656112
  7832. [ RscMgr:ff212ca8 ] (80:01) ###### +pMemoryObject->Virtual2ndFreeSize 38534336
  7833. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F468 0x67F874 0x0
  7834. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 49164
  7835. [ RscMgr:ff212c68 ] (80:01) ###### VIRTUAL_ALLOC pMemoryUnit->VirtualFreeSize[0] 26951556
  7836. [ RscMgr:ff212c94 ] (80:01) ###### -pMemoryObject->Virtual1stFreeSize 62606948
  7837. [ RscMgr:ff212ca8 ] (80:01) ###### -pMemoryObject->Virtual2ndFreeSize 38534336
  7838. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 2 Result State 1->1 $$$$$
  7839. [ RscMgr:ff218144 ] (80:03) OK AllocDev[2] 11F468 9192 50 1 6074B24 6074B24 6080B30
  7840. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 0, dwParam = 15 E
  7841. [ module_task:ff743704 ] (23:01) sdReadBlk: st=5632, num=72, buf=0x4a000088
  7842. [ module_task:ff742160 ] (23:01) sdDMAReadBlk: st=5632, num=72
  7843. [ module_task:ff743704 ] (23:01) sdReadBlk: st=5704, num=1, buf=0x4024d200
  7844. [ module_task:ff742160 ] (23:01) sdDMAReadBlk: st=5704, num=1
  7845. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 0, dwParam = 15 S
  7846. [ RscMgr:ff21767c ] (80:01) AllocateMEM3 15 80
  7847. [ RscMgr:ff212188 ] (80:01) ###### AllocateMemoryFromShootMemoryObject 8260
  7848. [ RscMgr:ff212264 ] (80:01) ###### 0 0x67F874 0x67F750
  7849. [ RscMgr:ff21228c ] (80:01) ###### 0 pMemoryUnit 0x67F750 0x104518
  7850. [ RscMgr:ff21230c ] (80:01) AllocatableSizeOfPackHeap 26951556, 16384, 16384
  7851. [ RscMgr:ff212574 ] (80:01) !!AllocateMemory 16384
  7852. [ RscMgr:ff212520 ] (80:01) AllocateMemoryFromShootMemoryObject 1 62606948 16384 0x0011f4c8
  7853. [ RscMgr:ff21253c ] (80:01) ###### VirtualXXXFreeSize1 62606948 38534336
  7854. [ RscMgr:ff212764 ] (80:01) ###### VirtualXXXFreeSize2 62590552 38534336
  7855. [ RscMgr:ff212778 ] (80:01) ###### !! AllocateMemoryFromShootMemoryObject hMemSuite 0x11F4C8
  7856. [ RscMgr:ff212d90 ] (80:01) ###### ShrinkMemoryToShootMemoryObject 0x11F4C8 0x2044 0x4000
  7857. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F4C8 0x67F874 0x0
  7858. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 16396
  7859. [ RscMgr:ff212aac ] (80:01) ###### VIRTUAL_FREE pMemoryUnit->VirtualFreeSize[0] 26951556
  7860. [ RscMgr:ff212ad8 ] (80:01) ###### +pMemoryObject->Virtual1stFreeSize 62606948
  7861. [ RscMgr:ff212ca8 ] (80:01) ###### +pMemoryObject->Virtual2ndFreeSize 38534336
  7862. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F4C8 0x67F874 0x0
  7863. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 16396
  7864. [ RscMgr:ff212c68 ] (80:01) ###### VIRTUAL_ALLOC pMemoryUnit->VirtualFreeSize[0] 26935160
  7865. [ RscMgr:ff212c94 ] (80:01) ###### -pMemoryObject->Virtual1stFreeSize 62590552
  7866. [ RscMgr:ff212ca8 ] (80:01) ###### -pMemoryObject->Virtual2ndFreeSize 38534336
  7867. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 2 Result State 1->1 $$$$$
  7868. [ RscMgr:ff218144 ] (80:03) OK AllocDev[2] 11F4C8 2044 50 1 6070B18 6070B18 6080B30
  7869. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 0, dwParam = 15 E
  7870. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 0, dwParam = 15 S
  7871. [ RscMgr:ff21767c ] (80:01) AllocateMEM3 15 80
  7872. [ RscMgr:ff212188 ] (80:01) ###### AllocateMemoryFromShootMemoryObject 8260
  7873. [ RscMgr:ff212264 ] (80:01) ###### 0 0x67F874 0x67F750
  7874. [ RscMgr:ff21228c ] (80:01) ###### 0 pMemoryUnit 0x67F750 0x104518
  7875. [ RscMgr:ff21230c ] (80:01) AllocatableSizeOfPackHeap 26935160, 16384, 16384
  7876. [ RscMgr:ff212574 ] (80:01) !!AllocateMemory 16384
  7877. [ RscMgr:ff212520 ] (80:01) AllocateMemoryFromShootMemoryObject 1 62590552 16384 0x0011f528
  7878. [ RscMgr:ff21253c ] (80:01) ###### VirtualXXXFreeSize1 62590552 38534336
  7879. [ RscMgr:ff212764 ] (80:01) ###### VirtualXXXFreeSize2 62574156 38534336
  7880. [ RscMgr:ff212778 ] (80:01) ###### !! AllocateMemoryFromShootMemoryObject hMemSuite 0x11F528
  7881. [ RscMgr:ff212d90 ] (80:01) ###### ShrinkMemoryToShootMemoryObject 0x11F528 0x2044 0x4000
  7882. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F528 0x67F874 0x0
  7883. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 16396
  7884. [ RscMgr:ff212aac ] (80:01) ###### VIRTUAL_FREE pMemoryUnit->VirtualFreeSize[0] 26935160
  7885. [ RscMgr:ff212ad8 ] (80:01) ###### +pMemoryObject->Virtual1stFreeSize 62590552
  7886. [ RscMgr:ff212ca8 ] (80:01) ###### +pMemoryObject->Virtual2ndFreeSize 38534336
  7887. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F528 0x67F874 0x0
  7888. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 16396
  7889. [ RscMgr:ff212c68 ] (80:01) ###### VIRTUAL_ALLOC pMemoryUnit->VirtualFreeSize[0] 26918764
  7890. [ RscMgr:ff212c94 ] (80:01) ###### -pMemoryObject->Virtual1stFreeSize 62574156
  7891. [ RscMgr:ff212ca8 ] (80:01) ###### -pMemoryObject->Virtual2ndFreeSize 38534336
  7892. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 2 Result State 1->1 $$$$$
  7893. [ RscMgr:ff218144 ] (80:03) OK AllocDev[2] 11F528 2044 50 1 606CB0C 606CB0C 6080B30
  7894. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 0, dwParam = 15 E
  7895. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 0, dwParam = 15 S
  7896. [ RscMgr:ff21767c ] (80:01) AllocateMEM3 15 80
  7897. [ RscMgr:ff212188 ] (80:01) ###### AllocateMemoryFromShootMemoryObject 16452
  7898. [ RscMgr:ff212264 ] (80:01) ###### 0 0x67F874 0x67F750
  7899. [ RscMgr:ff21228c ] (80:01) ###### 0 pMemoryUnit 0x67F750 0x104518
  7900. [ RscMgr:ff21230c ] (80:01) AllocatableSizeOfPackHeap 26918764, 32768, 32768
  7901. [ RscMgr:ff212574 ] (80:01) !!AllocateMemory 32768
  7902. [ RscMgr:ff212520 ] (80:01) AllocateMemoryFromShootMemoryObject 1 62574156 32768 0x0011f588
  7903. [ RscMgr:ff21253c ] (80:01) ###### VirtualXXXFreeSize1 62574156 38534336
  7904. [ RscMgr:ff212764 ] (80:01) ###### VirtualXXXFreeSize2 62541376 38534336
  7905. [ RscMgr:ff212778 ] (80:01) ###### !! AllocateMemoryFromShootMemoryObject hMemSuite 0x11F588
  7906. [ RscMgr:ff212d90 ] (80:01) ###### ShrinkMemoryToShootMemoryObject 0x11F588 0x4044 0x8000
  7907. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F588 0x67F874 0x0
  7908. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 32780
  7909. [ RscMgr:ff212aac ] (80:01) ###### VIRTUAL_FREE pMemoryUnit->VirtualFreeSize[0] 26918764
  7910. [ RscMgr:ff212ad8 ] (80:01) ###### +pMemoryObject->Virtual1stFreeSize 62574156
  7911. [ RscMgr:ff212ca8 ] (80:01) ###### +pMemoryObject->Virtual2ndFreeSize 38534336
  7912. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F588 0x67F874 0x0
  7913. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 32780
  7914. [ RscMgr:ff212c68 ] (80:01) ###### VIRTUAL_ALLOC pMemoryUnit->VirtualFreeSize[0] 26885984
  7915. [ RscMgr:ff212c94 ] (80:01) ###### -pMemoryObject->Virtual1stFreeSize 62541376
  7916. [ RscMgr:ff212ca8 ] (80:01) ###### -pMemoryObject->Virtual2ndFreeSize 38534336
  7917. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 2 Result State 1->1 $$$$$
  7918. [ RscMgr:ff218144 ] (80:03) OK AllocDev[2] 11F588 4044 50 1 6064B00 6064B00 6080B30
  7919. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 0, dwParam = 15 E
  7920. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 4, dwParam = 0 S
  7921. [ RscMgr:ff21c964 ] (80:01) srmWriteCompleteForNormal 0x11F4C8 8260
  7922. [ RscMgr:ff212d3c ] (80:01) ###### VirtualFreeMemoryToShootMemoryObject 0x11F4C8
  7923. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F4C8 0x67F874 0x67F8AC
  7924. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 16396
  7925. [ RscMgr:ff212aac ] (80:01) ###### VIRTUAL_FREE pMemoryUnit->VirtualFreeSize[0] 26902380
  7926. [ RscMgr:ff212ad8 ] (80:01) ###### +pMemoryObject->Virtual1stFreeSize 62557772
  7927. [ RscMgr:ff212ca8 ] (80:01) ###### +pMemoryObject->Virtual2ndFreeSize 38534336
  7928. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 3 Result State 1->1 $$$$$
  7929. [ RscMgr:ff21c9f0 ] (80:01) VFree 11F4C8 2044 6068B0C 6064B00 6080B30 27BF84 27BF84 27FF90
  7930. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  7931. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  7932. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  7933. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  7934. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 4, dwParam = 0 E
  7935. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 15 S
  7936. [ RscMgr:ff2120fc ] (80:01) FreeMemoryToShootMemoryObject 62557772 8260 0x11F4C8
  7937. [ RscMgr:ff212110 ] (80:01) ###### FreeMemoryToShootMemoryObject 0x11F4C8
  7938. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 3 Result State 1->1 $$$$$
  7939. [ RscMgr:ff21b230 ] (80:03) FMem3 11F4C8 2044 6068B0C 6068B0C 6080B30 27BF84 27BF84 27FF90
  7940. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  7941. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  7942. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x10000) 0x0->0x0,0x0(0x0)
  7943. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x200000) 0x0->0x0,0x0(0x0)
  7944. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 15 E
  7945. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 0, dwParam = 15 S
  7946. [ RscMgr:ff21767c ] (80:01) AllocateMEM3 15 80
  7947. [ RscMgr:ff212188 ] (80:01) ###### AllocateMemoryFromShootMemoryObject 16452
  7948. [ RscMgr:ff212264 ] (80:01) ###### 0 0x67F874 0x67F750
  7949. [ RscMgr:ff21228c ] (80:01) ###### 0 pMemoryUnit 0x67F750 0x104518
  7950. [ RscMgr:ff21230c ] (80:01) AllocatableSizeOfPackHeap 26885984, 32768, 32768
  7951. [ RscMgr:ff212574 ] (80:01) !!AllocateMemory 32768
  7952. [ RscMgr:ff212520 ] (80:01) AllocateMemoryFromShootMemoryObject 1 62557772 32768 0x0011f4c8
  7953. [ RscMgr:ff21253c ] (80:01) ###### VirtualXXXFreeSize1 62557772 38534336
  7954. [ RscMgr:ff212764 ] (80:01) ###### VirtualXXXFreeSize2 62524992 38534336
  7955. [ RscMgr:ff212778 ] (80:01) ###### !! AllocateMemoryFromShootMemoryObject hMemSuite 0x11F4C8
  7956. [ RscMgr:ff212d90 ] (80:01) ###### ShrinkMemoryToShootMemoryObject 0x11F4C8 0x4044 0x8000
  7957. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F4C8 0x67F874 0x0
  7958. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 32780
  7959. [ RscMgr:ff212aac ] (80:01) ###### VIRTUAL_FREE pMemoryUnit->VirtualFreeSize[0] 26902380
  7960. [ RscMgr:ff212ad8 ] (80:01) ###### +pMemoryObject->Virtual1stFreeSize 62557772
  7961. [ RscMgr:ff212ca8 ] (80:01) ###### +pMemoryObject->Virtual2ndFreeSize 38534336
  7962. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F4C8 0x67F874 0x0
  7963. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 32780
  7964. [ RscMgr:ff212c68 ] (80:01) ###### VIRTUAL_ALLOC pMemoryUnit->VirtualFreeSize[0] 26869600
  7965. [ RscMgr:ff212c94 ] (80:01) ###### -pMemoryObject->Virtual1stFreeSize 62524992
  7966. [ RscMgr:ff212ca8 ] (80:01) ###### -pMemoryObject->Virtual2ndFreeSize 38534336
  7967. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 2 Result State 1->1 $$$$$
  7968. [ RscMgr:ff218144 ] (80:03) OK AllocDev[2] 11F4C8 4044 50 1 6060B00 6060B00 6080B30
  7969. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 0, dwParam = 15 E
  7970. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 4, dwParam = 0 S
  7971. [ RscMgr:ff21c964 ] (80:01) srmWriteCompleteForNormal 0x11F528 8260
  7972. [ RscMgr:ff212d3c ] (80:01) ###### VirtualFreeMemoryToShootMemoryObject 0x11F528
  7973. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F528 0x67F874 0x67F8AC
  7974. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 16396
  7975. [ RscMgr:ff212aac ] (80:01) ###### VIRTUAL_FREE pMemoryUnit->VirtualFreeSize[0] 26885996
  7976. [ RscMgr:ff212ad8 ] (80:01) ###### +pMemoryObject->Virtual1stFreeSize 62541388
  7977. [ RscMgr:ff212ca8 ] (80:01) ###### +pMemoryObject->Virtual2ndFreeSize 38534336
  7978. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 3 Result State 1->1 $$$$$
  7979. [ RscMgr:ff21c9f0 ] (80:01) VFree 11F528 2044 6064B0C 6060B00 6080B30 27BF84 27BF84 27FF90
  7980. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  7981. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  7982. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  7983. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  7984. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 4, dwParam = 0 E
  7985. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 15 S
  7986. [ RscMgr:ff2120fc ] (80:01) FreeMemoryToShootMemoryObject 62541388 8260 0x11F528
  7987. [ RscMgr:ff212110 ] (80:01) ###### FreeMemoryToShootMemoryObject 0x11F528
  7988. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 3 Result State 1->1 $$$$$
  7989. [ RscMgr:ff21b230 ] (80:03) FMem3 11F528 2044 6064B0C 6064B0C 6080B30 27BF84 27BF84 27FF90
  7990. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  7991. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  7992. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x10000) 0x0->0x0,0x0(0x0)
  7993. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x200000) 0x0->0x0,0x0(0x0)
  7994. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 15 E
  7995. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 0, dwParam = 15 S
  7996. [ RscMgr:ff21767c ] (80:01) AllocateMEM3 15 80
  7997. [ RscMgr:ff212188 ] (80:01) ###### AllocateMemoryFromShootMemoryObject 8260
  7998. [ RscMgr:ff212264 ] (80:01) ###### 0 0x67F874 0x67F750
  7999. [ RscMgr:ff21228c ] (80:01) ###### 0 pMemoryUnit 0x67F750 0x104518
  8000. [ RscMgr:ff21230c ] (80:01) AllocatableSizeOfPackHeap 26853204, 16384, 16384
  8001. [ RscMgr:ff212574 ] (80:01) !!AllocateMemory 16384
  8002. [ RscMgr:ff212520 ] (80:01) AllocateMemoryFromShootMemoryObject 1 62541388 16384 0x0011f528
  8003. [ RscMgr:ff21253c ] (80:01) ###### VirtualXXXFreeSize1 62541388 38534336
  8004. [ RscMgr:ff212764 ] (80:01) ###### VirtualXXXFreeSize2 62524992 38534336
  8005. [ RscMgr:ff212778 ] (80:01) ###### !! AllocateMemoryFromShootMemoryObject hMemSuite 0x11F528
  8006. [ RscMgr:ff212d90 ] (80:01) ###### ShrinkMemoryToShootMemoryObject 0x11F528 0x2044 0x4000
  8007. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F528 0x67F874 0x0
  8008. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 16396
  8009. [ RscMgr:ff212aac ] (80:01) ###### VIRTUAL_FREE pMemoryUnit->VirtualFreeSize[0] 26885996
  8010. [ RscMgr:ff212ad8 ] (80:01) ###### +pMemoryObject->Virtual1stFreeSize 62541388
  8011. [ RscMgr:ff212ca8 ] (80:01) ###### +pMemoryObject->Virtual2ndFreeSize 38534336
  8012. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F528 0x67F874 0x0
  8013. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 16396
  8014. [ RscMgr:ff212c68 ] (80:01) ###### VIRTUAL_ALLOC pMemoryUnit->VirtualFreeSize[0] 26869600
  8015. [ RscMgr:ff212c94 ] (80:01) ###### -pMemoryObject->Virtual1stFreeSize 62524992
  8016. [ RscMgr:ff212ca8 ] (80:01) ###### -pMemoryObject->Virtual2ndFreeSize 38534336
  8017. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 2 Result State 1->1 $$$$$
  8018. [ RscMgr:ff218144 ] (80:03) OK AllocDev[2] 11F528 2044 50 1 6060B00 6060B00 6080B30
  8019. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 0, dwParam = 15 E
  8020. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 0, dwParam = 15 S
  8021. [ RscMgr:ff21767c ] (80:01) AllocateMEM3 15 80
  8022. [ RscMgr:ff212188 ] (80:01) ###### AllocateMemoryFromShootMemoryObject 32836
  8023. [ RscMgr:ff212264 ] (80:01) ###### 0 0x67F874 0x67F750
  8024. [ RscMgr:ff21228c ] (80:01) ###### 0 pMemoryUnit 0x67F750 0x104518
  8025. [ RscMgr:ff21230c ] (80:01) AllocatableSizeOfPackHeap 26836808, 49152, 49152
  8026. [ RscMgr:ff212574 ] (80:01) !!AllocateMemory 49152
  8027. [ RscMgr:ff212520 ] (80:01) AllocateMemoryFromShootMemoryObject 1 62524992 49152 0x0011f5e8
  8028. [ RscMgr:ff21253c ] (80:01) ###### VirtualXXXFreeSize1 62524992 38534336
  8029. [ RscMgr:ff212764 ] (80:01) ###### VirtualXXXFreeSize2 62475828 38534336
  8030. [ RscMgr:ff212778 ] (80:01) ###### !! AllocateMemoryFromShootMemoryObject hMemSuite 0x11F5E8
  8031. [ RscMgr:ff212d90 ] (80:01) ###### ShrinkMemoryToShootMemoryObject 0x11F5E8 0x8044 0xc000
  8032. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F5E8 0x67F874 0x0
  8033. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 49164
  8034. [ RscMgr:ff212aac ] (80:01) ###### VIRTUAL_FREE pMemoryUnit->VirtualFreeSize[0] 26869600
  8035. [ RscMgr:ff212ad8 ] (80:01) ###### +pMemoryObject->Virtual1stFreeSize 62524992
  8036. [ RscMgr:ff212ca8 ] (80:01) ###### +pMemoryObject->Virtual2ndFreeSize 38534336
  8037. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F5E8 0x67F874 0x0
  8038. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 49164
  8039. [ RscMgr:ff212c68 ] (80:01) ###### VIRTUAL_ALLOC pMemoryUnit->VirtualFreeSize[0] 26820436
  8040. [ RscMgr:ff212c94 ] (80:01) ###### -pMemoryObject->Virtual1stFreeSize 62475828
  8041. [ RscMgr:ff212ca8 ] (80:01) ###### -pMemoryObject->Virtual2ndFreeSize 38534336
  8042. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 2 Result State 1->1 $$$$$
  8043. [ RscMgr:ff218144 ] (80:03) OK AllocDev[2] 11F5E8 8044 50 1 6054AF4 6054AF4 6080B30
  8044. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 0, dwParam = 15 E
  8045. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 4, dwParam = 0 S
  8046. [ RscMgr:ff21c964 ] (80:01) srmWriteCompleteForNormal 0x11F588 16452
  8047. [ RscMgr:ff212d3c ] (80:01) ###### VirtualFreeMemoryToShootMemoryObject 0x11F588
  8048. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F588 0x67F874 0x67F8AC
  8049. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 32780
  8050. [ RscMgr:ff212aac ] (80:01) ###### VIRTUAL_FREE pMemoryUnit->VirtualFreeSize[0] 26853216
  8051. [ RscMgr:ff212ad8 ] (80:01) ###### +pMemoryObject->Virtual1stFreeSize 62508608
  8052. [ RscMgr:ff212ca8 ] (80:01) ###### +pMemoryObject->Virtual2ndFreeSize 38534336
  8053. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 3 Result State 1->1 $$$$$
  8054. [ RscMgr:ff21c9f0 ] (80:01) VFree 11F588 4044 605CB00 6054AF4 6080B30 27BF84 27BF84 27FF90
  8055. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8056. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  8057. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8058. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  8059. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 4, dwParam = 0 E
  8060. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 15 S
  8061. [ RscMgr:ff2120fc ] (80:01) FreeMemoryToShootMemoryObject 62508608 16452 0x11F588
  8062. [ RscMgr:ff212110 ] (80:01) ###### FreeMemoryToShootMemoryObject 0x11F588
  8063. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 3 Result State 1->1 $$$$$
  8064. [ RscMgr:ff21b230 ] (80:03) FMem3 11F588 4044 605CB00 605CB00 6080B30 27BF84 27BF84 27FF90
  8065. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8066. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  8067. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x10000) 0x0->0x0,0x0(0x0)
  8068. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x200000) 0x0->0x0,0x0(0x0)
  8069. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 15 E
  8070. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 0, dwParam = 15 S
  8071. [ RscMgr:ff21767c ] (80:01) AllocateMEM3 15 80
  8072. [ RscMgr:ff212188 ] (80:01) ###### AllocateMemoryFromShootMemoryObject 32836
  8073. [ RscMgr:ff212264 ] (80:01) ###### 0 0x67F874 0x67F750
  8074. [ RscMgr:ff21228c ] (80:01) ###### 0 pMemoryUnit 0x67F750 0x104518
  8075. [ RscMgr:ff21230c ] (80:01) AllocatableSizeOfPackHeap 26787644, 49152, 49152
  8076. [ RscMgr:ff212574 ] (80:01) !!AllocateMemory 49152
  8077. [ RscMgr:ff212520 ] (80:01) AllocateMemoryFromShootMemoryObject 1 62508608 49152 0x0011f588
  8078. [ RscMgr:ff21253c ] (80:01) ###### VirtualXXXFreeSize1 62508608 38534336
  8079. [ RscMgr:ff212764 ] (80:01) ###### VirtualXXXFreeSize2 62459444 38534336
  8080. [ RscMgr:ff212778 ] (80:01) ###### !! AllocateMemoryFromShootMemoryObject hMemSuite 0x11F588
  8081. [ RscMgr:ff212d90 ] (80:01) ###### ShrinkMemoryToShootMemoryObject 0x11F588 0x8044 0xc000
  8082. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F588 0x67F874 0x0
  8083. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 49164
  8084. [ RscMgr:ff212aac ] (80:01) ###### VIRTUAL_FREE pMemoryUnit->VirtualFreeSize[0] 26853216
  8085. [ RscMgr:ff212ad8 ] (80:01) ###### +pMemoryObject->Virtual1stFreeSize 62508608
  8086. [ RscMgr:ff212ca8 ] (80:01) ###### +pMemoryObject->Virtual2ndFreeSize 38534336
  8087. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F588 0x67F874 0x0
  8088. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 49164
  8089. [ RscMgr:ff212c68 ] (80:01) ###### VIRTUAL_ALLOC pMemoryUnit->VirtualFreeSize[0] 26804052
  8090. [ RscMgr:ff212c94 ] (80:01) ###### -pMemoryObject->Virtual1stFreeSize 62459444
  8091. [ RscMgr:ff212ca8 ] (80:01) ###### -pMemoryObject->Virtual2ndFreeSize 38534336
  8092. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 2 Result State 1->1 $$$$$
  8093. [ RscMgr:ff218144 ] (80:03) OK AllocDev[2] 11F588 8044 50 1 6050AF4 6050AF4 6080B30
  8094. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 0, dwParam = 15 E
  8095. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 4, dwParam = 0 S
  8096. [ RscMgr:ff21c964 ] (80:01) srmWriteCompleteForNormal 0x11F4C8 16452
  8097. [ RscMgr:ff212d3c ] (80:01) ###### VirtualFreeMemoryToShootMemoryObject 0x11F4C8
  8098. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F4C8 0x67F874 0x67F8AC
  8099. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 32780
  8100. [ RscMgr:ff212aac ] (80:01) ###### VIRTUAL_FREE pMemoryUnit->VirtualFreeSize[0] 26836832
  8101. [ RscMgr:ff212ad8 ] (80:01) ###### +pMemoryObject->Virtual1stFreeSize 62492224
  8102. [ RscMgr:ff212ca8 ] (80:01) ###### +pMemoryObject->Virtual2ndFreeSize 38534336
  8103. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 3 Result State 1->1 $$$$$
  8104. [ RscMgr:ff21c9f0 ] (80:01) VFree 11F4C8 4044 6058B00 6050AF4 6080B30 27BF84 27BF84 27FF90
  8105. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8106. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  8107. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8108. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  8109. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 4, dwParam = 0 E
  8110. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 15 S
  8111. [ RscMgr:ff2120fc ] (80:01) FreeMemoryToShootMemoryObject 62492224 16452 0x11F4C8
  8112. [ RscMgr:ff212110 ] (80:01) ###### FreeMemoryToShootMemoryObject 0x11F4C8
  8113. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 3 Result State 1->1 $$$$$
  8114. [ RscMgr:ff21b230 ] (80:03) FMem3 11F4C8 4044 6058B00 6058B00 6080B30 27BF84 27BF84 27FF90
  8115. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8116. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  8117. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x10000) 0x0->0x0,0x0(0x0)
  8118. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x200000) 0x0->0x0,0x0(0x0)
  8119. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 15 E
  8120. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 0, dwParam = 15 S
  8121. [ RscMgr:ff21767c ] (80:01) AllocateMEM3 15 80
  8122. [ RscMgr:ff212188 ] (80:01) ###### AllocateMemoryFromShootMemoryObject 16452
  8123. [ RscMgr:ff212264 ] (80:01) ###### 0 0x67F874 0x67F750
  8124. [ RscMgr:ff21228c ] (80:01) ###### 0 pMemoryUnit 0x67F750 0x104518
  8125. [ RscMgr:ff21230c ] (80:01) AllocatableSizeOfPackHeap 26738480, 32768, 32768
  8126. [ RscMgr:ff212574 ] (80:01) !!AllocateMemory 32768
  8127. [ RscMgr:ff212520 ] (80:01) AllocateMemoryFromShootMemoryObject 1 62492224 32768 0x0011f4c8
  8128. [ RscMgr:ff21253c ] (80:01) ###### VirtualXXXFreeSize1 62492224 38534336
  8129. [ RscMgr:ff212764 ] (80:01) ###### VirtualXXXFreeSize2 62459444 38534336
  8130. [ RscMgr:ff212778 ] (80:01) ###### !! AllocateMemoryFromShootMemoryObject hMemSuite 0x11F4C8
  8131. [ RscMgr:ff212d90 ] (80:01) ###### ShrinkMemoryToShootMemoryObject 0x11F4C8 0x4044 0x8000
  8132. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F4C8 0x67F874 0x0
  8133. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 32780
  8134. [ RscMgr:ff212aac ] (80:01) ###### VIRTUAL_FREE pMemoryUnit->VirtualFreeSize[0] 26836832
  8135. [ RscMgr:ff212ad8 ] (80:01) ###### +pMemoryObject->Virtual1stFreeSize 62492224
  8136. [ RscMgr:ff212ca8 ] (80:01) ###### +pMemoryObject->Virtual2ndFreeSize 38534336
  8137. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F4C8 0x67F874 0x0
  8138. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 32780
  8139. [ RscMgr:ff212c68 ] (80:01) ###### VIRTUAL_ALLOC pMemoryUnit->VirtualFreeSize[0] 26804052
  8140. [ RscMgr:ff212c94 ] (80:01) ###### -pMemoryObject->Virtual1stFreeSize 62459444
  8141. [ RscMgr:ff212ca8 ] (80:01) ###### -pMemoryObject->Virtual2ndFreeSize 38534336
  8142. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 2 Result State 1->1 $$$$$
  8143. [ RscMgr:ff218144 ] (80:03) OK AllocDev[2] 11F4C8 4044 50 1 6050AF4 6050AF4 6080B30
  8144. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 0, dwParam = 15 E
  8145. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 4, dwParam = 0 S
  8146. [ RscMgr:ff21c964 ] (80:01) srmWriteCompleteForNormal 0x11F528 8260
  8147. [ RscMgr:ff212d3c ] (80:01) ###### VirtualFreeMemoryToShootMemoryObject 0x11F528
  8148. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F528 0x67F874 0x67F8AC
  8149. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 16396
  8150. [ RscMgr:ff212aac ] (80:01) ###### VIRTUAL_FREE pMemoryUnit->VirtualFreeSize[0] 26820448
  8151. [ RscMgr:ff212ad8 ] (80:01) ###### +pMemoryObject->Virtual1stFreeSize 62475840
  8152. [ RscMgr:ff212ca8 ] (80:01) ###### +pMemoryObject->Virtual2ndFreeSize 38534336
  8153. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 3 Result State 1->1 $$$$$
  8154. [ RscMgr:ff21c9f0 ] (80:01) VFree 11F528 2044 6054B00 6050AF4 6080B30 27BF84 27BF84 27FF90
  8155. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8156. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  8157. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8158. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  8159. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 4, dwParam = 0 E
  8160. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 15 S
  8161. [ RscMgr:ff2120fc ] (80:01) FreeMemoryToShootMemoryObject 62475840 8260 0x11F528
  8162. [ RscMgr:ff212110 ] (80:01) ###### FreeMemoryToShootMemoryObject 0x11F528
  8163. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 3 Result State 1->1 $$$$$
  8164. [ RscMgr:ff21b230 ] (80:03) FMem3 11F528 2044 6054B00 6054B00 6080B30 27BF84 27BF84 27FF90
  8165. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8166. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  8167. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x10000) 0x0->0x0,0x0(0x0)
  8168. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x200000) 0x0->0x0,0x0(0x0)
  8169. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 15 E
  8170. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 4, dwParam = 0 S
  8171. [ RscMgr:ff21c964 ] (80:01) srmWriteCompleteForNormal 0x11F468 37266
  8172. [ RscMgr:ff212d3c ] (80:01) ###### VirtualFreeMemoryToShootMemoryObject 0x11F468
  8173. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F468 0x67F874 0x67F8AC
  8174. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 49164
  8175. [ RscMgr:ff212aac ] (80:01) ###### VIRTUAL_FREE pMemoryUnit->VirtualFreeSize[0] 26869612
  8176. [ RscMgr:ff212ad8 ] (80:01) ###### +pMemoryObject->Virtual1stFreeSize 62525004
  8177. [ RscMgr:ff212ca8 ] (80:01) ###### +pMemoryObject->Virtual2ndFreeSize 38534336
  8178. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 3 Result State 1->1 $$$$$
  8179. [ RscMgr:ff21c9f0 ] (80:01) VFree 11F468 9192 6060B0C 6054B00 6080B30 27BF84 27BF84 27FF90
  8180. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8181. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  8182. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8183. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  8184. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 4, dwParam = 0 E
  8185. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 15 S
  8186. [ RscMgr:ff2120fc ] (80:01) FreeMemoryToShootMemoryObject 62525004 37266 0x11F468
  8187. [ RscMgr:ff212110 ] (80:01) ###### FreeMemoryToShootMemoryObject 0x11F468
  8188. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 3 Result State 1->1 $$$$$
  8189. [ RscMgr:ff21b230 ] (80:03) FMem3 11F468 9192 6060B0C 6060B0C 6080B30 27BF84 27BF84 27FF90
  8190. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8191. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  8192. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x10000) 0x0->0x0,0x0(0x0)
  8193. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x200000) 0x0->0x0,0x0(0x0)
  8194. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 15 E
  8195. Scanning modules...
  8196. Load modules...
  8197. [i] load: DUAL_ISO.MO
  8198. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 0, dwParam = 15 S
  8199. [ RscMgr:ff21767c ] (80:01) AllocateMEM3 15 80
  8200. [ RscMgr:ff212188 ] (80:01) ###### AllocateMemoryFromShootMemoryObject 15752
  8201. [ RscMgr:ff212264 ] (80:01) ###### 0 0x67F874 0x67F750
  8202. [ RscMgr:ff21228c ] (80:01) ###### 0 pMemoryUnit 0x67F750 0x104518
  8203. [ RscMgr:ff21230c ] (80:01) AllocatableSizeOfPackHeap 26705700, 16384, 16384
  8204. [ RscMgr:ff212574 ] (80:01) !!AllocateMemory 16384
  8205. [ RscMgr:ff212520 ] (80:01) AllocateMemoryFromShootMemoryObject 1 62525004 16384 0x0011f468
  8206. [ RscMgr:ff21253c ] (80:01) ###### VirtualXXXFreeSize1 62525004 38534336
  8207. [ RscMgr:ff212764 ] (80:01) ###### VirtualXXXFreeSize2 62508608 38534336
  8208. [ RscMgr:ff212778 ] (80:01) ###### !! AllocateMemoryFromShootMemoryObject hMemSuite 0x11F468
  8209. [ RscMgr:ff212d90 ] (80:01) ###### ShrinkMemoryToShootMemoryObject 0x11F468 0x3d88 0x4000
  8210. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F468 0x67F874 0x0
  8211. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 16396
  8212. [ RscMgr:ff212aac ] (80:01) ###### VIRTUAL_FREE pMemoryUnit->VirtualFreeSize[0] 26869612
  8213. [ RscMgr:ff212ad8 ] (80:01) ###### +pMemoryObject->Virtual1stFreeSize 62525004
  8214. [ RscMgr:ff212ca8 ] (80:01) ###### +pMemoryObject->Virtual2ndFreeSize 38534336
  8215. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F468 0x67F874 0x0
  8216. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 16396
  8217. [ RscMgr:ff212c68 ] (80:01) ###### VIRTUAL_ALLOC pMemoryUnit->VirtualFreeSize[0] 26853216
  8218. [ RscMgr:ff212c94 ] (80:01) ###### -pMemoryObject->Virtual1stFreeSize 62508608
  8219. [ RscMgr:ff212ca8 ] (80:01) ###### -pMemoryObject->Virtual2ndFreeSize 38534336
  8220. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 2 Result State 1->1 $$$$$
  8221. [ RscMgr:ff218144 ] (80:03) OK AllocDev[2] 11F468 3D88 50 1 605CB00 605CB00 6080B30
  8222. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 0, dwParam = 15 E
  8223. [ module_task:ff743704 ] (23:01) sdReadBlk: st=10752, num=30, buf=0x4a0480fc
  8224. [ module_task:ff742160 ] (23:01) sdDMAReadBlk: st=10752, num=30
  8225. [ module_task:ff743704 ] (23:01) sdReadBlk: st=10782, num=1, buf=0x4024d200
  8226. [ module_task:ff742160 ] (23:01) sdDMAReadBlk: st=10782, num=1
  8227. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 0, dwParam = 15 S
  8228. [ RscMgr:ff21767c ] (80:01) AllocateMEM3 15 80
  8229. [ RscMgr:ff212188 ] (80:01) ###### AllocateMemoryFromShootMemoryObject 17512
  8230. [ RscMgr:ff212264 ] (80:01) ###### 0 0x67F874 0x67F750
  8231. [ RscMgr:ff21228c ] (80:01) ###### 0 pMemoryUnit 0x67F750 0x104518
  8232. [ RscMgr:ff21230c ] (80:01) AllocatableSizeOfPackHeap 26689304, 32768, 32768
  8233. [ RscMgr:ff212574 ] (80:01) !!AllocateMemory 32768
  8234. [ RscMgr:ff212520 ] (80:01) AllocateMemoryFromShootMemoryObject 1 62508608 32768 0x0011f528
  8235. [ RscMgr:ff21253c ] (80:01) ###### VirtualXXXFreeSize1 62508608 38534336
  8236. [ RscMgr:ff212764 ] (80:01) ###### VirtualXXXFreeSize2 62475828 38534336
  8237. [ RscMgr:ff212778 ] (80:01) ###### !! AllocateMemoryFromShootMemoryObject hMemSuite 0x11F528
  8238. [ RscMgr:ff212d90 ] (80:01) ###### ShrinkMemoryToShootMemoryObject 0x11F528 0x4468 0x8000
  8239. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F528 0x67F874 0x0
  8240. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 32780
  8241. [ RscMgr:ff212aac ] (80:01) ###### VIRTUAL_FREE pMemoryUnit->VirtualFreeSize[0] 26853216
  8242. [ RscMgr:ff212ad8 ] (80:01) ###### +pMemoryObject->Virtual1stFreeSize 62508608
  8243. [ RscMgr:ff212ca8 ] (80:01) ###### +pMemoryObject->Virtual2ndFreeSize 38534336
  8244. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F528 0x67F874 0x0
  8245. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 32780
  8246. [ RscMgr:ff212c68 ] (80:01) ###### VIRTUAL_ALLOC pMemoryUnit->VirtualFreeSize[0] 26820436
  8247. [ RscMgr:ff212c94 ] (80:01) ###### -pMemoryObject->Virtual1stFreeSize 62475828
  8248. [ RscMgr:ff212ca8 ] (80:01) ###### -pMemoryObject->Virtual2ndFreeSize 38534336
  8249. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 2 Result State 1->1 $$$$$
  8250. [ RscMgr:ff218144 ] (80:03) OK AllocDev[2] 11F528 4468 50 1 6054AF4 6054AF4 6080B30
  8251. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 0, dwParam = 15 E
  8252. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 0, dwParam = 15 S
  8253. [ RscMgr:ff21767c ] (80:01) AllocateMEM3 15 80
  8254. [ RscMgr:ff212188 ] (80:01) ###### AllocateMemoryFromShootMemoryObject 8260
  8255. [ RscMgr:ff212264 ] (80:01) ###### 0 0x67F874 0x67F750
  8256. [ RscMgr:ff21228c ] (80:01) ###### 0 pMemoryUnit 0x67F750 0x104518
  8257. [ RscMgr:ff21230c ] (80:01) AllocatableSizeOfPackHeap 26656524, 16384, 16384
  8258. [ RscMgr:ff212574 ] (80:01) !!AllocateMemory 16384
  8259. [ RscMgr:ff212520 ] (80:01) AllocateMemoryFromShootMemoryObject 1 62475828 16384 0x0011f648
  8260. [ RscMgr:ff21253c ] (80:01) ###### VirtualXXXFreeSize1 62475828 38534336
  8261. [ RscMgr:ff212764 ] (80:01) ###### VirtualXXXFreeSize2 62459432 38534336
  8262. [ RscMgr:ff212778 ] (80:01) ###### !! AllocateMemoryFromShootMemoryObject hMemSuite 0x11F648
  8263. [ RscMgr:ff212d90 ] (80:01) ###### ShrinkMemoryToShootMemoryObject 0x11F648 0x2044 0x4000
  8264. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F648 0x67F874 0x0
  8265. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 16396
  8266. [ RscMgr:ff212aac ] (80:01) ###### VIRTUAL_FREE pMemoryUnit->VirtualFreeSize[0] 26820436
  8267. [ RscMgr:ff212ad8 ] (80:01) ###### +pMemoryObject->Virtual1stFreeSize 62475828
  8268. [ RscMgr:ff212ca8 ] (80:01) ###### +pMemoryObject->Virtual2ndFreeSize 38534336
  8269. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F648 0x67F874 0x0
  8270. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 16396
  8271. [ RscMgr:ff212c68 ] (80:01) ###### VIRTUAL_ALLOC pMemoryUnit->VirtualFreeSize[0] 26804040
  8272. [ RscMgr:ff212c94 ] (80:01) ###### -pMemoryObject->Virtual1stFreeSize 62459432
  8273. [ RscMgr:ff212ca8 ] (80:01) ###### -pMemoryObject->Virtual2ndFreeSize 38534336
  8274. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 2 Result State 1->1 $$$$$
  8275. [ RscMgr:ff218144 ] (80:03) OK AllocDev[2] 11F648 2044 50 1 6050AE8 6050AE8 6080B30
  8276. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 0, dwParam = 15 E
  8277. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 4, dwParam = 0 S
  8278. [ RscMgr:ff21c964 ] (80:01) srmWriteCompleteForNormal 0x11F468 15752
  8279. [ RscMgr:ff212d3c ] (80:01) ###### VirtualFreeMemoryToShootMemoryObject 0x11F468
  8280. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F468 0x67F874 0x67F8AC
  8281. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 16396
  8282. [ RscMgr:ff212aac ] (80:01) ###### VIRTUAL_FREE pMemoryUnit->VirtualFreeSize[0] 26820436
  8283. [ RscMgr:ff212ad8 ] (80:01) ###### +pMemoryObject->Virtual1stFreeSize 62475828
  8284. [ RscMgr:ff212ca8 ] (80:01) ###### +pMemoryObject->Virtual2ndFreeSize 38534336
  8285. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 3 Result State 1->1 $$$$$
  8286. [ RscMgr:ff21c9f0 ] (80:01) VFree 11F468 3D88 6054AF4 6050AE8 6080B30 27BF84 27BF84 27FF90
  8287. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8288. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  8289. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8290. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  8291. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 4, dwParam = 0 E
  8292. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 15 S
  8293. [ RscMgr:ff2120fc ] (80:01) FreeMemoryToShootMemoryObject 62475828 15752 0x11F468
  8294. [ RscMgr:ff212110 ] (80:01) ###### FreeMemoryToShootMemoryObject 0x11F468
  8295. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 3 Result State 1->1 $$$$$
  8296. [ RscMgr:ff21b230 ] (80:03) FMem3 11F468 3D88 6054AF4 6054AF4 6080B30 27BF84 27BF84 27FF90
  8297. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8298. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  8299. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x10000) 0x0->0x0,0x0(0x0)
  8300. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x200000) 0x0->0x0,0x0(0x0)
  8301. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 15 E
  8302. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 4, dwParam = 0 S
  8303. [ RscMgr:ff21c964 ] (80:01) srmWriteCompleteForNormal 0x11F528 17512
  8304. [ RscMgr:ff212d3c ] (80:01) ###### VirtualFreeMemoryToShootMemoryObject 0x11F528
  8305. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F528 0x67F874 0x67F8AC
  8306. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 32780
  8307. [ RscMgr:ff212aac ] (80:01) ###### VIRTUAL_FREE pMemoryUnit->VirtualFreeSize[0] 26853216
  8308. [ RscMgr:ff212ad8 ] (80:01) ###### +pMemoryObject->Virtual1stFreeSize 62508608
  8309. [ RscMgr:ff212ca8 ] (80:01) ###### +pMemoryObject->Virtual2ndFreeSize 38534336
  8310. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 3 Result State 1->1 $$$$$
  8311. [ RscMgr:ff21c9f0 ] (80:01) VFree 11F528 4468 605CB00 6054AF4 6080B30 27BF84 27BF84 27FF90
  8312. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8313. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  8314. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8315. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  8316. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 4, dwParam = 0 E
  8317. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 15 S
  8318. [ RscMgr:ff2120fc ] (80:01) FreeMemoryToShootMemoryObject 62508608 17512 0x11F528
  8319. [ RscMgr:ff212110 ] (80:01) ###### FreeMemoryToShootMemoryObject 0x11F528
  8320. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 3 Result State 1->1 $$$$$
  8321. [ RscMgr:ff21b230 ] (80:03) FMem3 11F528 4468 605CB00 605CB00 6080B30 27BF84 27BF84 27FF90
  8322. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8323. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  8324. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x10000) 0x0->0x0,0x0(0x0)
  8325. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x200000) 0x0->0x0,0x0(0x0)
  8326. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 15 E
  8327. Linking..
  8328. .text: 0
  8329. .data: 0
  8330. .config_vars: 0
  8331. .module_strings: 0
  8332. .text: 0
  8333. .data: 0
  8334. .config_vars: 0
  8335. .module_strings: 0
  8336. Register modules...
  8337. Load configs...
  8338. [ module_task:0007f9ec ] (32:03) read_entire_file:741: failed
  8339. Init modules...
  8340. [i] Init: 'dual_iso'
  8341. [i] cbr 'CBR_SHOOT_TASK' -> 000A5521C
  8342. [i] cbr 'CBR_SHOOT_TASK' -> 000A54A60
  8343. Updating symbols...
  8344. [i] 404: edmac_format_size 7fa80
  8345. [i] 404: edmac_format_size 81ad0
  8346. [i] 404: edmac_format_size 8a050
  8347. [i] 404: edmac_format_size 8bb20
  8348. [i] upd: dual_iso_get_recovery_iso 95e20 => a55784
  8349. [i] upd: dual_iso_is_active 95e20 => a555e4
  8350. [i] 404: auto_ettr_intervalometer_wait a2ff0
  8351. [i] 404: auto_ettr_intervalometer_warning a2ff0
  8352. [i] 404: auto_ettr_export_correction ae8a0
  8353. [i] upd: dual_iso_get_dr_improvement be250 => a55604
  8354. [i] upd: dual_iso_get_recovery_iso be250 => a55784
  8355. [i] 404: edmac_format_size c26c0
  8356. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 4, dwParam = 0 S
  8357. [ RscMgr:ff21c964 ] (80:01) srmWriteCompleteForNormal 0x11F648 8260
  8358. [ RscMgr:ff212d3c ] (80:01) ###### VirtualFreeMemoryToShootMemoryObject 0x11F648
  8359. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F648 0x67F874 0x67F8AC
  8360. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 16396
  8361. [ RscMgr:ff212aac ] (80:01) ###### VIRTUAL_FREE pMemoryUnit->VirtualFreeSize[0] 26869612
  8362. [ RscMgr:ff212ad8 ] (80:01) ###### +pMemoryObject->Virtual1stFreeSize 62525004
  8363. [ RscMgr:ff212ca8 ] (80:01) ###### +pMemoryObject->Virtual2ndFreeSize 38534336
  8364. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 3 Result State 1->1 $$$$$
  8365. [ RscMgr:ff21c9f0 ] (80:01) VFree 11F648 2044 6060B0C 605CB00 6080B30 27BF84 27BF84 27FF90
  8366. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8367. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  8368. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8369. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  8370. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 4, dwParam = 0 E
  8371. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 15 S
  8372. [ RscMgr:ff2120fc ] (80:01) FreeMemoryToShootMemoryObject 62525004 8260 0x11F648
  8373. [ RscMgr:ff212110 ] (80:01) ###### FreeMemoryToShootMemoryObject 0x11F648
  8374. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 3 Result State 1->1 $$$$$
  8375. [ RscMgr:ff21b230 ] (80:03) FMem3 11F648 2044 6060B0C 6060B0C 6080B30 27BF84 27BF84 27FF90
  8376. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8377. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  8378. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x10000) 0x0->0x0,0x0(0x0)
  8379. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x200000) 0x0->0x0,0x0(0x0)
  8380. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 15 E
  8381. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 4, dwParam = 0 S
  8382. [ RscMgr:ff21c964 ] (80:01) srmWriteCompleteForNormal 0x11F588 32836
  8383. [ RscMgr:ff212d3c ] (80:01) ###### VirtualFreeMemoryToShootMemoryObject 0x11F588
  8384. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F588 0x67F874 0x67F8AC
  8385. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 49164
  8386. [ RscMgr:ff212aac ] (80:01) ###### VIRTUAL_FREE pMemoryUnit->VirtualFreeSize[0] 26918776
  8387. [ RscMgr:ff212ad8 ] (80:01) ###### +pMemoryObject->Virtual1stFreeSize 62574168
  8388. [ RscMgr:ff212ca8 ] (80:01) ###### +pMemoryObject->Virtual2ndFreeSize 38534336
  8389. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 3 Result State 1->1 $$$$$
  8390. [ RscMgr:ff21c9f0 ] (80:01) VFree 11F588 8044 606CB18 6060B0C 6080B30 27BF84 27BF84 27FF90
  8391. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8392. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  8393. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8394. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  8395. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 4, dwParam = 0 E
  8396. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 15 S
  8397. [ RscMgr:ff2120fc ] (80:01) FreeMemoryToShootMemoryObject 62574168 32836 0x11F588
  8398. [ RscMgr:ff212110 ] (80:01) ###### FreeMemoryToShootMemoryObject 0x11F588
  8399. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 3 Result State 1->1 $$$$$
  8400. [ RscMgr:ff21b230 ] (80:03) FMem3 11F588 8044 606CB18 606CB18 6080B30 27BF84 27BF84 27FF90
  8401. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8402. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  8403. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x10000) 0x0->0x0,0x0(0x0)
  8404. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x200000) 0x0->0x0,0x0(0x0)
  8405. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 15 E
  8406. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 4, dwParam = 0 S
  8407. [ RscMgr:ff21c964 ] (80:01) srmWriteCompleteForNormal 0x11F5E8 32836
  8408. [ RscMgr:ff212d3c ] (80:01) ###### VirtualFreeMemoryToShootMemoryObject 0x11F5E8
  8409. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F5E8 0x67F874 0x67F8AC
  8410. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 49164
  8411. [ RscMgr:ff212aac ] (80:01) ###### VIRTUAL_FREE pMemoryUnit->VirtualFreeSize[0] 26967940
  8412. [ RscMgr:ff212ad8 ] (80:01) ###### +pMemoryObject->Virtual1stFreeSize 62623332
  8413. [ RscMgr:ff212ca8 ] (80:01) ###### +pMemoryObject->Virtual2ndFreeSize 38534336
  8414. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 3 Result State 1->1 $$$$$
  8415. [ RscMgr:ff21c9f0 ] (80:01) VFree 11F5E8 8044 6078B24 606CB18 6080B30 27BF84 27BF84 27FF90
  8416. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8417. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  8418. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8419. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  8420. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 4, dwParam = 0 E
  8421. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 15 S
  8422. [ RscMgr:ff2120fc ] (80:01) FreeMemoryToShootMemoryObject 62623332 32836 0x11F5E8
  8423. [ RscMgr:ff212110 ] (80:01) ###### FreeMemoryToShootMemoryObject 0x11F5E8
  8424. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 3 Result State 1->1 $$$$$
  8425. [ RscMgr:ff21b230 ] (80:03) FMem3 11F5E8 8044 6078B24 6078B24 6080B30 27BF84 27BF84 27FF90
  8426. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8427. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  8428. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x10000) 0x0->0x0,0x0(0x0)
  8429. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x200000) 0x0->0x0,0x0(0x0)
  8430. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 15 E
  8431. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 4, dwParam = 0 S
  8432. [ RscMgr:ff21c964 ] (80:01) srmWriteCompleteForNormal 0x11F4C8 16452
  8433. [ RscMgr:ff212d3c ] (80:01) ###### VirtualFreeMemoryToShootMemoryObject 0x11F4C8
  8434. [ RscMgr:ff2129f0 ] (80:01) VirtualAllocFreeMemory 0x11F4C8 0x67F874 0x67F8AC
  8435. [ RscMgr:ff212a80 ] (80:01) ###### ChunkSize 32780
  8436. [ RscMgr:ff212aac ] (80:01) ###### VIRTUAL_FREE pMemoryUnit->VirtualFreeSize[0] 27000720
  8437. [ RscMgr:ff212ad8 ] (80:01) ###### +pMemoryObject->Virtual1stFreeSize 62656112
  8438. [ RscMgr:ff212ca8 ] (80:01) ###### +pMemoryObject->Virtual2ndFreeSize 38534336
  8439. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 3 Result State 1->1 $$$$$
  8440. [ RscMgr:ff21c9f0 ] (80:01) VFree 11F4C8 4044 6080B30 6078B24 6080B30 27BF84 27BF84 27FF90
  8441. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8442. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  8443. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8444. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x2100) 0x0->0x0,0x0(0x0)
  8445. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 4, dwParam = 0 E
  8446. [ RscMgr:ff0e5cc0 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 15 S
  8447. [ RscMgr:ff2120fc ] (80:01) FreeMemoryToShootMemoryObject 62656112 16452 0x11F4C8
  8448. [ RscMgr:ff212110 ] (80:01) ###### FreeMemoryToShootMemoryObject 0x11F4C8
  8449. [ RscMgr:ff2205b8 ] (80:03) $$$$$ SRMExclMem3State Event 3 Result State 1->1 $$$$$
  8450. [ RscMgr:ff21b230 ] (80:03) FMem3 11F4C8 4044 6080B30 6080B30 6080B30 27BF84 27BF84 27FF90
  8451. [ RscMgr:ff20e50c ] (80:03) ---- MODE[0 0 0]
  8452. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x1) 0x0->0x0,0x0(0x0)
  8453. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x10000) 0x0->0x0,0x0(0x0)
  8454. [ RscMgr:ff20a1a8 ] (80:03) RealClearBusy(0x200000) 0x0->0x0,0x0(0x0)
  8455. [ RscMgr:ff0e5ec8 ] (80:02) srmEventDispatch: Current = 0, dwEventID = 1, dwParam = 15 E
  8456. Modules loaded
  8457. [ tweak_task:ff1a98f8 ] (83:03) SetGUIRequestMode(0)
  8458. [ tweak_task:ff0d6d44 ] (83:03) NotifyGUIEvent(0)
  8459. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  8460. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  8461. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  8462. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  8463. [ tweak_task:ff0cd914 ] (89:03) bindGUIEventFromGUICBR : IDLE
  8464. [MPU] Received: 06 05 04 00 00 00 (NotifyGUIEvent - spell #283)
  8465. [MPU] Sending : 06 05 04 00 00 01 (NotifyGUIEvent)
  8466. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  8467. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  8468. [ MainCtrl:ff0ced84 ] (9c:01) ID:80020000(4)
  8469. [ MainCtrl:ff146960 ] (9c:16) PROP_GUI_STATE 0
  8470. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF1450A8(1)
  8471. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF186380(2)
  8472. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][5]
  8473. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF0FE9DC(3)
  8474. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80020000,0x0
  8475. [ PropMgr:ff2a49d0 ] (33:03) PROP_GUI_STATE[0]
  8476. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF2A4610(4)
  8477. [ PropMgr:ff0ccc0c ] (89:03) GUI_STATE : IDLE (SW = 1, JOB = 0)
  8478. [ PropMgr:ff0d6e74 ] (85:03) GUI_ChangeMode:0
  8479. [ PropMgr:ff0d6cc4 ] (85:03) GUI_Control:53 0x0
  8480. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF0CCF04(5)
  8481. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0x0009A9D0(6)
  8482. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF1450A8(5)
  8483. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF0FE9DC(4)
  8484. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF2A4610(3)
  8485. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF0CCF04(2)
  8486. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0x0009A9D0(1)
  8487. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80020000(0)
  8488. [ Gmt:ff183644 ] (9a:03) PROP_GUI_STATE :0
  8489. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80020000(0)
  8490. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF186380(0)
  8491. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  8492. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  8493. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  8494. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  8495. [ GuiMainTask:ff0d7150 ] (84:01) GUI_CHANGE_MODE:0
  8496. [ GuiMainTask:ff1c74f4 ] (84:03) GUI_ChangeMode_Post:0, 0, 2
  8497. [ GuiMainTask:ff0d704c ] (84:01) GUI_CONTROL:53
  8498. [ GuiMainTask:ff1c7388 ] (84:01) gui control end
  8499. [ GuiMainTask:ff1c73a8 ] (84:01) 0msec = 1410 - 1410
  8500. [ GuiMainTask:ff1c73c4 ] (84:01) 256msec = 482048 - 482304
  8501. [ CtrlSrv:ff511f48 ] (83:03) DlgErrCard.c TERMINATE_WINSYS
  8502. [MPU] Received: 08 06 00 00 04 00 00 00 (Complete WaitID = 0x80020000 - spell #284)
  8503. [ CtrlSrv:ff39a198 ] (83:03) IDLEHandler GOT_TOP_OF_CONTROL
  8504. [ CtrlSrv:ff51dbe8 ] (83:03) CancelDateTimer
  8505. [ CtrlSrv:ff4d56c8 ] (04:03) -->Reverse start
  8506. [ DisplayMgr:ff12b67c ] (82:03) UpdateReverse Current=1 Target=1
  8507. [ DisplayMgr:ff13b670 ] register_interrupt(null, 0x34, 0xff13b4c4, 0x1)
  8508. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0x36
  8509. [ DisplayMgr:ff127de0 ] (82:01) SIO [1]:0x1c0
  8510. [ CtrlSrv:ff12dcd8 ] (82:02) [Post]ChangePhysicalScreen 165
  8511. [ DisplayMgr:ff128888 ] (82:02) SetBitmapVramAddress pBitmap_Address=41380008
  8512. [ DisplayMgr:ff128e4c ] (82:02) SetParameterToBitmapDisplayDevice
  8513. [ DisplayMgr:ff127a00 ] (82:02) EnableBitmapVBufferForPlayBackAndWait WaitBmpCBR=ff12dce8
  8514. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 5, Param = 0
  8515. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  8516. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  8517. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  8518. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  8519. [ PowerMgr:ff128f64 ] (82:01) VdInterruptHandler bmp=ff12dce8 img=0 localWaitBmpCBR=ff127138
  8520. [ PowerMgr:ff12dcfc ] (82:01) WaitCBR pParam=0
  8521. [ CtrlSrv:ff4d3c6c ] (04:02) refresh whole fReverseScreen=0
  8522. [ CtrlSrv:ff4b2c80 ] (04:03) Reverse finish
  8523. [ CtrlSrv:ff39bee8 ] (83:03) IDLEHandler START_IDLE_MODE
  8524. [ CtrlSrv:ff0cd770 ] (89:03) bindChangeModeCompleteCBR (1, 0, 0)
  8525. [ CtrlSrv:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  8526. [ MainCtrl:ff0ced84 ] (9c:01) ID:0(5)
  8527. [ MainCtrl:ff146b3c ] (9c:16) cam event guimode comp. 0
  8528. [ CtrlSrv:ff0d8110 ] (00:04) < GUI Lock > GUILock_TurnOffDisplay (PUB)
  8529. [ GuiLockTask:ff0d7884 ] (00:03) < GUI Lock > GUILockTask 2
  8530. [ GuiLockTask:ff12dcd8 ] (82:03) [Post]TurnOffDisplay 477
  8531. [ DisplayMgr:ff12a06c ] (82:16) TurnOffDisplay action Type=0
  8532. [ DisplayMgr:ff13b670 ] register_interrupt(null, 0x84, 0xff13b4c4, 0x5)
  8533. [ DisplayMgr:ff127d3c ] (82:01) SIO [0]:0x2010
  8534. [ DisplayMgr:ff12a0c8 ] (82:02) MuteON (2411)
  8535. [ DisplayMgr:ff127a80 ] (82:02) EnableBitmapImageVBufferForPlayBackAndWait WaitBmpCBR=ff127138
  8536. [ CtrlSrv:ff395cc0 ] (83:03) beginLiveView LvOutputDeviceState(1)
  8537. [ CtrlSrv:ff1a98f8 ] (83:03) SetGUIRequestMode(36)
  8538. [ CtrlSrv:ff0d6d44 ] (83:03) NotifyGUIEvent(2)
  8539. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  8540. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  8541. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  8542. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  8543. [ CtrlSrv:ff0cd914 ] (89:03) bindGUIEventFromGUICBR : WARNING
  8544. [ CtrlSrv:ff1b6b7c ] (83:03) GUI_SetLvOutputDeviceState (0)
  8545. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80050011,0x0
  8546. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80050011][4][0]
  8547. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  8548. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80050011)Parameter(0)Size(4)
  8549. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050011(0)
  8550. [ Gmt:ff181d50 ] (9a:03) PROP_LV_OUTPUT_DEVICE:0x00000000
  8551. [ Gmt:ff17f684 ] (9a:03) gmtSaveOutputChangeEvent state:1
  8552. [ Gmt:ff0d5934 ] (9a:01) Event 11 Result State 1->1
  8553. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80050011(0)
  8554. [MPU] Received: 06 05 04 00 02 00 (NotifyGUIEvent - spell #283)
  8555. [MPU] Sending : 06 05 04 00 02 01 (NotifyGUIEvent)
  8556. [ GuiMainTask:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  8557. [ GuiMainTask:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  8558. [ CtrlSrv:ff397f74 ] (83:05) MainEventHandler PROP_LV_OUTPUT_DEVICE(0)
  8559. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80050011)Data(0)size(0)
  8560. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  8561. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80050011][4][0][0]
  8562. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80050011,0
  8563. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  8564. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  8565. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  8566. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  8567. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1b0][0]
  8568. [ MainCtrl:ff0ced84 ] (9c:01) ID:80020000(6)
  8569. [ MainCtrl:ff146960 ] (9c:16) PROP_GUI_STATE 2
  8570. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF1450A8(1)
  8571. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF186380(2)
  8572. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][5]
  8573. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF0FE9DC(3)
  8574. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80020000,0x2
  8575. [ PropMgr:ff2a49d0 ] (33:03) PROP_GUI_STATE[2]
  8576. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF2A4610(4)
  8577. [ PropMgr:ff0ccc94 ] (89:03) GUI_STATE : WARNING
  8578. [ PropMgr:ff0d7bb8 ] (00:04) < GUI Lock > GUILock_PermitLock (PUB)
  8579. [ PropMgr:ff12b7bc ] (82:02) DispConEmergencyStop
  8580. [ PropMgr:ff239830 ] (19:03) [ImgPlyDr] UnlockImagePlayDiriver
  8581. [ PropMgr:ff0ccc98 ] (19:03) [ImgPlyDr] CancelCountDown 0x10000
  8582. [ PropMgr:ff0d6e74 ] (85:03) GUI_ChangeMode:2
  8583. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF0CCF04(5)
  8584. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0x0009A9D0(6)
  8585. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF1450A8(5)
  8586. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF0FE9DC(4)
  8587. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF2A4610(3)
  8588. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF0CCF04(2)
  8589. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0x0009A9D0(1)
  8590. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80020000(0x2)
  8591. [ Gmt:ff183644 ] (9a:03) PROP_GUI_STATE :2
  8592. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80020000(2)
  8593. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF186380(0)
  8594. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  8595. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  8596. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  8597. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  8598. [ GuiMainTask:ff0d7150 ] (84:01) GUI_CHANGE_MODE:2
  8599. [ GuiMainTask:ff1c74f4 ] (84:03) GUI_ChangeMode_Post:2, 36, 0
  8600. [ CtrlSrv:ff39ce84 ] (83:05) IDLEHandler START_WARNING_LENSLESS_MOVIE_MODE
  8601. [ CtrlSrv:ff0cd770 ] (89:03) bindChangeModeCompleteCBR (0, 2, 2)
  8602. [ CtrlSrv:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  8603. [ MainCtrl:ff0ced84 ] (9c:01) ID:2(7)
  8604. [ MainCtrl:ff146b3c ] (9c:16) cam event guimode comp. 2
  8605. [ CtrlSrv:ff5120f8 ] (83:03) StartErrCardApp(109)(1)(0)
  8606. [ CtrlSrv:ff511fb8 ] (83:03) DlgErrCard.c GOT_TOP_OF_CONTROL
  8607. [ CtrlSrv:ff4b3664 ] (04:03) Dialog 22's search table length -> 10
  8608. [ CtrlSrv:ff4d4f50 ] (04:01) AreaPerTime=0 GapTime=2081024
  8609. [MPU] Received: 08 06 00 00 04 00 00 00 (Complete WaitID = 0x80020000 - spell #284)
  8610. [ CtrlSrv:ff520a44 ] (83:01) PushColorPalette
  8611. [ CtrlSrv:ff128f64 ] (82:01) VdInterruptHandler bmp=ff127138 img=0 localWaitBmpCBR=ff127138
  8612. [ CtrlSrv:ff12714c ] (82:01) WaitBmpCBR(local) pParam=0
  8613. [ DisplayMgr:ff128578 ] (82:02) TftDeepStanby
  8614. [ DisplayMgr:ff13b670 ] register_interrupt(null, 0x34, 0xff13b4c4, 0x1)
  8615. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0x10
  8616. [ CtrlSrv:ff4d56c8 ] (04:03) -->Reverse start
  8617. [ CtrlSrv:ff12dcd8 ] (82:02) [Post]ChangePhysicalScreen 165
  8618. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 5, Param = 0
  8619. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  8620. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  8621. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  8622. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  8623. [ PowerMgr:ff127118 ] (82:01) WaitTimerCallBack 67000
  8624. [ DisplayMgr:ff12da74 ] (82:02) TurnOffPowerPort
  8625. [ DisplayMgr:ff129810 ] (82:16) DLIC End DL = 0 DISP = 1
  8626. [ DisplayMgr:ff12983c ] (82:01) DL(H->L) (3485)
  8627. [ DisplayMgr:ff2c37f0 ] (00:01) [CLKSAVER] ??ClockSave Out??
  8628. [ DisplayMgr:ff126e30 ] (82:03) Disable Pb 0 (2469)
  8629. [ DisplayMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  8630. [ DisplayMgr:ff12a2b0 ] (82:16) TurnOffDisplay finish Type=0
  8631. [ DisplayMgr:ff12dd24 ] (82:01) GUILockWaitCBR pParam=0
  8632. [ DisplayMgr:ff12b728 ] (82:03) UpdateReverseTFT(off) Current=1 Target=1
  8633. [ DisplayMgr:ff128888 ] (82:02) SetBitmapVramAddress pBitmap_Address=41300008
  8634. [ DisplayMgr:ff12dcfc ] (82:01) WaitCBR pParam=0
  8635. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  8636. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  8637. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  8638. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  8639. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030015)Parameter(1)Size(4)
  8640. [MPU] Received: 06 05 03 19 01 00 (PROP_TFT_STATUS - spell #310)
  8641. [ CtrlSrv:ff4d3c6c ] (04:02) refresh whole fReverseScreen=0
  8642. [ CtrlSrv:ff39e9dc ] (04:03) Reverse finish
  8643. [ CtrlSrv:ff0d80a0 ] (00:04) < GUI Lock > GUILock_TurnOnDisplay (PUB)
  8644. [ GuiLockTask:ff0d7884 ] (00:03) < GUI Lock > GUILockTask 1
  8645. [ GuiLockTask:ff12dcd8 ] (82:03) [Post]TurnOnDisplay 470
  8646. [ DisplayMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  8647. [ DisplayMgr:ff2c37f0 ] (00:01) [CLKSAVER] ??ClockSave Out??
  8648. [ DisplayMgr:ff12d86c ] (82:03) Enable Pb 1 (2485)
  8649. [ DisplayMgr:ff12a2f8 ] (82:03) TurnOnDisplay action Type=0
  8650. [ DisplayMgr:ff127f68 ] (82:03) InitializeDLIC call(1009)
  8651. [ DisplayMgr:ff127f90 ] (82:03) localSendLCDOnToDLIC (fMainSwOn = 0)
  8652. [ DisplayMgr:ff127fa8 ] (82:01) DL(L->H)
  8653. [ DisplayMgr:ff13b670 ] register_interrupt(null, 0x84, 0xff13b4c4, 0x5)
  8654. [ DisplayMgr:ff127d3c ] (82:01) SIO [0]:0x222a
  8655. [ DisplayMgr:ff127d3c ] (82:01) SIO [1]:0x2a81
  8656. [ DisplayMgr:ff127d3c ] (82:01) SIO [2]:0x2010
  8657. [ DisplayMgr:ff127d3c ] (82:01) SIO [3]:0x2412
  8658. [ DisplayMgr:ff127d3c ] (82:01) SIO [4]:0x2647
  8659. [ DisplayMgr:ff127d3c ] (82:01) SIO [5]:0x289f
  8660. [ DisplayMgr:ff12a350 ] (82:01) InitializeDLIC end(1062)
  8661. [ DisplayMgr:ff1282a4 ] (82:02) TurnOnPowerPort DispType=0
  8662. [ DisplayMgr:ff12a35c ] (82:02) MuteOFF (2494)
  8663. [ DisplayMgr:ff12db28 ] (82:02) SetVramParameters
  8664. [ DisplayMgr:ff128888 ] (82:02) SetBitmapVramAddress pBitmap_Address=41300008
  8665. [ DisplayMgr:ff128e4c ] (82:02) SetParameterToBitmapDisplayDevice
  8666. [ DisplayMgr:ff128a54 ] (82:01) SetImageVramAddress pImage_Address=0 DispType=0
  8667. [ DisplayMgr:ff128a94 ] (82:03) MuteONImage (1566)
  8668. [ DisplayMgr:ff128978 ] (82:01) SetRegisterImageDisplayDevice
  8669. [ DisplayMgr:ff127a80 ] (82:02) EnableBitmapImageVBufferForPlayBackAndWait WaitBmpCBR=ff127138
  8670. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030015)Data(1)size(0)
  8671. [ CtrlSrv:ff1af3f0 ] (83:01) PropertyData PROP_TFT_STATUS[0x1]
  8672. [ PowerMgr:ff128f64 ] (82:01) VdInterruptHandler bmp=ff127138 img=0 localWaitBmpCBR=ff127138
  8673. [ PowerMgr:ff12714c ] (82:01) WaitBmpCBR(local) pParam=0
  8674. [ DisplayMgr:ff1283dc ] (82:02) EnableTftCtrl CurrentBrightness=4
  8675. [ DisplayMgr:ff13b670 ] register_interrupt(null, 0x34, 0xff13b4c4, 0x1)
  8676. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0xb0
  8677. [ DisplayMgr:ff127de0 ] (82:01) SIO [1]:0x104
  8678. [ DisplayMgr:ff127de0 ] (82:01) SIO [2]:0xb4
  8679. [ DisplayMgr:ff127de0 ] (82:01) SIO [3]:0x140
  8680. [ DisplayMgr:ff127de0 ] (82:01) SIO [4]:0x140
  8681. [ DisplayMgr:ff127de0 ] (82:01) SIO [5]:0xc1
  8682. [ DisplayMgr:ff127de0 ] (82:01) SIO [6]:0x103
  8683. [ DisplayMgr:ff127de0 ] (82:01) SIO [7]:0x11d
  8684. [ DisplayMgr:ff127de0 ] (82:01) SIO [8]:0x182
  8685. [ DisplayMgr:ff127de0 ] (82:01) SIO [9]:0x13a
  8686. [ DisplayMgr:ff127de0 ] (82:01) SIO [10]:0x13a
  8687. [ DisplayMgr:ff127de0 ] (82:01) SIO [11]:0x112
  8688. [ DisplayMgr:ff127de0 ] (82:01) SIO [12]:0x102
  8689. [ DisplayMgr:ff127de0 ] (82:01) SIO [13]:0x130
  8690. [ DisplayMgr:ff127de0 ] (82:01) SIO [14]:0x142
  8691. [ DisplayMgr:ff127de0 ] (82:01) SIO [15]:0x102
  8692. [ DisplayMgr:ff127de0 ] (82:01) SIO [16]:0x1aa
  8693. [ DisplayMgr:ff127de0 ] (82:01) SIO [17]:0x1aa
  8694. [ DisplayMgr:ff127de0 ] (82:01) SIO [18]:0x168
  8695. [ DisplayMgr:ff127de0 ] (82:01) SIO [19]:0x114
  8696. [ DisplayMgr:ff127de0 ] (82:01) SIO [20]:0x101
  8697. [ DisplayMgr:ff127de0 ] (82:01) SIO [21]:0x183
  8698. [ DisplayMgr:ff127de0 ] (82:01) SIO [22]:0x10f
  8699. [ DisplayMgr:ff127de0 ] (82:01) SIO [23]:0xc2
  8700. [ DisplayMgr:ff127de0 ] (82:01) SIO [24]:0x111
  8701. [ DisplayMgr:ff127de0 ] (82:01) SIO [25]:0x108
  8702. [ DisplayMgr:ff127de0 ] (82:01) SIO [26]:0x188
  8703. [ DisplayMgr:ff127de0 ] (82:01) SIO [27]:0x106
  8704. [ DisplayMgr:ff127de0 ] (82:01) SIO [28]:0x100
  8705. [ DisplayMgr:ff127de0 ] (82:01) SIO [29]:0xc8
  8706. [ DisplayMgr:ff127de0 ] (82:01) SIO [30]:0x103
  8707. [ DisplayMgr:ff127de0 ] (82:01) SIO [31]:0x110
  8708. [ DisplayMgr:ff127de0 ] (82:01) SIO [32]:0x116
  8709. [ DisplayMgr:ff127de0 ] (82:01) SIO [33]:0x11f
  8710. [ DisplayMgr:ff127de0 ] (82:01) SIO [34]:0x11e
  8711. [ DisplayMgr:ff127de0 ] (82:01) SIO [35]:0x11f
  8712. [ DisplayMgr:ff127de0 ] (82:01) SIO [36]:0x11f
  8713. [ DisplayMgr:ff127de0 ] (82:01) SIO [37]:0x11f
  8714. [ DisplayMgr:ff127de0 ] (82:01) SIO [38]:0x11e
  8715. [ DisplayMgr:ff127de0 ] (82:01) SIO [39]:0x11f
  8716. [ DisplayMgr:ff127de0 ] (82:01) SIO [40]:0x11f
  8717. [ DisplayMgr:ff127de0 ] (82:01) SIO [41]:0x126
  8718. [ DisplayMgr:ff127de0 ] (82:01) SIO [42]:0x11c
  8719. [ DisplayMgr:ff127de0 ] (82:01) SIO [43]:0x104
  8720. [ DisplayMgr:ff127de0 ] (82:01) SIO [44]:0x103
  8721. [ DisplayMgr:ff127de0 ] (82:01) SIO [45]:0x110
  8722. [ DisplayMgr:ff127de0 ] (82:01) SIO [46]:0x116
  8723. [ DisplayMgr:ff127de0 ] (82:01) SIO [47]:0x11f
  8724. [ DisplayMgr:ff127de0 ] (82:01) SIO [48]:0x11e
  8725. [ DisplayMgr:ff127de0 ] (82:01) SIO [49]:0x11f
  8726. [ DisplayMgr:ff127de0 ] (82:01) SIO [50]:0x11f
  8727. [ DisplayMgr:ff127de0 ] (82:01) SIO [51]:0x11f
  8728. [ DisplayMgr:ff127de0 ] (82:01) SIO [52]:0x11e
  8729. [ DisplayMgr:ff127de0 ] (82:01) SIO [53]:0x11f
  8730. [ DisplayMgr:ff127de0 ] (82:01) SIO [54]:0x11f
  8731. [ DisplayMgr:ff127de0 ] (82:01) SIO [55]:0x126
  8732. [ DisplayMgr:ff127de0 ] (82:01) SIO [56]:0x11c
  8733. [ DisplayMgr:ff127de0 ] (82:01) SIO [57]:0x104
  8734. [ DisplayMgr:ff127de0 ] (82:01) SIO [58]:0xc9
  8735. [ DisplayMgr:ff127de0 ] (82:01) SIO [59]:0x103
  8736. [ DisplayMgr:ff127de0 ] (82:01) SIO [60]:0x110
  8737. [ DisplayMgr:ff127de0 ] (82:01) SIO [61]:0x116
  8738. [ DisplayMgr:ff127de0 ] (82:01) SIO [62]:0x11f
  8739. [ DisplayMgr:ff127de0 ] (82:01) SIO [63]:0x11e
  8740. [ DisplayMgr:ff127de0 ] (82:01) SIO [64]:0x11f
  8741. [ DisplayMgr:ff127de0 ] (82:01) SIO [65]:0x11f
  8742. [ DisplayMgr:ff127de0 ] (82:01) SIO [66]:0x11f
  8743. [ DisplayMgr:ff127de0 ] (82:01) SIO [67]:0x11e
  8744. [ DisplayMgr:ff127de0 ] (82:01) SIO [68]:0x11f
  8745. [ DisplayMgr:ff127de0 ] (82:01) SIO [69]:0x11f
  8746. [ DisplayMgr:ff127de0 ] (82:01) SIO [70]:0x126
  8747. [ DisplayMgr:ff127de0 ] (82:01) SIO [71]:0x11c
  8748. [ DisplayMgr:ff127de0 ] (82:01) SIO [72]:0x104
  8749. [ DisplayMgr:ff127de0 ] (82:01) SIO [73]:0x103
  8750. [ DisplayMgr:ff127de0 ] (82:01) SIO [74]:0x110
  8751. [ DisplayMgr:ff127de0 ] (82:01) SIO [75]:0x116
  8752. [ DisplayMgr:ff127de0 ] (82:01) SIO [76]:0x11f
  8753. [ DisplayMgr:ff127de0 ] (82:01) SIO [77]:0x11e
  8754. [ DisplayMgr:ff127de0 ] (82:01) SIO [78]:0x11f
  8755. [ DisplayMgr:ff127de0 ] (82:01) SIO [79]:0x11f
  8756. [ DisplayMgr:ff127de0 ] (82:01) SIO [80]:0x11f
  8757. [ DisplayMgr:ff127de0 ] (82:01) SIO [81]:0x11e
  8758. [ DisplayMgr:ff127de0 ] (82:01) SIO [82]:0x11f
  8759. [ DisplayMgr:ff127de0 ] (82:01) SIO [83]:0x11f
  8760. [ DisplayMgr:ff127de0 ] (82:01) SIO [84]:0x126
  8761. [ DisplayMgr:ff127de0 ] (82:01) SIO [85]:0x11c
  8762. [ DisplayMgr:ff127de0 ] (82:01) SIO [86]:0x104
  8763. [ DisplayMgr:ff127de0 ] (82:01) SIO [87]:0xca
  8764. [ DisplayMgr:ff127de0 ] (82:01) SIO [88]:0x103
  8765. [ DisplayMgr:ff127de0 ] (82:01) SIO [89]:0x110
  8766. [ DisplayMgr:ff127de0 ] (82:01) SIO [90]:0x116
  8767. [ DisplayMgr:ff127de0 ] (82:01) SIO [91]:0x11f
  8768. [ DisplayMgr:ff127de0 ] (82:01) SIO [92]:0x11e
  8769. [ DisplayMgr:ff127de0 ] (82:01) SIO [93]:0x11f
  8770. [ DisplayMgr:ff127de0 ] (82:01) SIO [94]:0x11f
  8771. [ DisplayMgr:ff127de0 ] (82:01) SIO [95]:0x11f
  8772. [ DisplayMgr:ff127de0 ] (82:01) SIO [96]:0x11e
  8773. [ DisplayMgr:ff127de0 ] (82:01) SIO [97]:0x11f
  8774. [ DisplayMgr:ff127de0 ] (82:01) SIO [98]:0x11f
  8775. [ DisplayMgr:ff127de0 ] (82:01) SIO [99]:0x126
  8776. [ DisplayMgr:ff127de0 ] (82:01) SIO [100]:0x11c
  8777. [ DisplayMgr:ff127de0 ] (82:01) SIO [101]:0x104
  8778. [ DisplayMgr:ff127de0 ] (82:01) SIO [102]:0x103
  8779. [ DisplayMgr:ff127de0 ] (82:01) SIO [103]:0x110
  8780. [ DisplayMgr:ff127de0 ] (82:01) SIO [104]:0x116
  8781. [ DisplayMgr:ff127de0 ] (82:01) SIO [105]:0x11f
  8782. [ DisplayMgr:ff127de0 ] (82:01) SIO [106]:0x11e
  8783. [ DisplayMgr:ff127de0 ] (82:01) SIO [107]:0x11f
  8784. [ DisplayMgr:ff127de0 ] (82:01) SIO [108]:0x11f
  8785. [ DisplayMgr:ff127de0 ] (82:01) SIO [109]:0x11f
  8786. [ DisplayMgr:ff127de0 ] (82:01) SIO [110]:0x11e
  8787. [ DisplayMgr:ff127de0 ] (82:01) SIO [111]:0x11f
  8788. [ DisplayMgr:ff127de0 ] (82:01) SIO [112]:0x11f
  8789. [ DisplayMgr:ff127de0 ] (82:01) SIO [113]:0x126
  8790. [ DisplayMgr:ff127de0 ] (82:01) SIO [114]:0x11c
  8791. [ DisplayMgr:ff127de0 ] (82:01) SIO [115]:0x104
  8792. [ DisplayMgr:ff127de0 ] (82:01) SIO [116]:0xcb
  8793. [ DisplayMgr:ff127de0 ] (82:01) SIO [117]:0x110
  8794. [ DisplayMgr:ff127de0 ] (82:01) SIO [118]:0x120
  8795. [ DisplayMgr:ff127de0 ] (82:01) SIO [119]:0x140
  8796. [ DisplayMgr:ff127de0 ] (82:01) SIO [120]:0x180
  8797. [ DisplayMgr:ff127de0 ] (82:01) SIO [121]:0x1a0
  8798. [ DisplayMgr:ff127de0 ] (82:01) SIO [122]:0x1c0
  8799. [ DisplayMgr:ff127de0 ] (82:01) SIO [123]:0x1d0
  8800. [ DisplayMgr:ff127de0 ] (82:01) SIO [124]:0x1e0
  8801. [ DisplayMgr:ff127de0 ] (82:01) SIO [125]:0xcc
  8802. [ DisplayMgr:ff127de0 ] (82:01) SIO [126]:0x1ff
  8803. [ DisplayMgr:ff127de0 ] (82:01) SIO [127]:0x1ff
  8804. [ DisplayMgr:ff127de0 ] (82:01) SIO [128]:0x1ff
  8805. [ DisplayMgr:ff127de0 ] (82:01) SIO [129]:0xcd
  8806. [ DisplayMgr:ff127de0 ] (82:01) SIO [130]:0x108
  8807. [ DisplayMgr:ff127de0 ] (82:01) SIO [131]:0x108
  8808. [ DisplayMgr:ff127de0 ] (82:01) SIO [132]:0x108
  8809. [ DisplayMgr:ff127de0 ] (82:01) SIO [133]:0x108
  8810. [ DisplayMgr:ff127de0 ] (82:01) SIO [134]:0x108
  8811. [ DisplayMgr:ff127de0 ] (82:01) SIO [135]:0x108
  8812. [ DisplayMgr:ff127de0 ] (82:01) SIO [136]:0x108
  8813. [ DisplayMgr:ff127de0 ] (82:01) SIO [137]:0xce
  8814. [ DisplayMgr:ff127de0 ] (82:01) SIO [138]:0x108
  8815. [ DisplayMgr:ff127de0 ] (82:01) SIO [139]:0x108
  8816. [ DisplayMgr:ff127de0 ] (82:01) SIO [140]:0x108
  8817. [ DisplayMgr:ff127de0 ] (82:01) SIO [141]:0x108
  8818. [ DisplayMgr:ff127de0 ] (82:01) SIO [142]:0x108
  8819. [ DisplayMgr:ff127de0 ] (82:01) SIO [143]:0x108
  8820. [ DisplayMgr:ff127de0 ] (82:01) SIO [144]:0x108
  8821. [ DisplayMgr:ff127de0 ] (82:01) SIO [145]:0xcf
  8822. [ DisplayMgr:ff127de0 ] (82:01) SIO [146]:0x108
  8823. [ DisplayMgr:ff127de0 ] (82:01) SIO [147]:0x108
  8824. [ DisplayMgr:ff127de0 ] (82:01) SIO [148]:0x108
  8825. [ DisplayMgr:ff127de0 ] (82:01) SIO [149]:0x108
  8826. [ DisplayMgr:ff127de0 ] (82:01) SIO [150]:0x108
  8827. [ DisplayMgr:ff127de0 ] (82:01) SIO [151]:0x108
  8828. [ DisplayMgr:ff127de0 ] (82:01) SIO [152]:0x108
  8829. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0xc8
  8830. [ DisplayMgr:ff127de0 ] (82:01) SIO [1]:0x103
  8831. [ DisplayMgr:ff127de0 ] (82:01) SIO [2]:0x110
  8832. [ DisplayMgr:ff127de0 ] (82:01) SIO [3]:0x116
  8833. [ DisplayMgr:ff127de0 ] (82:01) SIO [4]:0x11f
  8834. [ DisplayMgr:ff127de0 ] (82:01) SIO [5]:0x11e
  8835. [ DisplayMgr:ff127de0 ] (82:01) SIO [6]:0x11f
  8836. [ DisplayMgr:ff127de0 ] (82:01) SIO [7]:0x11f
  8837. [ DisplayMgr:ff127de0 ] (82:01) SIO [8]:0x11f
  8838. [ DisplayMgr:ff127de0 ] (82:01) SIO [9]:0x11e
  8839. [ DisplayMgr:ff127de0 ] (82:01) SIO [10]:0x11f
  8840. [ DisplayMgr:ff127de0 ] (82:01) SIO [11]:0x11f
  8841. [ DisplayMgr:ff127de0 ] (82:01) SIO [12]:0x126
  8842. [ DisplayMgr:ff127de0 ] (82:01) SIO [13]:0x11c
  8843. [ DisplayMgr:ff127de0 ] (82:01) SIO [14]:0x104
  8844. [ DisplayMgr:ff127de0 ] (82:01) SIO [15]:0x103
  8845. [ DisplayMgr:ff127de0 ] (82:01) SIO [16]:0x110
  8846. [ DisplayMgr:ff127de0 ] (82:01) SIO [17]:0x116
  8847. [ DisplayMgr:ff127de0 ] (82:01) SIO [18]:0x11f
  8848. [ DisplayMgr:ff127de0 ] (82:01) SIO [19]:0x11e
  8849. [ DisplayMgr:ff127de0 ] (82:01) SIO [20]:0x11f
  8850. [ DisplayMgr:ff127de0 ] (82:01) SIO [21]:0x11f
  8851. [ DisplayMgr:ff127de0 ] (82:01) SIO [22]:0x11f
  8852. [ DisplayMgr:ff127de0 ] (82:01) SIO [23]:0x11e
  8853. [ DisplayMgr:ff127de0 ] (82:01) SIO [24]:0x11f
  8854. [ DisplayMgr:ff127de0 ] (82:01) SIO [25]:0x11f
  8855. [ DisplayMgr:ff127de0 ] (82:01) SIO [26]:0x126
  8856. [ DisplayMgr:ff127de0 ] (82:01) SIO [27]:0x11c
  8857. [ DisplayMgr:ff127de0 ] (82:01) SIO [28]:0x104
  8858. [ DisplayMgr:ff127de0 ] (82:01) SIO [29]:0xc9
  8859. [ DisplayMgr:ff127de0 ] (82:01) SIO [30]:0x122
  8860. [ DisplayMgr:ff127de0 ] (82:01) SIO [31]:0x128
  8861. [ DisplayMgr:ff127de0 ] (82:01) SIO [32]:0x129
  8862. [ DisplayMgr:ff127de0 ] (82:01) SIO [33]:0x12d
  8863. [ DisplayMgr:ff127de0 ] (82:01) SIO [34]:0x128
  8864. [ DisplayMgr:ff127de0 ] (82:01) SIO [35]:0x123
  8865. [ DisplayMgr:ff127de0 ] (82:01) SIO [36]:0x122
  8866. [ DisplayMgr:ff127de0 ] (82:01) SIO [37]:0x11d
  8867. [ DisplayMgr:ff127de0 ] (82:01) SIO [38]:0x11d
  8868. [ DisplayMgr:ff127de0 ] (82:01) SIO [39]:0x11d
  8869. [ DisplayMgr:ff127de0 ] (82:01) SIO [40]:0x11b
  8870. [ DisplayMgr:ff127de0 ] (82:01) SIO [41]:0x120
  8871. [ DisplayMgr:ff127de0 ] (82:01) SIO [42]:0x11a
  8872. [ DisplayMgr:ff127de0 ] (82:01) SIO [43]:0x109
  8873. [ DisplayMgr:ff127de0 ] (82:01) SIO [44]:0x122
  8874. [ DisplayMgr:ff127de0 ] (82:01) SIO [45]:0x128
  8875. [ DisplayMgr:ff127de0 ] (82:01) SIO [46]:0x129
  8876. [ DisplayMgr:ff127de0 ] (82:01) SIO [47]:0x12d
  8877. [ DisplayMgr:ff127de0 ] (82:01) SIO [48]:0x128
  8878. [ DisplayMgr:ff127de0 ] (82:01) SIO [49]:0x123
  8879. [ DisplayMgr:ff127de0 ] (82:01) SIO [50]:0x122
  8880. [ DisplayMgr:ff127de0 ] (82:01) SIO [51]:0x11d
  8881. [ DisplayMgr:ff127de0 ] (82:01) SIO [52]:0x11d
  8882. [ DisplayMgr:ff127de0 ] (82:01) SIO [53]:0x11d
  8883. [ DisplayMgr:ff127de0 ] (82:01) SIO [54]:0x11b
  8884. [ DisplayMgr:ff127de0 ] (82:01) SIO [55]:0x120
  8885. [ DisplayMgr:ff127de0 ] (82:01) SIO [56]:0x11a
  8886. [ DisplayMgr:ff127de0 ] (82:01) SIO [57]:0x109
  8887. [ DisplayMgr:ff127de0 ] (82:01) SIO [58]:0xca
  8888. [ DisplayMgr:ff127de0 ] (82:01) SIO [59]:0x10e
  8889. [ DisplayMgr:ff127de0 ] (82:01) SIO [60]:0x118
  8890. [ DisplayMgr:ff127de0 ] (82:01) SIO [61]:0x11b
  8891. [ DisplayMgr:ff127de0 ] (82:01) SIO [62]:0x123
  8892. [ DisplayMgr:ff127de0 ] (82:01) SIO [63]:0x121
  8893. [ DisplayMgr:ff127de0 ] (82:01) SIO [64]:0x120
  8894. [ DisplayMgr:ff127de0 ] (82:01) SIO [65]:0x120
  8895. [ DisplayMgr:ff127de0 ] (82:01) SIO [66]:0x11f
  8896. [ DisplayMgr:ff127de0 ] (82:01) SIO [67]:0x11e
  8897. [ DisplayMgr:ff127de0 ] (82:01) SIO [68]:0x11e
  8898. [ DisplayMgr:ff127de0 ] (82:01) SIO [69]:0x11b
  8899. [ DisplayMgr:ff127de0 ] (82:01) SIO [70]:0x120
  8900. [ DisplayMgr:ff127de0 ] (82:01) SIO [71]:0x11a
  8901. [ DisplayMgr:ff127de0 ] (82:01) SIO [72]:0x107
  8902. [ DisplayMgr:ff127de0 ] (82:01) SIO [73]:0x10e
  8903. [ DisplayMgr:ff127de0 ] (82:01) SIO [74]:0x118
  8904. [ DisplayMgr:ff127de0 ] (82:01) SIO [75]:0x11b
  8905. [ DisplayMgr:ff127de0 ] (82:01) SIO [76]:0x123
  8906. [ DisplayMgr:ff127de0 ] (82:01) SIO [77]:0x121
  8907. [ DisplayMgr:ff127de0 ] (82:01) SIO [78]:0x120
  8908. [ DisplayMgr:ff127de0 ] (82:01) SIO [79]:0x120
  8909. [ DisplayMgr:ff127de0 ] (82:01) SIO [80]:0x11f
  8910. [ DisplayMgr:ff127de0 ] (82:01) SIO [81]:0x11e
  8911. [ DisplayMgr:ff127de0 ] (82:01) SIO [82]:0x11e
  8912. [ DisplayMgr:ff127de0 ] (82:01) SIO [83]:0x11b
  8913. [ DisplayMgr:ff127de0 ] (82:01) SIO [84]:0x120
  8914. [ DisplayMgr:ff127de0 ] (82:01) SIO [85]:0x11a
  8915. [ DisplayMgr:ff127de0 ] (82:01) SIO [86]:0x107
  8916. [ DisplayMgr:ff127de0 ] (82:01) SIO [87]:0xcc
  8917. [ DisplayMgr:ff127de0 ] (82:01) SIO [88]:0x1ff
  8918. [ DisplayMgr:ff127de0 ] (82:01) SIO [89]:0x1ef
  8919. [ DisplayMgr:ff127de0 ] (82:01) SIO [90]:0x1e2
  8920. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0xcb
  8921. [ DisplayMgr:ff127de0 ] (82:01) SIO [1]:0x110
  8922. [ DisplayMgr:ff127de0 ] (82:01) SIO [2]:0x120
  8923. [ DisplayMgr:ff127de0 ] (82:01) SIO [3]:0x140
  8924. [ DisplayMgr:ff127de0 ] (82:01) SIO [4]:0x180
  8925. [ DisplayMgr:ff127de0 ] (82:01) SIO [5]:0x1a0
  8926. [ DisplayMgr:ff127de0 ] (82:01) SIO [6]:0x1c0
  8927. [ DisplayMgr:ff127de0 ] (82:01) SIO [7]:0x1d0
  8928. [ DisplayMgr:ff127de0 ] (82:01) SIO [8]:0x1e0
  8929. [ DisplayMgr:ff127de0 ] (82:01) SIO [9]:0xcd
  8930. [ DisplayMgr:ff127de0 ] (82:01) SIO [10]:0x108
  8931. [ DisplayMgr:ff127de0 ] (82:01) SIO [11]:0x108
  8932. [ DisplayMgr:ff127de0 ] (82:01) SIO [12]:0x108
  8933. [ DisplayMgr:ff127de0 ] (82:01) SIO [13]:0x108
  8934. [ DisplayMgr:ff127de0 ] (82:01) SIO [14]:0x108
  8935. [ DisplayMgr:ff127de0 ] (82:01) SIO [15]:0x108
  8936. [ DisplayMgr:ff127de0 ] (82:01) SIO [16]:0x108
  8937. [ DisplayMgr:ff127de0 ] (82:01) SIO [17]:0xce
  8938. [ DisplayMgr:ff127de0 ] (82:01) SIO [18]:0x108
  8939. [ DisplayMgr:ff127de0 ] (82:01) SIO [19]:0x108
  8940. [ DisplayMgr:ff127de0 ] (82:01) SIO [20]:0x108
  8941. [ DisplayMgr:ff127de0 ] (82:01) SIO [21]:0x108
  8942. [ DisplayMgr:ff127de0 ] (82:01) SIO [22]:0x108
  8943. [ DisplayMgr:ff127de0 ] (82:01) SIO [23]:0x108
  8944. [ DisplayMgr:ff127de0 ] (82:01) SIO [24]:0x108
  8945. [ DisplayMgr:ff127de0 ] (82:01) SIO [25]:0xcf
  8946. [ DisplayMgr:ff127de0 ] (82:01) SIO [26]:0x108
  8947. [ DisplayMgr:ff127de0 ] (82:01) SIO [27]:0x108
  8948. [ DisplayMgr:ff127de0 ] (82:01) SIO [28]:0x108
  8949. [ DisplayMgr:ff127de0 ] (82:01) SIO [29]:0x108
  8950. [ DisplayMgr:ff127de0 ] (82:01) SIO [30]:0x108
  8951. [ DisplayMgr:ff127de0 ] (82:01) SIO [31]:0x108
  8952. [ DisplayMgr:ff127de0 ] (82:01) SIO [32]:0x108
  8953. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0x36
  8954. [ DisplayMgr:ff127de0 ] (82:01) SIO [1]:0x1c0
  8955. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0xb0
  8956. [ DisplayMgr:ff127de0 ] (82:01) SIO [1]:0x103
  8957. [ DisplayMgr:ff127de0 ] (82:01) SIO [2]:0x29
  8958. [ DisplayMgr:ff127de0 ] (82:01) SIO [3]:0x11
  8959. [ PowerMgr:ff127118 ] (82:01) WaitTimerCallBack 17000
  8960. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0xb0
  8961. [ DisplayMgr:ff127de0 ] (82:01) SIO [1]:0x104
  8962. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0xc8
  8963. [ DisplayMgr:ff127de0 ] (82:01) SIO [1]:0x103
  8964. [ DisplayMgr:ff127de0 ] (82:01) SIO [2]:0x110
  8965. [ DisplayMgr:ff127de0 ] (82:01) SIO [3]:0x116
  8966. [ DisplayMgr:ff127de0 ] (82:01) SIO [4]:0x11f
  8967. [ DisplayMgr:ff127de0 ] (82:01) SIO [5]:0x11e
  8968. [ DisplayMgr:ff127de0 ] (82:01) SIO [6]:0x11f
  8969. [ DisplayMgr:ff127de0 ] (82:01) SIO [7]:0x11f
  8970. [ DisplayMgr:ff127de0 ] (82:01) SIO [8]:0x11f
  8971. [ DisplayMgr:ff127de0 ] (82:01) SIO [9]:0x11e
  8972. [ DisplayMgr:ff127de0 ] (82:01) SIO [10]:0x11f
  8973. [ DisplayMgr:ff127de0 ] (82:01) SIO [11]:0x11f
  8974. [ DisplayMgr:ff127de0 ] (82:01) SIO [12]:0x126
  8975. [ DisplayMgr:ff127de0 ] (82:01) SIO [13]:0x11c
  8976. [ DisplayMgr:ff127de0 ] (82:01) SIO [14]:0x104
  8977. [ DisplayMgr:ff127de0 ] (82:01) SIO [15]:0x103
  8978. [ DisplayMgr:ff127de0 ] (82:01) SIO [16]:0x110
  8979. [ DisplayMgr:ff127de0 ] (82:01) SIO [17]:0x116
  8980. [ DisplayMgr:ff127de0 ] (82:01) SIO [18]:0x11f
  8981. [ DisplayMgr:ff127de0 ] (82:01) SIO [19]:0x11e
  8982. [ DisplayMgr:ff127de0 ] (82:01) SIO [20]:0x11f
  8983. [ DisplayMgr:ff127de0 ] (82:01) SIO [21]:0x11f
  8984. [ DisplayMgr:ff127de0 ] (82:01) SIO [22]:0x11f
  8985. [ DisplayMgr:ff127de0 ] (82:01) SIO [23]:0x11e
  8986. [ DisplayMgr:ff127de0 ] (82:01) SIO [24]:0x11f
  8987. [ DisplayMgr:ff127de0 ] (82:01) SIO [25]:0x11f
  8988. [ DisplayMgr:ff127de0 ] (82:01) SIO [26]:0x126
  8989. [ DisplayMgr:ff127de0 ] (82:01) SIO [27]:0x11c
  8990. [ DisplayMgr:ff127de0 ] (82:01) SIO [28]:0x104
  8991. [ DisplayMgr:ff127de0 ] (82:01) SIO [29]:0xc9
  8992. [ DisplayMgr:ff127de0 ] (82:01) SIO [30]:0x122
  8993. [ DisplayMgr:ff127de0 ] (82:01) SIO [31]:0x128
  8994. [ DisplayMgr:ff127de0 ] (82:01) SIO [32]:0x129
  8995. [ DisplayMgr:ff127de0 ] (82:01) SIO [33]:0x12d
  8996. [ DisplayMgr:ff127de0 ] (82:01) SIO [34]:0x128
  8997. [ DisplayMgr:ff127de0 ] (82:01) SIO [35]:0x123
  8998. [ DisplayMgr:ff127de0 ] (82:01) SIO [36]:0x122
  8999. [ DisplayMgr:ff127de0 ] (82:01) SIO [37]:0x11d
  9000. [ DisplayMgr:ff127de0 ] (82:01) SIO [38]:0x11d
  9001. [ DisplayMgr:ff127de0 ] (82:01) SIO [39]:0x11d
  9002. [ DisplayMgr:ff127de0 ] (82:01) SIO [40]:0x11b
  9003. [ DisplayMgr:ff127de0 ] (82:01) SIO [41]:0x120
  9004. [ DisplayMgr:ff127de0 ] (82:01) SIO [42]:0x11a
  9005. [ DisplayMgr:ff127de0 ] (82:01) SIO [43]:0x109
  9006. [ DisplayMgr:ff127de0 ] (82:01) SIO [44]:0x122
  9007. [ DisplayMgr:ff127de0 ] (82:01) SIO [45]:0x128
  9008. [ DisplayMgr:ff127de0 ] (82:01) SIO [46]:0x129
  9009. [ DisplayMgr:ff127de0 ] (82:01) SIO [47]:0x12d
  9010. [ DisplayMgr:ff127de0 ] (82:01) SIO [48]:0x128
  9011. [ DisplayMgr:ff127de0 ] (82:01) SIO [49]:0x123
  9012. [ DisplayMgr:ff127de0 ] (82:01) SIO [50]:0x122
  9013. [ DisplayMgr:ff127de0 ] (82:01) SIO [51]:0x11d
  9014. [ DisplayMgr:ff127de0 ] (82:01) SIO [52]:0x11d
  9015. [ DisplayMgr:ff127de0 ] (82:01) SIO [53]:0x11d
  9016. [ DisplayMgr:ff127de0 ] (82:01) SIO [54]:0x11b
  9017. [ DisplayMgr:ff127de0 ] (82:01) SIO [55]:0x120
  9018. [ DisplayMgr:ff127de0 ] (82:01) SIO [56]:0x11a
  9019. [ DisplayMgr:ff127de0 ] (82:01) SIO [57]:0x109
  9020. [ DisplayMgr:ff127de0 ] (82:01) SIO [58]:0xca
  9021. [ DisplayMgr:ff127de0 ] (82:01) SIO [59]:0x10e
  9022. [ DisplayMgr:ff127de0 ] (82:01) SIO [60]:0x118
  9023. [ DisplayMgr:ff127de0 ] (82:01) SIO [61]:0x11b
  9024. [ DisplayMgr:ff127de0 ] (82:01) SIO [62]:0x123
  9025. [ DisplayMgr:ff127de0 ] (82:01) SIO [63]:0x121
  9026. [ DisplayMgr:ff127de0 ] (82:01) SIO [64]:0x120
  9027. [ DisplayMgr:ff127de0 ] (82:01) SIO [65]:0x120
  9028. [ DisplayMgr:ff127de0 ] (82:01) SIO [66]:0x11f
  9029. [ DisplayMgr:ff127de0 ] (82:01) SIO [67]:0x11e
  9030. [ DisplayMgr:ff127de0 ] (82:01) SIO [68]:0x11e
  9031. [ DisplayMgr:ff127de0 ] (82:01) SIO [69]:0x11b
  9032. [ DisplayMgr:ff127de0 ] (82:01) SIO [70]:0x120
  9033. [ DisplayMgr:ff127de0 ] (82:01) SIO [71]:0x11a
  9034. [ DisplayMgr:ff127de0 ] (82:01) SIO [72]:0x107
  9035. [ DisplayMgr:ff127de0 ] (82:01) SIO [73]:0x10e
  9036. [ DisplayMgr:ff127de0 ] (82:01) SIO [74]:0x118
  9037. [ DisplayMgr:ff127de0 ] (82:01) SIO [75]:0x11b
  9038. [ DisplayMgr:ff127de0 ] (82:01) SIO [76]:0x123
  9039. [ DisplayMgr:ff127de0 ] (82:01) SIO [77]:0x121
  9040. [ DisplayMgr:ff127de0 ] (82:01) SIO [78]:0x120
  9041. [ DisplayMgr:ff127de0 ] (82:01) SIO [79]:0x120
  9042. [ DisplayMgr:ff127de0 ] (82:01) SIO [80]:0x11f
  9043. [ DisplayMgr:ff127de0 ] (82:01) SIO [81]:0x11e
  9044. [ DisplayMgr:ff127de0 ] (82:01) SIO [82]:0x11e
  9045. [ DisplayMgr:ff127de0 ] (82:01) SIO [83]:0x11b
  9046. [ DisplayMgr:ff127de0 ] (82:01) SIO [84]:0x120
  9047. [ DisplayMgr:ff127de0 ] (82:01) SIO [85]:0x11a
  9048. [ DisplayMgr:ff127de0 ] (82:01) SIO [86]:0x107
  9049. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0xd1
  9050. [ DisplayMgr:ff127de0 ] (82:01) SIO [1]:0x114
  9051. [ DisplayMgr:ff127de0 ] (82:01) SIO [2]:0x11d
  9052. [ DisplayMgr:ff127de0 ] (82:01) SIO [3]:0x123
  9053. [ DisplayMgr:ff127de0 ] (82:01) SIO [4]:0x144
  9054. [ DisplayMgr:ff127de0 ] (82:01) SIO [5]:0x153
  9055. [ DisplayMgr:ff127de0 ] (82:01) SIO [6]:0x19a
  9056. [ DisplayMgr:ff127de0 ] (82:01) SIO [7]:0xc7
  9057. [ DisplayMgr:ff127de0 ] (82:01) SIO [8]:0x100
  9058. [ DisplayMgr:ff127de0 ] (82:01) SIO [9]:0x153
  9059. [ DisplayMgr:ff127de0 ] (82:01) SIO [10]:0x153
  9060. [ DisplayMgr:ff127de0 ] (82:01) SIO [11]:0x153
  9061. [ DisplayMgr:ff127de0 ] (82:01) SIO [12]:0x127
  9062. [ DisplayMgr:ff127de0 ] (82:01) SIO [13]:0xb0
  9063. [ DisplayMgr:ff127de0 ] (82:01) SIO [14]:0x103
  9064. [ PowerMgr:ff127118 ] (82:01) WaitTimerCallBack 67000
  9065. [ DisplayMgr:ff128090 ] (82:02) BackLightOn fForceBackLightOff=0
  9066. [ PowerMgr:ff127118 ] (82:01) WaitTimerCallBack 1000
  9067. [ PowerMgr:ff127118 ] (82:01) WaitTimerCallBack 1000
  9068. [ PowerMgr:ff127118 ] (82:01) WaitTimerCallBack 1000
  9069. [ PowerMgr:ff127118 ] (82:01) WaitTimerCallBack 1000
  9070. [ PowerMgr:ff127118 ] (82:01) WaitTimerCallBack 1000
  9071. [ DisplayMgr:ff128100 ] (82:03) CalcBrightness = 92(DEC)
  9072. [ DisplayMgr:ff128118 ] (82:03) CommandBrightness = 0x265c
  9073. [ DisplayMgr:ff13b670 ] register_interrupt(null, 0x84, 0xff13b4c4, 0x5)
  9074. [ DisplayMgr:ff127d3c ] (82:01) SIO [0]:0x265c
  9075. [ DisplayMgr:ff13b670 ] register_interrupt(null, 0x84, 0xff13b4c4, 0x5)
  9076. [ DisplayMgr:ff127d3c ] (82:01) SIO [0]:0x2492
  9077. [ PowerMgr:ff127118 ] (82:01) WaitTimerCallBack 120
  9078. [ DisplayMgr:ff127d3c ] (82:01) SIO [0]:0x2030
  9079. [ DisplayMgr:ff12a4d0 ] (82:03) TurnOnDisplay finish Type=0
  9080. [ DisplayMgr:ff12dd24 ] (82:01) GUILockWaitCBR pParam=0
  9081. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  9082. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  9083. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  9084. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  9085. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030015)Parameter(0)Size(4)
  9086. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030015)Data(0)size(0)
  9087. [ CtrlSrv:ff1af3f0 ] (83:01) PropertyData PROP_TFT_STATUS[0x0]
  9088. [MPU] Received: 06 05 03 19 00 00 (PROP_TFT_STATUS - spell #45)
  9089. [ tweak_task:ff0d6cc4 ] (85:03) GUI_Control:30 0x0
  9090. [ GuiMainTask:ff0d704c ] (84:01) GUI_CONTROL:30
  9091. [ GuiMainTask:ff1c7388 ] (84:01) gui control end
  9092. [ GuiMainTask:ff1c73a8 ] (84:01) 0msec = 1610 - 1610
  9093. [ GuiMainTask:ff1c73c4 ] (84:01) 0msec = 674816 - 674816
  9094. [ CtrlSrv:ff39a45c ] (83:03) GuiMainEventHandler.c PRESS_LV_MOVIE_START_BUTTON/PRESS_LV_START_BUTTON
  9095. [ CtrlSrv:ff395cc0 ] (83:03) beginLiveView LvOutputDeviceState(1)
  9096. [ CtrlSrv:ff0d8110 ] (00:04) < GUI Lock > GUILock_TurnOffDisplay (PUB)
  9097. [ GuiLockTask:ff0d7884 ] (00:03) < GUI Lock > GUILockTask 2
  9098. [ GuiLockTask:ff12dcd8 ] (82:03) [Post]TurnOffDisplay 477
  9099. [ DisplayMgr:ff12a06c ] (82:16) TurnOffDisplay action Type=0
  9100. [ DisplayMgr:ff13b670 ] register_interrupt(null, 0x84, 0xff13b4c4, 0x5)
  9101. [ DisplayMgr:ff127d3c ] (82:01) SIO [0]:0x2010
  9102. [ DisplayMgr:ff12a0c8 ] (82:02) MuteON (2411)
  9103. [ DisplayMgr:ff127a80 ] (82:02) EnableBitmapImageVBufferForPlayBackAndWait WaitBmpCBR=ff127138
  9104. [ CtrlSrv:ff1a98f8 ] (83:03) SetGUIRequestMode(0)
  9105. [ CtrlSrv:ff0d6d44 ] (83:03) NotifyGUIEvent(0)
  9106. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  9107. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  9108. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  9109. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  9110. [ CtrlSrv:ff0cd914 ] (89:03) bindGUIEventFromGUICBR : IDLE
  9111. [ CtrlSrv:ff0d6ed4 ] (83:03) NotifyShootType(3)
  9112. [ CtrlSrv:ff0cd5ec ] (89:03) bindRequestChangeShootTypeCBR : LV
  9113. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  9114. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  9115. [ CtrlSrv:ff1b6b7c ] (83:03) GUI_SetLvOutputDeviceState (1)
  9116. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80050011,0x1
  9117. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80050011][4][1]
  9118. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  9119. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80050011)Parameter(1)Size(4)
  9120. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050011(0x1)
  9121. [ Gmt:ff181d50 ] (9a:03) PROP_LV_OUTPUT_DEVICE:0x00000001
  9122. [ Gmt:ff17f684 ] (9a:03) gmtSaveOutputChangeEvent state:1
  9123. [ Gmt:ff0d5934 ] (9a:01) Event 11 Result State 1->1
  9124. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80050011(1)
  9125. [MPU] Received: 06 05 04 00 00 00 (NotifyGUIEvent - spell #283)
  9126. [MPU] Sending : 06 05 04 00 00 01 (NotifyGUIEvent)
  9127. [ GuiMainTask:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  9128. [ GuiMainTask:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  9129. [ CtrlSrv:ff1b6c84 ] (83:03) GUI_SetLvImageHandleForMultipleExposure (0x0)
  9130. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8005002d(0)
  9131. [ Gmt:ff182dc4 ] (9a:03) PROP_LV_IMAGE_HANDLE_FOR_MULTIPLE_EXPOSURE:00000000
  9132. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x8005002D(0)
  9133. [ CtrlSrv:ff1b6c08 ] (83:03) GUI_SetLvAction (0)
  9134. [ MainCtrl:ff0ced84 ] (9c:01) ID:0(8)
  9135. [ MainCtrl:ff0ced90 ] (9c:03) Request LV_ACTION : (0)
  9136. [ CtrlSrv:ff511f98 ] (83:03) DlgErrCard.c DELETE_DIALOG_REQUEST
  9137. [ CtrlSrv:ff511e24 ] (83:03) StopErrCardApp
  9138. [ CtrlSrv:ff520a90 ] (83:01) PopColorPalette
  9139. [ CtrlSrv:ff39a198 ] (83:03) IDLEHandler GOT_TOP_OF_CONTROL
  9140. [ CtrlSrv:ff51dbe8 ] (83:03) CancelDateTimer
  9141. [ MainCtrl:ff0ced84 ] (9c:01) ID:80020000(9)
  9142. [ MainCtrl:ff146960 ] (9c:16) PROP_GUI_STATE 0
  9143. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF1450A8(1)
  9144. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF186380(2)
  9145. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][5]
  9146. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF0FE9DC(3)
  9147. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80020000,0x0
  9148. [ PropMgr:ff2a49d0 ] (33:03) PROP_GUI_STATE[0]
  9149. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF2A4610(4)
  9150. [ PropMgr:ff0ccc0c ] (89:03) GUI_STATE : IDLE (SW = 1, JOB = 0)
  9151. [ PropMgr:ff0d6e74 ] (85:03) GUI_ChangeMode:0
  9152. [ PropMgr:ff0d6cc4 ] (85:03) GUI_Control:53 0x0
  9153. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF0CCF04(5)
  9154. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0x0009A9D0(6)
  9155. [MPU] Received: 08 06 04 0c 03 00 00 00 (PROP_SHOOTING_TYPE - spell #47)
  9156. [MPU] Sending : 06 05 04 00 00 01 (NotifyGUIEvent)
  9157. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  9158. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  9159. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF1450A8(5)
  9160. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF0FE9DC(4)
  9161. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF2A4610(3)
  9162. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF0CCF04(2)
  9163. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0x0009A9D0(1)
  9164. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80020000(0)
  9165. [ Gmt:ff183644 ] (9a:03) PROP_GUI_STATE :0
  9166. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80020000(0)
  9167. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF186380(0)
  9168. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  9169. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  9170. [ GuiMainTask:ff0d7150 ] (84:01) GUI_CHANGE_MODE:0
  9171. [ GuiMainTask:ff1c74f4 ] (84:03) GUI_ChangeMode_Post:0, 0, 2
  9172. [ GuiMainTask:ff0d704c ] (84:01) GUI_CONTROL:53
  9173. [ GuiMainTask:ff1c7388 ] (84:01) gui control end
  9174. [ GuiMainTask:ff1c73a8 ] (84:01) 0msec = 1610 - 1610
  9175. [ GuiMainTask:ff1c73c4 ] (84:01) 0msec = 676864 - 676864
  9176. [ CtrlSrv:ff4d56c8 ] (04:03) -->Reverse start
  9177. [ MainCtrl:ff0ced84 ] (9c:01) ID:80020000(10)
  9178. [ MainCtrl:ff146960 ] (9c:16) PROP_GUI_STATE 0
  9179. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF1450A8(1)
  9180. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF186380(2)
  9181. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][5]
  9182. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF0FE9DC(3)
  9183. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80020000,0x0
  9184. [ PropMgr:ff2a49d0 ] (33:03) PROP_GUI_STATE[0]
  9185. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF2A4610(4)
  9186. [ PropMgr:ff0ccc0c ] (89:03) GUI_STATE : IDLE (SW = 1, JOB = 0)
  9187. [ PropMgr:ff0d6e74 ] (85:03) GUI_ChangeMode:0
  9188. [ PropMgr:ff0d6cc4 ] (85:03) GUI_Control:53 0x0
  9189. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF0CCF04(5)
  9190. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0x0009A9D0(6)
  9191. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF1450A8(5)
  9192. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF0FE9DC(4)
  9193. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF2A4610(3)
  9194. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF0CCF04(2)
  9195. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0x0009A9D0(1)
  9196. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80020000(0)
  9197. [ Gmt:ff183644 ] (9a:03) PROP_GUI_STATE :0
  9198. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80020000(0)
  9199. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF186380(0)
  9200. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  9201. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  9202. [ GuiMainTask:ff0d7150 ] (84:01) GUI_CHANGE_MODE:0
  9203. [ GuiMainTask:ff1c74f4 ] (84:03) GUI_ChangeMode_Post:0, 0, 0
  9204. [ GuiMainTask:ff0d704c ] (84:01) GUI_CONTROL:53
  9205. [ GuiMainTask:ff1c7388 ] (84:01) gui control end
  9206. [ GuiMainTask:ff1c73a8 ] (84:01) 0msec = 1610 - 1610
  9207. [ GuiMainTask:ff1c73c4 ] (84:01) 0msec = 677120 - 677120
  9208. [ CtrlSrv:ff12dcd8 ] (82:02) [Post]ChangePhysicalScreen 165
  9209. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  9210. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80050011][4][1][0]
  9211. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80050011,1
  9212. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  9213. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  9214. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  9215. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  9216. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1b0][0]
  9217. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 5, Param = 0
  9218. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  9219. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  9220. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  9221. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  9222. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 5, Param = 0
  9223. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  9224. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  9225. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  9226. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  9227. [ PowerMgr:ff128f64 ] (82:01) VdInterruptHandler bmp=ff127138 img=0 localWaitBmpCBR=ff127138
  9228. [ PowerMgr:ff12714c ] (82:01) WaitBmpCBR(local) pParam=0
  9229. [ DisplayMgr:ff128578 ] (82:02) TftDeepStanby
  9230. [ DisplayMgr:ff13b670 ] register_interrupt(null, 0x34, 0xff13b4c4, 0x1)
  9231. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0x10
  9232. [MPU] Received: 08 06 00 00 04 00 00 00 (Complete WaitID = 0x80020000 - spell #284)
  9233. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  9234. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  9235. [MPU] Received: 08 06 00 00 04 00 00 00 (Complete WaitID = 0x80020000 - spell #284)
  9236. [ PowerMgr:ff127118 ] (82:01) WaitTimerCallBack 67000
  9237. [ DisplayMgr:ff12da74 ] (82:02) TurnOffPowerPort
  9238. [ DisplayMgr:ff129810 ] (82:16) DLIC End DL = 0 DISP = 1
  9239. [ DisplayMgr:ff12983c ] (82:01) DL(H->L) (3485)
  9240. [ DisplayMgr:ff2c37f0 ] (00:01) [CLKSAVER] ??ClockSave Out??
  9241. [ DisplayMgr:ff126e30 ] (82:03) Disable Pb 0 (2469)
  9242. [ DisplayMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  9243. [ DisplayMgr:ff12a2b0 ] (82:16) TurnOffDisplay finish Type=0
  9244. [ DisplayMgr:ff12dd24 ] (82:01) GUILockWaitCBR pParam=0
  9245. [ DisplayMgr:ff12b728 ] (82:03) UpdateReverseTFT(off) Current=1 Target=1
  9246. [ DisplayMgr:ff128888 ] (82:02) SetBitmapVramAddress pBitmap_Address=41380008
  9247. [ DisplayMgr:ff12dcfc ] (82:01) WaitCBR pParam=0
  9248. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  9249. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  9250. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  9251. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  9252. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030015)Parameter(1)Size(4)
  9253. [MPU] Received: 06 05 03 19 01 00 (PROP_TFT_STATUS - spell #310)
  9254. [ CtrlSrv:ff4d3c6c ] (04:02) refresh whole fReverseScreen=0
  9255. [ CtrlSrv:ff395ec4 ] (04:03) Reverse finish
  9256. [ CtrlSrv:ff397f74 ] (83:05) MainEventHandler PROP_LV_OUTPUT_DEVICE(1)
  9257. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80050011)Data(1)size(0)
  9258. [ CtrlSrv:ff39bee8 ] (83:03) IDLEHandler START_IDLE_MODE
  9259. [ CtrlSrv:ff0cd770 ] (89:03) bindChangeModeCompleteCBR (1, 0, 0)
  9260. [ CtrlSrv:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 2)
  9261. [ MainCtrl:ff0ced84 ] (9c:01) ID:0(11)
  9262. [ MainCtrl:ff146b3c ] (9c:16) cam event guimode comp. 0
  9263. [ CtrlSrv:ff0d8110 ] (00:04) < GUI Lock > GUILock_TurnOffDisplay (PUB)
  9264. [ GuiLockTask:ff0d7884 ] (00:03) < GUI Lock > GUILockTask 2
  9265. [ GuiLockTask:ff12dcd8 ] (82:03) [Post]TurnOffDisplay 477
  9266. [ DisplayMgr:ff12a000 ] (82:02) ignore >>> TURNOFF
  9267. [ DisplayMgr:ff12dd24 ] (82:01) GUILockWaitCBR pParam=0
  9268. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 3)
  9269. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 2)
  9270. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 3)
  9271. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 2)
  9272. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030015)Parameter(1)Size(4)
  9273. [ CtrlSrv:ff39bee8 ] (83:03) IDLEHandler START_IDLE_MODE
  9274. [ CtrlSrv:ff0cd770 ] (89:03) bindChangeModeCompleteCBR (0, 0, 0)
  9275. [ MainCtrl:ff0ced84 ] (9c:01) ID:0(12)
  9276. [ MainCtrl:ff146b3c ] (9c:16) cam event guimode comp. 0
  9277. [ CtrlSrv:ff0d8110 ] (00:04) < GUI Lock > GUILock_TurnOffDisplay (PUB)
  9278. [ GuiLockTask:ff0d7884 ] (00:03) < GUI Lock > GUILockTask 2
  9279. [ GuiLockTask:ff12dcd8 ] (82:03) [Post]TurnOffDisplay 477
  9280. [ DisplayMgr:ff12a000 ] (82:02) ignore >>> TURNOFF
  9281. [ DisplayMgr:ff12dd24 ] (82:01) GUILockWaitCBR pParam=0
  9282. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 3)
  9283. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 2)
  9284. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030015)Parameter(1)Size(4)
  9285. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030015)Data(1)size(0)
  9286. [ CtrlSrv:ff1af3f0 ] (83:01) PropertyData PROP_TFT_STATUS[0x1]
  9287. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030015)Data(1)size(0)
  9288. [ CtrlSrv:ff1af3f0 ] (83:01) PropertyData PROP_TFT_STATUS[0x1]
  9289. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030015)Data(1)size(0)
  9290. [ CtrlSrv:ff1af3f0 ] (83:01) PropertyData PROP_TFT_STATUS[0x1]
  9291. [MPU] Received: 06 05 03 19 01 00 (PROP_TFT_STATUS - spell #310)
  9292. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 3)
  9293. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 2)
  9294. [MPU] Received: 06 05 03 19 01 00 (PROP_TFT_STATUS - spell #310)
  9295. [livev_hiprio_task:ff743704 ] (23:01) sdReadBlk: st=544, num=32, buf=0x40326000
  9296. [livev_hiprio_task:ff742160 ] (23:01) sdDMAReadBlk: st=544, num=32
  9297. [ menu_task:0007f9ec ] (32:03) read_entire_file:741: failed
  9298. Key event: 53 -> 0401
  9299. [MPU] Sending : 06 05 06 04 01 00 (GUI_SWITCH)
  9300. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 3)
  9301. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 2)
  9302. [ MainCtrl:ff0ced84 ] (9c:01) ID:4(13)
  9303. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (4, 1)
  9304. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:13 0x0
  9305. [ PropMgr:ff0ee3f4 ] (8d:02) emAutoPowerOffRequestChangeCBR (3)
  9306. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 3)
  9307. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 2)
  9308. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 3)
  9309. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 2)
  9310. [ menu_task:00086b0c ] task_create(menu_redraw_flood, prio=1c, stack=0, entry=864b8, arg=0)
  9311. [ menu_task:ff1a98f8 ] (83:03) SetGUIRequestMode(2)
  9312. [ menu_task:ff0d6d44 ] (83:03) NotifyGUIEvent(1)
  9313. [MPU] Received: 06 05 03 11 03 00 (unknown - PROP_ICU_AUTO_POWEROFF)
  9314. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 3)
  9315. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 2)
  9316. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 3)
  9317. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 2)
  9318. [ menu_task:ff0cd914 ] (89:03) bindGUIEventFromGUICBR : PLAYMENU
  9319. [MPU] Received: 06 05 04 00 01 00 (NotifyGUIEvent - spell #283)
  9320. [MPU] Sending : 06 05 04 00 01 01 (NotifyGUIEvent)
  9321. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 3)
  9322. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 2)
  9323. [ MainCtrl:ff0ced84 ] (9c:01) ID:80020000(14)
  9324. [ MainCtrl:ff146960 ] (9c:16) PROP_GUI_STATE 1
  9325. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF1450A8(1)
  9326. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF186380(2)
  9327. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][5]
  9328. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF0FE9DC(3)
  9329. [ PropMgr:ff2a4638 ] (33:01) PropCBR camctrl:0x80020000,0x1
  9330. [ PropMgr:ff2a49d0 ] (33:03) PROP_GUI_STATE[1]
  9331. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF2A4610(4)
  9332. [ PropMgr:ff0ccc54 ] (89:03) GUI_STATE : PLAYMENU
  9333. [ PropMgr:ff0d7bb8 ] (00:04) < GUI Lock > GUILock_PermitLock (PUB)
  9334. [ PropMgr:ff12b7bc ] (82:02) DispConEmergencyStop
  9335. [ PropMgr:ff239830 ] (19:03) [ImgPlyDr] UnlockImagePlayDiriver
  9336. [ PropMgr:ff0ccc58 ] (19:03) [ImgPlyDr] CancelCountDown 0x10000
  9337. [ PropMgr:ff0d6e74 ] (85:03) GUI_ChangeMode:1
  9338. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0xFF0CCF04(5)
  9339. [ PropMgr:ff318a84 ] (01:03) Deliv WaitID = 0x80020000, 0x0009A9D0(6)
  9340. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF1450A8(5)
  9341. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF0FE9DC(4)
  9342. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF2A4610(3)
  9343. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF0CCF04(2)
  9344. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0x0009A9D0(1)
  9345. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80020000(0x1)
  9346. [ Gmt:ff183644 ] (9a:03) PROP_GUI_STATE :1
  9347. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80020000(1)
  9348. [ PropMgr:ff31bc20 ] (01:03) Complete WaitID = 0x80020000, 0xFF186380(0)
  9349. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 3)
  9350. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 2)
  9351. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 3)
  9352. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 2)
  9353. [ GuiMainTask:ff0d7150 ] (84:01) GUI_CHANGE_MODE:1
  9354. [ GuiMainTask:ff1c74f4 ] (84:03) GUI_ChangeMode_Post:1, 2, 0
  9355. [ CtrlSrv:ff39c220 ] (83:03) IDLEHandler START_MENU_MODE
  9356. [ CtrlSrv:ff0cd770 ] (89:03) bindChangeModeCompleteCBR (0, 1, 1)
  9357. [ CtrlSrv:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 3)
  9358. [ MainCtrl:ff0ced84 ] (9c:01) ID:1(15)
  9359. [ MainCtrl:ff146b3c ] (9c:16) cam event guimode comp. 1
  9360. [ CtrlSrv:ff1beb1c ] (83:03) GUI_GetTotalFileInDrive hDriveHandle(0x90000000)
  9361. [ CtrlSrv:ff117b6c ] (24:02) FM_GetDriveObject (0x90000000)
  9362. [ CtrlSrv:ff111b44 ] (27:01) FC_GetDriveObject
  9363. [ CtrlSrv:ff2cc738 ] (27:01) _FC_LockCatalog (2)
  9364. [ CtrlSrv:ff2cc7fc ] (27:03) _FC_GetDriveObject (2,1)
  9365. [ CtrlSrv:ff2cc794 ] (27:01) _FC_UnlockCatalog (2)
  9366. [ CtrlSrv:ff1beb3c ] (83:03) GUI_GetTotalFileInDrive FM_GetDriveObject Num(0)
  9367. [ CtrlSrv:ff65769c ] (83:03) StartMnMainTabHeaderApp
  9368. [ CtrlSrv:ff652548 ] (83:03) StartMnMainRec1App()
  9369. [MPU] Received: 08 06 00 00 04 00 00 00 (Complete WaitID = 0x80020000 - spell #284)
  9370. [ CtrlSrv:ff6522d8 ] (83:03) DlgMnMainRecord1 GOT_TOP_OF_CONTROL
  9371. [ CtrlSrv:ff4b3664 ] (04:03) Dialog 93's search table length -> 16
  9372. [ CtrlSrv:ff4d4f50 ] (04:01) AreaPerTime=0 GapTime=1726720
  9373. [ CtrlSrv:ff6532a4 ] (83:03) StartMnMainRec2App()
  9374. [ CtrlSrv:ff6522bc ] (83:01) DlgMnMainRecord1 LOST_TOP_OF_CONTROL
  9375. [ CtrlSrv:ff652f50 ] (83:03) DlgMnMainRecord2 GOT_TOP_OF_CONTROL
  9376. [ CtrlSrv:ff4b3664 ] (04:03) Dialog 94's search table length -> 16
  9377. [ CtrlSrv:ff4d4f50 ] (04:01) AreaPerTime=0 GapTime=1280
  9378. [ CtrlSrv:ff653ecc ] (83:03) StartMnMainRecord3App()
  9379. [ CtrlSrv:ff652e34 ] (83:01) DlgMnMainRecord2 LOST_TOP_OF_CONTROL
  9380. [ CtrlSrv:ff653d0c ] (83:03) DlgMnMainRecord3 GOT_TOP_OF_CONTROL
  9381. [ CtrlSrv:ff4b3664 ] (04:03) Dialog 95's search table length -> 13
  9382. [ CtrlSrv:ff4d4f50 ] (04:01) AreaPerTime=0 GapTime=512
  9383. [ CtrlSrv:ff66e33c ] (83:03) StartMnMainLvMovie1App()
  9384. [ CtrlSrv:ff653a9c ] (83:01) DlgMnMainRecord3 LOST_TOP_OF_CONTROL
  9385. [ CtrlSrv:ff66e034 ] (83:03) DlgMnMainLvMovie1 GOT_TOP_OF_CONTROL
  9386. [ CtrlSrv:ff4b3664 ] (04:03) Dialog 88's search table length -> 18
  9387. [ CtrlSrv:ff4d4f50 ] (04:01) AreaPerTime=0 GapTime=1431552
  9388. [ CtrlSrv:ff66f090 ] (83:03) StartMnMainLvMovie2App()
  9389. [ CtrlSrv:ff66dec8 ] (83:01) DlgMnMainLvMovie1 LOST_TOP_OF_CONTROL
  9390. [ CtrlSrv:ff66edec ] (83:03) DlgMnMainLvMovie2 GOT_TOP_OF_CONTROL
  9391. [ CtrlSrv:ff4b3664 ] (04:03) Dialog 89's search table length -> 12
  9392. [ CtrlSrv:ff4d4f50 ] (04:01) AreaPerTime=0 GapTime=512
  9393. [ CtrlSrv:ff650ba0 ] (83:03) StartMnMainPlay1App()
  9394. [ CtrlSrv:ff66edd0 ] (83:01) DlgMnMainLvMovie2 LOST_TOP_OF_CONTROL
  9395. [ CtrlSrv:ff65088c ] (83:03) DlgMnMainPlay1 GOT_TOP_OF_CONTROL
  9396. [ CtrlSrv:ff4b3664 ] (04:03) Dialog 91's search table length -> 16
  9397. [ CtrlSrv:ff4d4f50 ] (04:01) AreaPerTime=0 GapTime=256
  9398. [ CtrlSrv:ff6518d8 ] (83:03) StartMnMainPlay2App()
  9399. [ CtrlSrv:ff650870 ] (83:01) DlgMnMainPlay1 LOST_TOP_OF_CONTROL
  9400. [ CtrlSrv:ff65137c ] (83:03) DlgMnMainPlay2 GOT_TOP_OF_CONTROL
  9401. [ CtrlSrv:ff4b3664 ] (04:03) Dialog 92's search table length -> 15
  9402. [ CtrlSrv:ff4d4f50 ] (04:01) AreaPerTime=0 GapTime=256
  9403. [ CtrlSrv:ff654b08 ] (83:03) StartMnMainSetup1App()
  9404. [ CtrlSrv:ff6515a8 ] (83:01) DlgMnMainPlay2 LOST_TOP_OF_CONTROL
  9405. [ CtrlSrv:ff65479c ] (83:03) DlgMnMainSetup1 GOT_TOP_OF_CONTROL
  9406. [ CtrlSrv:ff4b3664 ] (04:03) Dialog 96's search table length -> 14
  9407. [ CtrlSrv:ff4d4f50 ] (04:01) AreaPerTime=0 GapTime=256
  9408. [ CtrlSrv:ff655824 ] (83:03) StartMnMainSetup2App()
  9409. [ CtrlSrv:ff654634 ] (83:01) DlgMnMainSetup1 LOST_TOP_OF_CONTROL
  9410. [ CtrlSrv:ff655214 ] (83:03) DlgMnMainSetup2 GOT_TOP_OF_CONTROL
  9411. [ CtrlSrv:ff4b3664 ] (04:03) Dialog 97's search table length -> 16
  9412. [ CtrlSrv:ff4d4f50 ] (04:01) AreaPerTime=0 GapTime=256
  9413. [ CtrlSrv:ff65633c ] (83:03) StartMnMainSetup3App()
  9414. [ CtrlSrv:ff6553a0 ] (83:01) DlgMnMainSetup2 LOST_TOP_OF_CONTROL
  9415. [ CtrlSrv:ff655eb0 ] (83:03) DlgMnMainSetup3 GOT_TOP_OF_CONTROL
  9416. [ CtrlSrv:ff4b3664 ] (04:03) Dialog 98's search table length -> 14
  9417. [ CtrlSrv:ff4d4f50 ] (04:01) AreaPerTime=0 GapTime=512
  9418. [ CtrlSrv:ff67df14 ] (83:03) StartMnMainSetup4App()
  9419. [ CtrlSrv:ff656028 ] (83:03) DlgMnMainSetup3 LOST_TOP_OF_CONTROL
  9420. [ CtrlSrv:ff67dab8 ] (83:03) DlgMnMainSetup4 GOT_TOP_OF_CONTROL
  9421. [ CtrlSrv:ff4b3664 ] (04:03) Dialog 99's search table length -> 14
  9422. [ CtrlSrv:ff4d4f50 ] (04:01) AreaPerTime=0 GapTime=1435648
  9423. [ CtrlSrv:ff64fecc ] (83:03) StartMnMainMyMenuApp()
  9424. [ CtrlSrv:ff67dc30 ] (83:03) DlgMnMainSetup4 LOST_TOP_OF_CONTROL
  9425. [ CtrlSrv:ff64f8e4 ] (83:03) DlgMnMainMyMenu.c: GOT_TOP_OF_CONTROL
  9426. [ CtrlSrv:ff4b3664 ] (04:03) Dialog 90's search table length -> 16
  9427. [ CtrlSrv:ff4d4f50 ] (04:01) AreaPerTime=0 GapTime=256
  9428. [ CtrlSrv:ff64dff0 ] (83:01) CopyItemPropertyFromID()
  9429. [ CtrlSrv:ff64dff0 ] (83:01) CopyItemPropertyFromID()
  9430. [ CtrlSrv:ff64dff0 ] (83:01) CopyItemPropertyFromID()
  9431. [ CtrlSrv:ff64d7c4 ] (83:03) DlgMnMainMyMenu SetMenuItemDataToMyMenu()
  9432. [ CtrlSrv:ff64d7e8 ] (83:03) DlgMnMainMyMenu SetMenuItemDataToMyMenu: dwMenuID(0x6000e)
  9433. [ CtrlSrv:ff64d7e8 ] (83:03) DlgMnMainMyMenu SetMenuItemDataToMyMenu: dwMenuID(0x14)
  9434. [ CtrlSrv:ff64d7e8 ] (83:03) DlgMnMainMyMenu SetMenuItemDataToMyMenu: dwMenuID(0x1f)
  9435. [ CtrlSrv:ff661230 ] (83:01) MnMainUtilityIO.c SetMovieRecSizeToWinSystem(size=0,framerate=24)
  9436. [ CtrlSrv:ff64f8c8 ] (83:01) DlgMnMainMyMenu.c: LOST_TOP_OF_CONTROL
  9437. [ CtrlSrv:ff65733c ] (83:03) DlgMnMainTabHeader.c GOT_TOP_OF_CONTROL
  9438. [ CtrlSrv:ff4b3664 ] (04:03) Dialog 100's search table length -> 30
  9439. [ CtrlSrv:ff4d4f50 ] (04:01) AreaPerTime=0 GapTime=2560
  9440. [ CtrlSrv:ff7767b4 ] (83:03) StartMnMainTabHeaderLineApp
  9441. [ CtrlSrv:ff4b3664 ] (04:03) Dialog 102's search table length -> 26
  9442. [ CtrlSrv:ff4d4f50 ] (04:01) AreaPerTime=0 GapTime=256
  9443. [ CtrlSrv:ff4d4f50 ] (04:01) AreaPerTime=0 GapTime=256
  9444. [ CtrlSrv:ff520a44 ] (83:01) PushColorPalette
  9445. [ CtrlSrv:ff4d4f50 ] (04:01) AreaPerTime=2 GapTime=512
  9446. [ CtrlSrv:ff64f8e4 ] (83:03) DlgMnMainMyMenu.c: GOT_TOP_OF_CONTROL
  9447. [ CtrlSrv:ff64d7c4 ] (83:03) DlgMnMainMyMenu SetMenuItemDataToMyMenu()
  9448. [ CtrlSrv:ff64d7e8 ] (83:03) DlgMnMainMyMenu SetMenuItemDataToMyMenu: dwMenuID(0x6000e)
  9449. [ CtrlSrv:ff64d7e8 ] (83:03) DlgMnMainMyMenu SetMenuItemDataToMyMenu: dwMenuID(0x14)
  9450. [ CtrlSrv:ff64d7e8 ] (83:03) DlgMnMainMyMenu SetMenuItemDataToMyMenu: dwMenuID(0x1f)
  9451. [ CtrlSrv:ff661230 ] (83:01) MnMainUtilityIO.c SetMovieRecSizeToWinSystem(size=0,framerate=24)
  9452. [ CtrlSrv:ff4d4f50 ] (04:01) AreaPerTime=2 GapTime=512
  9453. [ CtrlSrv:ff6245a0 ] (04:03) DrawUtil Bitmap size=3600
  9454. [ CtrlSrv:ff4cc58c ] (04:03) Pattern size=92
  9455. [ CtrlSrv:ff4d56c8 ] (04:03) -->Reverse start
  9456. [ DisplayMgr:ff12b728 ] (82:03) UpdateReverseTFT(off) Current=1 Target=1
  9457. [ CtrlSrv:ff12dcd8 ] (82:02) [Post]ChangePhysicalScreen 165
  9458. [ DisplayMgr:ff128888 ] (82:02) SetBitmapVramAddress pBitmap_Address=41300008
  9459. [ DisplayMgr:ff12dcfc ] (82:01) WaitCBR pParam=0
  9460. [ CtrlSrv:ff4d3c6c ] (04:02) refresh whole fReverseScreen=0
  9461. [ CtrlSrv:ff39e9dc ] (04:03) Reverse finish
  9462. [ CtrlSrv:ff0d80a0 ] (00:04) < GUI Lock > GUILock_TurnOnDisplay (PUB)
  9463. [ GuiLockTask:ff0d7884 ] (00:03) < GUI Lock > GUILockTask 1
  9464. [ GuiLockTask:ff12dcd8 ] (82:03) [Post]TurnOnDisplay 470
  9465. [ DisplayMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  9466. [ DisplayMgr:ff2c37f0 ] (00:01) [CLKSAVER] ??ClockSave Out??
  9467. [ DisplayMgr:ff12d86c ] (82:03) Enable Pb 1 (2485)
  9468. [ DisplayMgr:ff12a2f8 ] (82:03) TurnOnDisplay action Type=0
  9469. [ DisplayMgr:ff127f68 ] (82:03) InitializeDLIC call(1009)
  9470. [ DisplayMgr:ff127f90 ] (82:03) localSendLCDOnToDLIC (fMainSwOn = 0)
  9471. [ DisplayMgr:ff127fa8 ] (82:01) DL(L->H)
  9472. [ DisplayMgr:ff13b670 ] register_interrupt(null, 0x84, 0xff13b4c4, 0x5)
  9473. [ DisplayMgr:ff127d3c ] (82:01) SIO [0]:0x222a
  9474. [ DisplayMgr:ff127d3c ] (82:01) SIO [1]:0x2a81
  9475. [ DisplayMgr:ff127d3c ] (82:01) SIO [2]:0x2010
  9476. [ DisplayMgr:ff127d3c ] (82:01) SIO [3]:0x2412
  9477. [ DisplayMgr:ff127d3c ] (82:01) SIO [4]:0x2647
  9478. [ DisplayMgr:ff127d3c ] (82:01) SIO [5]:0x289f
  9479. [ DisplayMgr:ff12a350 ] (82:01) InitializeDLIC end(1062)
  9480. [ DisplayMgr:ff1282a4 ] (82:02) TurnOnPowerPort DispType=0
  9481. [ DisplayMgr:ff12a35c ] (82:02) MuteOFF (2494)
  9482. [ DisplayMgr:ff12db28 ] (82:02) SetVramParameters
  9483. [ DisplayMgr:ff128888 ] (82:02) SetBitmapVramAddress pBitmap_Address=41300008
  9484. [ DisplayMgr:ff128e4c ] (82:02) SetParameterToBitmapDisplayDevice
  9485. [ DisplayMgr:ff128a54 ] (82:01) SetImageVramAddress pImage_Address=0 DispType=0
  9486. [ DisplayMgr:ff128a94 ] (82:03) MuteONImage (1566)
  9487. [ DisplayMgr:ff128978 ] (82:01) SetRegisterImageDisplayDevice
  9488. [ DisplayMgr:ff127a80 ] (82:02) EnableBitmapImageVBufferForPlayBackAndWait WaitBmpCBR=ff127138
  9489. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9490. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 5, Param = 0
  9491. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  9492. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  9493. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  9494. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  9495. [ PowerMgr:ff128f64 ] (82:01) VdInterruptHandler bmp=ff127138 img=0 localWaitBmpCBR=ff127138
  9496. [ PowerMgr:ff12714c ] (82:01) WaitBmpCBR(local) pParam=0
  9497. [ DisplayMgr:ff1283dc ] (82:02) EnableTftCtrl CurrentBrightness=4
  9498. [ DisplayMgr:ff13b670 ] register_interrupt(null, 0x34, 0xff13b4c4, 0x1)
  9499. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0xb0
  9500. [ DisplayMgr:ff127de0 ] (82:01) SIO [1]:0x104
  9501. [ DisplayMgr:ff127de0 ] (82:01) SIO [2]:0xb4
  9502. [ DisplayMgr:ff127de0 ] (82:01) SIO [3]:0x140
  9503. [ DisplayMgr:ff127de0 ] (82:01) SIO [4]:0x140
  9504. [ DisplayMgr:ff127de0 ] (82:01) SIO [5]:0xc1
  9505. [ DisplayMgr:ff127de0 ] (82:01) SIO [6]:0x103
  9506. [ DisplayMgr:ff127de0 ] (82:01) SIO [7]:0x11d
  9507. [ DisplayMgr:ff127de0 ] (82:01) SIO [8]:0x182
  9508. [ DisplayMgr:ff127de0 ] (82:01) SIO [9]:0x13a
  9509. [ DisplayMgr:ff127de0 ] (82:01) SIO [10]:0x13a
  9510. [ DisplayMgr:ff127de0 ] (82:01) SIO [11]:0x112
  9511. [ DisplayMgr:ff127de0 ] (82:01) SIO [12]:0x102
  9512. [ DisplayMgr:ff127de0 ] (82:01) SIO [13]:0x130
  9513. [ DisplayMgr:ff127de0 ] (82:01) SIO [14]:0x142
  9514. [ DisplayMgr:ff127de0 ] (82:01) SIO [15]:0x102
  9515. [ DisplayMgr:ff127de0 ] (82:01) SIO [16]:0x1aa
  9516. [ DisplayMgr:ff127de0 ] (82:01) SIO [17]:0x1aa
  9517. [ DisplayMgr:ff127de0 ] (82:01) SIO [18]:0x168
  9518. [ DisplayMgr:ff127de0 ] (82:01) SIO [19]:0x114
  9519. [ DisplayMgr:ff127de0 ] (82:01) SIO [20]:0x101
  9520. [ DisplayMgr:ff127de0 ] (82:01) SIO [21]:0x183
  9521. [ DisplayMgr:ff127de0 ] (82:01) SIO [22]:0x10f
  9522. [ DisplayMgr:ff127de0 ] (82:01) SIO [23]:0xc2
  9523. [ DisplayMgr:ff127de0 ] (82:01) SIO [24]:0x111
  9524. [ DisplayMgr:ff127de0 ] (82:01) SIO [25]:0x108
  9525. [ DisplayMgr:ff127de0 ] (82:01) SIO [26]:0x188
  9526. [ DisplayMgr:ff127de0 ] (82:01) SIO [27]:0x106
  9527. [ DisplayMgr:ff127de0 ] (82:01) SIO [28]:0x100
  9528. [ DisplayMgr:ff127de0 ] (82:01) SIO [29]:0xc8
  9529. [ DisplayMgr:ff127de0 ] (82:01) SIO [30]:0x103
  9530. [ DisplayMgr:ff127de0 ] (82:01) SIO [31]:0x110
  9531. [ DisplayMgr:ff127de0 ] (82:01) SIO [32]:0x116
  9532. [ DisplayMgr:ff127de0 ] (82:01) SIO [33]:0x11f
  9533. [ DisplayMgr:ff127de0 ] (82:01) SIO [34]:0x11e
  9534. [ DisplayMgr:ff127de0 ] (82:01) SIO [35]:0x11f
  9535. [ DisplayMgr:ff127de0 ] (82:01) SIO [36]:0x11f
  9536. [ DisplayMgr:ff127de0 ] (82:01) SIO [37]:0x11f
  9537. [ DisplayMgr:ff127de0 ] (82:01) SIO [38]:0x11e
  9538. [ DisplayMgr:ff127de0 ] (82:01) SIO [39]:0x11f
  9539. [ DisplayMgr:ff127de0 ] (82:01) SIO [40]:0x11f
  9540. [ DisplayMgr:ff127de0 ] (82:01) SIO [41]:0x126
  9541. [ DisplayMgr:ff127de0 ] (82:01) SIO [42]:0x11c
  9542. [ DisplayMgr:ff127de0 ] (82:01) SIO [43]:0x104
  9543. [ DisplayMgr:ff127de0 ] (82:01) SIO [44]:0x103
  9544. [ DisplayMgr:ff127de0 ] (82:01) SIO [45]:0x110
  9545. [ DisplayMgr:ff127de0 ] (82:01) SIO [46]:0x116
  9546. [ DisplayMgr:ff127de0 ] (82:01) SIO [47]:0x11f
  9547. [ DisplayMgr:ff127de0 ] (82:01) SIO [48]:0x11e
  9548. [ DisplayMgr:ff127de0 ] (82:01) SIO [49]:0x11f
  9549. [ DisplayMgr:ff127de0 ] (82:01) SIO [50]:0x11f
  9550. [ DisplayMgr:ff127de0 ] (82:01) SIO [51]:0x11f
  9551. [ DisplayMgr:ff127de0 ] (82:01) SIO [52]:0x11e
  9552. [ DisplayMgr:ff127de0 ] (82:01) SIO [53]:0x11f
  9553. [ DisplayMgr:ff127de0 ] (82:01) SIO [54]:0x11f
  9554. [ DisplayMgr:ff127de0 ] (82:01) SIO [55]:0x126
  9555. [ DisplayMgr:ff127de0 ] (82:01) SIO [56]:0x11c
  9556. [ DisplayMgr:ff127de0 ] (82:01) SIO [57]:0x104
  9557. [ DisplayMgr:ff127de0 ] (82:01) SIO [58]:0xc9
  9558. [ DisplayMgr:ff127de0 ] (82:01) SIO [59]:0x103
  9559. [ DisplayMgr:ff127de0 ] (82:01) SIO [60]:0x110
  9560. [ DisplayMgr:ff127de0 ] (82:01) SIO [61]:0x116
  9561. [ DisplayMgr:ff127de0 ] (82:01) SIO [62]:0x11f
  9562. [ DisplayMgr:ff127de0 ] (82:01) SIO [63]:0x11e
  9563. [ DisplayMgr:ff127de0 ] (82:01) SIO [64]:0x11f
  9564. [ DisplayMgr:ff127de0 ] (82:01) SIO [65]:0x11f
  9565. [ DisplayMgr:ff127de0 ] (82:01) SIO [66]:0x11f
  9566. [ DisplayMgr:ff127de0 ] (82:01) SIO [67]:0x11e
  9567. [ DisplayMgr:ff127de0 ] (82:01) SIO [68]:0x11f
  9568. [ DisplayMgr:ff127de0 ] (82:01) SIO [69]:0x11f
  9569. [ DisplayMgr:ff127de0 ] (82:01) SIO [70]:0x126
  9570. [ DisplayMgr:ff127de0 ] (82:01) SIO [71]:0x11c
  9571. [ DisplayMgr:ff127de0 ] (82:01) SIO [72]:0x104
  9572. [ DisplayMgr:ff127de0 ] (82:01) SIO [73]:0x103
  9573. [ DisplayMgr:ff127de0 ] (82:01) SIO [74]:0x110
  9574. [ DisplayMgr:ff127de0 ] (82:01) SIO [75]:0x116
  9575. [ DisplayMgr:ff127de0 ] (82:01) SIO [76]:0x11f
  9576. [ DisplayMgr:ff127de0 ] (82:01) SIO [77]:0x11e
  9577. [ DisplayMgr:ff127de0 ] (82:01) SIO [78]:0x11f
  9578. [ DisplayMgr:ff127de0 ] (82:01) SIO [79]:0x11f
  9579. [ DisplayMgr:ff127de0 ] (82:01) SIO [80]:0x11f
  9580. [ DisplayMgr:ff127de0 ] (82:01) SIO [81]:0x11e
  9581. [ DisplayMgr:ff127de0 ] (82:01) SIO [82]:0x11f
  9582. [ DisplayMgr:ff127de0 ] (82:01) SIO [83]:0x11f
  9583. [ DisplayMgr:ff127de0 ] (82:01) SIO [84]:0x126
  9584. [ DisplayMgr:ff127de0 ] (82:01) SIO [85]:0x11c
  9585. [ DisplayMgr:ff127de0 ] (82:01) SIO [86]:0x104
  9586. [ DisplayMgr:ff127de0 ] (82:01) SIO [87]:0xca
  9587. [ DisplayMgr:ff127de0 ] (82:01) SIO [88]:0x103
  9588. [ DisplayMgr:ff127de0 ] (82:01) SIO [89]:0x110
  9589. [ DisplayMgr:ff127de0 ] (82:01) SIO [90]:0x116
  9590. [ DisplayMgr:ff127de0 ] (82:01) SIO [91]:0x11f
  9591. [ DisplayMgr:ff127de0 ] (82:01) SIO [92]:0x11e
  9592. [ DisplayMgr:ff127de0 ] (82:01) SIO [93]:0x11f
  9593. [ DisplayMgr:ff127de0 ] (82:01) SIO [94]:0x11f
  9594. [ DisplayMgr:ff127de0 ] (82:01) SIO [95]:0x11f
  9595. [ DisplayMgr:ff127de0 ] (82:01) SIO [96]:0x11e
  9596. [ DisplayMgr:ff127de0 ] (82:01) SIO [97]:0x11f
  9597. [ DisplayMgr:ff127de0 ] (82:01) SIO [98]:0x11f
  9598. [ DisplayMgr:ff127de0 ] (82:01) SIO [99]:0x126
  9599. [ DisplayMgr:ff127de0 ] (82:01) SIO [100]:0x11c
  9600. [ DisplayMgr:ff127de0 ] (82:01) SIO [101]:0x104
  9601. [ DisplayMgr:ff127de0 ] (82:01) SIO [102]:0x103
  9602. [ DisplayMgr:ff127de0 ] (82:01) SIO [103]:0x110
  9603. [ DisplayMgr:ff127de0 ] (82:01) SIO [104]:0x116
  9604. [ DisplayMgr:ff127de0 ] (82:01) SIO [105]:0x11f
  9605. [ DisplayMgr:ff127de0 ] (82:01) SIO [106]:0x11e
  9606. [ DisplayMgr:ff127de0 ] (82:01) SIO [107]:0x11f
  9607. [ DisplayMgr:ff127de0 ] (82:01) SIO [108]:0x11f
  9608. [ DisplayMgr:ff127de0 ] (82:01) SIO [109]:0x11f
  9609. [ DisplayMgr:ff127de0 ] (82:01) SIO [110]:0x11e
  9610. [ DisplayMgr:ff127de0 ] (82:01) SIO [111]:0x11f
  9611. [ DisplayMgr:ff127de0 ] (82:01) SIO [112]:0x11f
  9612. [ DisplayMgr:ff127de0 ] (82:01) SIO [113]:0x126
  9613. [ DisplayMgr:ff127de0 ] (82:01) SIO [114]:0x11c
  9614. [ DisplayMgr:ff127de0 ] (82:01) SIO [115]:0x104
  9615. [ DisplayMgr:ff127de0 ] (82:01) SIO [116]:0xcb
  9616. [ DisplayMgr:ff127de0 ] (82:01) SIO [117]:0x110
  9617. [ DisplayMgr:ff127de0 ] (82:01) SIO [118]:0x120
  9618. [ DisplayMgr:ff127de0 ] (82:01) SIO [119]:0x140
  9619. [ DisplayMgr:ff127de0 ] (82:01) SIO [120]:0x180
  9620. [ DisplayMgr:ff127de0 ] (82:01) SIO [121]:0x1a0
  9621. [ DisplayMgr:ff127de0 ] (82:01) SIO [122]:0x1c0
  9622. [ DisplayMgr:ff127de0 ] (82:01) SIO [123]:0x1d0
  9623. [ DisplayMgr:ff127de0 ] (82:01) SIO [124]:0x1e0
  9624. [ DisplayMgr:ff127de0 ] (82:01) SIO [125]:0xcc
  9625. [ DisplayMgr:ff127de0 ] (82:01) SIO [126]:0x1ff
  9626. [ DisplayMgr:ff127de0 ] (82:01) SIO [127]:0x1ff
  9627. [ DisplayMgr:ff127de0 ] (82:01) SIO [128]:0x1ff
  9628. [ DisplayMgr:ff127de0 ] (82:01) SIO [129]:0xcd
  9629. [ DisplayMgr:ff127de0 ] (82:01) SIO [130]:0x108
  9630. [ DisplayMgr:ff127de0 ] (82:01) SIO [131]:0x108
  9631. [ DisplayMgr:ff127de0 ] (82:01) SIO [132]:0x108
  9632. [ DisplayMgr:ff127de0 ] (82:01) SIO [133]:0x108
  9633. [ DisplayMgr:ff127de0 ] (82:01) SIO [134]:0x108
  9634. [ DisplayMgr:ff127de0 ] (82:01) SIO [135]:0x108
  9635. [ DisplayMgr:ff127de0 ] (82:01) SIO [136]:0x108
  9636. [ DisplayMgr:ff127de0 ] (82:01) SIO [137]:0xce
  9637. [ DisplayMgr:ff127de0 ] (82:01) SIO [138]:0x108
  9638. [ DisplayMgr:ff127de0 ] (82:01) SIO [139]:0x108
  9639. [ DisplayMgr:ff127de0 ] (82:01) SIO [140]:0x108
  9640. [ DisplayMgr:ff127de0 ] (82:01) SIO [141]:0x108
  9641. [ DisplayMgr:ff127de0 ] (82:01) SIO [142]:0x108
  9642. [ DisplayMgr:ff127de0 ] (82:01) SIO [143]:0x108
  9643. [ DisplayMgr:ff127de0 ] (82:01) SIO [144]:0x108
  9644. [ DisplayMgr:ff127de0 ] (82:01) SIO [145]:0xcf
  9645. [ DisplayMgr:ff127de0 ] (82:01) SIO [146]:0x108
  9646. [ DisplayMgr:ff127de0 ] (82:01) SIO [147]:0x108
  9647. [ DisplayMgr:ff127de0 ] (82:01) SIO [148]:0x108
  9648. [ DisplayMgr:ff127de0 ] (82:01) SIO [149]:0x108
  9649. [ DisplayMgr:ff127de0 ] (82:01) SIO [150]:0x108
  9650. [ DisplayMgr:ff127de0 ] (82:01) SIO [151]:0x108
  9651. [ DisplayMgr:ff127de0 ] (82:01) SIO [152]:0x108
  9652. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0xc8
  9653. [ DisplayMgr:ff127de0 ] (82:01) SIO [1]:0x103
  9654. [ DisplayMgr:ff127de0 ] (82:01) SIO [2]:0x110
  9655. [ DisplayMgr:ff127de0 ] (82:01) SIO [3]:0x116
  9656. [ DisplayMgr:ff127de0 ] (82:01) SIO [4]:0x11f
  9657. [ DisplayMgr:ff127de0 ] (82:01) SIO [5]:0x11e
  9658. [ DisplayMgr:ff127de0 ] (82:01) SIO [6]:0x11f
  9659. [ DisplayMgr:ff127de0 ] (82:01) SIO [7]:0x11f
  9660. [ DisplayMgr:ff127de0 ] (82:01) SIO [8]:0x11f
  9661. [ DisplayMgr:ff127de0 ] (82:01) SIO [9]:0x11e
  9662. [ DisplayMgr:ff127de0 ] (82:01) SIO [10]:0x11f
  9663. [ DisplayMgr:ff127de0 ] (82:01) SIO [11]:0x11f
  9664. [ DisplayMgr:ff127de0 ] (82:01) SIO [12]:0x126
  9665. [ DisplayMgr:ff127de0 ] (82:01) SIO [13]:0x11c
  9666. [ DisplayMgr:ff127de0 ] (82:01) SIO [14]:0x104
  9667. [ DisplayMgr:ff127de0 ] (82:01) SIO [15]:0x103
  9668. [ DisplayMgr:ff127de0 ] (82:01) SIO [16]:0x110
  9669. [ DisplayMgr:ff127de0 ] (82:01) SIO [17]:0x116
  9670. [ DisplayMgr:ff127de0 ] (82:01) SIO [18]:0x11f
  9671. [ DisplayMgr:ff127de0 ] (82:01) SIO [19]:0x11e
  9672. [ DisplayMgr:ff127de0 ] (82:01) SIO [20]:0x11f
  9673. [ DisplayMgr:ff127de0 ] (82:01) SIO [21]:0x11f
  9674. [ DisplayMgr:ff127de0 ] (82:01) SIO [22]:0x11f
  9675. [ DisplayMgr:ff127de0 ] (82:01) SIO [23]:0x11e
  9676. [ DisplayMgr:ff127de0 ] (82:01) SIO [24]:0x11f
  9677. [ DisplayMgr:ff127de0 ] (82:01) SIO [25]:0x11f
  9678. [ DisplayMgr:ff127de0 ] (82:01) SIO [26]:0x126
  9679. [ DisplayMgr:ff127de0 ] (82:01) SIO [27]:0x11c
  9680. [ DisplayMgr:ff127de0 ] (82:01) SIO [28]:0x104
  9681. [ DisplayMgr:ff127de0 ] (82:01) SIO [29]:0xc9
  9682. [ DisplayMgr:ff127de0 ] (82:01) SIO [30]:0x122
  9683. [ DisplayMgr:ff127de0 ] (82:01) SIO [31]:0x128
  9684. [ DisplayMgr:ff127de0 ] (82:01) SIO [32]:0x129
  9685. [ DisplayMgr:ff127de0 ] (82:01) SIO [33]:0x12d
  9686. [ DisplayMgr:ff127de0 ] (82:01) SIO [34]:0x128
  9687. [ DisplayMgr:ff127de0 ] (82:01) SIO [35]:0x123
  9688. [ DisplayMgr:ff127de0 ] (82:01) SIO [36]:0x122
  9689. [ DisplayMgr:ff127de0 ] (82:01) SIO [37]:0x11d
  9690. [ DisplayMgr:ff127de0 ] (82:01) SIO [38]:0x11d
  9691. [ DisplayMgr:ff127de0 ] (82:01) SIO [39]:0x11d
  9692. [ DisplayMgr:ff127de0 ] (82:01) SIO [40]:0x11b
  9693. [ DisplayMgr:ff127de0 ] (82:01) SIO [41]:0x120
  9694. [ DisplayMgr:ff127de0 ] (82:01) SIO [42]:0x11a
  9695. [ DisplayMgr:ff127de0 ] (82:01) SIO [43]:0x109
  9696. [ DisplayMgr:ff127de0 ] (82:01) SIO [44]:0x122
  9697. [ DisplayMgr:ff127de0 ] (82:01) SIO [45]:0x128
  9698. [ DisplayMgr:ff127de0 ] (82:01) SIO [46]:0x129
  9699. [ DisplayMgr:ff127de0 ] (82:01) SIO [47]:0x12d
  9700. [ DisplayMgr:ff127de0 ] (82:01) SIO [48]:0x128
  9701. [ DisplayMgr:ff127de0 ] (82:01) SIO [49]:0x123
  9702. [ DisplayMgr:ff127de0 ] (82:01) SIO [50]:0x122
  9703. [ DisplayMgr:ff127de0 ] (82:01) SIO [51]:0x11d
  9704. [ DisplayMgr:ff127de0 ] (82:01) SIO [52]:0x11d
  9705. [ DisplayMgr:ff127de0 ] (82:01) SIO [53]:0x11d
  9706. [ DisplayMgr:ff127de0 ] (82:01) SIO [54]:0x11b
  9707. [ DisplayMgr:ff127de0 ] (82:01) SIO [55]:0x120
  9708. [ DisplayMgr:ff127de0 ] (82:01) SIO [56]:0x11a
  9709. [ DisplayMgr:ff127de0 ] (82:01) SIO [57]:0x109
  9710. [ DisplayMgr:ff127de0 ] (82:01) SIO [58]:0xca
  9711. [ DisplayMgr:ff127de0 ] (82:01) SIO [59]:0x10e
  9712. [ DisplayMgr:ff127de0 ] (82:01) SIO [60]:0x118
  9713. [ DisplayMgr:ff127de0 ] (82:01) SIO [61]:0x11b
  9714. [ DisplayMgr:ff127de0 ] (82:01) SIO [62]:0x123
  9715. [ DisplayMgr:ff127de0 ] (82:01) SIO [63]:0x121
  9716. [ DisplayMgr:ff127de0 ] (82:01) SIO [64]:0x120
  9717. [ DisplayMgr:ff127de0 ] (82:01) SIO [65]:0x120
  9718. [ DisplayMgr:ff127de0 ] (82:01) SIO [66]:0x11f
  9719. [ DisplayMgr:ff127de0 ] (82:01) SIO [67]:0x11e
  9720. [ DisplayMgr:ff127de0 ] (82:01) SIO [68]:0x11e
  9721. [ DisplayMgr:ff127de0 ] (82:01) SIO [69]:0x11b
  9722. [ DisplayMgr:ff127de0 ] (82:01) SIO [70]:0x120
  9723. [ DisplayMgr:ff127de0 ] (82:01) SIO [71]:0x11a
  9724. [ DisplayMgr:ff127de0 ] (82:01) SIO [72]:0x107
  9725. [ DisplayMgr:ff127de0 ] (82:01) SIO [73]:0x10e
  9726. [ DisplayMgr:ff127de0 ] (82:01) SIO [74]:0x118
  9727. [ DisplayMgr:ff127de0 ] (82:01) SIO [75]:0x11b
  9728. [ DisplayMgr:ff127de0 ] (82:01) SIO [76]:0x123
  9729. [ DisplayMgr:ff127de0 ] (82:01) SIO [77]:0x121
  9730. [ DisplayMgr:ff127de0 ] (82:01) SIO [78]:0x120
  9731. [ DisplayMgr:ff127de0 ] (82:01) SIO [79]:0x120
  9732. [ DisplayMgr:ff127de0 ] (82:01) SIO [80]:0x11f
  9733. [ DisplayMgr:ff127de0 ] (82:01) SIO [81]:0x11e
  9734. [ DisplayMgr:ff127de0 ] (82:01) SIO [82]:0x11e
  9735. [ DisplayMgr:ff127de0 ] (82:01) SIO [83]:0x11b
  9736. [ DisplayMgr:ff127de0 ] (82:01) SIO [84]:0x120
  9737. [ DisplayMgr:ff127de0 ] (82:01) SIO [85]:0x11a
  9738. [ DisplayMgr:ff127de0 ] (82:01) SIO [86]:0x107
  9739. [ DisplayMgr:ff127de0 ] (82:01) SIO [87]:0xcc
  9740. [ DisplayMgr:ff127de0 ] (82:01) SIO [88]:0x1ff
  9741. [ DisplayMgr:ff127de0 ] (82:01) SIO [89]:0x1ef
  9742. [ DisplayMgr:ff127de0 ] (82:01) SIO [90]:0x1e2
  9743. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0xcb
  9744. [ DisplayMgr:ff127de0 ] (82:01) SIO [1]:0x110
  9745. [ DisplayMgr:ff127de0 ] (82:01) SIO [2]:0x120
  9746. [ DisplayMgr:ff127de0 ] (82:01) SIO [3]:0x140
  9747. [ DisplayMgr:ff127de0 ] (82:01) SIO [4]:0x180
  9748. [ DisplayMgr:ff127de0 ] (82:01) SIO [5]:0x1a0
  9749. [ DisplayMgr:ff127de0 ] (82:01) SIO [6]:0x1c0
  9750. [ DisplayMgr:ff127de0 ] (82:01) SIO [7]:0x1d0
  9751. [ DisplayMgr:ff127de0 ] (82:01) SIO [8]:0x1e0
  9752. [ DisplayMgr:ff127de0 ] (82:01) SIO [9]:0xcd
  9753. [ DisplayMgr:ff127de0 ] (82:01) SIO [10]:0x108
  9754. [ DisplayMgr:ff127de0 ] (82:01) SIO [11]:0x108
  9755. [ DisplayMgr:ff127de0 ] (82:01) SIO [12]:0x108
  9756. [ DisplayMgr:ff127de0 ] (82:01) SIO [13]:0x108
  9757. [ DisplayMgr:ff127de0 ] (82:01) SIO [14]:0x108
  9758. [ DisplayMgr:ff127de0 ] (82:01) SIO [15]:0x108
  9759. [ DisplayMgr:ff127de0 ] (82:01) SIO [16]:0x108
  9760. [ DisplayMgr:ff127de0 ] (82:01) SIO [17]:0xce
  9761. [ DisplayMgr:ff127de0 ] (82:01) SIO [18]:0x108
  9762. [ DisplayMgr:ff127de0 ] (82:01) SIO [19]:0x108
  9763. [ DisplayMgr:ff127de0 ] (82:01) SIO [20]:0x108
  9764. [ DisplayMgr:ff127de0 ] (82:01) SIO [21]:0x108
  9765. [ DisplayMgr:ff127de0 ] (82:01) SIO [22]:0x108
  9766. [ DisplayMgr:ff127de0 ] (82:01) SIO [23]:0x108
  9767. [ DisplayMgr:ff127de0 ] (82:01) SIO [24]:0x108
  9768. [ DisplayMgr:ff127de0 ] (82:01) SIO [25]:0xcf
  9769. [ DisplayMgr:ff127de0 ] (82:01) SIO [26]:0x108
  9770. [ DisplayMgr:ff127de0 ] (82:01) SIO [27]:0x108
  9771. [ DisplayMgr:ff127de0 ] (82:01) SIO [28]:0x108
  9772. [ DisplayMgr:ff127de0 ] (82:01) SIO [29]:0x108
  9773. [ DisplayMgr:ff127de0 ] (82:01) SIO [30]:0x108
  9774. [ DisplayMgr:ff127de0 ] (82:01) SIO [31]:0x108
  9775. [ DisplayMgr:ff127de0 ] (82:01) SIO [32]:0x108
  9776. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0x36
  9777. [ DisplayMgr:ff127de0 ] (82:01) SIO [1]:0x1c0
  9778. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0xb0
  9779. [ DisplayMgr:ff127de0 ] (82:01) SIO [1]:0x103
  9780. [ DisplayMgr:ff127de0 ] (82:01) SIO [2]:0x29
  9781. [ DisplayMgr:ff127de0 ] (82:01) SIO [3]:0x11
  9782. [ PowerMgr:ff127118 ] (82:01) WaitTimerCallBack 17000
  9783. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0xb0
  9784. [ DisplayMgr:ff127de0 ] (82:01) SIO [1]:0x104
  9785. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0xc8
  9786. [ DisplayMgr:ff127de0 ] (82:01) SIO [1]:0x103
  9787. [ DisplayMgr:ff127de0 ] (82:01) SIO [2]:0x110
  9788. [ DisplayMgr:ff127de0 ] (82:01) SIO [3]:0x116
  9789. [ DisplayMgr:ff127de0 ] (82:01) SIO [4]:0x11f
  9790. [ DisplayMgr:ff127de0 ] (82:01) SIO [5]:0x11e
  9791. [ DisplayMgr:ff127de0 ] (82:01) SIO [6]:0x11f
  9792. [ DisplayMgr:ff127de0 ] (82:01) SIO [7]:0x11f
  9793. [ DisplayMgr:ff127de0 ] (82:01) SIO [8]:0x11f
  9794. [ DisplayMgr:ff127de0 ] (82:01) SIO [9]:0x11e
  9795. [ DisplayMgr:ff127de0 ] (82:01) SIO [10]:0x11f
  9796. [ DisplayMgr:ff127de0 ] (82:01) SIO [11]:0x11f
  9797. [ DisplayMgr:ff127de0 ] (82:01) SIO [12]:0x126
  9798. [ DisplayMgr:ff127de0 ] (82:01) SIO [13]:0x11c
  9799. [ DisplayMgr:ff127de0 ] (82:01) SIO [14]:0x104
  9800. [ DisplayMgr:ff127de0 ] (82:01) SIO [15]:0x103
  9801. [ DisplayMgr:ff127de0 ] (82:01) SIO [16]:0x110
  9802. [ DisplayMgr:ff127de0 ] (82:01) SIO [17]:0x116
  9803. [ DisplayMgr:ff127de0 ] (82:01) SIO [18]:0x11f
  9804. [ DisplayMgr:ff127de0 ] (82:01) SIO [19]:0x11e
  9805. [ DisplayMgr:ff127de0 ] (82:01) SIO [20]:0x11f
  9806. [ DisplayMgr:ff127de0 ] (82:01) SIO [21]:0x11f
  9807. [ DisplayMgr:ff127de0 ] (82:01) SIO [22]:0x11f
  9808. [ DisplayMgr:ff127de0 ] (82:01) SIO [23]:0x11e
  9809. [ DisplayMgr:ff127de0 ] (82:01) SIO [24]:0x11f
  9810. [ DisplayMgr:ff127de0 ] (82:01) SIO [25]:0x11f
  9811. [ DisplayMgr:ff127de0 ] (82:01) SIO [26]:0x126
  9812. [ DisplayMgr:ff127de0 ] (82:01) SIO [27]:0x11c
  9813. [ DisplayMgr:ff127de0 ] (82:01) SIO [28]:0x104
  9814. [ DisplayMgr:ff127de0 ] (82:01) SIO [29]:0xc9
  9815. [ DisplayMgr:ff127de0 ] (82:01) SIO [30]:0x122
  9816. [ DisplayMgr:ff127de0 ] (82:01) SIO [31]:0x128
  9817. [ DisplayMgr:ff127de0 ] (82:01) SIO [32]:0x129
  9818. [ DisplayMgr:ff127de0 ] (82:01) SIO [33]:0x12d
  9819. [ DisplayMgr:ff127de0 ] (82:01) SIO [34]:0x128
  9820. [ DisplayMgr:ff127de0 ] (82:01) SIO [35]:0x123
  9821. [ DisplayMgr:ff127de0 ] (82:01) SIO [36]:0x122
  9822. [ DisplayMgr:ff127de0 ] (82:01) SIO [37]:0x11d
  9823. [ DisplayMgr:ff127de0 ] (82:01) SIO [38]:0x11d
  9824. [ DisplayMgr:ff127de0 ] (82:01) SIO [39]:0x11d
  9825. [ DisplayMgr:ff127de0 ] (82:01) SIO [40]:0x11b
  9826. [ DisplayMgr:ff127de0 ] (82:01) SIO [41]:0x120
  9827. [ DisplayMgr:ff127de0 ] (82:01) SIO [42]:0x11a
  9828. [ DisplayMgr:ff127de0 ] (82:01) SIO [43]:0x109
  9829. [ DisplayMgr:ff127de0 ] (82:01) SIO [44]:0x122
  9830. [ DisplayMgr:ff127de0 ] (82:01) SIO [45]:0x128
  9831. [ DisplayMgr:ff127de0 ] (82:01) SIO [46]:0x129
  9832. [ DisplayMgr:ff127de0 ] (82:01) SIO [47]:0x12d
  9833. [ DisplayMgr:ff127de0 ] (82:01) SIO [48]:0x128
  9834. [ DisplayMgr:ff127de0 ] (82:01) SIO [49]:0x123
  9835. [ DisplayMgr:ff127de0 ] (82:01) SIO [50]:0x122
  9836. [ DisplayMgr:ff127de0 ] (82:01) SIO [51]:0x11d
  9837. [ DisplayMgr:ff127de0 ] (82:01) SIO [52]:0x11d
  9838. [ DisplayMgr:ff127de0 ] (82:01) SIO [53]:0x11d
  9839. [ DisplayMgr:ff127de0 ] (82:01) SIO [54]:0x11b
  9840. [ DisplayMgr:ff127de0 ] (82:01) SIO [55]:0x120
  9841. [ DisplayMgr:ff127de0 ] (82:01) SIO [56]:0x11a
  9842. [ DisplayMgr:ff127de0 ] (82:01) SIO [57]:0x109
  9843. [ DisplayMgr:ff127de0 ] (82:01) SIO [58]:0xca
  9844. [ DisplayMgr:ff127de0 ] (82:01) SIO [59]:0x10e
  9845. [ DisplayMgr:ff127de0 ] (82:01) SIO [60]:0x118
  9846. [ DisplayMgr:ff127de0 ] (82:01) SIO [61]:0x11b
  9847. [ DisplayMgr:ff127de0 ] (82:01) SIO [62]:0x123
  9848. [ DisplayMgr:ff127de0 ] (82:01) SIO [63]:0x121
  9849. [ DisplayMgr:ff127de0 ] (82:01) SIO [64]:0x120
  9850. [ DisplayMgr:ff127de0 ] (82:01) SIO [65]:0x120
  9851. [ DisplayMgr:ff127de0 ] (82:01) SIO [66]:0x11f
  9852. [ DisplayMgr:ff127de0 ] (82:01) SIO [67]:0x11e
  9853. [ DisplayMgr:ff127de0 ] (82:01) SIO [68]:0x11e
  9854. [ DisplayMgr:ff127de0 ] (82:01) SIO [69]:0x11b
  9855. [ DisplayMgr:ff127de0 ] (82:01) SIO [70]:0x120
  9856. [ DisplayMgr:ff127de0 ] (82:01) SIO [71]:0x11a
  9857. [ DisplayMgr:ff127de0 ] (82:01) SIO [72]:0x107
  9858. [ DisplayMgr:ff127de0 ] (82:01) SIO [73]:0x10e
  9859. [ DisplayMgr:ff127de0 ] (82:01) SIO [74]:0x118
  9860. [ DisplayMgr:ff127de0 ] (82:01) SIO [75]:0x11b
  9861. [ DisplayMgr:ff127de0 ] (82:01) SIO [76]:0x123
  9862. [ DisplayMgr:ff127de0 ] (82:01) SIO [77]:0x121
  9863. [ DisplayMgr:ff127de0 ] (82:01) SIO [78]:0x120
  9864. [ DisplayMgr:ff127de0 ] (82:01) SIO [79]:0x120
  9865. [ DisplayMgr:ff127de0 ] (82:01) SIO [80]:0x11f
  9866. [ DisplayMgr:ff127de0 ] (82:01) SIO [81]:0x11e
  9867. [ DisplayMgr:ff127de0 ] (82:01) SIO [82]:0x11e
  9868. [ DisplayMgr:ff127de0 ] (82:01) SIO [83]:0x11b
  9869. [ DisplayMgr:ff127de0 ] (82:01) SIO [84]:0x120
  9870. [ DisplayMgr:ff127de0 ] (82:01) SIO [85]:0x11a
  9871. [ DisplayMgr:ff127de0 ] (82:01) SIO [86]:0x107
  9872. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0xd1
  9873. [ DisplayMgr:ff127de0 ] (82:01) SIO [1]:0x114
  9874. [ DisplayMgr:ff127de0 ] (82:01) SIO [2]:0x11d
  9875. [ DisplayMgr:ff127de0 ] (82:01) SIO [3]:0x123
  9876. [ DisplayMgr:ff127de0 ] (82:01) SIO [4]:0x144
  9877. [ DisplayMgr:ff127de0 ] (82:01) SIO [5]:0x153
  9878. [ DisplayMgr:ff127de0 ] (82:01) SIO [6]:0x19a
  9879. [ DisplayMgr:ff127de0 ] (82:01) SIO [7]:0xc7
  9880. [ DisplayMgr:ff127de0 ] (82:01) SIO [8]:0x100
  9881. [ DisplayMgr:ff127de0 ] (82:01) SIO [9]:0x153
  9882. [ DisplayMgr:ff127de0 ] (82:01) SIO [10]:0x153
  9883. [ DisplayMgr:ff127de0 ] (82:01) SIO [11]:0x153
  9884. [ DisplayMgr:ff127de0 ] (82:01) SIO [12]:0x127
  9885. [ DisplayMgr:ff127de0 ] (82:01) SIO [13]:0xb0
  9886. [ DisplayMgr:ff127de0 ] (82:01) SIO [14]:0x103
  9887. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9888. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9889. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9890. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9891. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9892. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9893. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9894. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9895. [ PowerMgr:ff127118 ] (82:01) WaitTimerCallBack 67000
  9896. [ DisplayMgr:ff128090 ] (82:02) BackLightOn fForceBackLightOff=0
  9897. [ PowerMgr:ff127118 ] (82:01) WaitTimerCallBack 1000
  9898. [ PowerMgr:ff127118 ] (82:01) WaitTimerCallBack 1000
  9899. [ PowerMgr:ff127118 ] (82:01) WaitTimerCallBack 1000
  9900. [ PowerMgr:ff127118 ] (82:01) WaitTimerCallBack 1000
  9901. [ PowerMgr:ff127118 ] (82:01) WaitTimerCallBack 1000
  9902. [ DisplayMgr:ff128100 ] (82:03) CalcBrightness = 92(DEC)
  9903. [ DisplayMgr:ff128118 ] (82:03) CommandBrightness = 0x265c
  9904. [ DisplayMgr:ff13b670 ] register_interrupt(null, 0x84, 0xff13b4c4, 0x5)
  9905. [ DisplayMgr:ff127d3c ] (82:01) SIO [0]:0x265c
  9906. [ DisplayMgr:ff13b670 ] register_interrupt(null, 0x84, 0xff13b4c4, 0x5)
  9907. [ DisplayMgr:ff127d3c ] (82:01) SIO [0]:0x2492
  9908. [ PowerMgr:ff127118 ] (82:01) WaitTimerCallBack 120
  9909. [ DisplayMgr:ff127d3c ] (82:01) SIO [0]:0x2030
  9910. [ DisplayMgr:ff12a4d0 ] (82:03) TurnOnDisplay finish Type=0
  9911. [ DisplayMgr:ff12dd24 ] (82:01) GUILockWaitCBR pParam=0
  9912. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  9913. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  9914. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  9915. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  9916. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030015)Parameter(0)Size(4)
  9917. [ CtrlSrv:ff75bec8 ] (83:01) MnMainHandleProperty ID(0x80030015)
  9918. [ CtrlSrv:ff75c6f8 ] (83:01) MnMainHandleProperty Other property(0x80030015)
  9919. [MPU] Received: 06 05 03 19 00 00 (PROP_TFT_STATUS - spell #45)
  9920. [ CtrlSrv:ff656f08 ] (83:01) GetMenuDialogHandleFromPropertyID Other PropertyID(0x80030015)
  9921. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030015)Data(0)size(0)
  9922. [ CtrlSrv:ff1af3f0 ] (83:01) PropertyData PROP_TFT_STATUS[0x0]
  9923. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9924. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9925. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9926. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9927. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9928. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9929. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9930. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9931. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9932. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9933. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9934. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9935. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9936. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9937. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9938. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9939. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9940. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9941. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9942. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9943. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9944. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9945. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9946. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9947. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9948. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9949. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9950. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9951. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9952. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9953. [ menu_task:ff51dbe8 ] (83:03) CancelDateTimer
  9954. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9955. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9956. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9957. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9958. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9959. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9960. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9961. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9962. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9963. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9964. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9965. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9966. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9967. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9968. Key event: cd -> 1a00
  9969. [MPU] Sending : 06 05 06 1a 00 00 (GUI_SWITCH)
  9970. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  9971. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  9972. [ MainCtrl:ff0ced84 ] (9c:01) ID:1A(16)
  9973. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (26, 0)
  9974. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:37 0x0
  9975. [ GuiMainTask:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9976. [ GuiMainTask:ff0d704c ] (84:01) GUI_CONTROL:37
  9977. [ GuiMainTask:ff1c7388 ] (84:01) gui control end
  9978. [ GuiMainTask:ff1c73a8 ] (84:01) 0msec = 2720 - 2720
  9979. [ GuiMainTask:ff1c73c4 ] (84:01) 256msec = 706304 - 706560
  9980. Key event: 4d -> 1a01
  9981. [MPU] Sending : 06 05 06 1a 01 00 (GUI_SWITCH)
  9982. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  9983. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  9984. [ MainCtrl:ff0ced84 ] (9c:01) ID:1A(17)
  9985. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (26, 1)
  9986. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:36 0x0
  9987. [ GuiMainTask:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9988. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9989. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9990. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9991. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9992. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9993. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9994. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  9995. Key event: cd -> 1a00
  9996. [MPU] Sending : 06 05 06 1a 00 00 (GUI_SWITCH)
  9997. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  9998. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  9999. [ MainCtrl:ff0ced84 ] (9c:01) ID:1A(18)
  10000. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (26, 0)
  10001. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:37 0x0
  10002. [ GuiMainTask:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10003. [ GuiMainTask:ff0d704c ] (84:01) GUI_CONTROL:37
  10004. [ GuiMainTask:ff1c7388 ] (84:01) gui control end
  10005. [ GuiMainTask:ff1c73a8 ] (84:01) 0msec = 2750 - 2750
  10006. [ GuiMainTask:ff1c73c4 ] (84:01) 256msec = 742144 - 742400
  10007. Key event: 4d -> 1a01
  10008. [MPU] Sending : 06 05 06 1a 01 00 (GUI_SWITCH)
  10009. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  10010. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  10011. [ MainCtrl:ff0ced84 ] (9c:01) ID:1A(19)
  10012. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (26, 1)
  10013. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:36 0x0
  10014. [ GuiMainTask:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10015. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10016. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10017. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10018. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10019. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10020. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10021. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10022. Key event: cd -> 1a00
  10023. [MPU] Sending : 06 05 06 1a 00 00 (GUI_SWITCH)
  10024. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  10025. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  10026. [ MainCtrl:ff0ced84 ] (9c:01) ID:1A(20)
  10027. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (26, 0)
  10028. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:37 0x0
  10029. [ GuiMainTask:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10030. [ GuiMainTask:ff0d704c ] (84:01) GUI_CONTROL:37
  10031. [ GuiMainTask:ff1c7388 ] (84:01) gui control end
  10032. [ GuiMainTask:ff1c73a8 ] (84:01) 0msec = 2810 - 2810
  10033. [ GuiMainTask:ff1c73c4 ] (84:01) 256msec = 798976 - 799232
  10034. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10035. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10036. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10037. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10038. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10039. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10040. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10041. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10042. Key event: 4d -> 1a01
  10043. [MPU] Sending : 06 05 06 1a 01 00 (GUI_SWITCH)
  10044. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  10045. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  10046. [ MainCtrl:ff0ced84 ] (9c:01) ID:1A(21)
  10047. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (26, 1)
  10048. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:36 0x0
  10049. [ GuiMainTask:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10050. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10051. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10052. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10053. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10054. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10055. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10056. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10057. Key event: cd -> 1a00
  10058. [MPU] Sending : 06 05 06 1a 00 00 (GUI_SWITCH)
  10059. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  10060. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  10061. [ MainCtrl:ff0ced84 ] (9c:01) ID:1A(22)
  10062. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (26, 0)
  10063. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:37 0x0
  10064. [ GuiMainTask:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10065. [ GuiMainTask:ff0d704c ] (84:01) GUI_CONTROL:37
  10066. [ GuiMainTask:ff1c7388 ] (84:01) gui control end
  10067. [ GuiMainTask:ff1c73a8 ] (84:01) 0msec = 2940 - 2940
  10068. [ GuiMainTask:ff1c73c4 ] (84:01) 0msec = 925952 - 925952
  10069. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10070. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10071. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10072. Key event: 50 -> 1901
  10073. [MPU] Sending : 06 05 06 19 01 00 (GUI_SWITCH)
  10074. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  10075. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  10076. [ MainCtrl:ff0ced84 ] (9c:01) ID:19(23)
  10077. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (25, 1)
  10078. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:42 0x0
  10079. [ GuiMainTask:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10080. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10081. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10082. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10083. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10084. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10085. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10086. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10087. Key event: d0 -> 1900
  10088. [MPU] Sending : 06 05 06 19 00 00 (GUI_SWITCH)
  10089. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  10090. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  10091. [ MainCtrl:ff0ced84 ] (9c:01) ID:19(24)
  10092. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (25, 0)
  10093. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:43 0x0
  10094. [ GuiMainTask:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10095. [ GuiMainTask:ff0d704c ] (84:01) GUI_CONTROL:43
  10096. [ GuiMainTask:ff1c7388 ] (84:01) gui control end
  10097. [ GuiMainTask:ff1c73a8 ] (84:01) 0msec = 3090 - 3090
  10098. [ GuiMainTask:ff1c73c4 ] (84:01) 0msec = 23040 - 23040
  10099. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10100. Key event: 50 -> 1901
  10101. [MPU] Sending : 06 05 06 19 01 00 (GUI_SWITCH)
  10102. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  10103. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  10104. [ MainCtrl:ff0ced84 ] (9c:01) ID:19(25)
  10105. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (25, 1)
  10106. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:42 0x0
  10107. [ GuiMainTask:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10108. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10109. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10110. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10111. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10112. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10113. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10114. Key event: d0 -> 1900
  10115. [MPU] Sending : 06 05 06 19 00 00 (GUI_SWITCH)
  10116. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  10117. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  10118. [ MainCtrl:ff0ced84 ] (9c:01) ID:19(26)
  10119. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (25, 0)
  10120. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:43 0x0
  10121. [ GuiMainTask:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10122. [ GuiMainTask:ff0d704c ] (84:01) GUI_CONTROL:43
  10123. [ GuiMainTask:ff1c7388 ] (84:01) gui control end
  10124. [ GuiMainTask:ff1c73a8 ] (84:01) 0msec = 3120 - 3120
  10125. [ GuiMainTask:ff1c73c4 ] (84:01) 0msec = 53504 - 53504
  10126. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10127. Key event: 50 -> 1901
  10128. [MPU] Sending : 06 05 06 19 01 00 (GUI_SWITCH)
  10129. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  10130. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  10131. [ MainCtrl:ff0ced84 ] (9c:01) ID:19(27)
  10132. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (25, 1)
  10133. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:42 0x0
  10134. [ GuiMainTask:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10135. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10136. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10137. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10138. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10139. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10140. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10141. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10142. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10143. Key event: d0 -> 1900
  10144. [MPU] Sending : 06 05 06 19 00 00 (GUI_SWITCH)
  10145. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  10146. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  10147. [ MainCtrl:ff0ced84 ] (9c:01) ID:19(28)
  10148. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (25, 0)
  10149. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:43 0x0
  10150. [ GuiMainTask:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10151. [ GuiMainTask:ff0d704c ] (84:01) GUI_CONTROL:43
  10152. [ GuiMainTask:ff1c7388 ] (84:01) gui control end
  10153. [ GuiMainTask:ff1c73a8 ] (84:01) 0msec = 3220 - 3220
  10154. [ GuiMainTask:ff1c73c4 ] (84:01) 0msec = 150784 - 150784
  10155. Key event: 50 -> 1901
  10156. [MPU] Sending : 06 05 06 19 01 00 (GUI_SWITCH)
  10157. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  10158. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  10159. [ MainCtrl:ff0ced84 ] (9c:01) ID:19(29)
  10160. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (25, 1)
  10161. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:42 0x0
  10162. [ GuiMainTask:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10163. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10164. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10165. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10166. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10167. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10168. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10169. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10170. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10171. Key event: d0 -> 1900
  10172. [MPU] Sending : 06 05 06 19 00 00 (GUI_SWITCH)
  10173. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  10174. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  10175. [ MainCtrl:ff0ced84 ] (9c:01) ID:19(30)
  10176. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (25, 0)
  10177. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:43 0x0
  10178. [ GuiMainTask:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10179. [ GuiMainTask:ff0d704c ] (84:01) GUI_CONTROL:43
  10180. [ GuiMainTask:ff1c7388 ] (84:01) gui control end
  10181. [ GuiMainTask:ff1c73a8 ] (84:01) 0msec = 3320 - 3320
  10182. [ GuiMainTask:ff1c73c4 ] (84:01) 256msec = 242688 - 242944
  10183. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10184. Key event: 50 -> 1901
  10185. [MPU] Sending : 06 05 06 19 01 00 (GUI_SWITCH)
  10186. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  10187. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  10188. [ MainCtrl:ff0ced84 ] (9c:01) ID:19(31)
  10189. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (25, 1)
  10190. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:42 0x0
  10191. [ GuiMainTask:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10192. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10193. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10194. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10195. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10196. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10197. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10198. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10199. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10200. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10201. Key event: d0 -> 1900
  10202. [MPU] Sending : 06 05 06 19 00 00 (GUI_SWITCH)
  10203. [menu_redraw_task:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  10204. [menu_redraw_task:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  10205. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10206. [ MainCtrl:ff0ced84 ] (9c:01) ID:19(32)
  10207. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (25, 0)
  10208. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:43 0x0
  10209. [ GuiMainTask:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10210. [ GuiMainTask:ff0d704c ] (84:01) GUI_CONTROL:43
  10211. [ GuiMainTask:ff1c7388 ] (84:01) gui control end
  10212. [ GuiMainTask:ff1c73a8 ] (84:01) 0msec = 3380 - 3380
  10213. [ GuiMainTask:ff1c73c4 ] (84:01) 256msec = 301568 - 301824
  10214. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10215. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10216. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10217. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10218. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  10219. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10220. Key event: 50 -> 1901
  10221. [MPU] Sending : 06 05 06 19 01 00 (GUI_SWITCH)
  10222. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  10223. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  10224. [ MainCtrl:ff0ced84 ] (9c:01) ID:19(0)
  10225. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (25, 1)
  10226. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:42 0x0
  10227. [ GuiMainTask:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10228. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10229. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10230. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10231. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10232. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10233. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10234. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10235. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10236. Key event: d0 -> 1900
  10237. [MPU] Sending : 06 05 06 19 00 00 (GUI_SWITCH)
  10238. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  10239. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  10240. [ MainCtrl:ff0ced84 ] (9c:01) ID:19(1)
  10241. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (25, 0)
  10242. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:43 0x0
  10243. [ GuiMainTask:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10244. [ GuiMainTask:ff0d704c ] (84:01) GUI_CONTROL:43
  10245. [ GuiMainTask:ff1c7388 ] (84:01) gui control end
  10246. [ GuiMainTask:ff1c73a8 ] (84:01) 0msec = 3450 - 3450
  10247. [ GuiMainTask:ff1c73c4 ] (84:01) 0msec = 370176 - 370176
  10248. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10249. Key event: 50 -> 1901
  10250. [MPU] Sending : 06 05 06 19 01 00 (GUI_SWITCH)
  10251. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  10252. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  10253. [ MainCtrl:ff0ced84 ] (9c:01) ID:19(2)
  10254. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (25, 1)
  10255. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:42 0x0
  10256. [ GuiMainTask:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10257. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10258. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10259. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10260. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10261. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10262. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10263. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10264. Key event: d0 -> 1900
  10265. [MPU] Sending : 06 05 06 19 00 00 (GUI_SWITCH)
  10266. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  10267. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  10268. [ MainCtrl:ff0ced84 ] (9c:01) ID:19(3)
  10269. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (25, 0)
  10270. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:43 0x0
  10271. [ GuiMainTask:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10272. [ GuiMainTask:ff0d704c ] (84:01) GUI_CONTROL:43
  10273. [ GuiMainTask:ff1c7388 ] (84:01) gui control end
  10274. [ GuiMainTask:ff1c73a8 ] (84:01) 0msec = 3520 - 3520
  10275. [ GuiMainTask:ff1c73c4 ] (84:01) 256msec = 443392 - 443648
  10276. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10277. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10278. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10279. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10280. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10281. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10282. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10283. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10284. Key event: 39 -> 0c01
  10285. [MPU] Sending : 06 05 06 0c 01 00 (GUI_SWITCH)
  10286. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  10287. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  10288. [ MainCtrl:ff0ced84 ] (9c:01) ID:C(4)
  10289. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (12, 1)
  10290. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:4 0x0
  10291. [ GuiMainTask:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10292. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10293. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10294. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10295. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10296. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10297. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10298. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10299. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10300. Key event: b9 -> 0c00
  10301. [MPU] Sending : 06 05 06 0c 00 00 (GUI_SWITCH)
  10302. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  10303. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  10304. [ MainCtrl:ff0ced84 ] (9c:01) ID:C(5)
  10305. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (12, 0)
  10306. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:5 0x0
  10307. [ GuiMainTask:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10308. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10309. [NotifyBox] ISOless PH err(2)
  10310. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10311. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10312. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10313. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10314. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10315. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10316. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10317. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10318. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10319. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10320. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10321. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10322. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10323. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10324. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10325. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10326. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10327. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10328. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10329. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10330. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10331. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10332. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10333. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10334. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10335. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10336. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10337. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10338. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10339. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10340. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10341. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10342. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10343. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10344. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10345. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10346. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10347. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10348. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10349. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10350. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10351. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10352. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10353. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10354. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10355. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10356. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10357. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10358. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10359. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10360. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10361. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10362. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10363. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10364. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10365. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10366. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10367. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10368. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10369. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10370. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10371. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10372. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10373. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10374. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10375. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10376. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10377. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10378. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10379. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10380. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10381. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10382. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10383. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10384. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10385. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10386. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10387. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10388. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10389. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10390. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10391. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10392. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10393. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10394. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10395. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10396. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10397. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10398. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10399. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10400. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10401. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10402. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10403. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10404. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10405. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10406. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10407. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10408. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10409. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10410. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10411. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10412. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10413. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10414. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10415. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10416. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10417. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10418. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10419. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10420. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10421. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10422. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10423. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10424. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10425. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10426. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10427. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10428. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10429. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10430. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10431. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10432. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10433. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10434. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10435. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10436. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10437. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10438. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10439. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10440. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10441. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10442. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10443. [menu_redraw_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10444. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10445. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10446. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10447. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10448. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10449. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10450. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10451. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10452. [audio_common_task:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10453. Key event: 44 -> 1100
  10454. Key event: c4 -> 0e0e0038
  10455. [MPU] Sending : 06 05 06 11 00 00 (GUI_SWITCH)
  10456. [ PowerMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  10457. [ PowerMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  10458. [ MainCtrl:ff0ced84 ] (9c:01) ID:11(6)
  10459. [ MainCtrl:ff144684 ] (9c:16) REQ : MultiShotTerminate !!!
  10460. [ MainCtrl:ff23b964 ] (81:03) CurrentAdjective 0 0
  10461. [ MainCtrl:ff23b990 ] (81:03) Clear Adjective
  10462. [ MainCtrl:ff23b9b8 ] (81:03) Clear Flavor
  10463. [MPU] Sending : 06 05 02 0b 00 00 (PROP_TERMINATE_SHUT_REQ)
  10464. [ MainCtrl:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  10465. [ MainCtrl:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  10466. [ MainCtrl:ff23baf0 ] (81:03) CurrentSituation 0
  10467. [ MainCtrl:ff23bb0c ] (81:03) Clear Situation
  10468. [ MainCtrl:ff144a1c ] (9c:03) notice Lock 0
  10469. [ MainCtrl:ff0cc4b4 ] (89:03) bindReceiveSwitch (17, 0)
  10470. [ MainCtrl:ff0cc8a8 ] (89:03) LOCK (0)
  10471. [ MainCtrl:ff0cc8d8 ] (89:03) LOCK (JOB = 0, GUI = 1)
  10472. [ MainCtrl:ff0d6cc4 ] (85:03) GUI_Control:89 0x0
  10473. [ PropMgr:ff23bc3c ] (81:03) ReqChangeCBR : Adjective 0, 0
  10474. [ PropMgr:ff23bcfc ] (81:03) Not ExecMultiConvert Already None : Adjective 0, 0
  10475. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x2050019, 0)
  10476. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x2050019)Parameter(0)Size(8)
  10477. [ PropMgr:ff23bbe4 ] (81:03) ExecMultiConvert : Situation 0
  10478. [ PropMgr:ff0f3740 ] (81:03) MultiConvert : 0x8000000d, 0x0, 4
  10479. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x205001a, 0)
  10480. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x205001a)Parameter(0)Size(4)
  10481. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  10482. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  10483. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x2050019(0)
  10484. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x2050019(0)
  10485. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x205001a(0)
  10486. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x205001A(0)
  10487. [ PropMgr:ff0cdec8 ] (8c:03) terminateChangeCBR : SHUTDOWN (0)
  10488. [ PropMgr:ff0ce094 ] (8c:16) SHUTDOWN_REQUEST
  10489. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  10490. [ PropMgr:ff0f2210 ] (00:03) [SEQ] CreateSequencer (Terminate, Num = 3)
  10491. [ PropMgr:ff0f2298 ] task_create(Terminate, prio=15, stack=1000, entry=ff0f20dc, arg=6a10f0)
  10492. [ PropMgr:ff0d6c4c ] (85:03) GUI_Suspend(1)
  10493. [ MainCtrl:ff0ced84 ] (9c:01) ID:80010001(7)
  10494. [ MainCtrl:ff0d7d60 ] (00:04) < GUI Lock > GUILock_ProhibitLock (PUB)
  10495. [ MainCtrl:ff12b798 ] (82:02) DispConEmergencyStart
  10496. [ MainCtrl:ff0d6cf4 ] (85:03) QueueClearFlg Clear
  10497. [ MainCtrl:ff3237c4 ] (05:03) CtrlSrvCancelAllEvent NumOfCancelQueueRequest=1
  10498. [ MainCtrl:ff239728 ] (19:03) [ImgPlyDr] LockImagePlayDiriver
  10499. [ MainCtrl:ff23972c ] (19:03) [ImgPlyDr] CancelCountUp 0x10001
  10500. [ MainCtrl:ff23972c ] (19:03) [ImgPlyDr] CancelCountUp 0x10001
  10501. [ MainCtrl:ff2395e4 ] (19:03) [ImgPlyDr] CancelImagePlay PathState : 0
  10502. [ MainCtrl:ff2395f0 ] (19:03) [ImgPlyDr] CancelCountUp 0x10002
  10503. [ MainCtrl:ff0ced84 ] (9c:01) ID:0(8)
  10504. [ ImgPlayDrv:ff238e10 ] (19:01) [ImgPlyDr] ID_CANCEL
  10505. [ ImgPlayDrv:ff238e14 ] (19:03) [ImgPlyDr] CancelCountDown 0x10001
  10506. [ PropMgr:ff0cd374 ] (89:16) ShutDownReq
  10507. [MPU] Received: 06 05 01 0d 00 00 (PROP_WB_MODE_PH - spell #301)
  10508. [MPU] Sending : 06 05 01 0d 00 00 (PROP_WB_MODE_PH)
  10509. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 5)
  10510. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 4)
  10511. [ PropMgr:0008fc10 ] (32:03) config_save_file: saving to ML/SETTINGS/magic.cfg
  10512. [ PropMgr:ff13b670 ] register_interrupt(null, 0x94, 0xff13b4c4, 0x7)
  10513. [ PropMgr:ff743438 ] (23:01) sdWriteBlk: st=73920, num=1, buf=0x4030e000
  10514. [ PropMgr:ff743138 ] (23:01) sdDMAWriteBlk: st=73920, num=1
  10515. [ GuiMainTask:ff0d704c ] (84:01) GUI_CONTROL:89
  10516. [ GuiMainTask:ff1c6700 ] (84:03) GUICMD_LOCK_OFF
  10517. [ GuiMainTask:ff1c7388 ] (84:01) gui control end
  10518. [ GuiMainTask:ff1c73a8 ] (84:01) 0msec = 7920 - 7920
  10519. [ GuiMainTask:ff1c73c4 ] (84:01) 256msec = 525824 - 526080
  10520. [ GuiMainTask:ff0d726c ] (84:01) GUI_OTHEREVENT:21
  10521. [ GuiMainTask:ff0d7214 ] (84:01) GUIOTHER_CANCEL_ALL_EVENT
  10522. [ GuiLockTask:ff0d7884 ] (00:03) < GUI Lock > GUILockTask 0
  10523. [ GuiLockTask:ff12dcd8 ] (82:03) [Post]TurnOffDisplay 477
  10524. [ DisplayMgr:ff12a06c ] (82:16) TurnOffDisplay action Type=0
  10525. [ DisplayMgr:ff13b670 ] register_interrupt(null, 0x84, 0xff13b4c4, 0x5)
  10526. [ DisplayMgr:ff127d3c ] (82:01) SIO [0]:0x2010
  10527. [ DisplayMgr:ff12a0c8 ] (82:02) MuteON (2411)
  10528. [ DisplayMgr:ff127a80 ] (82:02) EnableBitmapImageVBufferForPlayBackAndWait WaitBmpCBR=ff127138
  10529. [ CtrlSrv:ff323190 ] (05:03) Queue Clear (2054) NumOfCancelQueueRequest=0
  10530. [ CtrlSrv:ff39b634 ] (83:03) IDLEHandler GUI_LOCK_OFF
  10531. [ CtrlSrv:ff75bec8 ] (83:01) MnMainHandleProperty ID(0x2050019)
  10532. [ CtrlSrv:ff75c6f8 ] (83:01) MnMainHandleProperty Other property(0x2050019)
  10533. [ CtrlSrv:ff656f08 ] (83:01) GetMenuDialogHandleFromPropertyID Other PropertyID(0x2050019)
  10534. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x2050019)Data(6932048)size(8)
  10535. [ CtrlSrv:ff1ad08c ] (83:03) PROP_ADJECTIVE[6932048]
  10536. [ CtrlSrv:ff75bec8 ] (83:01) MnMainHandleProperty ID(0x205001a)
  10537. [ CtrlSrv:ff75c6f8 ] (83:01) MnMainHandleProperty Other property(0x205001a)
  10538. [ CtrlSrv:ff656f08 ] (83:01) GetMenuDialogHandleFromPropertyID Other PropertyID(0x205001a)
  10539. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x205001a)Data(0)size(0)
  10540. [ CtrlSrv:ff1ad0f0 ] (83:03) PROP_SITUATION[0]
  10541. [ CtrlSrv:ff39a0fc ] (83:03) IDLEHandler OTHER_SUSPEND bLockOff(1)
  10542. [ CtrlSrv:ff0d82b8 ] (00:04) < GUI Lock > GUILock_ShutDownSyncTurnOffDisplay (PUB)
  10543. [ TOMgr:ff2af280 ] (43:03) tomStoreJob (ID = 7)
  10544. [ PropMgr:ff743438 ] (23:01) sdWriteBlk: st=109, num=1, buf=0x402cf200
  10545. [ PropMgr:ff743138 ] (23:01) sdDMAWriteBlk: st=109, num=1
  10546. [ PowerMgr:ff128f64 ] (82:01) VdInterruptHandler bmp=ff127138 img=0 localWaitBmpCBR=ff127138
  10547. [ PowerMgr:ff12714c ] (82:01) WaitBmpCBR(local) pParam=0
  10548. [ DisplayMgr:ff128578 ] (82:02) TftDeepStanby
  10549. [ DisplayMgr:ff13b670 ] register_interrupt(null, 0x34, 0xff13b4c4, 0x1)
  10550. [ DisplayMgr:ff127de0 ] (82:01) SIO [0]:0x10
  10551. [ PropMgr:ff743438 ] (23:01) sdWriteBlk: st=171, num=1, buf=0x402cf200
  10552. [ PropMgr:ff743138 ] (23:01) sdDMAWriteBlk: st=171, num=1
  10553. [ PropMgr:ff743438 ] (23:01) sdWriteBlk: st=73952, num=1, buf=0x4024d200
  10554. [ PropMgr:ff743138 ] (23:01) sdDMAWriteBlk: st=73952, num=1
  10555. [ PropMgr:ff743438 ] (23:01) sdWriteBlk: st=109, num=1, buf=0x402cf200
  10556. [ PropMgr:ff743138 ] (23:01) sdDMAWriteBlk: st=109, num=1
  10557. [ PropMgr:ff743438 ] (23:01) sdWriteBlk: st=171, num=1, buf=0x402cf200
  10558. [ PropMgr:ff743138 ] (23:01) sdDMAWriteBlk: st=171, num=1
  10559. [ PropMgr:ff743438 ] (23:01) sdWriteBlk: st=73920, num=1, buf=0x4030e000
  10560. [ PropMgr:ff743138 ] (23:01) sdDMAWriteBlk: st=73920, num=1
  10561. Save configs...
  10562. [ PropMgr:ff743438 ] (23:01) sdWriteBlk: st=73984, num=1, buf=0x4024d200
  10563. [ PropMgr:ff743138 ] (23:01) sdDMAWriteBlk: st=73984, num=1
  10564. [ PropMgr:ff743438 ] (23:01) sdWriteBlk: st=109, num=1, buf=0x402cf200
  10565. [ PropMgr:ff743138 ] (23:01) sdDMAWriteBlk: st=109, num=1
  10566. [ PropMgr:ff743438 ] (23:01) sdWriteBlk: st=171, num=1, buf=0x402cf200
  10567. [ PropMgr:ff743138 ] (23:01) sdDMAWriteBlk: st=171, num=1
  10568. [ PropMgr:ff743438 ] (23:01) sdWriteBlk: st=73920, num=1, buf=0x4030e000
  10569. [ PropMgr:ff743138 ] (23:01) sdDMAWriteBlk: st=73920, num=1
  10570. [ PowerMgr:ff127118 ] (82:01) WaitTimerCallBack 67000
  10571. [ DisplayMgr:ff12da74 ] (82:02) TurnOffPowerPort
  10572. [ DisplayMgr:ff129810 ] (82:16) DLIC End DL = 0 DISP = 1
  10573. [ DisplayMgr:ff12983c ] (82:01) DL(H->L) (3485)
  10574. [ DisplayMgr:ff2c37f0 ] (00:01) [CLKSAVER] ??ClockSave Out??
  10575. [ DisplayMgr:ff126e30 ] (82:03) Disable Pb 0 (2469)
  10576. [ DisplayMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  10577. [ DisplayMgr:ff12a2b0 ] (82:16) TurnOffDisplay finish Type=0
  10578. [ DisplayMgr:ff12dd24 ] (82:01) GUILockWaitCBR pParam=0
  10579. [ GuiLockTask:ff0d7884 ] (00:03) < GUI Lock > GUILockTask 3
  10580. [ GuiLockTask:ff12dcd8 ] (82:03) [Post]TurnOffDisplay 477
  10581. [ DisplayMgr:ff12a000 ] (82:02) ignore >>> TURNOFF
  10582. [ DisplayMgr:ff12dd24 ] (82:01) GUILockWaitCBR pParam=0
  10583. [ CtrlSrv:ff39a11c ] (83:03) IDLEHandler OTHER_SUSPEND RecordingState(0)
  10584. [ CtrlSrv:ff0f2464 ] (00:02) [SEQ] NotifyComplete (Terminate, Flag = 0x200000)
  10585. [ CtrlSrv:ff0f24c8 ] (00:03) [SEQ] NotifyComplete (Cur = 0, 0x200000, Flag = 0x200000)
  10586. [ Terminate:ff0f2124 ] (00:05) [SEQ] seqEventDispatch (Terminate, 0)
  10587. [ Terminate:ff0ce4b4 ] (8c:03) terminateShutReq (0x200000)
  10588. [ Terminate:ff103f8c ] (36:03) ShutdownRequestAdapterControl
  10589. [ Terminate:ff0f2464 ] (00:02) [SEQ] NotifyComplete (Terminate, Flag = 0x100)
  10590. [ Terminate:ff0f24c8 ] (00:03) [SEQ] NotifyComplete (Cur = 1, 0x100, Flag = 0x100)
  10591. [ Terminate:ff0f2124 ] (00:05) [SEQ] seqEventDispatch (Terminate, 1)
  10592. [ Terminate:ff0ce4b4 ] (8c:03) terminateShutReq (0x100)
  10593. [ Terminate:ff30e92c ] (25:05) MRK_Terminate
  10594. [ Mrk:ff0f2464 ] (00:02) [SEQ] NotifyComplete (Terminate, Flag = 0x200)
  10595. [ Mrk:ff0f24c8 ] (00:03) [SEQ] NotifyComplete (Cur = 2, 0x200, Flag = 0x200)
  10596. [ Terminate:ff0f2124 ] (00:05) [SEQ] seqEventDispatch (Terminate, 2)
  10597. [ Terminate:ff0ce4b4 ] (8c:03) terminateShutReq (0x200)
  10598. [ Terminate:ff0f21cc ] (00:05) [SEQ] seqEventDispatch (Terminate) : End
  10599. [ Mrk:ff4a0e84 ] (25:03) Terminate : Success
  10600. [ PowerMgr:ff144564 ] (9c:03) (delayed) 2
  10601. [ MainCtrl:ff0ced84 ] (9c:01) ID:FFFFFFFF(9)
  10602. [ PropMgr:ff743438 ] (23:01) sdWriteBlk: st=449, num=1, buf=0x4031e200
  10603. [ PropMgr:ff743138 ] (23:01) sdDMAWriteBlk: st=449, num=1
  10604. [ PropMgr:ff743438 ] (23:01) sdWriteBlk: st=100, num=1, buf=0x402ce000
  10605. [ PropMgr:ff743138 ] (23:01) sdDMAWriteBlk: st=100, num=1
  10606. [ PropMgr:ff743438 ] (23:01) sdWriteBlk: st=162, num=1, buf=0x402ce000
  10607. [ PropMgr:ff743138 ] (23:01) sdDMAWriteBlk: st=162, num=1
  10608. [ MainCtrl:ff0ced84 ] (9c:01) ID:80050021(10)
  10609. [ MainCtrl:ff146a6c ] (9c:03) PROP_LV_LOCK : LVLOCK_PROHIBIT
  10610. [ PropMgr:ff0f08f4 ] (8f:02) dcsChangeAckCBR (0x8000000d, 0)
  10611. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[8000000d][4][0]
  10612. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  10613. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x8000000d)Parameter(0)Size(4)
  10614. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  10615. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  10616. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  10617. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  10618. [ PropMgr:ff1c4ecc ] (83:01) changeCBR PropID(0x80030015)Parameter(1)Size(4)
  10619. [ PropMgr:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  10620. [ PropMgr:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  10621. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050021(0)
  10622. [ Gmt:ff180148 ] (9a:03) gmtIgnore (state:1)
  10623. [ Gmt:ff0d5934 ] (9a:01) Event 4 Result State 1->1
  10624. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80050021(0)
  10625. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x8000000d(0)
  10626. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x8000000D(0)
  10627. [ PropMgr:ff0fe8b0 ] (33:01) ptpPropChangeEvCBR[80050018][4][0]
  10628. [ PropMgr:ff0fe49c ] (33:01) SendPipeEvent [0][0][9]
  10629. [ Gmt:ff1808b4 ] (9a:01) gmtProperty ID=0x80050018(0)
  10630. [ Gmt:ff0d5934 ] (9a:01) Event 19 Result State 1->1 ID 0x80050018(0)
  10631. [ CtrlSrv:ff75bec8 ] (83:01) MnMainHandleProperty ID(0x8000000d)
  10632. [ CtrlSrv:ff75c6f8 ] (83:01) MnMainHandleProperty Other property(0x8000000d)
  10633. [ CtrlSrv:ff656f08 ] (83:01) GetMenuDialogHandleFromPropertyID Other PropertyID(0x8000000d)
  10634. [MPU] Received: 06 05 03 19 01 00 (PROP_TFT_STATUS - spell #310)
  10635. [ CtrlSrv:ff13824c ] (00:01) [PM] DisablePowerSave (Counter = 4)
  10636. [ CtrlSrv:ff1382bc ] (00:01) [PM] EnablePowerSave (Counter = 3)
  10637. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x8000000d)Data(0)size(0)
  10638. [ CtrlSrv:ff75bec8 ] (83:01) MnMainHandleProperty ID(0x80030015)
  10639. [ CtrlSrv:ff75c6f8 ] (83:01) MnMainHandleProperty Other property(0x80030015)
  10640. [ CtrlSrv:ff656f08 ] (83:01) GetMenuDialogHandleFromPropertyID Other PropertyID(0x80030015)
  10641. [ CtrlSrv:ff1aaaec ] (84:01) copyDataToStorage eventID(0x80030015)Data(1)size(0)
  10642. [ CtrlSrv:ff1af3f0 ] (83:01) PropertyData PROP_TFT_STATUS[0x1]
  10643. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  10644. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[8000000d][4][0][0]
  10645. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  10646. [ PtpDps:ff29ff8c ] (33:01) PROP:0x8000000d,0
  10647. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  10648. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  10649. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  10650. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  10651. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d109][0]
  10652. [ PtpDps:ff0fe1e4 ] (33:01) Dispatch : Cur = 0, Event = 9, Param = 0
  10653. [ PtpDps:ff2945f8 ] (33:01) ptpPropertyChangeEvent[80050018][4][0][0]
  10654. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  10655. [ PtpDps:ff29ff8c ] (33:01) PROP:0x80050018,0
  10656. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  10657. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  10658. [ PtpDps:ff285060 ] (32:01) GetConnectSessionFirst end[0][3]
  10659. [ PtpDps:ff285254 ] (32:01) GetConnectSessionHandle 1 err[0][0]
  10660. [ PtpDps:ff29ed84 ] (33:01) ptpGetPropEvent FAILED! [d1b4][0]
  10661. [MPU] Received: 06 05 02 0b 02 00 (PROP_TERMINATE_SHUT_REQ - spell #309)
  10662. [MPU] Shutdown requested.
  10663. 650D/debugmsg.gdb:28: Error in sourced command file:
  10664. Remote connection closed
  10665. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement