[go: nahoru, domu]

Skip to content

Commit

Permalink
remove crashlytics reference from Utils
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Jul 9, 2014
1 parent 32e98a9 commit b4baff8
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
import android.text.style.QuoteSpan;

import org.apache.commons.lang.StringEscapeUtils;
import org.wordpress.android.util.AppLog.T;
import org.wordpress.android.util.CrashlyticsUtils.ExceptionType;
import org.wordpress.android.util.CrashlyticsUtils.ExtraKey;

public class HtmlUtils {
/*
Expand Down Expand Up @@ -120,9 +117,6 @@ public static SpannableStringBuilder fromHtml(String source, WPImageGetter wpIma
} catch (RuntimeException runtimeException) {
// In case our tag handler fails
html = (SpannableStringBuilder) Html.fromHtml(source, wpImageGetter, null);
// Log the exception and text that produces the error
CrashlyticsUtils.setString(ExtraKey.NOTE_HTMLDATA, source);
CrashlyticsUtils.logException(runtimeException, ExceptionType.SPECIFIC, T.NOTIFS);
}
Emoticons.replaceEmoticonsWithEmoji(html);
QuoteSpan spans[] = html.getSpans(0, html.length(), QuoteSpan.class);
Expand Down

0 comments on commit b4baff8

Please sign in to comment.