Searched refs:g_debugOption (Results 1 – 1 of 1) sorted by relevance
51 AbilityRuntime::Runtime::DebugOption g_debugOption; variable117 …g_debugOption.processName.c_str(), g_debugOption.isStartWithNative, args.entryParams.length(), arg… in StartChildProcessWithArgs()131 request.isStartWithDebug = g_debugOption.isStartWithDebug; in StartChildProcessWithArgs()255 … g_debugOption.processName.c_str(), g_debugOption.isDebugApp, g_debugOption.isStartWithNative); in HandleChildProcessBySelfFork()256 runtime->StartDebugMode(g_debugOption); in HandleChildProcessBySelfFork()467 g_debugOption.bundleName = bundleName; in SetForkProcessDebugOption()468 g_debugOption.isStartWithDebug = isStartWithDebug; in SetForkProcessDebugOption()469 g_debugOption.isDebugApp = isDebugApp; in SetForkProcessDebugOption()470 g_debugOption.isStartWithNative = isStartWithNative; in SetForkProcessDebugOption()488 std::string processName = g_debugOption.bundleName; in MakeProcessName()[all …]