Skip to content

Commit 1e569bb

Browse files
committed
chore: better logging
1 parent 39ad5f1 commit 1e569bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/text/platforms/android/java/com/nativescript/text

packages/text/platforms/android/java/com/nativescript/text/Font.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ public static CharSequence fromHtml(CharSequence html, Context context, String f
508508
// Log.d(TAG, "fromHtml: " + ((System.nanoTime() - startTime)/1000000) + "ms");
509509
return converter.spannable();
510510
} catch (Exception e) {
511-
e.printStackTrace();
511+
Log.e(TAG, "errro parsing html " + html, e);
512512
}
513513
return html;
514514
}

0 commit comments

Comments
 (0)