summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/LogTag.java
Commit message (Collapse)AuthorAgeFilesLines
* Change SWE app properties back to stock AndroidBijan Amirzada2014-03-211-0/+62
| | | | | | | | | | | - Changed project package name from com.android.swe.browser back to com.android.browser along with code references to old package name. - Changes to AndroidManifest making it conform closer to stock browser manifest. - Changed app and apk name back to Browser. Change-Id: I778ee1d1197bd50bd4a4850eef6d1d7f4ef0ad0b
* Copy of new files from 1599Bijan Amirzada2014-03-041-59/+0
| | | | | | Modified folder structure - added swe folder Change-Id: I2b48a1635ad0a6406398aa9f1021a1f43baebeef
* Logging page load timeKristian Monsen2010-02-021-3/+5
| | | | Added a log message when a page is loaded. It will handle redirects as a new page load.
* Log when bookmarks are addedKristian Monsen2010-02-011-5/+9
| | | | Log when the user add a bookmark, sending the url of the bookmark and how the bookmark was added
* Added framework for loggingkristianm2010-01-141-0/+53
Startet on logging from the browser. This commit is just the tools for logging, nothing is being logged yet.