1# See system/core/logcat/event.logtags for a description of the format of this file.
2
3option java_package com.android.browser
4
5# This event is logged when a user adds a new bookmark. This could just be a boolean,
6# but if lots of users add the same bookmark it could be a default bookmark on the browser.
7# Second parameter is where the bookmark was added from, currently history or bookmarks view.
870103 browser_bookmark_added (url|3), (where|3)
9
10# This event is logged after a page has finished loading. It is sending back the page url,
11# and how long it took to load the page. Could maybe also tell the kind of connection (2g, 3g, WiFi)?
1270104 browser_page_loaded (url|3), (time|2|3)
13
14# This event is logged when the user navigates to a new page, sending the time spent on the current page.
1570105 browser_timeonpage (url|3), (time|2|3)
16