Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LatinIME
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
keyboard
LatinIME
Commits
026b2645
Commit
026b2645
authored
11 years ago
by
Kurt Partridge
Committed by
Android Git Automerger
11 years ago
Browse files
Options
Downloads
Plain Diff
am
bb17034f
: Merge "Remove ref to LatinImeLogger preference."
* commit '
bb17034f
': Remove ref to LatinImeLogger preference.
parents
1f8b354c
bb17034f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
java/src/com/android/inputmethod/research/ResearchLogger.java
+0
-5
0 additions, 5 deletions
.../src/com/android/inputmethod/research/ResearchLogger.java
with
0 additions
and
5 deletions
java/src/com/android/inputmethod/research/ResearchLogger.java
+
0
−
5
View file @
026b2645
...
...
@@ -118,7 +118,6 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
private
static
final
boolean
FEEDBACK_DIALOG_SHOULD_PRESERVE_TEXT_FIELD
=
false
;
/* package */
static
boolean
sIsLogging
=
false
;
private
static
final
int
OUTPUT_FORMAT_VERSION
=
5
;
private
static
final
String
PREF_USABILITY_STUDY_MODE
=
"usability_study_mode"
;
// Whether all words should be recorded, leaving unsampled word between bigrams. Useful for
// testing.
/* package for test */
static
final
boolean
IS_LOGGING_EVERYTHING
=
false
...
...
@@ -466,10 +465,6 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
if
(
key
==
null
||
prefs
==
null
)
{
return
;
}
sIsLogging
=
prefs
.
getBoolean
(
PREF_USABILITY_STUDY_MODE
,
false
);
if
(
sIsLogging
==
false
)
{
abort
();
}
requestIndicatorRedraw
();
mPrefs
=
prefs
;
prefsChanged
(
prefs
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment