0% found this document useful (0 votes)
618 views1 page

System Log Analysis

The document contains log entries showing function entry and exit points for various C++ files and functions related to device initialization and state management over time. The main thread initializes device settings, locks and unlocks access, waits for notification, processes notification by locking again, and then the application starts an update wizard.

Uploaded by

Alo Sin
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
618 views1 page

System Log Analysis

The document contains log entries showing function entry and exit points for various C++ files and functions related to device initialization and state management over time. The main thread initializes device settings, locks and unlocks access, waits for notification, processes notification by locking again, and then the application starts an update wizard.

Uploaded by

Alo Sin
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

012-08-07 01:53:46 --- Host\HOST_MainControl.

cpp: CMainControl: enter


2012-08-07 01:53:46 --- Host\HOST_MainControl.cpp: CMainControl: exit
2012-08-07 01:53:46 --- QtClass\[Link]: readConfigFile: enter
2012-08-07 01:53:46 --- QtClass\[Link]: readConfigFile: exit
2012-08-07 01:53:52 --- Host\HOST_MainControl.cpp: Init: enter
2012-08-07 01:53:52 --- Host\HOST_MainControl.cpp: Lock: enter
2012-08-07 01:53:52 --- Host\HOST_MainControl.cpp: Lock: exit
2012-08-07 01:53:52 --- Host\HOST_MainControl.cpp: Init: exit
2012-08-07 01:53:52 --- Host\HOST_MainControl.cpp: WorkingThread: enter
2012-08-07 01:53:52 --- Host\HOST_MainControl.cpp: UnLock: enter
2012-08-07 01:53:52 --- Host\HOST_MainControl.cpp: WaitForNotify: enter
2012-08-07 01:53:52 --- Host\HOST_MainControl.cpp: UnLock: exit
2012-08-07 01:53:55 --- Host\HOST_MainControl.cpp: SetCurState: enter
2012-08-07 01:53:55 --- Host\HOST_MainControl.cpp: NeedLock: enter
2012-08-07 01:53:55 --- Host\HOST_MainControl.cpp: NeedLock: exit(TRUE)
2012-08-07 01:53:55 --- Host\HOST_MainControl.cpp: TryToLock: enter
2012-08-07 01:53:55 --- Host\HOST_MainControl.cpp: TryToLock: exit
2012-08-07 01:53:55 --- Host\HOST_MainControl.cpp: TryUnLock: enter
2012-08-07 01:53:55 --- Host\HOST_MainControl.cpp: TryUnLock: exit
2012-08-07 01:53:55 --- Host\HOST_MainControl.cpp: SetCurState: exit
2012-08-07 01:53:55 --- Host\HOST_MainControl.cpp: WaitForNotify: exit
2012-08-07 01:53:55 --- Host\HOST_MainControl.cpp: ProcessNotify: enter
2012-08-07 01:53:55 --- Host\HOST_MainControl.cpp: Lock: enter
2012-08-07 01:53:55 --- Host\HOST_MainControl.cpp: Lock: exit
2012-08-07 01:53:56 --- [Link]: qMain: =====================UpdateWizard
start!=====================

You might also like