Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
16 views47 pages

Call Recorder Error Log Analysis

This document contains log messages from a call recording service. It records an outgoing call being placed and the audio recorded for 109 seconds before the call ends. The service initially struggles to initialize the audio recorder using different strategies but eventually succeeds using the standard recorder on the third attempt, allowing the call audio to be recorded.

Uploaded by

dgamboah2022
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views47 pages

Call Recorder Error Log Analysis

This document contains log messages from a call recording service. It records an outgoing call being placed and the audio recorded for 109 seconds before the call ends. The service initially struggles to initialize the audio recorder using different strategies but eventually succeeds using the standard recorder on the third attempt, allowing the call audio to be recorded.

Uploaded by

dgamboah2022
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 47

21/12/2023 11:13:49 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false

21/12/2023 11:13:49 [CallRecorder]/15: ManualStart, Auto = false


21/12/2023 11:13:49 [CallRecorderService]/15: InCallThread started
21/12/2023 11:13:49 [App]/15: CallRecorderService is now bound
21/12/2023 11:13:49 [App]/15: Signalling service is bound..
21/12/2023 11:13:49 [CallRecorderService]/15: Recording for type: REC_CALL
21/12/2023 11:13:49 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
21/12/2023 11:13:49 [CallRecorderService]/15: --- Using StandardRecorder ---
21/12/2023 11:13:49 [RecordItem]/15: Setting directory
21/12/2023 11:13:49 [RecordItem]/15: Setting filename
21/12/2023 11:13:49 [RecordItem]/15: Setting record format to AMR
21/12/2023 11:13:49 [RecordItem]/15: Setting record source to VOICE_CALL
21/12/2023 11:13:49 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
21/12/2023 11:13:49 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
21/12/2023 11:13:49 [AudioRecorder]/15: Disabled sap, api: 30
21/12/2023 11:13:49 [AudioRecorder]/15: cras is not enabled
21/12/2023 11:13:49 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
21/12/2023 11:13:49 [AudioRecorder]/15: audioMinBufferSize = 448
21/12/2023 11:13:49 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
21/12/2023 11:13:49 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
21/12/2023 11:13:49 [StandardRecorder]/15: Attempting to remove file...
21/12/2023 11:13:49 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
21/12/2023 11:13:49 [CallRecorderService]/15: Retrying with Legacy
21/12/2023 11:13:49 [RecordItem]/15: Setting directory
21/12/2023 11:13:49 [RecordItem]/15: Setting filename
21/12/2023 11:13:49 [RecordItem]/15: Setting record format to AMR
21/12/2023 11:13:49 [RecordItem]/15: Setting record source to MEDIA_RECORDER
21/12/2023 11:13:49 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
21/12/2023 11:13:49 [AndroidRecorder]/15: Attempting to remove file...
21/12/2023 11:13:49 [CallRecorderService]/15: Retrying with Native
21/12/2023 11:13:49 [RecordItem]/15: Setting directory
21/12/2023 11:13:49 [RecordItem]/15: Setting filename
21/12/2023 11:13:49 [RecordItem]/15: Setting record format to AMR
21/12/2023 11:13:49 [RecordItem]/15: Setting record source to AOSP_RECORDING
21/12/2023 11:13:49 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
21/12/2023 11:13:49 [AudioRecorder]/15: Disabled sap, api: 30
21/12/2023 11:13:49 [AudioRecorder]/15: cras is not enabled
21/12/2023 11:13:49 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
21/12/2023 11:13:49 [AudioRecorder]/15: audioMinBufferSize = 448
21/12/2023 11:13:49 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
21/12/2023 11:13:49 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
21/12/2023 11:13:49 [StandardRecorder]/15: Attempting to remove file...
21/12/2023 11:13:49 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
21/12/2023 11:13:49 [CallRecorderService]/15: Got a stop request
21/12/2023 11:13:50 [CallRecorderService]/15: Closing recording resources..
21/12/2023 11:13:50 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
21/12/2023 11:13:53 [App]/15: Starting call recorder service .. bound=true
21/12/2023 11:13:53 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
21/12/2023 11:13:53 [TelephonyStatus]/15: Telephony state = IDLE
21/12/2023 11:13:53 [TelephonyStatus]/15: Reset the telephony status
21/12/2023 11:13:54 [CallRecorderService]/15: InCallThread notified
21/12/2023 11:13:54 [CallRecorderService]/15: InCallThread stopped
21/12/2023 11:13:54 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
21/12/2023 11:13:54 [CallRecorder]/15: Unbinding service connection
21/12/2023 11:13:54 [CallRecorderService]/15: onDestroy
21/12/2023 11:18:57 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
21/12/2023 11:18:58 [CallRecorder]/15: SetAutomatic = false
21/12/2023 11:18:58 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
21/12/2023 11:24:35 [App]/15: Starting call recorder service .. bound=false
21/12/2023 11:24:35 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
21/12/2023 11:24:35 [TelephonyStatus]/15: Telephony state = IDLE
21/12/2023 11:24:35 [TelephonyStatus]/15: Reset the telephony status
21/12/2023 11:24:35 [CallRecorderService]/15: InCallThread started
21/12/2023 11:24:35 [App]/15: CallRecorderService is now bound
21/12/2023 11:24:35 [App]/15: Signalling service is bound..
21/12/2023 11:24:40 [CallRecorderService]/15: InCallThread notified
21/12/2023 11:24:41 [CallRecorderService]/15: InCallThread stopped
21/12/2023 11:24:41 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
21/12/2023 11:24:41 [CallRecorder]/15: Unbinding service connection
21/12/2023 11:24:41 [CallRecorderService]/15: onDestroy
21/12/2023 11:25:36 [App]/15: Starting call recorder service .. bound=false
21/12/2023 11:25:36 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
21/12/2023 11:25:36 [TelephonyStatus]/15: Telephony state = OFFHOOK
21/12/2023 11:25:36 [TelephonyStatus]/15: Set call type to OUTGOING
21/12/2023 11:25:36 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
21/12/2023 11:25:36 [CallRecorderService]/15: InCallThread started
21/12/2023 11:25:36 [CallRecorder]/15: ManualStart, Auto = false
21/12/2023 11:25:36 [App]/15: CallRecorderService is now bound
21/12/2023 11:25:36 [App]/15: Signalling service is bound..
21/12/2023 11:25:36 [CallRecorderService]/15: Recording for type: REC_CALL
21/12/2023 11:25:36 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
21/12/2023 11:25:36 [CallRecorderService]/15: --- Using StandardRecorder ---
21/12/2023 11:25:36 [RecordItem]/15: Setting directory
21/12/2023 11:25:36 [RecordItem]/15: Setting filename
21/12/2023 11:25:36 [RecordItem]/15: Setting record format to AMR
21/12/2023 11:25:36 [RecordItem]/15: Setting record source to VOICE_CALL
21/12/2023 11:25:36 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
21/12/2023 11:25:36 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
21/12/2023 11:25:36 [AudioRecorder]/15: Disabled sap, api: 30
21/12/2023 11:25:36 [AudioRecorder]/15: Enabled cras
21/12/2023 11:25:36 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
21/12/2023 11:25:36 [AudioRecorder]/15: audioMinBufferSize = 448
21/12/2023 11:25:36 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
21/12/2023 11:25:36 [StandardRecorder]/15: Applying rec start delay of: 1000ms
21/12/2023 11:25:37 [StandardRecorder]/15: Initializing encoder
AMREncoder-Native: ARCH: 32 bit (armeabi-v7a)
21/12/2023 11:25:37 [AudioRecorder]/15: Standard
21/12/2023 11:25:38 [AudioRecorder]/15: AudioRecorder started recording ....
21/12/2023 11:25:38 [StandardRecorder]/15: Signalling audio was read successfully
21/12/2023 11:25:38 [CallRecorderService]/15: Recording started..
21/12/2023 11:25:38 [StandardRecorder]/15: Skipping buffer (1): Read = 3200
21/12/2023 11:25:38 [StandardRecorder]/15: Skipping buffer (2): Read = 3200
21/12/2023 11:25:41 [CallRecorderService]/15: InCallThread notified
21/12/2023 11:27:28 [App]/15: Starting call recorder service .. bound=true
21/12/2023 11:27:28 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
21/12/2023 11:27:28 [TelephonyStatus]/15: Telephony state = IDLE
21/12/2023 11:27:28 [TelephonyStatus]/15: Reset the telephony status
21/12/2023 11:27:28 [StandardRecorder]/15: REC_TELEPHONY_STATUS_IDLE: ending..
21/12/2023 11:27:28 [StandardRecorder]/15: Total bytes written: 1753600
21/12/2023 11:27:28 [StandardRecorder]/15: AudioRecorder:stop
21/12/2023 11:27:28 [CallRecorderService]/15: Recording completed.
21/12/2023 11:27:28 [CallRecorderService]/15: RECORD_DURATION: 109 seconds,
AUTO_DELETE: 0 seconds
21/12/2023 11:27:28 [CallRecorderService]/15: Got a stop request
21/12/2023 11:27:28 [CallRecorderService]/15: Closing recording resources..
21/12/2023 11:27:28 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
java.io.FileOutputStream@3c5dbeb
AMREncoder-Native: Amr encoder closed
21/12/2023 11:27:28 [AudioRecorder]/15: Closing AudioRecorder object
21/12/2023 11:27:28 [CallRecorderService]/15: InCallThread stopped
21/12/2023 11:27:28 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
21/12/2023 11:27:28 [CallRecorder]/15: Unbinding service connection
21/12/2023 11:27:29 [CallRecorderService]/15: onDestroy
21/12/2023 15:01:42 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
21/12/2023 15:01:42 [CallRecorder]/15: SetAutomatic = false
21/12/2023 15:01:42 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
21/12/2023 15:02:09 [App]/15: Starting call recorder service .. bound=false
21/12/2023 15:02:09 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
21/12/2023 15:02:09 [TelephonyStatus]/15: Telephony state = IDLE
21/12/2023 15:02:09 [TelephonyStatus]/15: Reset the telephony status
21/12/2023 15:02:09 [App]/15: CallRecorderService is now bound
21/12/2023 15:02:09 [App]/15: Signalling service is bound..
21/12/2023 15:02:09 [CallRecorderService]/15: InCallThread started
21/12/2023 15:02:14 [CallRecorderService]/15: InCallThread notified
21/12/2023 15:02:14 [CallRecorderService]/15: InCallThread stopped
21/12/2023 15:02:14 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
21/12/2023 15:02:14 [CallRecorder]/15: Unbinding service connection
21/12/2023 15:02:14 [CallRecorderService]/15: onDestroy
21/12/2023 15:51:56 [App]/15: Starting call recorder service .. bound=false
21/12/2023 15:51:56 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
21/12/2023 15:51:56 [TelephonyStatus]/15: Set call type to INCOMING
21/12/2023 15:51:56 [TelephonyStatus]/15: Set phoneNo, len = null
21/12/2023 15:51:56 [TelephonyStatus]/15: Telephony state = RINGING
21/12/2023 15:51:56 [CallRecorderService]/15: InCallThread started
21/12/2023 15:51:56 [App]/15: CallRecorderService is now bound
21/12/2023 15:51:56 [App]/15: Signalling service is bound..
21/12/2023 15:52:01 [CallRecorderService]/15: InCallThread notified
21/12/2023 15:52:30 [App]/15: Starting call recorder service .. bound=true
21/12/2023 15:52:30 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
21/12/2023 15:52:30 [TelephonyStatus]/15: Telephony state = OFFHOOK
21/12/2023 15:52:30 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
21/12/2023 15:52:30 [CallRecorder]/15: ManualStart, Auto = false
21/12/2023 15:52:31 [CallRecorderService]/15: Recording for type: REC_CALL
21/12/2023 15:52:32 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
21/12/2023 15:52:33 [CallRecorderService]/15: --- Using StandardRecorder ---
21/12/2023 15:52:33 [RecordItem]/15: Setting directory
21/12/2023 15:52:33 [RecordItem]/15: Setting filename
21/12/2023 15:52:33 [RecordItem]/15: Setting record format to AMR
21/12/2023 15:52:33 [RecordItem]/15: Setting record source to VOICE_CALL
21/12/2023 15:52:33 [CallRecorderService]/15: Using incoming delay from settings: 1
seconds ..
21/12/2023 15:52:33 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
21/12/2023 15:52:33 [AudioRecorder]/15: Disabled sap, api: 30
21/12/2023 15:52:33 [AudioRecorder]/15: Enabled cras
21/12/2023 15:52:33 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
21/12/2023 15:52:33 [AudioRecorder]/15: audioMinBufferSize = 448
21/12/2023 15:52:33 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
21/12/2023 15:52:33 [StandardRecorder]/15: Applying rec start delay of: 1000ms
21/12/2023 15:52:34 [StandardRecorder]/15: Initializing encoder
AMREncoder-Native: ARCH: 32 bit (armeabi-v7a)
21/12/2023 15:52:34 [AudioRecorder]/15: Standard
21/12/2023 15:52:35 [AudioRecorder]/15: AudioRecorder started recording ....
21/12/2023 15:52:35 [StandardRecorder]/15: Signalling audio was read successfully
21/12/2023 15:52:35 [StandardRecorder]/15: Skipping buffer (1): Read = 3200
21/12/2023 15:52:35 [CallRecorderService]/15: Recording started..
21/12/2023 15:52:35 [StandardRecorder]/15: Skipping buffer (2): Read = 3200
21/12/2023 15:54:14 [App]/15: Starting call recorder service .. bound=true
21/12/2023 15:54:14 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
21/12/2023 15:54:14 [TelephonyStatus]/15: Telephony state = IDLE
21/12/2023 15:54:14 [StandardRecorder]/15: REC_TELEPHONY_STATUS_IDLE: ending..
21/12/2023 15:54:14 [StandardRecorder]/15: Total bytes written: 7715200
21/12/2023 15:54:14 [TelephonyStatus]/15: Reset the telephony status
21/12/2023 15:54:15 [StandardRecorder]/15: AudioRecorder:stop
21/12/2023 15:54:15 [CallRecorderService]/15: Recording completed.
21/12/2023 15:54:15 [CallRecorderService]/15: RECORD_DURATION: 99 seconds,
AUTO_DELETE: 0 seconds
21/12/2023 15:54:15 [CallRecorderService]/15: Got a stop request
21/12/2023 15:54:15 [CallRecorderService]/15: Closing recording resources..
21/12/2023 15:54:15 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
java.io.FileOutputStream@f571a3
AMREncoder-Native: Amr encoder closed
21/12/2023 15:54:15 [AudioRecorder]/15: Closing AudioRecorder object
21/12/2023 15:54:15 [CallRecorderService]/15: InCallThread stopped
21/12/2023 15:54:15 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
21/12/2023 15:54:15 [CallRecorder]/15: Unbinding service connection
21/12/2023 15:54:15 [CallRecorderService]/15: onDestroy
21/12/2023 16:01:23 [App]/15: Starting call recorder service .. bound=false
21/12/2023 16:01:23 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
21/12/2023 16:01:23 [TelephonyStatus]/15: Set call type to INCOMING
21/12/2023 16:01:23 [TelephonyStatus]/15: Set phoneNo, len = null
21/12/2023 16:01:23 [TelephonyStatus]/15: Telephony state = RINGING
21/12/2023 16:01:24 [CallRecorderService]/15: InCallThread started
21/12/2023 16:01:24 [App]/15: CallRecorderService is now bound
21/12/2023 16:01:24 [App]/15: Signalling service is bound..
21/12/2023 16:01:27 [App]/15: Starting call recorder service .. bound=true
21/12/2023 16:01:27 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
21/12/2023 16:01:27 [TelephonyStatus]/15: Telephony state = OFFHOOK
21/12/2023 16:01:27 [CallRecorderService]/15: InCallThread notified
21/12/2023 16:01:27 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
21/12/2023 16:01:27 [CallRecorder]/15: ManualStart, Auto = false
21/12/2023 16:01:27 [CallRecorderService]/15: Recording for type: REC_CALL
21/12/2023 16:01:28 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
21/12/2023 16:01:28 [CallRecorderService]/15: --- Using StandardRecorder ---
21/12/2023 16:01:28 [RecordItem]/15: Setting directory
21/12/2023 16:01:28 [RecordItem]/15: Setting filename
21/12/2023 16:01:28 [RecordItem]/15: Setting record format to AMR
21/12/2023 16:01:28 [RecordItem]/15: Setting record source to VOICE_CALL
21/12/2023 16:01:28 [CallRecorderService]/15: Using incoming delay from settings: 1
seconds ..
21/12/2023 16:01:28 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
21/12/2023 16:01:28 [AudioRecorder]/15: Disabled sap, api: 30
21/12/2023 16:01:28 [AudioRecorder]/15: Enabled cras
21/12/2023 16:01:28 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
21/12/2023 16:01:28 [AudioRecorder]/15: audioMinBufferSize = 448
21/12/2023 16:01:28 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
21/12/2023 16:01:28 [StandardRecorder]/15: Applying rec start delay of: 1000ms
21/12/2023 16:01:30 [StandardRecorder]/15: Initializing encoder
AMREncoder-Native: ARCH: 32 bit (armeabi-v7a)
21/12/2023 16:01:30 [AudioRecorder]/15: Standard
21/12/2023 16:01:30 [AudioRecorder]/15: AudioRecorder started recording ....
21/12/2023 16:01:30 [StandardRecorder]/15: Signalling audio was read successfully
21/12/2023 16:01:30 [StandardRecorder]/15: Skipping buffer (1): Read = 3200
21/12/2023 16:01:30 [CallRecorderService]/15: Recording started..
21/12/2023 16:01:31 [StandardRecorder]/15: Skipping buffer (2): Read = 3200
21/12/2023 16:01:36 [App]/15: Starting call recorder service .. bound=true
21/12/2023 16:01:36 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
21/12/2023 16:01:36 [TelephonyStatus]/15: Telephony state = IDLE
21/12/2023 16:01:36 [TelephonyStatus]/15: Reset the telephony status
21/12/2023 16:01:36 [StandardRecorder]/15: REC_TELEPHONY_STATUS_IDLE: ending..
21/12/2023 16:01:36 [StandardRecorder]/15: Total bytes written: 89600
21/12/2023 16:01:36 [StandardRecorder]/15: AudioRecorder:stop
21/12/2023 16:01:36 [CallRecorderService]/15: Recording completed.
21/12/2023 16:01:36 [CallRecorderService]/15: RECORD_DURATION: 6 seconds,
AUTO_DELETE: 0 seconds
21/12/2023 16:01:36 [CallRecorderService]/15: Got a stop request
21/12/2023 16:01:36 [CallRecorderService]/15: Closing recording resources..
21/12/2023 16:01:36 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
java.io.FileOutputStream@7df930c
AMREncoder-Native: Amr encoder closed
21/12/2023 16:01:37 [AudioRecorder]/15: Closing AudioRecorder object
21/12/2023 16:01:37 [CallRecorderService]/15: InCallThread stopped
21/12/2023 16:01:37 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
21/12/2023 16:01:37 [CallRecorder]/15: Unbinding service connection
21/12/2023 16:01:37 [CallRecorderService]/15: onDestroy
21/12/2023 19:34:07 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
21/12/2023 19:34:08 [CallRecorder]/15: SetAutomatic = false
21/12/2023 19:34:08 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
21/12/2023 19:35:15 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
21/12/2023 19:35:16 [CallRecorder]/15: SetAutomatic = false
21/12/2023 19:35:16 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
21/12/2023 19:35:16 [CallRecorder]/15: SetAutomatic = false
21/12/2023 19:35:16 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
21/12/2023 19:35:21 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
21/12/2023 19:35:24 [CallRecorder]/15: SetAutomatic = false
21/12/2023 19:35:24 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
21/12/2023 20:37:08 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
21/12/2023 20:37:10 [CallRecorder]/15: SetAutomatic = false
21/12/2023 20:37:10 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
21/12/2023 20:37:14 [App]/15: Starting call recorder service .. bound=false
21/12/2023 20:37:14 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
21/12/2023 20:37:14 [TelephonyStatus]/15: Telephony state = IDLE
21/12/2023 20:37:14 [TelephonyStatus]/15: Reset the telephony status
21/12/2023 20:37:14 [App]/15: CallRecorderService is now bound
21/12/2023 20:37:14 [CallRecorderService]/15: InCallThread started
21/12/2023 20:37:14 [App]/15: Signalling service is bound..
21/12/2023 20:37:19 [CallRecorderService]/15: InCallThread notified
21/12/2023 20:37:20 [CallRecorderService]/15: InCallThread stopped
21/12/2023 20:37:20 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
21/12/2023 20:37:20 [CallRecorder]/15: Unbinding service connection
21/12/2023 20:37:20 [CallRecorderService]/15: onDestroy
21/12/2023 20:38:48 [App]/15: Starting call recorder service .. bound=false
21/12/2023 20:38:48 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
21/12/2023 20:38:48 [TelephonyStatus]/15: Telephony state = OFFHOOK
21/12/2023 20:38:48 [TelephonyStatus]/15: Set call type to OUTGOING
21/12/2023 20:38:48 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
21/12/2023 20:38:48 [CallRecorderService]/15: InCallThread started
21/12/2023 20:38:48 [CallRecorder]/15: ManualStart, Auto = false
21/12/2023 20:38:48 [App]/15: CallRecorderService is now bound
21/12/2023 20:38:48 [App]/15: Signalling service is bound..
21/12/2023 20:38:49 [CallRecorderService]/15: Recording for type: REC_CALL
21/12/2023 20:38:49 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
21/12/2023 20:38:49 [CallRecorderService]/15: --- Using StandardRecorder ---
21/12/2023 20:38:49 [RecordItem]/15: Setting directory
21/12/2023 20:38:49 [RecordItem]/15: Setting filename
21/12/2023 20:38:49 [RecordItem]/15: Setting record format to AMR
21/12/2023 20:38:49 [RecordItem]/15: Setting record source to VOICE_CALL
21/12/2023 20:38:49 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
21/12/2023 20:38:49 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
21/12/2023 20:38:49 [AudioRecorder]/15: Disabled sap, api: 30
21/12/2023 20:38:49 [AudioRecorder]/15: Enabled cras
21/12/2023 20:38:49 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
21/12/2023 20:38:49 [AudioRecorder]/15: audioMinBufferSize = 448
21/12/2023 20:38:49 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
21/12/2023 20:38:49 [StandardRecorder]/15: Applying rec start delay of: 1000ms
21/12/2023 20:38:51 [StandardRecorder]/15: Initializing encoder
AMREncoder-Native: ARCH: 32 bit (armeabi-v7a)
21/12/2023 20:38:51 [AudioRecorder]/15: Standard
21/12/2023 20:38:51 [AudioRecorder]/15: AudioRecorder started recording ....
21/12/2023 20:38:51 [StandardRecorder]/15: Signalling audio was read successfully
21/12/2023 20:38:51 [CallRecorderService]/15: Recording started..
21/12/2023 20:38:51 [StandardRecorder]/15: Skipping buffer (1): Read = 3200
21/12/2023 20:38:51 [StandardRecorder]/15: Skipping buffer (2): Read = 3200
21/12/2023 20:38:53 [CallRecorderService]/15: InCallThread notified
21/12/2023 20:41:53 [App]/15: Starting call recorder service .. bound=true
21/12/2023 20:41:53 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
21/12/2023 20:41:53 [TelephonyStatus]/15: Telephony state = IDLE
21/12/2023 20:41:53 [TelephonyStatus]/15: Reset the telephony status
21/12/2023 20:41:53 [StandardRecorder]/15: REC_TELEPHONY_STATUS_IDLE: ending..
21/12/2023 20:41:53 [StandardRecorder]/15: Total bytes written: 2915200
21/12/2023 20:41:53 [StandardRecorder]/15: AudioRecorder:stop
21/12/2023 20:41:53 [CallRecorderService]/15: Recording completed.
21/12/2023 20:41:53 [CallRecorderService]/15: RECORD_DURATION: 182 seconds,
AUTO_DELETE: 0 seconds
21/12/2023 20:41:54 [CallRecorderService]/15: Got a stop request
21/12/2023 20:41:54 [CallRecorderService]/15: Closing recording resources..
21/12/2023 20:41:54 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
java.io.FileOutputStream@7415002
AMREncoder-Native: Amr encoder closed
21/12/2023 20:41:54 [AudioRecorder]/15: Closing AudioRecorder object
21/12/2023 20:41:54 [CallRecorderService]/15: InCallThread stopped
21/12/2023 20:41:54 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
21/12/2023 20:41:54 [CallRecorder]/15: Unbinding service connection
21/12/2023 20:41:54 [CallRecorderService]/15: onDestroy
21/12/2023 20:50:39 [App]/15: Starting call recorder service .. bound=false
21/12/2023 20:50:39 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
21/12/2023 20:50:39 [TelephonyStatus]/15: Telephony state = OFFHOOK
21/12/2023 20:50:39 [TelephonyStatus]/15: Set call type to OUTGOING
21/12/2023 20:50:40 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
21/12/2023 20:50:40 [CallRecorderService]/15: InCallThread started
21/12/2023 20:50:40 [CallRecorder]/15: ManualStart, Auto = false
21/12/2023 20:50:40 [App]/15: CallRecorderService is now bound
21/12/2023 20:50:40 [App]/15: Signalling service is bound..
21/12/2023 20:50:40 [CallRecorderService]/15: Recording for type: REC_CALL
21/12/2023 20:50:40 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
21/12/2023 20:50:40 [CallRecorderService]/15: --- Using StandardRecorder ---
21/12/2023 20:50:40 [RecordItem]/15: Setting directory
21/12/2023 20:50:40 [RecordItem]/15: Setting filename
21/12/2023 20:50:40 [RecordItem]/15: Setting record format to AMR
21/12/2023 20:50:40 [RecordItem]/15: Setting record source to VOICE_CALL
21/12/2023 20:50:40 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
21/12/2023 20:50:40 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
21/12/2023 20:50:40 [AudioRecorder]/15: Disabled sap, api: 30
21/12/2023 20:50:40 [AudioRecorder]/15: Enabled cras
21/12/2023 20:50:40 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
21/12/2023 20:50:40 [AudioRecorder]/15: audioMinBufferSize = 448
21/12/2023 20:50:40 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
21/12/2023 20:50:40 [StandardRecorder]/15: Applying rec start delay of: 1000ms
21/12/2023 20:50:41 [StandardRecorder]/15: Initializing encoder
AMREncoder-Native: ARCH: 32 bit (armeabi-v7a)
21/12/2023 20:50:41 [AudioRecorder]/15: Standard
21/12/2023 20:50:42 [AudioRecorder]/15: AudioRecorder started recording ....
21/12/2023 20:50:42 [StandardRecorder]/15: Signalling audio was read successfully
21/12/2023 20:50:42 [CallRecorderService]/15: Recording started..
21/12/2023 20:50:42 [StandardRecorder]/15: Skipping buffer (1): Read = 3200
21/12/2023 20:50:42 [StandardRecorder]/15: Skipping buffer (2): Read = 3200
21/12/2023 20:50:45 [CallRecorderService]/15: InCallThread notified
21/12/2023 20:52:35 [App]/15: Starting call recorder service .. bound=true
21/12/2023 20:52:35 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
21/12/2023 20:52:35 [TelephonyStatus]/15: Telephony state = IDLE
21/12/2023 20:52:35 [TelephonyStatus]/15: Reset the telephony status
21/12/2023 20:52:36 [StandardRecorder]/15: REC_TELEPHONY_STATUS_IDLE: ending..
21/12/2023 20:52:36 [StandardRecorder]/15: Total bytes written: 1814400
21/12/2023 20:52:36 [StandardRecorder]/15: AudioRecorder:stop
21/12/2023 20:52:36 [CallRecorderService]/15: Recording completed.
21/12/2023 20:52:36 [CallRecorderService]/15: RECORD_DURATION: 113 seconds,
AUTO_DELETE: 0 seconds
21/12/2023 20:52:36 [CallRecorderService]/15: Got a stop request
21/12/2023 20:52:36 [CallRecorderService]/15: Closing recording resources..
21/12/2023 20:52:36 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
java.io.FileOutputStream@47721ba
AMREncoder-Native: Amr encoder closed
21/12/2023 20:52:36 [AudioRecorder]/15: Closing AudioRecorder object
21/12/2023 20:52:36 [CallRecorderService]/15: InCallThread stopped
21/12/2023 20:52:36 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
21/12/2023 20:52:36 [CallRecorder]/15: Unbinding service connection
21/12/2023 20:52:37 [CallRecorderService]/15: onDestroy
21/12/2023 20:53:27 [App]/15: Starting call recorder service .. bound=false
21/12/2023 20:53:27 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
21/12/2023 20:53:27 [TelephonyStatus]/15: Set call type to INCOMING
21/12/2023 20:53:27 [TelephonyStatus]/15: Set phoneNo, len = null
21/12/2023 20:53:27 [TelephonyStatus]/15: Telephony state = RINGING
21/12/2023 20:53:27 [CallRecorderService]/15: InCallThread started
21/12/2023 20:53:27 [App]/15: CallRecorderService is now bound
21/12/2023 20:53:27 [App]/15: Signalling service is bound..
21/12/2023 20:53:32 [CallRecorderService]/15: InCallThread notified
21/12/2023 20:53:47 [App]/15: Starting call recorder service .. bound=true
21/12/2023 20:53:47 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
21/12/2023 20:53:47 [TelephonyStatus]/15: Telephony state = OFFHOOK
21/12/2023 20:53:47 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
21/12/2023 20:53:47 [CallRecorder]/15: ManualStart, Auto = false
21/12/2023 20:53:47 [CallRecorderService]/15: Recording for type: REC_CALL
21/12/2023 20:53:47 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
21/12/2023 20:53:48 [CallRecorderService]/15: --- Using StandardRecorder ---
21/12/2023 20:53:48 [RecordItem]/15: Setting directory
21/12/2023 20:53:48 [RecordItem]/15: Setting filename
21/12/2023 20:53:48 [RecordItem]/15: Setting record format to AMR
21/12/2023 20:53:48 [RecordItem]/15: Setting record source to VOICE_CALL
21/12/2023 20:53:48 [CallRecorderService]/15: Using incoming delay from settings: 1
seconds ..
21/12/2023 20:53:48 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
21/12/2023 20:53:48 [AudioRecorder]/15: Disabled sap, api: 30
21/12/2023 20:53:48 [AudioRecorder]/15: Enabled cras
21/12/2023 20:53:48 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
21/12/2023 20:53:48 [AudioRecorder]/15: audioMinBufferSize = 448
21/12/2023 20:53:48 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
21/12/2023 20:53:48 [StandardRecorder]/15: Applying rec start delay of: 1000ms
21/12/2023 20:53:49 [StandardRecorder]/15: Initializing encoder
AMREncoder-Native: ARCH: 32 bit (armeabi-v7a)
21/12/2023 20:53:49 [AudioRecorder]/15: Standard
21/12/2023 20:53:49 [AudioRecorder]/15: AudioRecorder started recording ....
21/12/2023 20:53:49 [StandardRecorder]/15: Signalling audio was read successfully
21/12/2023 20:53:49 [CallRecorderService]/15: Recording started..
21/12/2023 20:53:49 [StandardRecorder]/15: Skipping buffer (1): Read = 3200
21/12/2023 20:53:49 [StandardRecorder]/15: Skipping buffer (2): Read = 3200
21/12/2023 20:54:15 [App]/15: Starting call recorder service .. bound=true
21/12/2023 20:54:15 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
21/12/2023 20:54:15 [TelephonyStatus]/15: Telephony state = IDLE
21/12/2023 20:54:15 [TelephonyStatus]/15: Reset the telephony status
21/12/2023 20:54:15 [StandardRecorder]/15: REC_TELEPHONY_STATUS_IDLE: ending..
21/12/2023 20:54:15 [StandardRecorder]/15: Total bytes written: 416000
21/12/2023 20:54:15 [StandardRecorder]/15: AudioRecorder:stop
21/12/2023 20:54:15 [CallRecorderService]/15: Recording completed.
21/12/2023 20:54:15 [CallRecorderService]/15: RECORD_DURATION: 26 seconds,
AUTO_DELETE: 0 seconds
21/12/2023 20:54:15 [CallRecorderService]/15: Got a stop request
21/12/2023 20:54:15 [CallRecorderService]/15: Closing recording resources..
21/12/2023 20:54:15 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
java.io.FileOutputStream@a6d4fd
AMREncoder-Native: Amr encoder closed
21/12/2023 20:54:15 [AudioRecorder]/15: Closing AudioRecorder object
21/12/2023 20:54:16 [CallRecorderService]/15: InCallThread stopped
21/12/2023 20:54:16 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
21/12/2023 20:54:16 [CallRecorder]/15: Unbinding service connection
21/12/2023 20:54:16 [CallRecorderService]/15: onDestroy
21/12/2023 21:43:58 [App]/15: Starting call recorder service .. bound=false
21/12/2023 21:43:58 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
21/12/2023 21:43:58 [TelephonyStatus]/15: Telephony state = OFFHOOK
21/12/2023 21:43:58 [TelephonyStatus]/15: Set call type to OUTGOING
21/12/2023 21:43:58 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
21/12/2023 21:43:58 [CallRecorder]/15: ManualStart, Auto = false
21/12/2023 21:43:58 [CallRecorderService]/15: InCallThread started
21/12/2023 21:43:58 [App]/15: CallRecorderService is now bound
21/12/2023 21:43:58 [App]/15: Signalling service is bound..
21/12/2023 21:43:58 [CallRecorderService]/15: Recording for type: REC_CALL
21/12/2023 21:43:59 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
21/12/2023 21:43:59 [CallRecorderService]/15: --- Using StandardRecorder ---
21/12/2023 21:43:59 [RecordItem]/15: Setting directory
21/12/2023 21:43:59 [RecordItem]/15: Setting filename
21/12/2023 21:43:59 [RecordItem]/15: Setting record format to AMR
21/12/2023 21:43:59 [RecordItem]/15: Setting record source to VOICE_CALL
21/12/2023 21:43:59 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
21/12/2023 21:43:59 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
21/12/2023 21:43:59 [AudioRecorder]/15: Disabled sap, api: 30
21/12/2023 21:43:59 [AudioRecorder]/15: Enabled cras
21/12/2023 21:43:59 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
21/12/2023 21:43:59 [AudioRecorder]/15: audioMinBufferSize = 448
21/12/2023 21:44:00 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
21/12/2023 21:44:00 [StandardRecorder]/15: Applying rec start delay of: 1000ms
21/12/2023 21:44:01 [StandardRecorder]/15: Initializing encoder
AMREncoder-Native: ARCH: 32 bit (armeabi-v7a)
21/12/2023 21:44:01 [AudioRecorder]/15: Standard
21/12/2023 21:44:01 [AudioRecorder]/15: AudioRecorder started recording ....
21/12/2023 21:44:01 [StandardRecorder]/15: Signalling audio was read successfully
21/12/2023 21:44:01 [StandardRecorder]/15: Skipping buffer (1): Read = 3200
21/12/2023 21:44:01 [CallRecorderService]/15: Recording started..
21/12/2023 21:44:01 [StandardRecorder]/15: Skipping buffer (2): Read = 3200
21/12/2023 21:44:03 [CallRecorderService]/15: InCallThread notified
21/12/2023 21:46:06 [App]/15: Starting call recorder service .. bound=true
21/12/2023 21:46:06 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
21/12/2023 21:46:06 [TelephonyStatus]/15: Telephony state = IDLE
21/12/2023 21:46:06 [StandardRecorder]/15: REC_TELEPHONY_STATUS_IDLE: ending..
21/12/2023 21:46:06 [TelephonyStatus]/15: Reset the telephony status
21/12/2023 21:46:06 [StandardRecorder]/15: Total bytes written: 1993600
21/12/2023 21:46:06 [StandardRecorder]/15: AudioRecorder:stop
21/12/2023 21:46:06 [CallRecorderService]/15: Recording completed.
21/12/2023 21:46:06 [CallRecorderService]/15: RECORD_DURATION: 124 seconds,
AUTO_DELETE: 0 seconds
21/12/2023 21:46:06 [CallRecorderService]/15: Got a stop request
21/12/2023 21:46:06 [CallRecorderService]/15: Closing recording resources..
21/12/2023 21:46:06 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
java.io.FileOutputStream@e76ecaf
AMREncoder-Native: Amr encoder closed
21/12/2023 21:46:06 [AudioRecorder]/15: Closing AudioRecorder object
21/12/2023 21:46:07 [CallRecorderService]/15: InCallThread stopped
21/12/2023 21:46:07 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
21/12/2023 21:46:07 [CallRecorder]/15: Unbinding service connection
21/12/2023 21:46:07 [CallRecorderService]/15: onDestroy
21/12/2023 21:53:43 [App]/15: Starting call recorder service .. bound=false
21/12/2023 21:53:43 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
21/12/2023 21:53:43 [TelephonyStatus]/15: Set call type to INCOMING
21/12/2023 21:53:43 [TelephonyStatus]/15: Set phoneNo, len = null
21/12/2023 21:53:43 [TelephonyStatus]/15: Telephony state = RINGING
21/12/2023 21:53:43 [CallRecorderService]/15: InCallThread started
21/12/2023 21:53:43 [App]/15: CallRecorderService is now bound
21/12/2023 21:53:43 [App]/15: Signalling service is bound..
21/12/2023 21:53:48 [CallRecorderService]/15: InCallThread notified
21/12/2023 21:53:50 [App]/15: Starting call recorder service .. bound=true
21/12/2023 21:53:50 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
21/12/2023 21:53:50 [TelephonyStatus]/15: Telephony state = OFFHOOK
21/12/2023 21:53:50 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
21/12/2023 21:53:50 [CallRecorder]/15: ManualStart, Auto = false
21/12/2023 21:53:50 [CallRecorderService]/15: Recording for type: REC_CALL
21/12/2023 21:53:50 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
21/12/2023 21:53:51 [CallRecorderService]/15: --- Using StandardRecorder ---
21/12/2023 21:53:51 [RecordItem]/15: Setting directory
21/12/2023 21:53:51 [RecordItem]/15: Setting filename
21/12/2023 21:53:51 [RecordItem]/15: Setting record format to AMR
21/12/2023 21:53:51 [RecordItem]/15: Setting record source to VOICE_CALL
21/12/2023 21:53:51 [CallRecorderService]/15: Using incoming delay from settings: 1
seconds ..
21/12/2023 21:53:51 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
21/12/2023 21:53:51 [AudioRecorder]/15: Disabled sap, api: 30
21/12/2023 21:53:51 [AudioRecorder]/15: Enabled cras
21/12/2023 21:53:51 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
21/12/2023 21:53:51 [AudioRecorder]/15: audioMinBufferSize = 448
21/12/2023 21:53:51 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
21/12/2023 21:53:51 [StandardRecorder]/15: Applying rec start delay of: 1000ms
21/12/2023 21:53:52 [StandardRecorder]/15: Initializing encoder
AMREncoder-Native: ARCH: 32 bit (armeabi-v7a)
21/12/2023 21:53:52 [AudioRecorder]/15: Standard
21/12/2023 21:53:53 [AudioRecorder]/15: AudioRecorder started recording ....
21/12/2023 21:53:53 [StandardRecorder]/15: Signalling audio was read successfully
21/12/2023 21:53:53 [CallRecorderService]/15: Recording started..
21/12/2023 21:53:53 [StandardRecorder]/15: Skipping buffer (1): Read = 3200
21/12/2023 21:53:53 [StandardRecorder]/15: Skipping buffer (2): Read = 3200
21/12/2023 21:59:35 [App]/15: Starting call recorder service .. bound=true
21/12/2023 21:59:35 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
21/12/2023 21:59:35 [TelephonyStatus]/15: Telephony state = IDLE
21/12/2023 21:59:35 [TelephonyStatus]/15: Reset the telephony status
21/12/2023 21:59:35 [StandardRecorder]/15: REC_TELEPHONY_STATUS_IDLE: ending..
21/12/2023 21:59:35 [StandardRecorder]/15: Total bytes written: 5475200
21/12/2023 21:59:35 [StandardRecorder]/15: AudioRecorder:stop
21/12/2023 21:59:35 [CallRecorderService]/15: Recording completed.
21/12/2023 21:59:35 [CallRecorderService]/15: RECORD_DURATION: 342 seconds,
AUTO_DELETE: 0 seconds
21/12/2023 21:59:35 [CallRecorderService]/15: Got a stop request
21/12/2023 21:59:35 [CallRecorderService]/15: Closing recording resources..
21/12/2023 21:59:35 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
java.io.FileOutputStream@1c50e0d
AMREncoder-Native: Amr encoder closed
21/12/2023 21:59:35 [AudioRecorder]/15: Closing AudioRecorder object
21/12/2023 21:59:36 [CallRecorderService]/15: InCallThread stopped
21/12/2023 21:59:36 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
21/12/2023 21:59:36 [CallRecorder]/15: Unbinding service connection
21/12/2023 21:59:36 [CallRecorderService]/15: onDestroy
21/12/2023 23:13:03 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
21/12/2023 23:13:05 [CallRecorder]/15: SetAutomatic = false
21/12/2023 23:13:05 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
22/12/2023 09:53:47 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
22/12/2023 09:53:47 [App]/15: Starting call recorder service .. bound=false
22/12/2023 09:53:47 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
22/12/2023 09:53:48 [TelephonyStatus]/15: Telephony state = OFFHOOK
22/12/2023 09:53:48 [TelephonyStatus]/15: Set call type to OUTGOING
22/12/2023 09:53:48 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
22/12/2023 09:53:48 [CallRecorderService]/15: InCallThread started
22/12/2023 09:53:48 [CallRecorder]/15: SetAutomatic = false
22/12/2023 09:53:48 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
22/12/2023 09:53:48 [App]/15: CallRecorderService is now bound
22/12/2023 09:53:48 [App]/15: Signalling service is bound..
22/12/2023 09:53:53 [CallRecorderService]/15: InCallThread notified
22/12/2023 09:55:29 [App]/15: Starting call recorder service .. bound=true
22/12/2023 09:55:30 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
22/12/2023 09:55:30 [TelephonyStatus]/15: Telephony state = IDLE
22/12/2023 09:55:30 [TelephonyStatus]/15: Reset the telephony status
22/12/2023 09:55:30 [CallRecorderService]/15: InCallThread stopped
22/12/2023 09:55:30 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
22/12/2023 09:55:30 [CallRecorder]/15: Unbinding service connection
22/12/2023 09:55:30 [CallRecorderService]/15: onDestroy
22/12/2023 10:40:20 [App]/15: Starting call recorder service .. bound=false
22/12/2023 10:40:20 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
22/12/2023 10:40:20 [TelephonyStatus]/15: Telephony state = OFFHOOK
22/12/2023 10:40:20 [TelephonyStatus]/15: Set call type to OUTGOING
22/12/2023 10:40:21 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
22/12/2023 10:40:21 [CallRecorderService]/15: InCallThread started
22/12/2023 10:40:21 [CallRecorder]/15: ManualStart, Auto = false
22/12/2023 10:40:21 [App]/15: CallRecorderService is now bound
22/12/2023 10:40:21 [App]/15: Signalling service is bound..
22/12/2023 10:40:21 [CallRecorderService]/15: Recording for type: REC_CALL
22/12/2023 10:40:21 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
22/12/2023 10:40:21 [CallRecorderService]/15: --- Using StandardRecorder ---
22/12/2023 10:40:21 [RecordItem]/15: Setting directory
22/12/2023 10:40:21 [RecordItem]/15: Setting filename
22/12/2023 10:40:21 [RecordItem]/15: Setting record format to AMR
22/12/2023 10:40:21 [RecordItem]/15: Setting record source to VOICE_CALL
22/12/2023 10:40:21 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
22/12/2023 10:40:21 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
22/12/2023 10:40:21 [AudioRecorder]/15: Disabled sap, api: 30
22/12/2023 10:40:21 [AudioRecorder]/15: cras is not enabled
22/12/2023 10:40:21 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
22/12/2023 10:40:21 [AudioRecorder]/15: audioMinBufferSize = 448
22/12/2023 10:40:21 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
22/12/2023 10:40:21 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
22/12/2023 10:40:21 [StandardRecorder]/15: Attempting to remove file...
22/12/2023 10:40:21 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
22/12/2023 10:40:21 [CallRecorderService]/15: Retrying with Legacy
22/12/2023 10:40:21 [RecordItem]/15: Setting directory
22/12/2023 10:40:21 [RecordItem]/15: Setting filename
22/12/2023 10:40:21 [RecordItem]/15: Setting record format to AMR
22/12/2023 10:40:21 [RecordItem]/15: Setting record source to MEDIA_RECORDER
22/12/2023 10:40:22 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
22/12/2023 10:40:22 [AndroidRecorder]/15: Attempting to remove file...
22/12/2023 10:40:22 [CallRecorderService]/15: Retrying with Native
22/12/2023 10:40:22 [RecordItem]/15: Setting directory
22/12/2023 10:40:22 [RecordItem]/15: Setting filename
22/12/2023 10:40:22 [RecordItem]/15: Setting record format to AMR
22/12/2023 10:40:22 [RecordItem]/15: Setting record source to AOSP_RECORDING
22/12/2023 10:40:22 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
22/12/2023 10:40:22 [AudioRecorder]/15: Disabled sap, api: 30
22/12/2023 10:40:22 [AudioRecorder]/15: cras is not enabled
22/12/2023 10:40:22 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
22/12/2023 10:40:22 [AudioRecorder]/15: audioMinBufferSize = 448
22/12/2023 10:40:22 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
22/12/2023 10:40:22 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
22/12/2023 10:40:22 [StandardRecorder]/15: Attempting to remove file...
22/12/2023 10:40:22 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
22/12/2023 10:40:22 [CallRecorderService]/15: Got a stop request
22/12/2023 10:40:22 [CallRecorderService]/15: Closing recording resources..
22/12/2023 10:40:22 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
22/12/2023 10:40:26 [CallRecorderService]/15: InCallThread notified
22/12/2023 10:40:26 [App]/15: Starting call recorder service .. bound=true
22/12/2023 10:40:26 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
22/12/2023 10:40:26 [TelephonyStatus]/15: Telephony state = IDLE
22/12/2023 10:40:26 [TelephonyStatus]/15: Reset the telephony status
22/12/2023 10:40:26 [CallRecorderService]/15: InCallThread stopped
22/12/2023 10:40:26 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
22/12/2023 10:40:26 [CallRecorder]/15: Unbinding service connection
22/12/2023 10:40:26 [CallRecorderService]/15: onDestroy
22/12/2023 13:07:23 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
22/12/2023 13:07:23 [App]/15: Starting call recorder service .. bound=false
22/12/2023 13:07:23 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
22/12/2023 13:07:23 [TelephonyStatus]/15: Telephony state = OFFHOOK
22/12/2023 13:07:23 [TelephonyStatus]/15: Set call type to OUTGOING
22/12/2023 13:07:23 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
22/12/2023 13:07:23 [CallRecorderService]/15: InCallThread started
22/12/2023 13:07:23 [CallRecorder]/15: SetAutomatic = false
22/12/2023 13:07:23 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
22/12/2023 13:07:23 [App]/15: CallRecorderService is now bound
22/12/2023 13:07:23 [App]/15: Signalling service is bound..
22/12/2023 13:07:28 [CallRecorderService]/15: InCallThread notified
22/12/2023 13:07:30 [App]/15: Starting call recorder service .. bound=true
22/12/2023 13:07:30 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
22/12/2023 13:07:30 [TelephonyStatus]/15: Telephony state = IDLE
22/12/2023 13:07:30 [TelephonyStatus]/15: Reset the telephony status
22/12/2023 13:07:30 [CallRecorderService]/15: InCallThread stopped
22/12/2023 13:07:30 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
22/12/2023 13:07:30 [CallRecorder]/15: Unbinding service connection
22/12/2023 13:07:30 [CallRecorderService]/15: onDestroy
22/12/2023 13:08:04 [App]/15: Starting call recorder service .. bound=false
22/12/2023 13:08:04 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
22/12/2023 13:08:04 [TelephonyStatus]/15: Set call type to INCOMING
22/12/2023 13:08:04 [TelephonyStatus]/15: Set phoneNo, len = null
22/12/2023 13:08:04 [TelephonyStatus]/15: Telephony state = RINGING
22/12/2023 13:08:04 [App]/15: CallRecorderService is now bound
22/12/2023 13:08:04 [CallRecorderService]/15: InCallThread started
22/12/2023 13:08:04 [App]/15: Signalling service is bound..
22/12/2023 13:08:09 [CallRecorderService]/15: InCallThread notified
22/12/2023 13:08:25 [App]/15: Starting call recorder service .. bound=true
22/12/2023 13:08:25 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
22/12/2023 13:08:25 [TelephonyStatus]/15: Telephony state = IDLE
22/12/2023 13:08:25 [TelephonyStatus]/15: Reset the telephony status
22/12/2023 13:08:25 [CallRecorderService]/15: InCallThread stopped
22/12/2023 13:08:25 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
22/12/2023 13:08:25 [CallRecorder]/15: Unbinding service connection
22/12/2023 13:08:25 [CallRecorderService]/15: onDestroy
22/12/2023 13:56:28 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
22/12/2023 13:56:28 [App]/15: Starting call recorder service .. bound=false
22/12/2023 13:56:28 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
22/12/2023 13:56:29 [TelephonyStatus]/15: Telephony state = OFFHOOK
22/12/2023 13:56:29 [TelephonyStatus]/15: Set call type to OUTGOING
22/12/2023 13:56:29 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
22/12/2023 13:56:29 [CallRecorderService]/15: InCallThread started
22/12/2023 13:56:31 [CallRecorder]/15: SetAutomatic = false
22/12/2023 13:56:31 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
22/12/2023 13:56:31 [App]/15: CallRecorderService is now bound
22/12/2023 13:56:31 [App]/15: Signalling service is bound..
22/12/2023 13:56:34 [CallRecorderService]/15: InCallThread notified
22/12/2023 13:57:00 [App]/15: Starting call recorder service .. bound=true
22/12/2023 13:57:00 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
22/12/2023 13:57:00 [TelephonyStatus]/15: Telephony state = IDLE
22/12/2023 13:57:00 [TelephonyStatus]/15: Reset the telephony status
22/12/2023 13:57:00 [CallRecorderService]/15: InCallThread stopped
22/12/2023 13:57:00 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
22/12/2023 13:57:01 [CallRecorder]/15: Unbinding service connection
22/12/2023 13:57:01 [CallRecorderService]/15: onDestroy
22/12/2023 18:40:55 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
22/12/2023 18:40:56 [CallRecorder]/15: SetAutomatic = false
22/12/2023 18:40:56 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
22/12/2023 22:44:36 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
22/12/2023 22:44:37 [CallRecorder]/15: SetAutomatic = false
22/12/2023 22:44:37 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
22/12/2023 22:44:41 [App]/15: Starting call recorder service .. bound=false
22/12/2023 22:44:41 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
22/12/2023 22:44:41 [TelephonyStatus]/15: Telephony state = IDLE
22/12/2023 22:44:41 [TelephonyStatus]/15: Reset the telephony status
22/12/2023 22:44:41 [App]/15: CallRecorderService is now bound
22/12/2023 22:44:41 [CallRecorderService]/15: InCallThread started
22/12/2023 22:44:41 [App]/15: Signalling service is bound..
22/12/2023 22:44:46 [CallRecorderService]/15: InCallThread notified
22/12/2023 22:44:47 [CallRecorderService]/15: InCallThread stopped
22/12/2023 22:44:47 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
22/12/2023 22:44:47 [CallRecorder]/15: Unbinding service connection
22/12/2023 22:44:47 [CallRecorderService]/15: onDestroy
23/12/2023 00:13:29 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
23/12/2023 00:13:29 [CallRecorder]/15: SetAutomatic = false
23/12/2023 00:13:29 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
23/12/2023 00:15:28 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
23/12/2023 00:15:28 [CallRecorder]/15: SetAutomatic = false
23/12/2023 00:15:28 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
23/12/2023 00:15:47 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
23/12/2023 00:15:47 [CallRecorder]/15: SetAutomatic = false
23/12/2023 00:15:47 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
23/12/2023 00:17:44 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
23/12/2023 00:17:45 [CallRecorder]/15: SetAutomatic = false
23/12/2023 00:17:45 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
23/12/2023 00:18:12 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
23/12/2023 00:18:12 [CallRecorder]/15: SetAutomatic = false
23/12/2023 00:18:12 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
23/12/2023 00:20:27 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
23/12/2023 00:20:28 [CallRecorder]/15: SetAutomatic = false
23/12/2023 00:20:28 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
23/12/2023 10:38:20 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
23/12/2023 10:38:20 [App]/15: Starting call recorder service .. bound=false
23/12/2023 10:38:20 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
23/12/2023 10:38:20 [TelephonyStatus]/15: Telephony state = OFFHOOK
23/12/2023 10:38:20 [TelephonyStatus]/15: Set call type to OUTGOING
23/12/2023 10:38:20 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
23/12/2023 10:38:20 [CallRecorderService]/15: InCallThread started
23/12/2023 10:38:20 [CallRecorder]/15: SetAutomatic = false
23/12/2023 10:38:20 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
23/12/2023 10:38:20 [App]/15: CallRecorderService is now bound
23/12/2023 10:38:20 [App]/15: Signalling service is bound..
23/12/2023 10:38:25 [CallRecorderService]/15: InCallThread notified
23/12/2023 10:38:30 [App]/15: Starting call recorder service .. bound=true
23/12/2023 10:38:30 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
23/12/2023 10:38:30 [TelephonyStatus]/15: Telephony state = IDLE
23/12/2023 10:38:30 [TelephonyStatus]/15: Reset the telephony status
23/12/2023 10:38:30 [CallRecorderService]/15: InCallThread stopped
23/12/2023 10:38:30 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
23/12/2023 10:38:30 [CallRecorder]/15: Unbinding service connection
23/12/2023 10:38:30 [CallRecorderService]/15: onDestroy
23/12/2023 10:38:36 [App]/15: Starting call recorder service .. bound=false
23/12/2023 10:38:36 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
23/12/2023 10:38:36 [TelephonyStatus]/15: Set call type to INCOMING
23/12/2023 10:38:36 [TelephonyStatus]/15: Set phoneNo, len = null
23/12/2023 10:38:36 [TelephonyStatus]/15: Telephony state = RINGING
23/12/2023 10:38:36 [CallRecorderService]/15: InCallThread started
23/12/2023 10:38:36 [App]/15: CallRecorderService is now bound
23/12/2023 10:38:36 [App]/15: Signalling service is bound..
23/12/2023 10:38:39 [App]/15: Starting call recorder service .. bound=true
23/12/2023 10:38:39 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
23/12/2023 10:38:39 [TelephonyStatus]/15: Telephony state = IDLE
23/12/2023 10:38:39 [TelephonyStatus]/15: Reset the telephony status
23/12/2023 10:38:41 [CallRecorderService]/15: InCallThread notified
23/12/2023 10:38:41 [CallRecorderService]/15: InCallThread stopped
23/12/2023 10:38:41 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
23/12/2023 10:38:41 [CallRecorder]/15: Unbinding service connection
23/12/2023 10:38:41 [CallRecorderService]/15: onDestroy
23/12/2023 10:39:02 [App]/15: Starting call recorder service .. bound=false
23/12/2023 10:39:02 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
23/12/2023 10:39:02 [TelephonyStatus]/15: Set call type to INCOMING
23/12/2023 10:39:02 [TelephonyStatus]/15: Set phoneNo, len = null
23/12/2023 10:39:02 [TelephonyStatus]/15: Telephony state = RINGING
23/12/2023 10:39:02 [App]/15: CallRecorderService is now bound
23/12/2023 10:39:02 [CallRecorderService]/15: InCallThread started
23/12/2023 10:39:02 [App]/15: Signalling service is bound..
23/12/2023 10:39:03 [App]/15: Starting call recorder service .. bound=true
23/12/2023 10:39:03 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
23/12/2023 10:39:03 [TelephonyStatus]/15: Telephony state = IDLE
23/12/2023 10:39:04 [TelephonyStatus]/15: Reset the telephony status
23/12/2023 10:39:06 [App]/15: Starting call recorder service .. bound=true
23/12/2023 10:39:06 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
23/12/2023 10:39:06 [TelephonyStatus]/15: Telephony state = OFFHOOK
23/12/2023 10:39:06 [CallRecorderService]/15: InCallThread notified
23/12/2023 10:39:06 [TelephonyStatus]/15: Set call type to OUTGOING
23/12/2023 10:39:06 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
23/12/2023 10:39:06 [CallRecorder]/15: ManualStart, Auto = false
23/12/2023 10:39:07 [CallRecorderService]/15: Recording for type: REC_CALL
23/12/2023 10:39:07 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
23/12/2023 10:39:07 [CallRecorderService]/15: --- Using StandardRecorder ---
23/12/2023 10:39:07 [RecordItem]/15: Setting directory
23/12/2023 10:39:07 [RecordItem]/15: Setting filename
23/12/2023 10:39:07 [RecordItem]/15: Setting record format to AMR
23/12/2023 10:39:07 [RecordItem]/15: Setting record source to VOICE_CALL
23/12/2023 10:39:07 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
23/12/2023 10:39:07 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
23/12/2023 10:39:07 [AudioRecorder]/15: Disabled sap, api: 30
23/12/2023 10:39:07 [AudioRecorder]/15: cras is not enabled
23/12/2023 10:39:07 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
23/12/2023 10:39:07 [AudioRecorder]/15: audioMinBufferSize = 448
23/12/2023 10:39:07 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
23/12/2023 10:39:07 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
23/12/2023 10:39:07 [StandardRecorder]/15: Attempting to remove file...
23/12/2023 10:39:07 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
23/12/2023 10:39:07 [CallRecorderService]/15: Retrying with Legacy
23/12/2023 10:39:07 [RecordItem]/15: Setting directory
23/12/2023 10:39:07 [RecordItem]/15: Setting filename
23/12/2023 10:39:07 [RecordItem]/15: Setting record format to AMR
23/12/2023 10:39:07 [RecordItem]/15: Setting record source to MEDIA_RECORDER
23/12/2023 10:39:07 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
23/12/2023 10:39:07 [AndroidRecorder]/15: Attempting to remove file...
23/12/2023 10:39:07 [CallRecorderService]/15: Retrying with Native
23/12/2023 10:39:07 [RecordItem]/15: Setting directory
23/12/2023 10:39:07 [RecordItem]/15: Setting filename
23/12/2023 10:39:07 [RecordItem]/15: Setting record format to AMR
23/12/2023 10:39:07 [RecordItem]/15: Setting record source to AOSP_RECORDING
23/12/2023 10:39:07 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
23/12/2023 10:39:07 [AudioRecorder]/15: Disabled sap, api: 30
23/12/2023 10:39:07 [AudioRecorder]/15: cras is not enabled
23/12/2023 10:39:07 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
23/12/2023 10:39:07 [AudioRecorder]/15: audioMinBufferSize = 448
23/12/2023 10:39:07 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
23/12/2023 10:39:07 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
23/12/2023 10:39:07 [StandardRecorder]/15: Attempting to remove file...
23/12/2023 10:39:07 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
23/12/2023 10:39:07 [CallRecorderService]/15: Got a stop request
23/12/2023 10:39:07 [CallRecorderService]/15: Closing recording resources..
23/12/2023 10:39:07 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
23/12/2023 10:39:32 [App]/15: Starting call recorder service .. bound=true
23/12/2023 10:39:32 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
23/12/2023 10:39:32 [TelephonyStatus]/15: Telephony state = IDLE
23/12/2023 10:39:32 [TelephonyStatus]/15: Reset the telephony status
23/12/2023 10:39:32 [CallRecorderService]/15: InCallThread stopped
23/12/2023 10:39:32 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
23/12/2023 10:39:32 [CallRecorder]/15: Unbinding service connection
23/12/2023 10:39:32 [CallRecorderService]/15: onDestroy
23/12/2023 10:53:34 [App]/15: Starting call recorder service .. bound=false
23/12/2023 10:53:34 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
23/12/2023 10:53:34 [TelephonyStatus]/15: Telephony state = OFFHOOK
23/12/2023 10:53:34 [TelephonyStatus]/15: Set call type to OUTGOING
23/12/2023 10:53:34 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
23/12/2023 10:53:34 [CallRecorderService]/15: InCallThread started
23/12/2023 10:53:34 [CallRecorder]/15: ManualStart, Auto = false
23/12/2023 10:53:34 [App]/15: CallRecorderService is now bound
23/12/2023 10:53:35 [App]/15: Signalling service is bound..
23/12/2023 10:53:35 [CallRecorderService]/15: Recording for type: REC_CALL
23/12/2023 10:53:35 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
23/12/2023 10:53:35 [CallRecorderService]/15: --- Using StandardRecorder ---
23/12/2023 10:53:35 [RecordItem]/15: Setting directory
23/12/2023 10:53:35 [RecordItem]/15: Setting filename
23/12/2023 10:53:35 [RecordItem]/15: Setting record format to AMR
23/12/2023 10:53:35 [RecordItem]/15: Setting record source to VOICE_CALL
23/12/2023 10:53:35 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
23/12/2023 10:53:35 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
23/12/2023 10:53:35 [AudioRecorder]/15: Disabled sap, api: 30
23/12/2023 10:53:35 [AudioRecorder]/15: cras is not enabled
23/12/2023 10:53:35 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
23/12/2023 10:53:35 [AudioRecorder]/15: audioMinBufferSize = 448
23/12/2023 10:53:35 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
23/12/2023 10:53:35 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
23/12/2023 10:53:35 [StandardRecorder]/15: Attempting to remove file...
23/12/2023 10:53:35 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
23/12/2023 10:53:35 [CallRecorderService]/15: Retrying with Legacy
23/12/2023 10:53:35 [RecordItem]/15: Setting directory
23/12/2023 10:53:35 [RecordItem]/15: Setting filename
23/12/2023 10:53:35 [RecordItem]/15: Setting record format to AMR
23/12/2023 10:53:35 [RecordItem]/15: Setting record source to MEDIA_RECORDER
23/12/2023 10:53:35 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
23/12/2023 10:53:35 [AndroidRecorder]/15: Attempting to remove file...
23/12/2023 10:53:35 [CallRecorderService]/15: Retrying with Native
23/12/2023 10:53:35 [RecordItem]/15: Setting directory
23/12/2023 10:53:35 [RecordItem]/15: Setting filename
23/12/2023 10:53:35 [RecordItem]/15: Setting record format to AMR
23/12/2023 10:53:35 [RecordItem]/15: Setting record source to AOSP_RECORDING
23/12/2023 10:53:35 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
23/12/2023 10:53:35 [AudioRecorder]/15: Disabled sap, api: 30
23/12/2023 10:53:35 [AudioRecorder]/15: cras is not enabled
23/12/2023 10:53:35 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
23/12/2023 10:53:35 [AudioRecorder]/15: audioMinBufferSize = 448
23/12/2023 10:53:35 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
23/12/2023 10:53:35 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
23/12/2023 10:53:35 [StandardRecorder]/15: Attempting to remove file...
23/12/2023 10:53:35 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
23/12/2023 10:53:35 [CallRecorderService]/15: Got a stop request
23/12/2023 10:53:35 [CallRecorderService]/15: Closing recording resources..
23/12/2023 10:53:35 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
23/12/2023 10:53:39 [CallRecorderService]/15: InCallThread notified
23/12/2023 10:55:40 [App]/15: Starting call recorder service .. bound=true
23/12/2023 10:55:40 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
23/12/2023 10:55:40 [TelephonyStatus]/15: Telephony state = IDLE
23/12/2023 10:55:40 [TelephonyStatus]/15: Reset the telephony status
23/12/2023 10:55:40 [CallRecorderService]/15: InCallThread stopped
23/12/2023 10:55:40 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
23/12/2023 10:55:40 [CallRecorder]/15: Unbinding service connection
23/12/2023 10:55:40 [CallRecorderService]/15: onDestroy
23/12/2023 13:11:19 [App]/15: Starting call recorder service .. bound=false
23/12/2023 13:11:19 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
23/12/2023 13:11:19 [TelephonyStatus]/15: Set call type to INCOMING
23/12/2023 13:11:19 [TelephonyStatus]/15: Set phoneNo, len = null
23/12/2023 13:11:19 [TelephonyStatus]/15: Telephony state = RINGING
23/12/2023 13:11:19 [App]/15: CallRecorderService is now bound
23/12/2023 13:11:19 [CallRecorderService]/15: InCallThread started
23/12/2023 13:11:19 [App]/15: Signalling service is bound..
23/12/2023 13:11:24 [CallRecorderService]/15: InCallThread notified
23/12/2023 13:12:06 [App]/15: Starting call recorder service .. bound=true
23/12/2023 13:12:07 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
23/12/2023 13:12:07 [TelephonyStatus]/15: Telephony state = OFFHOOK
23/12/2023 13:12:07 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
23/12/2023 13:12:07 [CallRecorder]/15: ManualStart, Auto = false
23/12/2023 13:12:07 [CallRecorderService]/15: Recording for type: REC_CALL
23/12/2023 13:12:07 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
23/12/2023 13:12:07 [CallRecorderService]/15: --- Using StandardRecorder ---
23/12/2023 13:12:07 [RecordItem]/15: Setting directory
23/12/2023 13:12:07 [RecordItem]/15: Setting filename
23/12/2023 13:12:08 [RecordItem]/15: Setting record format to AMR
23/12/2023 13:12:08 [RecordItem]/15: Setting record source to VOICE_CALL
23/12/2023 13:12:08 [CallRecorderService]/15: Using incoming delay from settings: 1
seconds ..
23/12/2023 13:12:08 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
23/12/2023 13:12:08 [AudioRecorder]/15: Disabled sap, api: 30
23/12/2023 13:12:08 [AudioRecorder]/15: cras is not enabled
23/12/2023 13:12:08 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
23/12/2023 13:12:08 [AudioRecorder]/15: audioMinBufferSize = 448
23/12/2023 13:12:08 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
23/12/2023 13:12:08 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
23/12/2023 13:12:08 [StandardRecorder]/15: Attempting to remove file...
23/12/2023 13:12:08 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
23/12/2023 13:12:08 [CallRecorderService]/15: Retrying with Legacy
23/12/2023 13:12:08 [RecordItem]/15: Setting directory
23/12/2023 13:12:08 [RecordItem]/15: Setting filename
23/12/2023 13:12:08 [RecordItem]/15: Setting record format to AMR
23/12/2023 13:12:08 [RecordItem]/15: Setting record source to MEDIA_RECORDER
23/12/2023 13:12:08 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
23/12/2023 13:12:08 [AndroidRecorder]/15: Attempting to remove file...
23/12/2023 13:12:08 [CallRecorderService]/15: Retrying with Native
23/12/2023 13:12:08 [RecordItem]/15: Setting directory
23/12/2023 13:12:08 [RecordItem]/15: Setting filename
23/12/2023 13:12:08 [RecordItem]/15: Setting record format to AMR
23/12/2023 13:12:08 [RecordItem]/15: Setting record source to AOSP_RECORDING
23/12/2023 13:12:08 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
23/12/2023 13:12:08 [AudioRecorder]/15: Disabled sap, api: 30
23/12/2023 13:12:08 [AudioRecorder]/15: cras is not enabled
23/12/2023 13:12:08 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
23/12/2023 13:12:08 [AudioRecorder]/15: audioMinBufferSize = 448
23/12/2023 13:12:08 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
23/12/2023 13:12:08 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
23/12/2023 13:12:08 [StandardRecorder]/15: Attempting to remove file...
23/12/2023 13:12:08 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
23/12/2023 13:12:08 [CallRecorderService]/15: Got a stop request
23/12/2023 13:12:08 [CallRecorderService]/15: Closing recording resources..
23/12/2023 13:12:08 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
23/12/2023 13:12:17 [App]/15: Starting call recorder service .. bound=true
23/12/2023 13:12:17 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
23/12/2023 13:12:17 [TelephonyStatus]/15: Telephony state = IDLE
23/12/2023 13:12:17 [TelephonyStatus]/15: Reset the telephony status
23/12/2023 13:12:18 [CallRecorderService]/15: InCallThread stopped
23/12/2023 13:12:18 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
23/12/2023 13:12:18 [CallRecorder]/15: Unbinding service connection
23/12/2023 13:12:18 [CallRecorderService]/15: onDestroy
23/12/2023 13:24:29 [App]/15: Starting call recorder service .. bound=false
23/12/2023 13:24:29 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
23/12/2023 13:24:30 [TelephonyStatus]/15: Telephony state = OFFHOOK
23/12/2023 13:24:30 [TelephonyStatus]/15: Set call type to OUTGOING
23/12/2023 13:24:30 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
23/12/2023 13:24:30 [CallRecorderService]/15: InCallThread started
23/12/2023 13:24:30 [CallRecorder]/15: ManualStart, Auto = false
23/12/2023 13:24:30 [App]/15: CallRecorderService is now bound
23/12/2023 13:24:30 [App]/15: Signalling service is bound..
23/12/2023 13:24:30 [CallRecorderService]/15: Recording for type: REC_CALL
23/12/2023 13:24:30 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
23/12/2023 13:24:30 [CallRecorderService]/15: --- Using StandardRecorder ---
23/12/2023 13:24:30 [RecordItem]/15: Setting directory
23/12/2023 13:24:30 [RecordItem]/15: Setting filename
23/12/2023 13:24:30 [RecordItem]/15: Setting record format to AMR
23/12/2023 13:24:30 [RecordItem]/15: Setting record source to VOICE_CALL
23/12/2023 13:24:30 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
23/12/2023 13:24:30 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
23/12/2023 13:24:30 [AudioRecorder]/15: Disabled sap, api: 30
23/12/2023 13:24:30 [AudioRecorder]/15: cras is not enabled
23/12/2023 13:24:30 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
23/12/2023 13:24:30 [AudioRecorder]/15: audioMinBufferSize = 448
23/12/2023 13:24:31 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
23/12/2023 13:24:31 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
23/12/2023 13:24:31 [StandardRecorder]/15: Attempting to remove file...
23/12/2023 13:24:31 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
23/12/2023 13:24:31 [CallRecorderService]/15: Retrying with Legacy
23/12/2023 13:24:31 [RecordItem]/15: Setting directory
23/12/2023 13:24:31 [RecordItem]/15: Setting filename
23/12/2023 13:24:31 [RecordItem]/15: Setting record format to AMR
23/12/2023 13:24:31 [RecordItem]/15: Setting record source to MEDIA_RECORDER
23/12/2023 13:24:31 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
23/12/2023 13:24:31 [AndroidRecorder]/15: Attempting to remove file...
23/12/2023 13:24:31 [CallRecorderService]/15: Retrying with Native
23/12/2023 13:24:31 [RecordItem]/15: Setting directory
23/12/2023 13:24:31 [RecordItem]/15: Setting filename
23/12/2023 13:24:31 [RecordItem]/15: Setting record format to AMR
23/12/2023 13:24:31 [RecordItem]/15: Setting record source to AOSP_RECORDING
23/12/2023 13:24:31 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
23/12/2023 13:24:31 [AudioRecorder]/15: Disabled sap, api: 30
23/12/2023 13:24:31 [AudioRecorder]/15: cras is not enabled
23/12/2023 13:24:31 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
23/12/2023 13:24:31 [AudioRecorder]/15: audioMinBufferSize = 448
23/12/2023 13:24:31 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
23/12/2023 13:24:31 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
23/12/2023 13:24:31 [StandardRecorder]/15: Attempting to remove file...
23/12/2023 13:24:31 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
23/12/2023 13:24:31 [CallRecorderService]/15: Got a stop request
23/12/2023 13:24:31 [CallRecorderService]/15: Closing recording resources..
23/12/2023 13:24:31 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
23/12/2023 13:24:35 [CallRecorderService]/15: InCallThread notified
23/12/2023 13:25:06 [App]/15: Starting call recorder service .. bound=true
23/12/2023 13:25:06 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
23/12/2023 13:25:06 [TelephonyStatus]/15: Telephony state = IDLE
23/12/2023 13:25:06 [TelephonyStatus]/15: Reset the telephony status
23/12/2023 13:25:06 [CallRecorderService]/15: InCallThread stopped
23/12/2023 13:25:06 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
23/12/2023 13:25:06 [CallRecorder]/15: Unbinding service connection
23/12/2023 13:25:06 [CallRecorderService]/15: onDestroy
23/12/2023 13:35:34 [App]/15: Starting call recorder service .. bound=false
23/12/2023 13:35:34 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
23/12/2023 13:35:34 [TelephonyStatus]/15: Set call type to INCOMING
23/12/2023 13:35:34 [TelephonyStatus]/15: Set phoneNo, len = null
23/12/2023 13:35:34 [TelephonyStatus]/15: Telephony state = RINGING
23/12/2023 13:35:34 [CallRecorderService]/15: InCallThread started
23/12/2023 13:35:34 [App]/15: CallRecorderService is now bound
23/12/2023 13:35:34 [App]/15: Signalling service is bound..
23/12/2023 13:35:39 [CallRecorderService]/15: InCallThread notified
23/12/2023 13:35:42 [App]/15: Starting call recorder service .. bound=true
23/12/2023 13:35:42 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
23/12/2023 13:35:42 [TelephonyStatus]/15: Telephony state = OFFHOOK
23/12/2023 13:35:42 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
23/12/2023 13:35:42 [CallRecorder]/15: ManualStart, Auto = false
23/12/2023 13:35:42 [CallRecorderService]/15: Recording for type: REC_CALL
23/12/2023 13:35:42 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
23/12/2023 13:35:42 [CallRecorderService]/15: --- Using StandardRecorder ---
23/12/2023 13:35:42 [RecordItem]/15: Setting directory
23/12/2023 13:35:42 [RecordItem]/15: Setting filename
23/12/2023 13:35:42 [RecordItem]/15: Setting record format to AMR
23/12/2023 13:35:42 [RecordItem]/15: Setting record source to VOICE_CALL
23/12/2023 13:35:42 [CallRecorderService]/15: Using incoming delay from settings: 1
seconds ..
23/12/2023 13:35:42 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
23/12/2023 13:35:42 [AudioRecorder]/15: Disabled sap, api: 30
23/12/2023 13:35:42 [AudioRecorder]/15: cras is not enabled
23/12/2023 13:35:42 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
23/12/2023 13:35:42 [AudioRecorder]/15: audioMinBufferSize = 448
23/12/2023 13:35:42 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
23/12/2023 13:35:43 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
23/12/2023 13:35:43 [StandardRecorder]/15: Attempting to remove file...
23/12/2023 13:35:43 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
23/12/2023 13:35:43 [CallRecorderService]/15: Retrying with Legacy
23/12/2023 13:35:43 [RecordItem]/15: Setting directory
23/12/2023 13:35:43 [RecordItem]/15: Setting filename
23/12/2023 13:35:43 [RecordItem]/15: Setting record format to AMR
23/12/2023 13:35:43 [RecordItem]/15: Setting record source to MEDIA_RECORDER
23/12/2023 13:35:43 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
23/12/2023 13:35:43 [AndroidRecorder]/15: Attempting to remove file...
23/12/2023 13:35:43 [CallRecorderService]/15: Retrying with Native
23/12/2023 13:35:43 [RecordItem]/15: Setting directory
23/12/2023 13:35:43 [RecordItem]/15: Setting filename
23/12/2023 13:35:43 [RecordItem]/15: Setting record format to AMR
23/12/2023 13:35:43 [RecordItem]/15: Setting record source to AOSP_RECORDING
23/12/2023 13:35:43 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
23/12/2023 13:35:43 [AudioRecorder]/15: Disabled sap, api: 30
23/12/2023 13:35:43 [AudioRecorder]/15: cras is not enabled
23/12/2023 13:35:43 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
23/12/2023 13:35:43 [AudioRecorder]/15: audioMinBufferSize = 448
23/12/2023 13:35:43 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
23/12/2023 13:35:43 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
23/12/2023 13:35:43 [StandardRecorder]/15: Attempting to remove file...
23/12/2023 13:35:43 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
23/12/2023 13:35:43 [CallRecorderService]/15: Got a stop request
23/12/2023 13:35:43 [CallRecorderService]/15: Closing recording resources..
23/12/2023 13:35:43 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
23/12/2023 13:35:52 [App]/15: Starting call recorder service .. bound=true
23/12/2023 13:35:52 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
23/12/2023 13:35:52 [TelephonyStatus]/15: Telephony state = IDLE
23/12/2023 13:35:52 [TelephonyStatus]/15: Reset the telephony status
23/12/2023 13:35:52 [CallRecorderService]/15: InCallThread stopped
23/12/2023 13:35:52 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
23/12/2023 13:35:52 [CallRecorder]/15: Unbinding service connection
23/12/2023 13:35:53 [CallRecorderService]/15: onDestroy
23/12/2023 15:16:17 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
23/12/2023 15:16:17 [App]/15: Starting call recorder service .. bound=false
23/12/2023 15:16:17 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
23/12/2023 15:16:17 [TelephonyStatus]/15: Telephony state = OFFHOOK
23/12/2023 15:16:17 [TelephonyStatus]/15: Set call type to OUTGOING
23/12/2023 15:16:17 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
23/12/2023 15:16:18 [CallRecorderService]/15: InCallThread started
23/12/2023 15:16:18 [CallRecorder]/15: SetAutomatic = false
23/12/2023 15:16:18 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
23/12/2023 15:16:18 [App]/15: CallRecorderService is now bound
23/12/2023 15:16:18 [App]/15: Signalling service is bound..
23/12/2023 15:16:23 [CallRecorderService]/15: InCallThread notified
23/12/2023 15:16:41 [App]/15: Starting call recorder service .. bound=true
23/12/2023 15:16:41 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
23/12/2023 15:16:41 [TelephonyStatus]/15: Telephony state = IDLE
23/12/2023 15:16:41 [TelephonyStatus]/15: Reset the telephony status
23/12/2023 15:16:41 [CallRecorderService]/15: InCallThread stopped
23/12/2023 15:16:41 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
23/12/2023 15:16:41 [CallRecorder]/15: Unbinding service connection
23/12/2023 15:16:41 [CallRecorderService]/15: onDestroy
23/12/2023 23:27:25 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
23/12/2023 23:27:27 [CallRecorder]/15: SetAutomatic = false
23/12/2023 23:27:27 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
23/12/2023 23:32:47 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 01:15:01 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 01:15:01 [CallRecorder]/15: SetAutomatic = false
24/12/2023 01:15:01 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 01:31:01 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 01:31:01 [CallRecorder]/15: SetAutomatic = false
24/12/2023 01:31:01 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 01:37:56 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 01:37:56 [CallRecorder]/15: SetAutomatic = false
24/12/2023 01:37:56 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 01:41:20 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 01:41:20 [CallRecorder]/15: SetAutomatic = false
24/12/2023 01:41:20 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 01:42:23 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 01:42:23 [CallRecorder]/15: SetAutomatic = false
24/12/2023 01:42:23 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 03:42:40 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 03:42:42 [CallRecorder]/15: SetAutomatic = false
24/12/2023 03:42:42 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 12:13:35 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 12:13:35 [App]/15: Starting call recorder service .. bound=false
24/12/2023 12:13:35 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 12:13:35 [TelephonyStatus]/15: Telephony state = OFFHOOK
24/12/2023 12:13:35 [TelephonyStatus]/15: Set call type to OUTGOING
24/12/2023 12:13:35 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
24/12/2023 12:13:36 [CallRecorderService]/15: InCallThread started
24/12/2023 12:13:36 [CallRecorder]/15: SetAutomatic = false
24/12/2023 12:13:36 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 12:13:36 [App]/15: CallRecorderService is now bound
24/12/2023 12:13:36 [App]/15: Signalling service is bound..
24/12/2023 12:13:41 [CallRecorderService]/15: InCallThread notified
24/12/2023 12:14:23 [App]/15: Starting call recorder service .. bound=true
24/12/2023 12:14:23 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 12:14:23 [TelephonyStatus]/15: Telephony state = IDLE
24/12/2023 12:14:23 [TelephonyStatus]/15: Reset the telephony status
24/12/2023 12:14:23 [CallRecorderService]/15: InCallThread stopped
24/12/2023 12:14:23 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
24/12/2023 12:14:23 [CallRecorder]/15: Unbinding service connection
24/12/2023 12:14:23 [CallRecorderService]/15: onDestroy
24/12/2023 14:57:14 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 14:57:14 [App]/15: Starting call recorder service .. bound=false
24/12/2023 14:57:14 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 14:57:14 [TelephonyStatus]/15: Telephony state = OFFHOOK
24/12/2023 14:57:14 [TelephonyStatus]/15: Set call type to OUTGOING
24/12/2023 14:57:14 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
24/12/2023 14:57:14 [CallRecorderService]/15: InCallThread started
24/12/2023 14:57:15 [CallRecorder]/15: SetAutomatic = false
24/12/2023 14:57:15 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 14:57:15 [App]/15: CallRecorderService is now bound
24/12/2023 14:57:15 [App]/15: Signalling service is bound..
24/12/2023 14:57:19 [CallRecorderService]/15: InCallThread notified
24/12/2023 14:57:40 [App]/15: Starting call recorder service .. bound=true
24/12/2023 14:57:40 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 14:57:40 [TelephonyStatus]/15: Telephony state = IDLE
24/12/2023 14:57:40 [TelephonyStatus]/15: Reset the telephony status
24/12/2023 14:57:40 [CallRecorderService]/15: InCallThread stopped
24/12/2023 14:57:40 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
24/12/2023 14:57:40 [CallRecorder]/15: Unbinding service connection
24/12/2023 14:57:40 [CallRecorderService]/15: onDestroy
24/12/2023 14:57:56 [App]/15: Starting call recorder service .. bound=false
24/12/2023 14:57:56 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 14:57:56 [TelephonyStatus]/15: Telephony state = OFFHOOK
24/12/2023 14:57:56 [TelephonyStatus]/15: Set call type to OUTGOING
24/12/2023 14:57:56 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
24/12/2023 14:57:56 [CallRecorderService]/15: InCallThread started
24/12/2023 14:57:56 [CallRecorder]/15: ManualStart, Auto = false
24/12/2023 14:57:56 [App]/15: CallRecorderService is now bound
24/12/2023 14:57:56 [App]/15: Signalling service is bound..
24/12/2023 14:57:56 [CallRecorderService]/15: Recording for type: REC_CALL
24/12/2023 14:57:56 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 14:57:56 [CallRecorderService]/15: --- Using StandardRecorder ---
24/12/2023 14:57:56 [RecordItem]/15: Setting directory
24/12/2023 14:57:56 [RecordItem]/15: Setting filename
24/12/2023 14:57:56 [RecordItem]/15: Setting record format to WAV
24/12/2023 14:57:56 [RecordItem]/15: Setting record source to VOICE_CALL
24/12/2023 14:57:56 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
24/12/2023 14:57:56 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 14:57:56 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 14:57:56 [AudioRecorder]/15: cras is not enabled
24/12/2023 14:57:56 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 14:57:56 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 14:57:56 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
24/12/2023 14:57:56 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
24/12/2023 14:57:56 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 14:57:56 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 14:57:57 [CallRecorderService]/15: Retrying with Legacy
24/12/2023 14:57:57 [RecordItem]/15: Setting directory
24/12/2023 14:57:57 [RecordItem]/15: Setting filename
24/12/2023 14:57:57 [RecordItem]/15: Setting record format to AMR
24/12/2023 14:57:57 [RecordItem]/15: Setting record source to MEDIA_RECORDER
24/12/2023 14:57:57 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
24/12/2023 14:57:57 [AndroidRecorder]/15: Attempting to remove file...
24/12/2023 14:57:57 [CallRecorderService]/15: Retrying with Native
24/12/2023 14:57:57 [RecordItem]/15: Setting directory
24/12/2023 14:57:57 [RecordItem]/15: Setting filename
24/12/2023 14:57:57 [RecordItem]/15: Setting record format to WAV
24/12/2023 14:57:57 [RecordItem]/15: Setting record source to AOSP_RECORDING
24/12/2023 14:57:57 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 14:57:57 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 14:57:57 [AudioRecorder]/15: cras is not enabled
24/12/2023 14:57:57 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 14:57:57 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 14:57:57 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
24/12/2023 14:57:57 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
24/12/2023 14:57:57 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 14:57:57 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 14:57:57 [CallRecorderService]/15: Got a stop request
24/12/2023 14:57:57 [CallRecorderService]/15: Closing recording resources..
24/12/2023 14:57:57 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 14:58:01 [CallRecorderService]/15: InCallThread notified
24/12/2023 14:59:28 [App]/15: Starting call recorder service .. bound=true
24/12/2023 14:59:28 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 14:59:28 [TelephonyStatus]/15: Telephony state = IDLE
24/12/2023 14:59:29 [TelephonyStatus]/15: Reset the telephony status
24/12/2023 14:59:29 [CallRecorderService]/15: InCallThread stopped
24/12/2023 14:59:29 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
24/12/2023 14:59:29 [CallRecorder]/15: Unbinding service connection
24/12/2023 14:59:29 [CallRecorderService]/15: onDestroy
24/12/2023 15:01:01 [App]/15: Starting call recorder service .. bound=false
24/12/2023 15:01:01 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 15:01:01 [TelephonyStatus]/15: Telephony state = OFFHOOK
24/12/2023 15:01:01 [TelephonyStatus]/15: Set call type to OUTGOING
24/12/2023 15:01:01 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
24/12/2023 15:01:01 [CallRecorderService]/15: InCallThread started
24/12/2023 15:01:01 [CallRecorder]/15: ManualStart, Auto = false
24/12/2023 15:01:01 [App]/15: CallRecorderService is now bound
24/12/2023 15:01:01 [App]/15: Signalling service is bound..
24/12/2023 15:01:01 [CallRecorderService]/15: Recording for type: REC_CALL
24/12/2023 15:01:01 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 15:01:02 [CallRecorderService]/15: --- Using StandardRecorder ---
24/12/2023 15:01:02 [RecordItem]/15: Setting directory
24/12/2023 15:01:02 [RecordItem]/15: Setting filename
24/12/2023 15:01:02 [RecordItem]/15: Setting record format to WAV
24/12/2023 15:01:02 [RecordItem]/15: Setting record source to VOICE_CALL
24/12/2023 15:01:02 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
24/12/2023 15:01:02 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 15:01:02 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 15:01:02 [AudioRecorder]/15: cras is not enabled
24/12/2023 15:01:02 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 15:01:02 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 15:01:02 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
24/12/2023 15:01:02 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
24/12/2023 15:01:02 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 15:01:02 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 15:01:02 [CallRecorderService]/15: Retrying with Legacy
24/12/2023 15:01:02 [RecordItem]/15: Setting directory
24/12/2023 15:01:02 [RecordItem]/15: Setting filename
24/12/2023 15:01:02 [RecordItem]/15: Setting record format to AMR
24/12/2023 15:01:02 [RecordItem]/15: Setting record source to MEDIA_RECORDER
24/12/2023 15:01:02 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
24/12/2023 15:01:02 [AndroidRecorder]/15: Attempting to remove file...
24/12/2023 15:01:02 [CallRecorderService]/15: Retrying with Native
24/12/2023 15:01:02 [RecordItem]/15: Setting directory
24/12/2023 15:01:02 [RecordItem]/15: Setting filename
24/12/2023 15:01:02 [RecordItem]/15: Setting record format to WAV
24/12/2023 15:01:02 [RecordItem]/15: Setting record source to AOSP_RECORDING
24/12/2023 15:01:02 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 15:01:02 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 15:01:02 [AudioRecorder]/15: cras is not enabled
24/12/2023 15:01:02 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 15:01:02 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 15:01:02 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
24/12/2023 15:01:02 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
24/12/2023 15:01:02 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 15:01:02 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 15:01:03 [CallRecorderService]/15: Got a stop request
24/12/2023 15:01:03 [CallRecorderService]/15: Closing recording resources..
24/12/2023 15:01:03 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 15:01:06 [CallRecorderService]/15: InCallThread notified
24/12/2023 15:01:22 [App]/15: Starting call recorder service .. bound=true
24/12/2023 15:01:22 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 15:01:22 [TelephonyStatus]/15: Set call type to INCOMING
24/12/2023 15:01:22 [TelephonyStatus]/15: Set phoneNo, len = null
24/12/2023 15:01:22 [TelephonyStatus]/15: Telephony state = RINGING
24/12/2023 15:01:32 [App]/15: Starting call recorder service .. bound=true
24/12/2023 15:01:32 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 15:01:32 [TelephonyStatus]/15: Telephony state = OFFHOOK
24/12/2023 15:05:11 [App]/15: Starting call recorder service .. bound=true
24/12/2023 15:05:11 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 15:05:11 [TelephonyStatus]/15: Telephony state = IDLE
24/12/2023 15:05:11 [TelephonyStatus]/15: Reset the telephony status
24/12/2023 15:05:12 [CallRecorderService]/15: InCallThread stopped
24/12/2023 15:05:12 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
24/12/2023 15:05:12 [CallRecorder]/15: Unbinding service connection
24/12/2023 15:05:12 [CallRecorderService]/15: onDestroy
24/12/2023 15:23:28 [App]/15: Starting call recorder service .. bound=false
24/12/2023 15:23:29 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 15:23:29 [TelephonyStatus]/15: Telephony state = OFFHOOK
24/12/2023 15:23:29 [TelephonyStatus]/15: Set call type to OUTGOING
24/12/2023 15:23:29 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
24/12/2023 15:23:29 [CallRecorder]/15: ManualStart, Auto = false
24/12/2023 15:23:29 [CallRecorderService]/15: InCallThread started
24/12/2023 15:23:29 [App]/15: CallRecorderService is now bound
24/12/2023 15:23:29 [App]/15: Signalling service is bound..
24/12/2023 15:23:29 [CallRecorderService]/15: Recording for type: REC_CALL
24/12/2023 15:23:29 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 15:23:30 [CallRecorderService]/15: --- Using StandardRecorder ---
24/12/2023 15:23:30 [RecordItem]/15: Setting directory
24/12/2023 15:23:30 [RecordItem]/15: Setting filename
24/12/2023 15:23:30 [RecordItem]/15: Setting record format to WAV
24/12/2023 15:23:30 [RecordItem]/15: Setting record source to VOICE_CALL
24/12/2023 15:23:30 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
24/12/2023 15:23:30 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 15:23:30 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 15:23:30 [AudioRecorder]/15: cras is not enabled
24/12/2023 15:23:30 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 15:23:30 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 15:23:30 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
24/12/2023 15:23:30 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
24/12/2023 15:23:30 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 15:23:30 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 15:23:30 [CallRecorderService]/15: Retrying with Legacy
24/12/2023 15:23:30 [RecordItem]/15: Setting directory
24/12/2023 15:23:30 [RecordItem]/15: Setting filename
24/12/2023 15:23:30 [RecordItem]/15: Setting record format to AMR
24/12/2023 15:23:30 [RecordItem]/15: Setting record source to MEDIA_RECORDER
24/12/2023 15:23:30 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
24/12/2023 15:23:30 [AndroidRecorder]/15: Attempting to remove file...
24/12/2023 15:23:30 [CallRecorderService]/15: Retrying with Native
24/12/2023 15:23:30 [RecordItem]/15: Setting directory
24/12/2023 15:23:30 [RecordItem]/15: Setting filename
24/12/2023 15:23:30 [RecordItem]/15: Setting record format to WAV
24/12/2023 15:23:30 [RecordItem]/15: Setting record source to AOSP_RECORDING
24/12/2023 15:23:30 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 15:23:30 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 15:23:30 [AudioRecorder]/15: cras is not enabled
24/12/2023 15:23:30 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 15:23:30 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 15:23:30 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
24/12/2023 15:23:30 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
24/12/2023 15:23:30 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 15:23:30 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 15:23:30 [CallRecorderService]/15: Got a stop request
24/12/2023 15:23:30 [CallRecorderService]/15: Closing recording resources..
24/12/2023 15:23:30 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 15:23:34 [CallRecorderService]/15: InCallThread notified
24/12/2023 15:24:56 [App]/15: Starting call recorder service .. bound=true
24/12/2023 15:24:57 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 15:24:57 [TelephonyStatus]/15: Telephony state = IDLE
24/12/2023 15:24:57 [TelephonyStatus]/15: Reset the telephony status
24/12/2023 15:24:57 [CallRecorderService]/15: InCallThread stopped
24/12/2023 15:24:57 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
24/12/2023 15:24:57 [CallRecorder]/15: Unbinding service connection
24/12/2023 15:24:57 [CallRecorderService]/15: onDestroy
24/12/2023 15:35:51 [App]/15: Starting call recorder service .. bound=false
24/12/2023 15:35:51 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 15:35:51 [TelephonyStatus]/15: Telephony state = OFFHOOK
24/12/2023 15:35:51 [TelephonyStatus]/15: Set call type to OUTGOING
24/12/2023 15:35:51 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
24/12/2023 15:35:51 [CallRecorderService]/15: InCallThread started
24/12/2023 15:35:51 [CallRecorder]/15: ManualStart, Auto = false
24/12/2023 15:35:51 [App]/15: CallRecorderService is now bound
24/12/2023 15:35:51 [App]/15: Signalling service is bound..
24/12/2023 15:35:51 [CallRecorderService]/15: Recording for type: REC_CALL
24/12/2023 15:35:51 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 15:35:51 [CallRecorderService]/15: --- Using StandardRecorder ---
24/12/2023 15:35:51 [RecordItem]/15: Setting directory
24/12/2023 15:35:51 [RecordItem]/15: Setting filename
24/12/2023 15:35:51 [RecordItem]/15: Setting record format to WAV
24/12/2023 15:35:51 [RecordItem]/15: Setting record source to VOICE_CALL
24/12/2023 15:35:51 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
24/12/2023 15:35:51 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 15:35:51 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 15:35:51 [AudioRecorder]/15: cras is not enabled
24/12/2023 15:35:51 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 15:35:51 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 15:35:51 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
24/12/2023 15:35:51 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
24/12/2023 15:35:51 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 15:35:51 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 15:35:51 [CallRecorderService]/15: Retrying with Legacy
24/12/2023 15:35:51 [RecordItem]/15: Setting directory
24/12/2023 15:35:51 [RecordItem]/15: Setting filename
24/12/2023 15:35:51 [RecordItem]/15: Setting record format to AMR
24/12/2023 15:35:51 [RecordItem]/15: Setting record source to MEDIA_RECORDER
24/12/2023 15:35:51 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
24/12/2023 15:35:51 [AndroidRecorder]/15: Attempting to remove file...
24/12/2023 15:35:51 [CallRecorderService]/15: Retrying with Native
24/12/2023 15:35:51 [RecordItem]/15: Setting directory
24/12/2023 15:35:51 [RecordItem]/15: Setting filename
24/12/2023 15:35:51 [RecordItem]/15: Setting record format to WAV
24/12/2023 15:35:51 [RecordItem]/15: Setting record source to AOSP_RECORDING
24/12/2023 15:35:51 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 15:35:51 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 15:35:51 [AudioRecorder]/15: cras is not enabled
24/12/2023 15:35:51 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 15:35:51 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 15:35:51 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
24/12/2023 15:35:51 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
24/12/2023 15:35:51 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 15:35:51 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 15:35:51 [CallRecorderService]/15: Got a stop request
24/12/2023 15:35:51 [CallRecorderService]/15: Closing recording resources..
24/12/2023 15:35:52 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 15:35:56 [CallRecorderService]/15: InCallThread notified
24/12/2023 15:37:43 [App]/15: Starting call recorder service .. bound=true
24/12/2023 15:37:43 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 15:37:43 [TelephonyStatus]/15: Telephony state = IDLE
24/12/2023 15:37:43 [TelephonyStatus]/15: Reset the telephony status
24/12/2023 15:37:44 [CallRecorderService]/15: InCallThread stopped
24/12/2023 15:37:44 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
24/12/2023 15:37:44 [CallRecorder]/15: Unbinding service connection
24/12/2023 15:37:44 [CallRecorderService]/15: onDestroy
24/12/2023 15:46:54 [App]/15: Starting call recorder service .. bound=false
24/12/2023 15:46:54 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 15:46:54 [TelephonyStatus]/15: Telephony state = OFFHOOK
24/12/2023 15:46:54 [TelephonyStatus]/15: Set call type to OUTGOING
24/12/2023 15:46:54 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
24/12/2023 15:46:54 [CallRecorderService]/15: InCallThread started
24/12/2023 15:46:54 [CallRecorder]/15: ManualStart, Auto = false
24/12/2023 15:46:54 [App]/15: CallRecorderService is now bound
24/12/2023 15:46:54 [App]/15: Signalling service is bound..
24/12/2023 15:46:54 [CallRecorderService]/15: Recording for type: REC_CALL
24/12/2023 15:46:54 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 15:46:55 [CallRecorderService]/15: --- Using StandardRecorder ---
24/12/2023 15:46:55 [RecordItem]/15: Setting directory
24/12/2023 15:46:55 [RecordItem]/15: Setting filename
24/12/2023 15:46:55 [RecordItem]/15: Setting record format to WAV
24/12/2023 15:46:55 [RecordItem]/15: Setting record source to VOICE_CALL
24/12/2023 15:46:55 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
24/12/2023 15:46:55 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 15:46:55 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 15:46:55 [AudioRecorder]/15: cras is not enabled
24/12/2023 15:46:55 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 15:46:55 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 15:46:55 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
24/12/2023 15:46:55 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
24/12/2023 15:46:55 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 15:46:55 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 15:46:55 [CallRecorderService]/15: Retrying with Legacy
24/12/2023 15:46:55 [RecordItem]/15: Setting directory
24/12/2023 15:46:55 [RecordItem]/15: Setting filename
24/12/2023 15:46:55 [RecordItem]/15: Setting record format to AMR
24/12/2023 15:46:55 [RecordItem]/15: Setting record source to MEDIA_RECORDER
24/12/2023 15:46:55 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
24/12/2023 15:46:55 [AndroidRecorder]/15: Attempting to remove file...
24/12/2023 15:46:55 [CallRecorderService]/15: Retrying with Native
24/12/2023 15:46:55 [RecordItem]/15: Setting directory
24/12/2023 15:46:55 [RecordItem]/15: Setting filename
24/12/2023 15:46:55 [RecordItem]/15: Setting record format to WAV
24/12/2023 15:46:55 [RecordItem]/15: Setting record source to AOSP_RECORDING
24/12/2023 15:46:55 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 15:46:55 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 15:46:55 [AudioRecorder]/15: cras is not enabled
24/12/2023 15:46:55 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 15:46:55 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 15:46:55 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
24/12/2023 15:46:55 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
24/12/2023 15:46:55 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 15:46:55 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 15:46:55 [CallRecorderService]/15: Got a stop request
24/12/2023 15:46:55 [CallRecorderService]/15: Closing recording resources..
24/12/2023 15:46:55 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 15:46:59 [CallRecorderService]/15: InCallThread notified
24/12/2023 15:53:50 [App]/15: Starting call recorder service .. bound=true
24/12/2023 15:53:50 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 15:53:50 [TelephonyStatus]/15: Telephony state = IDLE
24/12/2023 15:53:50 [CallRecorderService]/15: InCallThread stopped
24/12/2023 15:53:50 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
24/12/2023 15:53:50 [CallRecorder]/15: Unbinding service connection
24/12/2023 15:53:50 [TelephonyStatus]/15: Reset the telephony status
24/12/2023 15:53:50 [CallRecorderService]/15: onDestroy
24/12/2023 16:17:32 [App]/15: Starting call recorder service .. bound=false
24/12/2023 16:17:32 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 16:17:32 [TelephonyStatus]/15: Telephony state = OFFHOOK
24/12/2023 16:17:32 [TelephonyStatus]/15: Set call type to OUTGOING
24/12/2023 16:17:32 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
24/12/2023 16:17:32 [CallRecorder]/15: ManualStart, Auto = false
24/12/2023 16:17:32 [CallRecorderService]/15: InCallThread started
24/12/2023 16:17:33 [App]/15: CallRecorderService is now bound
24/12/2023 16:17:33 [App]/15: Signalling service is bound..
24/12/2023 16:17:33 [CallRecorderService]/15: Recording for type: REC_CALL
24/12/2023 16:17:33 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 16:17:35 [CallRecorderService]/15: --- Using StandardRecorder ---
24/12/2023 16:17:35 [RecordItem]/15: Setting directory
24/12/2023 16:17:35 [RecordItem]/15: Setting filename
24/12/2023 16:17:35 [RecordItem]/15: Setting record format to WAV
24/12/2023 16:17:35 [RecordItem]/15: Setting record source to VOICE_CALL
24/12/2023 16:17:35 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
24/12/2023 16:17:35 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 16:17:35 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 16:17:35 [AudioRecorder]/15: cras is not enabled
24/12/2023 16:17:35 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 16:17:35 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 16:17:35 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
24/12/2023 16:17:35 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
24/12/2023 16:17:35 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 16:17:35 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 16:17:35 [CallRecorderService]/15: Retrying with Legacy
24/12/2023 16:17:35 [RecordItem]/15: Setting directory
24/12/2023 16:17:35 [RecordItem]/15: Setting filename
24/12/2023 16:17:35 [RecordItem]/15: Setting record format to AMR
24/12/2023 16:17:35 [RecordItem]/15: Setting record source to MEDIA_RECORDER
24/12/2023 16:17:35 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
24/12/2023 16:17:35 [AndroidRecorder]/15: Attempting to remove file...
24/12/2023 16:17:35 [CallRecorderService]/15: Retrying with Native
24/12/2023 16:17:35 [RecordItem]/15: Setting directory
24/12/2023 16:17:35 [RecordItem]/15: Setting filename
24/12/2023 16:17:35 [RecordItem]/15: Setting record format to WAV
24/12/2023 16:17:35 [RecordItem]/15: Setting record source to AOSP_RECORDING
24/12/2023 16:17:35 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 16:17:35 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 16:17:35 [AudioRecorder]/15: cras is not enabled
24/12/2023 16:17:35 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 16:17:35 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 16:17:35 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
24/12/2023 16:17:35 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
24/12/2023 16:17:35 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 16:17:35 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 16:17:35 [CallRecorderService]/15: Got a stop request
24/12/2023 16:17:35 [CallRecorderService]/15: Closing recording resources..
24/12/2023 16:17:35 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 16:17:36 [App]/15: Starting call recorder service .. bound=true
24/12/2023 16:17:36 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 16:17:36 [TelephonyStatus]/15: Telephony state = IDLE
24/12/2023 16:17:36 [TelephonyStatus]/15: Reset the telephony status
24/12/2023 16:17:37 [App]/15: Starting call recorder service .. bound=true
24/12/2023 16:17:37 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 16:17:37 [TelephonyStatus]/15: Telephony state = OFFHOOK
24/12/2023 16:17:37 [TelephonyStatus]/15: Set call type to OUTGOING
24/12/2023 16:17:37 [CallRecorderService]/15: InCallThread notified
24/12/2023 16:17:37 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
24/12/2023 16:17:37 [CallRecorder]/15: ManualStart, Auto = false
24/12/2023 16:17:37 [CallRecorderService]/15: Recording for type: REC_CALL
24/12/2023 16:17:37 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 16:17:38 [CallRecorderService]/15: --- Using StandardRecorder ---
24/12/2023 16:17:38 [RecordItem]/15: Setting directory
24/12/2023 16:17:38 [RecordItem]/15: Setting filename
24/12/2023 16:17:38 [RecordItem]/15: Setting record format to WAV
24/12/2023 16:17:38 [RecordItem]/15: Setting record source to VOICE_CALL
24/12/2023 16:17:38 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
24/12/2023 16:17:38 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 16:17:38 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 16:17:38 [AudioRecorder]/15: cras is not enabled
24/12/2023 16:17:38 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 16:17:38 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 16:17:38 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
24/12/2023 16:17:38 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
24/12/2023 16:17:38 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 16:17:38 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 16:17:38 [CallRecorderService]/15: Retrying with Legacy
24/12/2023 16:17:38 [RecordItem]/15: Setting directory
24/12/2023 16:17:38 [RecordItem]/15: Setting filename
24/12/2023 16:17:38 [RecordItem]/15: Setting record format to AMR
24/12/2023 16:17:38 [RecordItem]/15: Setting record source to MEDIA_RECORDER
24/12/2023 16:17:38 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
24/12/2023 16:17:38 [AndroidRecorder]/15: Attempting to remove file...
24/12/2023 16:17:38 [CallRecorderService]/15: Retrying with Native
24/12/2023 16:17:38 [RecordItem]/15: Setting directory
24/12/2023 16:17:38 [RecordItem]/15: Setting filename
24/12/2023 16:17:38 [RecordItem]/15: Setting record format to WAV
24/12/2023 16:17:38 [RecordItem]/15: Setting record source to AOSP_RECORDING
24/12/2023 16:17:38 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 16:17:38 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 16:17:38 [AudioRecorder]/15: cras is not enabled
24/12/2023 16:17:38 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 16:17:39 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 16:17:39 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
24/12/2023 16:17:39 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
24/12/2023 16:17:39 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 16:17:39 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 16:17:39 [CallRecorderService]/15: Got a stop request
24/12/2023 16:17:39 [CallRecorderService]/15: Closing recording resources..
24/12/2023 16:17:39 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 16:17:39 [CallRecorder]/15: ManualStart, Auto = false
24/12/2023 16:17:39 [CallRecorderService]/15: Recording for type: REC_CALL
24/12/2023 16:17:39 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 16:17:40 [CallRecorderService]/15: --- Using StandardRecorder ---
24/12/2023 16:17:40 [RecordItem]/15: Setting directory
24/12/2023 16:17:40 [RecordItem]/15: Setting filename
24/12/2023 16:17:40 [RecordItem]/15: Setting record format to WAV
24/12/2023 16:17:40 [RecordItem]/15: Setting record source to VOICE_CALL
24/12/2023 16:17:40 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
24/12/2023 16:17:40 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 16:17:40 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 16:17:40 [AudioRecorder]/15: cras is not enabled
24/12/2023 16:17:40 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 16:17:40 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 16:17:40 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
24/12/2023 16:17:40 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
24/12/2023 16:17:40 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 16:17:40 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 16:17:40 [CallRecorderService]/15: Retrying with Legacy
24/12/2023 16:17:40 [RecordItem]/15: Setting directory
24/12/2023 16:17:40 [RecordItem]/15: Setting filename
24/12/2023 16:17:40 [RecordItem]/15: Setting record format to AMR
24/12/2023 16:17:40 [RecordItem]/15: Setting record source to MEDIA_RECORDER
24/12/2023 16:17:40 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
24/12/2023 16:17:40 [AndroidRecorder]/15: Attempting to remove file...
24/12/2023 16:17:40 [CallRecorderService]/15: Retrying with Native
24/12/2023 16:17:40 [RecordItem]/15: Setting directory
24/12/2023 16:17:40 [RecordItem]/15: Setting filename
24/12/2023 16:17:40 [RecordItem]/15: Setting record format to WAV
24/12/2023 16:17:40 [RecordItem]/15: Setting record source to AOSP_RECORDING
24/12/2023 16:17:40 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 16:17:40 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 16:17:40 [AudioRecorder]/15: cras is not enabled
24/12/2023 16:17:40 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 16:17:40 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 16:17:40 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
24/12/2023 16:17:40 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
24/12/2023 16:17:40 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 16:17:40 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 16:17:40 [CallRecorderService]/15: Got a stop request
24/12/2023 16:17:40 [CallRecorderService]/15: Closing recording resources..
24/12/2023 16:17:40 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 16:18:18 [App]/15: Starting call recorder service .. bound=true
24/12/2023 16:18:18 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 16:18:18 [TelephonyStatus]/15: Telephony state = IDLE
24/12/2023 16:18:19 [TelephonyStatus]/15: Reset the telephony status
24/12/2023 16:18:19 [CallRecorderService]/15: InCallThread stopped
24/12/2023 16:18:19 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
24/12/2023 16:18:19 [CallRecorder]/15: Unbinding service connection
24/12/2023 16:18:19 [CallRecorderService]/15: onDestroy
24/12/2023 16:45:44 [App]/15: Starting call recorder service .. bound=false
24/12/2023 16:45:44 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 16:45:44 [TelephonyStatus]/15: Telephony state = OFFHOOK
24/12/2023 16:45:44 [TelephonyStatus]/15: Set call type to OUTGOING
24/12/2023 16:45:44 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
24/12/2023 16:45:44 [CallRecorder]/15: ManualStart, Auto = false
24/12/2023 16:45:44 [CallRecorderService]/15: InCallThread started
24/12/2023 16:45:44 [App]/15: CallRecorderService is now bound
24/12/2023 16:45:44 [App]/15: Signalling service is bound..
24/12/2023 16:45:44 [CallRecorderService]/15: Recording for type: REC_CALL
24/12/2023 16:45:44 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 16:45:45 [CallRecorderService]/15: --- Using StandardRecorder ---
24/12/2023 16:45:45 [RecordItem]/15: Setting directory
24/12/2023 16:45:45 [RecordItem]/15: Setting filename
24/12/2023 16:45:45 [RecordItem]/15: Setting record format to WAV
24/12/2023 16:45:45 [RecordItem]/15: Setting record source to VOICE_CALL
24/12/2023 16:45:45 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
24/12/2023 16:45:45 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 16:45:45 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 16:45:45 [AudioRecorder]/15: cras is not enabled
24/12/2023 16:45:45 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 16:45:45 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 16:45:45 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
24/12/2023 16:45:45 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
24/12/2023 16:45:45 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 16:45:45 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 16:45:45 [CallRecorderService]/15: Retrying with Legacy
24/12/2023 16:45:45 [RecordItem]/15: Setting directory
24/12/2023 16:45:45 [RecordItem]/15: Setting filename
24/12/2023 16:45:45 [RecordItem]/15: Setting record format to AMR
24/12/2023 16:45:45 [RecordItem]/15: Setting record source to MEDIA_RECORDER
24/12/2023 16:45:45 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
24/12/2023 16:45:45 [AndroidRecorder]/15: Attempting to remove file...
24/12/2023 16:45:45 [CallRecorderService]/15: Retrying with Native
24/12/2023 16:45:45 [RecordItem]/15: Setting directory
24/12/2023 16:45:45 [RecordItem]/15: Setting filename
24/12/2023 16:45:45 [RecordItem]/15: Setting record format to WAV
24/12/2023 16:45:45 [RecordItem]/15: Setting record source to AOSP_RECORDING
24/12/2023 16:45:45 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 16:45:45 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 16:45:45 [AudioRecorder]/15: cras is not enabled
24/12/2023 16:45:45 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 16:45:45 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 16:45:45 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
24/12/2023 16:45:45 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
24/12/2023 16:45:45 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 16:45:45 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 16:45:45 [CallRecorderService]/15: Got a stop request
24/12/2023 16:45:45 [CallRecorderService]/15: Closing recording resources..
24/12/2023 16:45:45 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 16:45:49 [CallRecorderService]/15: InCallThread notified
24/12/2023 16:46:20 [App]/15: Starting call recorder service .. bound=true
24/12/2023 16:46:20 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 16:46:20 [TelephonyStatus]/15: Telephony state = IDLE
24/12/2023 16:46:20 [TelephonyStatus]/15: Reset the telephony status
24/12/2023 16:46:21 [CallRecorderService]/15: InCallThread stopped
24/12/2023 16:46:21 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
24/12/2023 16:46:21 [CallRecorder]/15: Unbinding service connection
24/12/2023 16:46:21 [CallRecorderService]/15: onDestroy
24/12/2023 16:59:02 [App]/15: Starting call recorder service .. bound=false
24/12/2023 16:59:02 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 16:59:03 [TelephonyStatus]/15: Telephony state = OFFHOOK
24/12/2023 16:59:03 [TelephonyStatus]/15: Set call type to OUTGOING
24/12/2023 16:59:03 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
24/12/2023 16:59:03 [CallRecorder]/15: ManualStart, Auto = false
24/12/2023 16:59:03 [CallRecorderService]/15: InCallThread started
24/12/2023 16:59:03 [App]/15: CallRecorderService is now bound
24/12/2023 16:59:03 [App]/15: Signalling service is bound..
24/12/2023 16:59:03 [CallRecorderService]/15: Recording for type: REC_CALL
24/12/2023 16:59:03 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 16:59:03 [CallRecorderService]/15: --- Using StandardRecorder ---
24/12/2023 16:59:04 [RecordItem]/15: Setting directory
24/12/2023 16:59:04 [RecordItem]/15: Setting filename
24/12/2023 16:59:04 [RecordItem]/15: Setting record format to WAV
24/12/2023 16:59:04 [RecordItem]/15: Setting record source to VOICE_CALL
24/12/2023 16:59:04 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
24/12/2023 16:59:04 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 16:59:04 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 16:59:04 [AudioRecorder]/15: cras is not enabled
24/12/2023 16:59:04 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 16:59:04 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 16:59:04 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
24/12/2023 16:59:04 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
24/12/2023 16:59:04 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 16:59:04 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 16:59:04 [CallRecorderService]/15: Retrying with Legacy
24/12/2023 16:59:04 [RecordItem]/15: Setting directory
24/12/2023 16:59:04 [RecordItem]/15: Setting filename
24/12/2023 16:59:04 [RecordItem]/15: Setting record format to AMR
24/12/2023 16:59:04 [RecordItem]/15: Setting record source to MEDIA_RECORDER
24/12/2023 16:59:04 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
24/12/2023 16:59:04 [AndroidRecorder]/15: Attempting to remove file...
24/12/2023 16:59:04 [CallRecorderService]/15: Retrying with Native
24/12/2023 16:59:04 [RecordItem]/15: Setting directory
24/12/2023 16:59:04 [RecordItem]/15: Setting filename
24/12/2023 16:59:04 [RecordItem]/15: Setting record format to WAV
24/12/2023 16:59:04 [RecordItem]/15: Setting record source to AOSP_RECORDING
24/12/2023 16:59:04 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 16:59:04 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 16:59:04 [AudioRecorder]/15: cras is not enabled
24/12/2023 16:59:04 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 16:59:04 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 16:59:04 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
24/12/2023 16:59:04 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
24/12/2023 16:59:04 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 16:59:04 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 16:59:04 [CallRecorderService]/15: Got a stop request
24/12/2023 16:59:04 [CallRecorderService]/15: Closing recording resources..
24/12/2023 16:59:04 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 16:59:08 [CallRecorderService]/15: InCallThread notified
24/12/2023 16:59:40 [App]/15: Starting call recorder service .. bound=true
24/12/2023 16:59:40 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 16:59:40 [TelephonyStatus]/15: Telephony state = IDLE
24/12/2023 16:59:40 [TelephonyStatus]/15: Reset the telephony status
24/12/2023 16:59:41 [CallRecorderService]/15: InCallThread stopped
24/12/2023 16:59:41 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
24/12/2023 16:59:41 [CallRecorder]/15: Unbinding service connection
24/12/2023 16:59:41 [CallRecorderService]/15: onDestroy
24/12/2023 16:59:44 [App]/15: Starting call recorder service .. bound=false
24/12/2023 16:59:44 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 16:59:44 [TelephonyStatus]/15: Telephony state = OFFHOOK
24/12/2023 16:59:44 [TelephonyStatus]/15: Set call type to OUTGOING
24/12/2023 16:59:44 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
24/12/2023 16:59:44 [CallRecorder]/15: ManualStart, Auto = false
24/12/2023 16:59:44 [CallRecorderService]/15: InCallThread started
24/12/2023 16:59:44 [App]/15: CallRecorderService is now bound
24/12/2023 16:59:44 [App]/15: Signalling service is bound..
24/12/2023 16:59:44 [CallRecorderService]/15: Recording for type: REC_CALL
24/12/2023 16:59:45 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 16:59:45 [CallRecorderService]/15: --- Using StandardRecorder ---
24/12/2023 16:59:45 [RecordItem]/15: Setting directory
24/12/2023 16:59:45 [RecordItem]/15: Setting filename
24/12/2023 16:59:45 [RecordItem]/15: Setting record format to WAV
24/12/2023 16:59:45 [RecordItem]/15: Setting record source to VOICE_CALL
24/12/2023 16:59:45 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
24/12/2023 16:59:45 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 16:59:45 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 16:59:45 [AudioRecorder]/15: cras is not enabled
24/12/2023 16:59:45 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 16:59:45 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 16:59:45 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
24/12/2023 16:59:45 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
24/12/2023 16:59:45 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 16:59:45 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 16:59:45 [CallRecorderService]/15: Retrying with Legacy
24/12/2023 16:59:45 [RecordItem]/15: Setting directory
24/12/2023 16:59:45 [RecordItem]/15: Setting filename
24/12/2023 16:59:45 [RecordItem]/15: Setting record format to AMR
24/12/2023 16:59:45 [RecordItem]/15: Setting record source to MEDIA_RECORDER
24/12/2023 16:59:45 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
24/12/2023 16:59:45 [AndroidRecorder]/15: Attempting to remove file...
24/12/2023 16:59:45 [CallRecorderService]/15: Retrying with Native
24/12/2023 16:59:45 [RecordItem]/15: Setting directory
24/12/2023 16:59:45 [RecordItem]/15: Setting filename
24/12/2023 16:59:45 [RecordItem]/15: Setting record format to WAV
24/12/2023 16:59:45 [RecordItem]/15: Setting record source to AOSP_RECORDING
24/12/2023 16:59:45 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 16:59:45 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 16:59:45 [AudioRecorder]/15: cras is not enabled
24/12/2023 16:59:45 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 16:59:45 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 16:59:45 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
24/12/2023 16:59:45 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
24/12/2023 16:59:45 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 16:59:45 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 16:59:45 [CallRecorderService]/15: Got a stop request
24/12/2023 16:59:45 [CallRecorderService]/15: Closing recording resources..
24/12/2023 16:59:45 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 16:59:49 [CallRecorderService]/15: InCallThread notified
24/12/2023 17:00:12 [App]/15: Starting call recorder service .. bound=true
24/12/2023 17:00:12 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 17:00:12 [TelephonyStatus]/15: Telephony state = IDLE
24/12/2023 17:00:12 [TelephonyStatus]/15: Reset the telephony status
24/12/2023 17:00:12 [CallRecorderService]/15: InCallThread stopped
24/12/2023 17:00:12 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
24/12/2023 17:00:12 [CallRecorder]/15: Unbinding service connection
24/12/2023 17:00:12 [CallRecorderService]/15: onDestroy
24/12/2023 17:00:57 [App]/15: Starting call recorder service .. bound=false
24/12/2023 17:00:57 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 17:00:57 [TelephonyStatus]/15: Telephony state = OFFHOOK
24/12/2023 17:00:57 [TelephonyStatus]/15: Set call type to OUTGOING
24/12/2023 17:00:57 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
24/12/2023 17:00:57 [CallRecorder]/15: ManualStart, Auto = false
24/12/2023 17:00:57 [CallRecorderService]/15: InCallThread started
24/12/2023 17:00:57 [App]/15: CallRecorderService is now bound
24/12/2023 17:00:57 [App]/15: Signalling service is bound..
24/12/2023 17:00:57 [CallRecorderService]/15: Recording for type: REC_CALL
24/12/2023 17:00:57 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 17:00:57 [CallRecorderService]/15: --- Using StandardRecorder ---
24/12/2023 17:00:57 [RecordItem]/15: Setting directory
24/12/2023 17:00:57 [RecordItem]/15: Setting filename
24/12/2023 17:00:57 [RecordItem]/15: Setting record format to WAV
24/12/2023 17:00:57 [RecordItem]/15: Setting record source to VOICE_CALL
24/12/2023 17:00:57 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
24/12/2023 17:00:57 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 17:00:57 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 17:00:57 [AudioRecorder]/15: cras is not enabled
24/12/2023 17:00:57 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 17:00:57 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 17:00:57 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
24/12/2023 17:00:57 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
24/12/2023 17:00:57 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 17:00:58 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 17:00:58 [CallRecorderService]/15: Retrying with Legacy
24/12/2023 17:00:58 [RecordItem]/15: Setting directory
24/12/2023 17:00:58 [RecordItem]/15: Setting filename
24/12/2023 17:00:58 [RecordItem]/15: Setting record format to AMR
24/12/2023 17:00:58 [RecordItem]/15: Setting record source to MEDIA_RECORDER
24/12/2023 17:00:58 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
24/12/2023 17:00:58 [AndroidRecorder]/15: Attempting to remove file...
24/12/2023 17:00:58 [CallRecorderService]/15: Retrying with Native
24/12/2023 17:00:58 [RecordItem]/15: Setting directory
24/12/2023 17:00:58 [RecordItem]/15: Setting filename
24/12/2023 17:00:58 [RecordItem]/15: Setting record format to WAV
24/12/2023 17:00:58 [RecordItem]/15: Setting record source to AOSP_RECORDING
24/12/2023 17:00:58 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 17:00:58 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 17:00:58 [AudioRecorder]/15: cras is not enabled
24/12/2023 17:00:58 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 17:00:58 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 17:00:58 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
24/12/2023 17:00:58 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
24/12/2023 17:00:58 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 17:00:58 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 17:00:58 [CallRecorderService]/15: Got a stop request
24/12/2023 17:00:58 [CallRecorderService]/15: Closing recording resources..
24/12/2023 17:00:58 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 17:01:02 [CallRecorderService]/15: InCallThread notified
24/12/2023 17:01:35 [App]/15: Starting call recorder service .. bound=true
24/12/2023 17:01:35 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 17:01:35 [TelephonyStatus]/15: Telephony state = IDLE
24/12/2023 17:01:35 [CallRecorderService]/15: InCallThread stopped
24/12/2023 17:01:35 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
24/12/2023 17:01:35 [TelephonyStatus]/15: Reset the telephony status
24/12/2023 17:01:35 [CallRecorder]/15: Unbinding service connection
24/12/2023 17:01:35 [CallRecorderService]/15: onDestroy
24/12/2023 17:12:02 [App]/15: Starting call recorder service .. bound=false
24/12/2023 17:12:02 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 17:12:02 [TelephonyStatus]/15: Telephony state = OFFHOOK
24/12/2023 17:12:02 [TelephonyStatus]/15: Set call type to OUTGOING
24/12/2023 17:12:02 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
24/12/2023 17:12:02 [CallRecorder]/15: ManualStart, Auto = false
24/12/2023 17:12:02 [CallRecorderService]/15: InCallThread started
24/12/2023 17:12:02 [App]/15: CallRecorderService is now bound
24/12/2023 17:12:02 [App]/15: Signalling service is bound..
24/12/2023 17:12:02 [CallRecorderService]/15: Recording for type: REC_CALL
24/12/2023 17:12:02 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 17:12:02 [CallRecorderService]/15: --- Using StandardRecorder ---
24/12/2023 17:12:03 [RecordItem]/15: Setting directory
24/12/2023 17:12:03 [RecordItem]/15: Setting filename
24/12/2023 17:12:03 [RecordItem]/15: Setting record format to WAV
24/12/2023 17:12:03 [RecordItem]/15: Setting record source to VOICE_CALL
24/12/2023 17:12:03 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
24/12/2023 17:12:03 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 17:12:03 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 17:12:03 [AudioRecorder]/15: cras is not enabled
24/12/2023 17:12:03 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 17:12:03 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 17:12:03 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
24/12/2023 17:12:03 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
24/12/2023 17:12:03 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 17:12:03 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 17:12:03 [CallRecorderService]/15: Retrying with Legacy
24/12/2023 17:12:03 [RecordItem]/15: Setting directory
24/12/2023 17:12:03 [RecordItem]/15: Setting filename
24/12/2023 17:12:03 [RecordItem]/15: Setting record format to AMR
24/12/2023 17:12:03 [RecordItem]/15: Setting record source to MEDIA_RECORDER
24/12/2023 17:12:03 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
24/12/2023 17:12:03 [AndroidRecorder]/15: Attempting to remove file...
24/12/2023 17:12:03 [CallRecorderService]/15: Retrying with Native
24/12/2023 17:12:03 [RecordItem]/15: Setting directory
24/12/2023 17:12:03 [RecordItem]/15: Setting filename
24/12/2023 17:12:03 [RecordItem]/15: Setting record format to WAV
24/12/2023 17:12:03 [RecordItem]/15: Setting record source to AOSP_RECORDING
24/12/2023 17:12:03 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 17:12:03 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 17:12:03 [AudioRecorder]/15: cras is not enabled
24/12/2023 17:12:03 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 17:12:03 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 17:12:03 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
24/12/2023 17:12:03 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
24/12/2023 17:12:03 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 17:12:03 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 17:12:03 [CallRecorderService]/15: Got a stop request
24/12/2023 17:12:03 [CallRecorderService]/15: Closing recording resources..
24/12/2023 17:12:03 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 17:12:07 [CallRecorderService]/15: InCallThread notified
24/12/2023 17:12:38 [App]/15: Starting call recorder service .. bound=true
24/12/2023 17:12:38 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 17:12:38 [TelephonyStatus]/15: Telephony state = IDLE
24/12/2023 17:12:38 [TelephonyStatus]/15: Reset the telephony status
24/12/2023 17:12:38 [CallRecorderService]/15: InCallThread stopped
24/12/2023 17:12:38 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
24/12/2023 17:12:38 [CallRecorder]/15: Unbinding service connection
24/12/2023 17:12:38 [CallRecorderService]/15: onDestroy
24/12/2023 18:42:46 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 18:42:47 [CallRecorder]/15: SetAutomatic = false
24/12/2023 18:42:47 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 18:44:13 [App]/15: Starting call recorder service .. bound=false
24/12/2023 18:44:13 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 18:44:13 [TelephonyStatus]/15: Telephony state = IDLE
24/12/2023 18:44:13 [TelephonyStatus]/15: Reset the telephony status
24/12/2023 18:44:13 [CallRecorderService]/15: InCallThread started
24/12/2023 18:44:13 [App]/15: CallRecorderService is now bound
24/12/2023 18:44:13 [App]/15: Signalling service is bound..
24/12/2023 18:44:18 [CallRecorderService]/15: InCallThread notified
24/12/2023 18:44:18 [CallRecorderService]/15: InCallThread stopped
24/12/2023 18:44:18 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
24/12/2023 18:44:18 [CallRecorder]/15: Unbinding service connection
24/12/2023 18:44:18 [CallRecorderService]/15: onDestroy
24/12/2023 20:07:03 [App]/15: Starting call recorder service .. bound=false
24/12/2023 20:07:03 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 20:07:03 [TelephonyStatus]/15: Telephony state = OFFHOOK
24/12/2023 20:07:03 [TelephonyStatus]/15: Set call type to OUTGOING
24/12/2023 20:07:03 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
24/12/2023 20:07:03 [CallRecorderService]/15: InCallThread started
24/12/2023 20:07:03 [CallRecorder]/15: ManualStart, Auto = false
24/12/2023 20:07:04 [App]/15: CallRecorderService is now bound
24/12/2023 20:07:04 [App]/15: Signalling service is bound..
24/12/2023 20:07:04 [CallRecorderService]/15: Recording for type: REC_CALL
24/12/2023 20:07:04 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 20:07:04 [CallRecorderService]/15: --- Using StandardRecorder ---
24/12/2023 20:07:04 [RecordItem]/15: Setting directory
24/12/2023 20:07:04 [RecordItem]/15: Setting filename
24/12/2023 20:07:04 [RecordItem]/15: Setting record format to WAV
24/12/2023 20:07:04 [RecordItem]/15: Setting record source to VOICE_CALL
24/12/2023 20:07:04 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
24/12/2023 20:07:04 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 20:07:04 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 20:07:04 [AudioRecorder]/15: Enabled cras
24/12/2023 20:07:04 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 20:07:04 [App]/15: Starting call recorder service .. bound=true
24/12/2023 20:07:04 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 20:07:04 [TelephonyStatus]/15: Telephony state = IDLE
24/12/2023 20:07:04 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 20:07:04 [TelephonyStatus]/15: Reset the telephony status
24/12/2023 20:07:04 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 20:07:04 [CallRecorderService]/15: Recording ERROR = 'Call already
ended' [ Android ] retryMode = true
24/12/2023 20:07:04 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 20:07:04 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 20:07:04 [AudioRecorder]/15: Closing AudioRecorder object
24/12/2023 20:07:04 [CallRecorderService]/15: Retrying with Legacy
24/12/2023 20:07:04 [RecordItem]/15: Setting directory
24/12/2023 20:07:04 [RecordItem]/15: Setting filename
24/12/2023 20:07:04 [RecordItem]/15: Setting record format to AMR
24/12/2023 20:07:04 [RecordItem]/15: Setting record source to MEDIA_RECORDER
24/12/2023 20:07:04 [CallRecorderService]/15: Recording ERROR = 'Call already
ended' [ Legacy ] retryMode = true
24/12/2023 20:07:04 [AndroidRecorder]/15: Attempting to remove file...
24/12/2023 20:07:05 [CallRecorderService]/15: Retrying with Native
24/12/2023 20:07:05 [RecordItem]/15: Setting directory
24/12/2023 20:07:05 [RecordItem]/15: Setting filename
24/12/2023 20:07:05 [RecordItem]/15: Setting record format to WAV
24/12/2023 20:07:05 [RecordItem]/15: Setting record source to AOSP_RECORDING
24/12/2023 20:07:05 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 20:07:05 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 20:07:05 [AudioRecorder]/15: Enabled cras
24/12/2023 20:07:05 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 20:07:05 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 20:07:05 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 20:07:05 [CallRecorderService]/15: Recording ERROR = 'Call already
ended' [ Native ] retryMode = false
24/12/2023 20:07:05 [StandardRecorder]/15: Attempting to remove file...
24/12/2023 20:07:05 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 20:07:05 [AudioRecorder]/15: Closing AudioRecorder object
24/12/2023 20:07:05 [CallRecorderService]/15: Got a stop request
24/12/2023 20:07:05 [CallRecorderService]/15: Closing recording resources..
24/12/2023 20:07:05 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
24/12/2023 20:07:08 [CallRecorderService]/15: InCallThread notified
24/12/2023 20:07:09 [CallRecorderService]/15: InCallThread stopped
24/12/2023 20:07:09 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
24/12/2023 20:07:09 [CallRecorder]/15: Unbinding service connection
24/12/2023 20:07:09 [CallRecorderService]/15: onDestroy
24/12/2023 20:33:46 [App]/15: Starting call recorder service .. bound=false
24/12/2023 20:33:46 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 20:33:46 [TelephonyStatus]/15: Set call type to INCOMING
24/12/2023 20:33:46 [TelephonyStatus]/15: Set phoneNo, len = null
24/12/2023 20:33:46 [TelephonyStatus]/15: Telephony state = RINGING
24/12/2023 20:33:47 [App]/15: CallRecorderService is now bound
24/12/2023 20:33:47 [CallRecorderService]/15: InCallThread started
24/12/2023 20:33:47 [App]/15: Signalling service is bound..
24/12/2023 20:33:52 [CallRecorderService]/15: InCallThread notified
24/12/2023 20:35:10 [App]/15: Starting call recorder service .. bound=true
24/12/2023 20:35:10 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 20:35:10 [TelephonyStatus]/15: Telephony state = OFFHOOK
24/12/2023 20:35:10 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
24/12/2023 20:35:10 [CallRecorder]/15: ManualStart, Auto = false
24/12/2023 20:35:10 [CallRecorderService]/15: Recording for type: REC_CALL
24/12/2023 20:35:11 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 20:35:11 [CallRecorderService]/15: --- Using StandardRecorder ---
24/12/2023 20:35:11 [RecordItem]/15: Setting directory
24/12/2023 20:35:11 [RecordItem]/15: Setting filename
24/12/2023 20:35:11 [RecordItem]/15: Setting record format to WAV
24/12/2023 20:35:11 [RecordItem]/15: Setting record source to VOICE_CALL
24/12/2023 20:35:11 [CallRecorderService]/15: Using incoming delay from settings: 1
seconds ..
24/12/2023 20:35:11 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 20:35:11 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 20:35:11 [AudioRecorder]/15: Enabled cras
24/12/2023 20:35:11 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 20:35:11 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 20:35:11 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 20:35:11 [StandardRecorder]/15: Applying rec start delay of: 1000ms
24/12/2023 20:35:12 [StandardRecorder]/15: Initializing encoder
24/12/2023 20:35:12 [AudioRecorder]/15: Standard
24/12/2023 20:35:13 [AudioRecorder]/15: AudioRecorder started recording ....
24/12/2023 20:35:13 [StandardRecorder]/15: Signalling audio was read successfully
24/12/2023 20:35:13 [StandardRecorder]/15: Skipping buffer (1): Read = 3200
24/12/2023 20:35:13 [CallRecorderService]/15: Recording started..
24/12/2023 20:35:13 [StandardRecorder]/15: Skipping buffer (2): Read = 3200
24/12/2023 20:35:15 [App]/15: Starting call recorder service .. bound=true
24/12/2023 20:35:15 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 20:35:15 [TelephonyStatus]/15: Telephony state = IDLE
24/12/2023 20:35:15 [TelephonyStatus]/15: Reset the telephony status
24/12/2023 20:35:15 [StandardRecorder]/15: REC_TELEPHONY_STATUS_IDLE: ending..
24/12/2023 20:35:15 [StandardRecorder]/15: Total bytes written: 35200
24/12/2023 20:35:15 [StandardRecorder]/15: AudioRecorder:stop
24/12/2023 20:35:15 [CallRecorderService]/15: Recording completed.
24/12/2023 20:35:15 [CallRecorderService]/15: RECORD_DURATION: 2 seconds,
AUTO_DELETE: 0 seconds
24/12/2023 20:35:16 [CallRecorderService]/15: Got a stop request
24/12/2023 20:35:16 [CallRecorderService]/15: Closing recording resources..
24/12/2023 20:35:16 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
java.io.FileOutputStream@f49c5dc
24/12/2023 20:35:16 [AudioRecorder]/15: Closing AudioRecorder object
24/12/2023 20:35:16 [CallRecorderService]/15: InCallThread stopped
24/12/2023 20:35:16 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
24/12/2023 20:35:16 [CallRecorder]/15: Unbinding service connection
24/12/2023 20:35:17 [CallRecorderService]/15: onDestroy
24/12/2023 21:45:30 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 21:45:31 [CallRecorder]/15: SetAutomatic = false
24/12/2023 21:45:31 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 21:53:30 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 21:53:31 [CallRecorder]/15: SetAutomatic = false
24/12/2023 21:53:31 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 23:11:27 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 23:11:27 [CallRecorder]/15: SetAutomatic = false
24/12/2023 23:11:27 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 23:11:27 [App]/15: Starting call recorder service .. bound=false
24/12/2023 23:11:27 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 23:11:27 [TelephonyStatus]/15: Telephony state = OFFHOOK
24/12/2023 23:11:27 [TelephonyStatus]/15: Set call type to OUTGOING
24/12/2023 23:11:27 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
24/12/2023 23:11:28 [CallRecorderService]/15: InCallThread started
24/12/2023 23:11:28 [CallRecorder]/15: ManualStart, Auto = false
24/12/2023 23:11:28 [App]/15: CallRecorderService is now bound
24/12/2023 23:11:28 [App]/15: Signalling service is bound..
24/12/2023 23:11:28 [CallRecorderService]/15: Recording for type: REC_CALL
24/12/2023 23:11:28 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: moto e20
(aruba) defaulting to VOICE_CALL
24/12/2023 23:11:28 [CallRecorderService]/15: --- Using StandardRecorder ---
24/12/2023 23:11:28 [RecordItem]/15: Setting directory
24/12/2023 23:11:28 [RecordItem]/15: Setting filename
24/12/2023 23:11:28 [RecordItem]/15: Setting record format to WAV
24/12/2023 23:11:28 [RecordItem]/15: Setting record source to VOICE_CALL
24/12/2023 23:11:28 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
24/12/2023 23:11:28 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 23:11:28 [AudioRecorder]/15: Disabled sap, api: 30
24/12/2023 23:11:28 [AudioRecorder]/15: Enabled cras
24/12/2023 23:11:28 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
24/12/2023 23:11:28 [AudioRecorder]/15: audioMinBufferSize = 448
24/12/2023 23:11:28 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
24/12/2023 23:11:28 [StandardRecorder]/15: Applying rec start delay of: 1000ms
24/12/2023 23:11:29 [StandardRecorder]/15: Initializing encoder
24/12/2023 23:11:29 [AudioRecorder]/15: Standard
24/12/2023 23:11:30 [AudioRecorder]/15: AudioRecorder started recording ....
24/12/2023 23:11:30 [StandardRecorder]/15: Signalling audio was read successfully
24/12/2023 23:11:30 [CallRecorderService]/15: Recording started..
24/12/2023 23:11:30 [StandardRecorder]/15: Skipping buffer (1): Read = 3200
24/12/2023 23:11:30 [StandardRecorder]/15: Skipping buffer (2): Read = 3200
24/12/2023 23:11:33 [CallRecorderService]/15: InCallThread notified
24/12/2023 23:12:58 [App]/15: Starting call recorder service .. bound=true
24/12/2023 23:12:58 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
24/12/2023 23:12:58 [TelephonyStatus]/15: Telephony state = IDLE
24/12/2023 23:12:58 [StandardRecorder]/15: REC_TELEPHONY_STATUS_IDLE: ending..
24/12/2023 23:12:58 [StandardRecorder]/15: Total bytes written: 1411200
24/12/2023 23:12:59 [TelephonyStatus]/15: Reset the telephony status
24/12/2023 23:12:59 [StandardRecorder]/15: AudioRecorder:stop
24/12/2023 23:12:59 [CallRecorderService]/15: Recording completed.
24/12/2023 23:12:59 [CallRecorderService]/15: RECORD_DURATION: 88 seconds,
AUTO_DELETE: 0 seconds
24/12/2023 23:12:59 [CallRecorderService]/15: Got a stop request
24/12/2023 23:12:59 [CallRecorderService]/15: Closing recording resources..
24/12/2023 23:12:59 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
java.io.FileOutputStream@8677659
24/12/2023 23:12:59 [AudioRecorder]/15: Closing AudioRecorder object
24/12/2023 23:13:00 [CallRecorderService]/15: InCallThread stopped
24/12/2023 23:13:00 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
24/12/2023 23:13:00 [CallRecorder]/15: Unbinding service connection
24/12/2023 23:13:00 [CallRecorderService]/15: onDestroy

You might also like