Log incoming ringer create exception.

fork-5.53.8
Cody Henthorne 2022-02-15 16:44:37 -05:00 zatwierdzone przez Greyson Parrelli
rodzic 9389ee17b6
commit 9a1b8c9bb2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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