mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-23 01:57:21 +03:00
A log was added that creates a re3_log.txt file on the memory card for debugging purposes
This commit is contained in:
parent
33a8324d08
commit
905ab38a64
5 changed files with 45 additions and 0 deletions
|
|
@ -38,6 +38,8 @@
|
|||
#include "Text.h"
|
||||
#include "Timer.h"
|
||||
|
||||
#include "log.h"
|
||||
|
||||
psGlobalType psGlobal;
|
||||
|
||||
uint32 gGameState = 0;
|
||||
|
|
@ -335,6 +337,9 @@ public:
|
|||
}
|
||||
|
||||
void ConstructL(const TRect& aRect, CAknAppUi* aAppUi) {
|
||||
InitLog();
|
||||
Log("App start");
|
||||
|
||||
iAppUi = aAppUi;
|
||||
CreateWindowL();
|
||||
iAppUi->SetOrientationL(CAknAppUiBase::EAppUiOrientationLandscape);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue