Loading core/java/android/content/ClipData.java +6 −0 Original line number Diff line number Diff line Loading @@ -353,6 +353,9 @@ public class ClipData implements Parcelable { } return builder.toString(); } catch (SecurityException e) { Log.w("ClipData", "Failure opening stream", e); } catch (FileNotFoundException e) { // Unable to open content URI as text... not really an // error, just something to ignore. Loading Loading @@ -536,6 +539,9 @@ public class ClipData implements Parcelable { return Html.escapeHtml(text); } } catch (SecurityException e) { Log.w("ClipData", "Failure opening stream", e); } catch (FileNotFoundException e) { // Unable to open content URI as text... not really an // error, just something to ignore. Loading Loading
core/java/android/content/ClipData.java +6 −0 Original line number Diff line number Diff line Loading @@ -353,6 +353,9 @@ public class ClipData implements Parcelable { } return builder.toString(); } catch (SecurityException e) { Log.w("ClipData", "Failure opening stream", e); } catch (FileNotFoundException e) { // Unable to open content URI as text... not really an // error, just something to ignore. Loading Loading @@ -536,6 +539,9 @@ public class ClipData implements Parcelable { return Html.escapeHtml(text); } } catch (SecurityException e) { Log.w("ClipData", "Failure opening stream", e); } catch (FileNotFoundException e) { // Unable to open content URI as text... not really an // error, just something to ignore. Loading