mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-28 05:35:44 +00:00
Log incoming ringer create exception.
This commit is contained in:
committed by
Greyson Parrelli
parent
9389ee17b6
commit
9a1b8c9bb2
@@ -124,7 +124,7 @@ public class IncomingRinger {
|
||||
|
||||
return mediaPlayer;
|
||||
} 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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user