mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Add logging for audio recorder exceptions.
This commit is contained in:
@@ -3721,6 +3721,7 @@ public class ConversationParentFragment extends Fragment
|
||||
@Override
|
||||
public void onError(Throwable t) {
|
||||
Toast.makeText(requireContext(), R.string.ConversationActivity_unable_to_record_audio, Toast.LENGTH_LONG).show();
|
||||
Log.e(TAG, "Error in RecordingSession.", t);
|
||||
recordingSession.dispose();
|
||||
recordingSession = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user