Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ enableDebugOutput
Method
enableDebugOutput
engine/source/platformAndroid/AndroidConsole.cpp:92–96 ·
view source on GitHub ↗
%PUAP%
Source
from the content-addressed store, hash-verified
90
91
//%PUAP%
92
void AndroidConsole::enableDebugOutput(bool enabled)
93
{
94
if (gConsole == NULL) return;
95
debugOutputEnabled = enabled;
96
}
97
98
99
bool AndroidConsole::isEnabled()
Callers
1
AndroidConsole.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected