prints name of activity that is unparsed Prints a debug trace message containing the (opening) tag name of the activity of the given id. If myindent is set to true, the enclosed elements are indented.
Definition at line 123 of file ast-tools.cc. Referenced by header(). 00124 { 00125 trace(TRACE_DEBUG, "[PNU]" + inString() + "<" + globals::ASTEmap[id]->activityTypeName() + " id=" + toString(id) + ">\n"); 00126 00127 if (myindent) 00128 indent += indentStep; 00129 }
Here is the caller graph for this function: ![]()
|
1.5.2