MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / processConsoleLine

Method processConsoleLine

engine/source/platformAndroid/AndroidConsole.cpp:122–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void AndroidConsole::processConsoleLine(const char *consoleLine)
123{
124 if(consoleEnabled)
125 {
126 adprintf("%s\n", consoleLine);
127 }
128 else if(debugOutputEnabled)
129 {
130 adprintf("%s\n", consoleLine);
131 }
132
133}
134
135void AndroidConsole::clearInBuf()
136{

Callers 1

AndroidConsoleConsumerFunction · 0.45

Calls 1

adprintfFunction · 0.85

Tested by

no test coverage detected