Skip to content
Snippets Groups Projects
Commit b9fca7a1 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix stack overflow

Change-Id: I977b240ea462b40852ba9504282312d5fa4e2885
parent ab39afca
No related branches found
No related tags found
No related merge requests found
...@@ -124,7 +124,7 @@ public class SubtypeLocale { ...@@ -124,7 +124,7 @@ public class SubtypeLocale {
// fixed. // fixed.
if (keyboardLayoutSet == null) { if (keyboardLayoutSet == null) {
android.util.Log.w(TAG, "KeyboardLayoutSet not found, use QWERTY: " + android.util.Log.w(TAG, "KeyboardLayoutSet not found, use QWERTY: " +
getFullDisplayName(subtype) + " extraValue=" + subtype.getExtraValue()); "locale=" + subtype.getLocale() + " extraValue=" + subtype.getExtraValue());
return AdditionalSubtype.QWERTY; return AdditionalSubtype.QWERTY;
} }
return keyboardLayoutSet; return keyboardLayoutSet;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment