Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
161
void
162
SourcePos::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
end
Method · 0.65
begin
Method · 0.45
print
Method · 0.45
Tested by
no test coverage detected