Fix build breakage caused by I0218dd07
BUG: 11746191 Change-Id: I0b693c4b22793f6e8fd77a9f045f205aa8fe4050
This commit is contained in:
parent
c9539f42f6
commit
36dfb6d1a4
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public final class StatsUtils {
|
|||
final SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(mContext);
|
||||
final Boolean usePersonalizedDict =
|
||||
prefs.getBoolean(Settings.PREF_KEY_USE_PERSONALIZED_DICTS, true);
|
||||
Log.d(TAG, "onCreateCompleted. context: " context.toString() + "usePersonalizedDict: "
|
||||
Log.d(TAG, "onCreateCompleted. context: " + context.toString() + "usePersonalizedDict: "
|
||||
+ usePersonalizedDict);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue