Increase max number of sessions for pmdbg
This commit is contained in:
parent
dcddcfc94d
commit
5955ca6957
@ -82,7 +82,7 @@ void initSystem()
|
|||||||
|
|
||||||
static const ServiceManagerServiceEntry services[] = {
|
static const ServiceManagerServiceEntry services[] = {
|
||||||
{ "pm:app", 3, pmAppHandleCommands, false },
|
{ "pm:app", 3, pmAppHandleCommands, false },
|
||||||
{ "pm:dbg", 1, pmDbgHandleCommands, false },
|
{ "pm:dbg", 2, pmDbgHandleCommands, false },
|
||||||
{ NULL },
|
{ NULL },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user