kopia lustrzana https://github.com/ryukoposting/Signal-Android
Log incoming ringer create exception.
rodzic
9389ee17b6
commit
9a1b8c9bb2
|
@ -124,7 +124,7 @@ public class IncomingRinger {
|
||||||
|
|
||||||
return mediaPlayer;
|
return mediaPlayer;
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
Log.e(TAG, "Failed to create player for incoming call ringer");
|
Log.e(TAG, "Failed to create player for incoming call ringer", e);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue