sysresmonitoring/oommonitor/src/oommonitor.cpp
branchRCL_3
changeset 12 7645e9ce10dc
parent 4 0fdb7f6b0309
child 62 924385140d98
equal deleted inserted replaced
4:0fdb7f6b0309 12:7645e9ce10dc
    19 
    19 
    20 
    20 
    21 #include "oommonitor.h"
    21 #include "oommonitor.h"
    22 #include "oommemorymonitor.h"
    22 #include "oommemorymonitor.h"
    23 #include "oommonitorclientserver.h"
    23 #include "oommonitorclientserver.h"
    24 #include "oomtraces.h"
    24 #include "OomTraces.h"
    25 
    25 
    26 const TInt KStackSize = 0x2000;
    26 const TInt KStackSize = 0x2000;
    27 
    27 
    28 _LIT(KOOMWatcherThreadName, "OOM FW");
    28 _LIT(KOOMWatcherThreadName, "OOM FW");
    29 
    29