aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/research/ResearchLogger.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* [Rlog67] Renaming clarification•••ResearchLogger.latinIME_handleSeparator wasn't doing anything really specific to the separator, so its implementation has been renamed according to its role. Change-Id: I24e8691c7dc440dd067e96d23e50463683e17cfc Kurt Partridge2013-01-151-6/+10
* Merge "[Rlog68] Logger; make filenames more unique to prevent filesys conflicts"Kurt Partridge2013-01-141-4/+15
|\
| * [Rlog68] Logger; make filenames more unique to prevent filesys conflicts•••multi-project commit with If6b9f8990d7cdbf570740a81096513698d0e0f4c Change-Id: I124aed24be0beb4c472869594184ecf003c2fed4 Kurt Partridge2013-01-141-4/+15
* | Merge "[Rlog63] Log whether a manual suggestion is a prediction"Kurt Partridge2013-01-141-3/+4
|\ \
| * | [Rlog63] Log whether a manual suggestion is a prediction•••Change-Id: Ia6f793611d4b18aecb1a635655af5edb639e1ecf Kurt Partridge2013-01-111-3/+4
* | | Merge "[Rlog59d] Pass separatorString through revertCommit"Kurt Partridge2013-01-141-3/+5
|\ \ \
| * | | [Rlog59d] Pass separatorString through revertCommit•••Change-Id: I5ef20476318979f99f543f9300cf6198d18f6244 Kurt Partridge2013-01-141-3/+5
* | | | Merge "[Rlog59c] More detailed logging of backspace"Kurt Partridge2013-01-131-4/+20
|\ \ \ \
| * | | | [Rlog59c] More detailed logging of backspace•••- Normal delete events are recorded - Includes number of characters deleted for both batch and normal delete Change-Id: I422da3ddc94fa0ccd6c7586eaacf14c62dd16679 Kurt Partridge2013-01-121-4/+20
| |/ / /
* | | | Merge "[Rlog60] Log if a logUnit is uncommitted"Kurt Partridge2013-01-121-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | [Rlog60] Log if a logUnit is uncommitted•••Normally logUnits are committed to a log when the word that their data corresponds to is complete. However, if the user reverts a word, or goes back to edit it, then the system may "uncommit" the logUnit, and append additional editing steps to the end of it. When this happens, we want to make a note of it in the log, which is what this patch does. Change-Id: If2bbb948469824c76facf5f06ed8a6da8ff9777c Kurt Partridge2013-01-101-0/+3
| |/ /
* | | Merge "[Rlog59b] Log CodeInput and KeyCode properly"Kurt Partridge2013-01-121-3/+20
|\ \ \
| * | | [Rlog59b] Log CodeInput and KeyCode properly•••- Fix function calls to happen at more resilient times - In the case of phantom spaces, ensure that the logStatement goes to the correct logUnit Change-Id: Ida8f6eba1e4f33d9f9b4735316e3c6316ed316c0 Kurt Partridge2013-01-101-3/+20
| |/ /
* | | Merge "[Rlog58b] Log user pauses"Kurt Partridge2013-01-111-4/+18
|\ \ \
| * | | [Rlog58b] Log user pauses•••Change-Id: I7802f07192a4cba4f3cfb5c08ce6d5d2d85a46c1 Kurt Partridge2013-01-101-4/+18
| |/ /
* | | Merge "[Rlog59a] Split logUnits correctly around separators"Kurt Partridge2013-01-111-1/+13
|\ \ \
| * | | [Rlog59a] Split logUnits correctly around separators•••Change-Id: I65ecdead7e7bdeb8a5f1748e27068ddbd5d3ce00 Kurt Partridge2013-01-101-1/+13
| |/ /
* / / [Rlog] Fix some potential NPEs•••Change-Id: I07b18b5db81784dca32683e5f208088181c5eed9 Kurt Partridge2013-01-101-2/+12
|/ /
* / [Rlog57b] fix logging of reverts•••Change-Id: I07c817061a0cc060197e0fea45195ca07a9bf276 Kurt Partridge2013-01-101-8/+14
|/
* [Rlog56] Buffer words before pushing out LogUnit•••Previously, a logbuffer only held an n-gram. Data went in and out of it, FIFO, until privacy conditions were met (i.e. data not collected too frequently), and then an n-gram was saved. E.g., if n=2, and only 10% of data is collected, then 18 words went through the logbuffer before it captured the next 2 words. However, if a user then went back and edited the n-gram, these edits were not captured. This change changes the logbuffer size to temporarily hold data about words that are not recorded, so that if the user backs up over them, the edits to an n-gram that we do eventually capture are stored. If the example above, instead of a logbuffer holding 2 words, it holds 20. The system waits until all the words not needed for the n-gram have been gathered (i.e. the buffer is full), so the user has adequate time to edit, before shifting out the n-gram. The buffer is still flushed when the user closes the IME. See the comment for MainLogBuffer for an explanation. multi-project commit with I45317bc95eeb859adc1b35b24d0478f2df1a67f3 Change-Id: I4ffd95d08c6437dcf650d866ef9e24b6af512334 Kurt Partridge2013-01-091-9/+29
* [Rlog52z] Cleanup and small bug fixes•••Change-Id: Ia3fca4881370ffcdd5f2b14d2d1094c51f4330ae Kurt Partridge2013-01-091-9/+7
* [Rlog50] capture bigrams properly even with deletions•••multi-project commit with Ia4ec213e8356897807cb6a278fccdbaa945732f0 Change-Id: Ib3fe886dc889954a31586ab81d00a21d8d55efd2 Kurt Partridge2013-01-091-47/+119
* [Rlog48] Better logging of MotionEvents•••- Now includes all historical data stored in a motionEvent - Simpler API, refactored to move extraction code to JsonUtils Change-Id: I52d9756ddbeaa14d1704787da59bf1aad18f0335 Kurt Partridge2013-01-081-6/+2
* Merge "[Rlog32] ResearchLogger segment motion data around gestures correctly"Kurt Partridge2013-01-081-9/+74
|\
| * [Rlog32] ResearchLogger segment motion data around gestures correctly•••multi-project commit with I684ba5fed8c653777942e6b0366113ca40dfa37c Change-Id: Id3804e6cfa97b4cdde212b8eebc413f76fa4772c Kurt Partridge2013-01-071-9/+74
* | Merge "[Rlog27] Refactor LogBuffer"Kurt Partridge2013-01-081-1/+1
|\ \
| * | [Rlog27] Refactor LogBuffer•••Cleanup and prepare for replaying Change-Id: Ie09e912c6e9c0d7375168c575ccf1cfd9375dd31 Kurt Partridge2013-01-031-1/+1
* | | Simplify singleton class initialization•••Change-Id: I16a27f2ed6ea66184bfdc9903180372cd7ea2fd1 Tadashi G. Takaoka2013-01-071-1/+3
| |/ |/|
* | [Rlog24] ResearchLogger detect word boundaries in callers above commitText•••multi project commit with I5847d4aba97a7224ae170a7153811c5a11816449 Change-Id: Ie6fbf6f19f0193451fe6f3ddf9d4ef1637a35db1 Kurt Partridge2012-12-231-24/+39
|/
* Merge "Log LatinIME.commitCurrentAutoCorrection()"Kurt Partridge2012-12-231-1/+21
|\
| * Log LatinIME.commitCurrentAutoCorrection()•••Change-Id: Ic46c91374ae0177cafad4579d28d6980af0d8d3a Kurt Partridge2012-12-221-1/+21
* | Merge "Differentiate LOG_EVERYTHING and LOG_FULL_TEXTVIEW_CONTENTS"Kurt Partridge2012-12-231-2/+8
|\ \
| * | Differentiate LOG_EVERYTHING and LOG_FULL_TEXTVIEW_CONTENTS•••Previously, LOG_EVERYTHING logged both all bigrams and also the entire TextView at the end of a session. Now, use a separate flag, LOG_FULL_TEXTVIEW_CONTENTS to determine whether the TextView contents are recorded. Change-Id: I0c7a90a8ff88aa65d057f3b2d3dd5adc3893504a Kurt Partridge2012-12-221-2/+8
* | | Merge "[Rlog36z] Pass LatinIME instance to logger as LatinIME class"Kurt Partridge2012-12-231-17/+16
|\ \ \
| * | | [Rlog36z] Pass LatinIME instance to logger as LatinIME class•••Upcoming changes require LatinIME class, not just InputMethodService Change-Id: Ia5b3a716ac02a99749fb2ba0164ba46c8a0c559a Kurt Partridge2012-12-221-17/+16
* | | | Merge "[Rlog24z] Initialize statistics variables"Kurt Partridge2012-12-231-2/+2
|\ \ \ \
| * | | | [Rlog24z] Initialize statistics variables•••Change-Id: I73a6009294a4f559a93b6ea9ceb4ea2683d97486 Kurt Partridge2012-12-231-2/+2
* | | | | Merge "[Rlog20] Remove duplicate logStatistics"Kurt Partridge2012-12-231-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | [Rlog20] Remove duplicate logStatistics•••Change-Id: I31c5520598269a83ab218e3a024bff0a625c2770 Kurt Partridge2012-12-221-1/+1
| | |/ / | |/| |
* | | | Merge "[Rlog19] ResearchLog remove unnecessary logSegment{start,end}"Kurt Partridge2012-12-231-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | [Rlog19] ResearchLog remove unnecessary logSegment{start,end}•••Change-Id: I73b7765c764e5f1035f1c37df45345f26aa5acb1 Kurt Partridge2012-12-221-0/+1
* | | | Merge "[Rlog12] Add comments to logging callpoints"Kurt Partridge2012-12-221-8/+209
|\ \ \ \ | | |_|/ | |/| |
| * | | [Rlog12] Add comments to logging callpoints•••Change-Id: Idd786e2804dc82c1fa27ecf0fc0537491438d017 Kurt Partridge2012-12-211-8/+209
* | | | Merge "[Rlog7] ResearchLog improve gesture tracking"Kurt Partridge2012-12-221-3/+14
|\| | | | |_|/ |/| |
| * | [Rlog7] ResearchLog improve gesture tracking•••- count how many times a gesture is deleted - count num chars entered by gesture - change name of fns to reflect capturing gesture information when setting composing text Change-Id: I1b8ebf9cfcf304e0efd827c8b8e28a4010199728 Kurt Partridge2012-12-211-3/+14
* | | Merge "[Rlog10] ResearchLogger change visible indicator to just lines on the ...Kurt Partridge2012-12-201-1/+2
|\ \ \
| * | | [Rlog10] ResearchLogger change visible indicator to just lines on the side•••(Note: Rlog9 was abandoned). Change-Id: I69de4116e33d3c79216e25efe2ad2bcb2780b0ff Kurt Partridge2012-12-191-1/+2
* | | | Merge "[Rlog8] Show red border if logging everything"Kurt Partridge2012-12-201-1/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | [Rlog8] Show red border if logging everything•••Change-Id: I5a3f21cef7d93128661b11b60eac7d84b8110e47 Kurt Partridge2012-12-191-1/+5
| |/ /
* | | Merge "[Rlog6.1] Fix LOG_EVERYTHING bug."Kurt Partridge2012-12-191-1/+1
|\ \ \ | | |/ | |/|