Loading src/com/android/server/telecom/RingtoneFactory.java +10 −10 Original line number Diff line number Diff line Loading @@ -80,8 +80,8 @@ public class RingtoneFactory { try { ringtone = RingtoneManager.getRingtone( userContext, ringtoneUri, volumeShaperConfig, audioAttrs); } catch (NullPointerException npe) { Log.e(this, npe, "getRingtone: NPE while getting ringtone."); } catch (Exception e) { Log.e(this, e, "getRingtone: exception while getting ringtone."); } } if (ringtone == null) { Loading Loading @@ -109,8 +109,8 @@ public class RingtoneFactory { try { ringtone = RingtoneManager.getRingtone( contextToUse, defaultRingtoneUri, volumeShaperConfig, audioAttrs); } catch (NullPointerException npe) { Log.e(this, npe, "getRingtone: NPE while getting ringtone."); } catch (Exception e) { Log.e(this, e, "getRingtone: exception while getting ringtone."); } } return ringtone; Loading Loading
src/com/android/server/telecom/RingtoneFactory.java +10 −10 Original line number Diff line number Diff line Loading @@ -80,8 +80,8 @@ public class RingtoneFactory { try { ringtone = RingtoneManager.getRingtone( userContext, ringtoneUri, volumeShaperConfig, audioAttrs); } catch (NullPointerException npe) { Log.e(this, npe, "getRingtone: NPE while getting ringtone."); } catch (Exception e) { Log.e(this, e, "getRingtone: exception while getting ringtone."); } } if (ringtone == null) { Loading Loading @@ -109,8 +109,8 @@ public class RingtoneFactory { try { ringtone = RingtoneManager.getRingtone( contextToUse, defaultRingtoneUri, volumeShaperConfig, audioAttrs); } catch (NullPointerException npe) { Log.e(this, npe, "getRingtone: NPE while getting ringtone."); } catch (Exception e) { Log.e(this, e, "getRingtone: exception while getting ringtone."); } } return ringtone; Loading