aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/ResearchLogger.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change auto caps mode argument to int typeTadashi G. Takaoka2012-05-181-1/+1
| | | | | Bug: 6501446 Change-Id: I3f7bc0fc39edd29ebf96107c3d43b9ccc9b8022e
* remove unnecessary KeyboardState loggingKurt Partridge2012-04-191-114/+0
| | | | | Bug: 6188932 Change-Id: Iafbb1825777122a1810fa3339853263aced3077e
* researchLogger detail on IME sessionsKurt Partridge2012-04-191-54/+103
| | | | | | | | | | | log device type, screen size, etc. also simplification inside ResearchLogger to use exceptions better, and fix ResearchLoggerTests to not change preferences to specify the logfile. multi-project change with Idfd193b16260215cca32886e288f03a0c12b2781 Bug: 6188932 Change-Id: Idd3ca6eb8e8e3934f68234b241c7fd7d0cc3bcd5
* researchLogging for inputConnection eventsKurt Partridge2012-04-171-8/+73
| | | | | Bug: 6188932 Change-Id: I596df68956abd879293cfb550e66e7d7d0ba74e9
* add logPoint for manual correction (inc touch pos)Kurt Partridge2012-04-161-0/+28
| | | | | Bug: 6188932 Change-Id: Ibcc4901bcfab6632ee4c59cb58d35452218a288d
* clean up researchLogging of autocorrectionKurt Partridge2012-04-121-1/+13
| | | | | | | | | | remove dependence of ResearchLogger on LatinImeLogger for autocorrection multi-project commit with I32cc134b Bug: 6188932 Change-Id: Iaeda97eb43fa4782db2d1b2a6d8d09a93b395111
* change ResearchLoggerTests to check fileKurt Partridge2012-04-111-33/+98
| | | | | | | multi-project commit with I587003f2 Bug: 6188932 Change-Id: I3d3f0c9d011301489473dc330338ea4a7ba61e9e
* move suggested words logpoint to SuggestionsView.javaKurt Partridge2012-04-091-24/+7
| | | | | Bug: 6188932 Change-Id: I73974783783bb4453962cb9009656d86d2074409
* add more data collection points to ResearchLogger (attempt #2)Kurt Partridge2012-04-091-45/+396
| | | | | | | | | | | | | the new points are all at Log.x() positions; only those appearing directly related to user input were added. multi-project change with I159f5de2 this CL is the same as I618bcd07, which was reverted because of incompatibilities with vendor branches. Bug: 6188932 Change-Id: I999249dceb0c04f5a4ffbfff25caed09d24a2c52
* Revert "add more data collection points to ResearchLogger"Kurt Partridge2012-04-061-396/+45
| | | This reverts commit ac9e87c03ebbcbd70dd051a30ebf98d6baebedfc
* add more data collection points to ResearchLoggerKurt Partridge2012-04-061-45/+396
| | | | | | | | the new points are all at Log.x() positions; only those appearing directly related to user input were added. Bug: 6188932 Change-Id: I618bcd07b22c9efc794745678b073afe1e79a697
* improve ResearchLogger performanceKurt Partridge2012-03-291-5/+18
| | | | | | | also demonstrate proposed logpoint invocation Bug: 6188932 Change-Id: Ib6a7a196fe2e5f8184d26d1e0e3e91b404454112
* Merge "Fix some obvious compiler warnings"Tadashi G. Takaoka2012-03-291-1/+1
|\
| * Fix some obvious compiler warningsTadashi G. Takaoka2012-03-291-1/+1
| | | | | | | | Change-Id: I10a634f7492b45d5a72345f14d36cf341946387d
* | make ResearchLogger log write onlyKurt Partridge2012-03-281-0/+1
|/ | | | | Bug: 6188932 Change-Id: I8a8f944b1d4ee858d5ecaad0d3adc6dc7af54f68
* Optimization: Start making use of ProductionFlag.IS_EXPERIMENTAL for ↵Ken Wakasa2012-03-271-1/+1
| | | | | | | | | | ResearchLogger Move GodMode specific tests to relevant directories as well. This goes along with I9dc4d469 Change-Id: I4a21c53846b26eede346cb1da13e6abbdf9ec27f
* add tests for ResearchLoggerKurt Partridge2012-03-261-7/+9
| | | | | Bug: 6188932 Change-Id: Icf407f9d145d2b25b70d5d7bc30ee3d64561620c
* move usability log code to new class (ResearchLogger) and clean apiKurt Partridge2012-03-241-0/+302
This change also undoes the effects of I8694eb9016, which was an initial effort built on Utils.UsabilityStudyLogs. Now Utils operates as it did previously, for backward compatibility, but the ResearchLogger retains the new log format. Coordinated with I274b75c5. Bug: 6188932 Change-Id: I41208bdc6b511f69a010c9fc38a936521beba7d5