atrace: add the webview category

Change-Id: Iefb552cd275bb5784903e8bf328890ecd233e45b
This commit is contained in:
Jamie Gennis 2013-03-11 19:37:53 -07:00
parent dbca4a0ee5
commit b2a89e3155

View File

@ -72,6 +72,7 @@ static const TracingCategory k_categories[] = {
{ "gfx", "Graphics", ATRACE_TAG_GRAPHICS, { } },
{ "input", "Input", ATRACE_TAG_INPUT, { } },
{ "view", "View System", ATRACE_TAG_VIEW, { } },
{ "webview", "WebView", ATRACE_TAG_WEBVIEW, { } },
{ "wm", "Window Manager", ATRACE_TAG_WINDOW_MANAGER, { } },
{ "am", "Activity Manager", ATRACE_TAG_ACTIVITY_MANAGER, { } },
{ "audio", "Audio", ATRACE_TAG_AUDIO, { } },