Merge "Remove spell log that exposes typed text in the logs"
This commit is contained in:
committed by
Android (Google) Code Review
commit
01d4755faf
@@ -7634,12 +7634,6 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
|
||||
getSpellChecker().addSpellCheckSpan((SpellCheckSpan) what);
|
||||
}
|
||||
}
|
||||
|
||||
if (what instanceof SuggestionSpan) {
|
||||
if (newStart < 0) {
|
||||
Log.d("spellcheck", "REMOVE suggspan " + mText.subSequence(oldStart, oldEnd));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user