OSDN Git Service

c9bb5b0645db6e6ca551ebaea55693267a12827b
[android-x86/packages-apps-Browser.git] / src / com / android / browser / EventLogTags.logtags
1 # See system/core/logcat/event.logtags for a description of the format of this file.
2
3 option 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 70103 browser_bookmark_added (url|3)
8
9 # This event is logged after a page has finished loading. It is sending back the page url,
10 # and how long it took to load the page. Could maybe also tell the kind of connection (2g, 3g, WiFi)?
11 70104 browser_page_loaded (url|3), (time|2|3)
12
13 # This event is logged when the user navigates to a new page, sending the time spent on the current page
14 70105 browser_timeonpage (url|3), (time|2|3)