LatinIME/java/src/com/android/inputmethod/research
Kurt Partridge 6fefc142cf Remove FeedbackLog instance variables.
For a while, the ResearchLogger supported comprehensive recording of the
last few words in case the user wished to upload this data to give
developers feedback.  However, this mechanism was not implemented well
(keeping a separate copy of the data), did not make the collected data
clear to the user, and was not working properly in the latest build (NPEs).
The mechanism in fact was deprecated in favor of the "userRecording"
mechanism in which the user explicitly turned on comprehensive recording,
demonstrated the issue they were experiencing, and then turned it off.

This change removes the vestiges of the FeedbackLogging mechanism.
A feedback log is still used to hold the user's message, but it is created
in a local variable as-needed, and not persisted in ResearchLogger.

Change-Id: I6a09d0ed36e1eddb6e57895e7428d22107f75f49
2013-05-13 20:37:15 -07:00
..
BootBroadcastReceiver.java [FileEncap18] Clean up uploading scheduling 2013-03-25 17:50:26 -07:00
FeedbackActivity.java [Rlog29] User interface for recording 2013-01-29 15:46:16 -08:00
FeedbackFragment.java Merge "Fix user recording dialog" 2013-04-18 02:07:16 +00:00
FeedbackLayout.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
FixedLogBuffer.java Fix looping logic bugs. 2013-05-07 08:33:31 -07:00
JsonUtils.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
LogBuffer.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
LogStatement.java Rename ProductionFlag.IS_EXPERIMENTAL to USES_DEVELOPMENT_ONLY_DIAGNOSTICS 2013-03-18 23:15:47 +09:00
LogUnit.java Avoid JsonWriter multi-write error 2013-05-10 18:21:08 -07:00
LoggingUtils.java [TestPrep1] Move MotionEvent.Action strings to LoggingUtils 2013-02-20 17:12:56 -08:00
MainLogBuffer.java Avoid JsonWriter multi-write error 2013-05-10 18:21:08 -07:00
MotionEventReader.java Preserve a class for testing 2013-04-10 16:40:17 -07:00
Replayer.java Rename ProductionFlag.IS_EXPERIMENTAL to USES_DEVELOPMENT_ONLY_DIAGNOSTICS 2013-03-18 23:15:47 +09:00
ReplayerService.java [Rlog47] Replayer service, inspect-researchLog.py 2013-01-31 12:13:08 -08:00
ResearchLog.java Avoid JsonWriter multi-write error 2013-05-10 18:21:08 -07:00
ResearchLogDirectory.java Include nanoTime in filename 2013-04-16 20:29:42 -07:00
ResearchLogger.java Remove FeedbackLog instance variables. 2013-05-13 20:37:15 -07:00
ResearchSettings.java [FileEncap9] Extract ResearchLogDirectory class 2013-03-14 06:37:56 -07:00
Statistics.java Rename ProductionFlag.IS_EXPERIMENTAL to USES_DEVELOPMENT_ONLY_DIAGNOSTICS 2013-03-18 23:15:47 +09:00
Uploader.java resolved conflicts for merge of 5b048292 to master 2013-03-19 10:48:10 +09:00
UploaderService.java Fix alarm bug 2013-04-17 08:39:49 -07:00