aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/research/LogUnit.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [Rlog78a] Annotate logUnits with correctionsKurt Partridge2013-01-171-0/+11
| | | | | | | If the user makes a correction to a word, this is now explicitly indicated in the logUnit. Change-Id: I8638aadd7b8c8e32bbc9c4b020548d786513d887
* [Rlog58a] Fix privacy leak of word in logUnitStartKurt Partridge2013-01-101-3/+6
| | | | Change-Id: Idcea4cd0256581e9868ac987fd1fa281ff074483
* [Rlog57a] include logUnit boundaries in outputKurt Partridge2013-01-091-16/+58
| | | | Change-Id: I4d1647b971b0e7a4cf1a96f341236f6ab1d2ab16
* [Rlog50] capture bigrams properly even with deletionsKurt Partridge2013-01-091-0/+10
| | | | | | multi-project commit with Ia4ec213e8356897807cb6a278fccdbaa945732f0 Change-Id: Ib3fe886dc889954a31586ab81d00a21d8d55efd2
* [Rlog48] Better logging of MotionEventsKurt Partridge2013-01-081-0/+3
| | | | | | | - Now includes all historical data stored in a motionEvent - Simpler API, refactored to move extraction code to JsonUtils Change-Id: I52d9756ddbeaa14d1704787da59bf1aad18f0335
* [Rlog22] ResearchLogger fixed debug printingKurt Partridge2012-12-221-0/+35
| | | | Change-Id: I2c59983236c936b8698004db8213b68c2f964cd5
* [Rlog6.2] ResearchLogging RefactorKurt Partridge2012-12-211-2/+82
| | | | | | Move specifics of Log output format from ResearchLog to LogUnit Change-Id: I9d0253c50bb8175ab141bd87dd9a09f39f316b10
* [Rlog3] improve stat recordingKurt Partridge2012-12-171-2/+6
| | | | Change-Id: Ie3b70e6eadc2a9af5ef45ddfad6a3398cea7bfe8
* [Rlog2] ResearchLogging fix multi-space loggingKurt Partridge2012-12-171-26/+46
| | | | | | | | | multi-space logging should look like single-space logging, missing a few minor log statements (SuggestionUpdates, SetComposingText) multi-project commit with I2af842348c2f2b8f7271ac5b63def245e83df24d Change-Id: Icd3187c0d0377255f82787afffea657c14345803
* [Rlog1] Track time of log statementsKurt Partridge2012-12-131-11/+56
| | | | | | | | | Log statements are now recorded with a timestamp. This is important for filtering out statements not part of words that are sampled when spaces are inserted automatically. multi-project commit with Change-Id: I68221a2528045d25632aef4bb716f92a4f4a56a4 Change-Id: I46ac9b3b1dcbb08425160d0109028cb64445139c
* Revert "ResearchLog. Track time of log statements"Kurt Partridge2012-11-301-51/+6
| | | | | | | | This reverts commit bdbe279cecea7a16ef2a5c3b62622eb19e4b18bf Other half of this change couldn't be committed because of a inter-project directory migration. Reverting until things settle down. Change-Id: I3862fc8485dfca6d507f620e905cfa583aa0e39a
* ResearchLog. Track time of log statementsKurt Partridge2012-11-291-6/+51
| | | | | | | | | Log statements are now recorded with a timestamp. This is important for filtering out statements not part of words that are sampled when spaces are inserted automatically. multi-project commit with Change-Id: I68221a2528045d25632aef4bb716f92a4f4a56a4 Change-Id: I9f49c36391e1e1773b6d4876d7387c893024f87b
* ResearchLogging capture full n-gram dataKurt Partridge2012-08-211-0/+83
| | | | | | | | | | | | | | | - Captures complete motion data for all words in an n-gram. - Also filters n-grams properly; if any word in the n-gram is not in the dictionary, it is not included. - Simplify ResearchLog to not require explicit state - Added LogBuffer class MainLogBuffer class to allow n-gram-level decisions about privacy. - Moved LogUnit out from ResearchLogger multi-project change with Ic70ccb6c2e11eb02d887821434b44daa3eb7a3e2 Bug: 6188932 Change-Id: I731d6cff6539e997874f723b68bdb0d9b651b937
* Revert "ResearchLogging capture full n-gram data"Kurt Partridge2012-08-201-81/+0
| | | | | | This reverts commit 221e756fd7d585f0eb75377b851f23cad24ccd7f Change-Id: Iefc4e4e27ddc925d4a4634627b0467bd4ee2a66e
* ResearchLogging capture full n-gram dataKurt Partridge2012-08-171-0/+81
DO NOT MERGE - Captures complete motion data for all words in an n-gram. - Also filters n-grams properly; if any word in the n-gram is not in the dictionary, it is not included. - Simplify ResearchLog to not require explicit state - Added LogBuffer class MainLogBuffer class to allow n-gram-level decisions about privacy. - Moved LogUnit out from ResearchLogger multi-project change with Ie2bc79fd7fe6b951b24771e94b8d4ca21989af65 Bug: 6188932 Change-Id: I568c90d4af07e7c759c1e7fc64b716bd8c7b4ae5