Contents |
Epocwind.out is the log file created by the S60 emulator. By default it is located under the user's temporary directory (Usually C:\Documents and Settings\[Username]\Local Settings\Temp under Windows XP)
For the file to be created, "Enable EPOCWIND.OUT logging" must be enabled under the C++ Debug tab of the preferences dialog of the emulator window.
Epocwind.out is a text file and you can open it in any text editor to check logs created by emulator.
The file starts by listing the parameters of the emulator:
Most of these settings can be changed when running the emulator under the Platform Security tab of the preferences dialog.
The remainder of the file is a timestamped list of debug messages from the emulator and programs running in the emulator.
When a platform security check fails, and PlatSecDiagnostics is enabled (see above), the log will contain a message starting with the words "*PlatSec* WARNING" and then specifying the details of the call and why it failed - for example:
*PlatSec* WARNING - Capability check would have failed - A Message (function number=0x00000001) from Thread AddressBook[a0000180]0001::AddressBook, sent to Server !Sen, was checked by Thread Sen.EXE[101f96f4]0001::Main and was found to be missing the capabilities: NetworkServices
No related wiki articles found