@@ -249,7 +249,7 @@ private void loadSequenceCharactersData(
249249 }
250250 catch (IOException exception )
251251 {
252- exception . printStackTrace ( );
252+ Log . e ( LOG_TAG , "loadSequenceCharactersData failed" , exception );
253253 }
254254
255255 final long endMilliseconds = System .currentTimeMillis ();
@@ -276,7 +276,7 @@ private void loadCharactersData(final String charactersFileName, final Set<Integ
276276 }
277277 catch (IOException exception )
278278 {
279- exception . printStackTrace ( );
279+ Log . e ( LOG_TAG , "loadCharactersData failed" , exception );
280280 }
281281
282282 final long endMilliseconds = System .currentTimeMillis ();
@@ -319,7 +319,7 @@ private void loadRankingData(
319319 }
320320 catch (IOException exception )
321321 {
322- exception . printStackTrace ( );
322+ Log . e ( LOG_TAG , "loadRankingData failed" , exception );
323323 }
324324
325325 final long endMilliseconds = System .currentTimeMillis ();
@@ -346,7 +346,7 @@ private void loadPhrasesData(final String phrasesFileName, final Set<String> phr
346346 }
347347 catch (IOException exception )
348348 {
349- exception . printStackTrace ( );
349+ Log . e ( LOG_TAG , "loadPhrasesData failed" , exception );
350350 }
351351
352352 final long endMilliseconds = System .currentTimeMillis ();
0 commit comments