Log incoming ringer create exception.

This commit is contained in:
Cody Henthorne
2022-02-15 16:44:37 -05:00
committed by Greyson Parrelli
parent 9389ee17b6
commit 9a1b8c9bb2

View File

@@ -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;
}
}