MCPcopy Create free account
hub / github.com/CyanogenMod/android_frameworks_base / printErrors

Method printErrors

tools/aapt/SourcePos.cpp:161–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void
162SourcePos::printErrors(FILE* to)
163{
164 vector<ErrorPos>::const_iterator it;
165 for (it=g_errors.begin(); it!=g_errors.end(); it++) {
166 it->print(to);
167 }
168}
169
170
171

Callers

nothing calls this directly

Calls 3

endMethod · 0.65
beginMethod · 0.45
printMethod · 0.45

Tested by

no test coverage detected