0% found this document useful (0 votes)
61 views29 pages

CallRecord Log

This document contains log entries from a call recording service on an Android device. It shows the service attempting to record an incoming call three separate times but failing each attempt due to errors initializing the audio recorder. The service retries different recording methods like standard, legacy and native but continues to fail initialization.

Uploaded by

Tara Sambu
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)
61 views29 pages

CallRecord Log

This document contains log entries from a call recording service on an Android device. It shows the service attempting to record an incoming call three separate times but failing each attempt due to errors initializing the audio recorder. The service retries different recording methods like standard, legacy and native but continues to fail initialization.

Uploaded by

Tara Sambu
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/ 29

27/04/2023 19:21:56 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false

27/04/2023 19:21:56 [CallRecorder]/15: ManualStart, Auto = false


27/04/2023 19:21:56 [CallRecorderService]/15: Recording for type: REC_CALL
27/04/2023 19:21:56 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
27/04/2023 19:21:56 [CallRecorderService]/15: --- Using StandardRecorder ---
27/04/2023 19:21:56 [RecordItem]/15: Setting directory
27/04/2023 19:21:56 [RecordItem]/15: Setting filename
27/04/2023 19:21:56 [RecordItem]/15: Setting record format to AMR
27/04/2023 19:21:56 [RecordItem]/15: Setting record source to VOICE_CALL
27/04/2023 19:21:56 [CallRecorderService]/15: Using incoming delay from settings: 1
seconds ..
27/04/2023 19:21:56 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
27/04/2023 19:21:56 [AudioRecorder]/15: Disabled sap, api: 30
27/04/2023 19:21:56 [AudioRecorder]/15: cras is not enabled
27/04/2023 19:21:56 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
27/04/2023 19:21:56 [AudioRecorder]/15: audioMinBufferSize = 640
27/04/2023 19:21:56 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
27/04/2023 19:21:56 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
27/04/2023 19:21:56 [StandardRecorder]/15: Attempting to remove file...
27/04/2023 19:21:56 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
27/04/2023 19:21:56 [CallRecorderService]/15: Retrying with Legacy
27/04/2023 19:21:56 [RecordItem]/15: Setting directory
27/04/2023 19:21:56 [RecordItem]/15: Setting filename
27/04/2023 19:21:56 [RecordItem]/15: Setting record format to AMR
27/04/2023 19:21:56 [RecordItem]/15: Setting record source to MEDIA_RECORDER
27/04/2023 19:21:56 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
27/04/2023 19:21:56 [AndroidRecorder]/15: Attempting to remove file...
27/04/2023 19:21:56 [CallRecorderService]/15: Retrying with Native
27/04/2023 19:21:56 [RecordItem]/15: Setting directory
27/04/2023 19:21:56 [RecordItem]/15: Setting filename
27/04/2023 19:21:56 [RecordItem]/15: Setting record format to AMR
27/04/2023 19:21:56 [RecordItem]/15: Setting record source to AOSP_RECORDING
27/04/2023 19:21:56 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
27/04/2023 19:21:56 [AudioRecorder]/15: Disabled sap, api: 30
27/04/2023 19:21:56 [AudioRecorder]/15: cras is not enabled
27/04/2023 19:21:56 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
27/04/2023 19:21:56 [AudioRecorder]/15: audioMinBufferSize = 640
27/04/2023 19:21:56 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
27/04/2023 19:21:56 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
27/04/2023 19:21:56 [StandardRecorder]/15: Attempting to remove file...
27/04/2023 19:21:56 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
27/04/2023 19:21:56 [CallRecorderService]/15: Got a stop request
27/04/2023 19:21:56 [CallRecorderService]/15: Closing recording resources..
27/04/2023 19:21:56 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
27/04/2023 19:29:14 [App]/15: Starting call recorder service .. bound=true
27/04/2023 19:29: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) }
27/04/2023 19:29:14 [TelephonyStatus]/15: Telephony state = IDLE
27/04/2023 19:29:14 [TelephonyStatus]/15: Reset the telephony status
27/04/2023 19:29:14 [CallRecorderService]/15: InCallThread stopped
27/04/2023 19:29:14 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
27/04/2023 19:29:14 [CallRecorder]/15: Unbinding service connection
27/04/2023 19:29:14 [CallRecorderService]/15: onDestroy
29/04/2023 10:16:09 [App]/15: Starting call recorder service .. bound=false
29/04/2023 10:16: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) }
29/04/2023 10:16:10 [TelephonyStatus]/15: Set call type to INCOMING
29/04/2023 10:16:10 [TelephonyStatus]/15: Set phoneNo, len = null
29/04/2023 10:16:10 [TelephonyStatus]/15: Telephony state = RINGING
29/04/2023 10:16:10 [App]/15: CallRecorderService is now bound
29/04/2023 10:16:10 [CallRecorderService]/15: InCallThread started
29/04/2023 10:16:10 [App]/15: Signalling service is bound..
29/04/2023 10:16:15 [CallRecorderService]/15: InCallThread notified
29/04/2023 10:16:40 [App]/15: Starting call recorder service .. bound=true
29/04/2023 10:16: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) }
29/04/2023 10:16:40 [TelephonyStatus]/15: Telephony state = IDLE
29/04/2023 10:16:40 [CallRecorderService]/15: InCallThread stopped
29/04/2023 10:16:40 [TelephonyStatus]/15: Reset the telephony status
29/04/2023 10:16:40 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
29/04/2023 10:16:40 [CallRecorder]/15: Unbinding service connection
29/04/2023 10:16:40 [CallRecorderService]/15: onDestroy
29/04/2023 13:00:08 [App]/15: Starting call recorder service .. bound=false
29/04/2023 13:00:08 [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) }
29/04/2023 13:00:08 [TelephonyStatus]/15: Set call type to INCOMING
29/04/2023 13:00:08 [TelephonyStatus]/15: Set phoneNo, len = null
29/04/2023 13:00:08 [TelephonyStatus]/15: Telephony state = RINGING
29/04/2023 13:00:08 [CallRecorderService]/15: InCallThread started
29/04/2023 13:00:08 [App]/15: CallRecorderService is now bound
29/04/2023 13:00:08 [App]/15: Signalling service is bound..
29/04/2023 13:00:13 [CallRecorderService]/15: InCallThread notified
29/04/2023 13:00:20 [App]/15: Starting call recorder service .. bound=true
29/04/2023 13:00: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) }
29/04/2023 13:00:20 [TelephonyStatus]/15: Telephony state = IDLE
29/04/2023 13:00:20 [CallRecorderService]/15: InCallThread stopped
29/04/2023 13:00:20 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
29/04/2023 13:00:20 [CallRecorder]/15: Unbinding service connection
29/04/2023 13:00:20 [TelephonyStatus]/15: Reset the telephony status
29/04/2023 13:00:20 [CallRecorderService]/15: onDestroy
29/04/2023 21:57:24 [App]/15: Starting call recorder service .. bound=false
29/04/2023 21:57:24 [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) }
29/04/2023 21:57:24 [TelephonyStatus]/15: Set call type to INCOMING
29/04/2023 21:57:24 [TelephonyStatus]/15: Set phoneNo, len = null
29/04/2023 21:57:24 [TelephonyStatus]/15: Telephony state = RINGING
29/04/2023 21:57:24 [CallRecorderService]/15: InCallThread started
29/04/2023 21:57:24 [App]/15: CallRecorderService is now bound
29/04/2023 21:57:24 [App]/15: Signalling service is bound..
29/04/2023 21:57:27 [App]/15: Starting call recorder service .. bound=true
29/04/2023 21:57: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) }
29/04/2023 21:57:27 [TelephonyStatus]/15: Telephony state = IDLE
29/04/2023 21:57:27 [TelephonyStatus]/15: Reset the telephony status
29/04/2023 21:57:29 [CallRecorderService]/15: InCallThread notified
29/04/2023 21:57:30 [CallRecorderService]/15: InCallThread stopped
29/04/2023 21:57:30 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
29/04/2023 21:57:30 [CallRecorder]/15: Unbinding service connection
29/04/2023 21:57:30 [CallRecorderService]/15: onDestroy
29/04/2023 21:57:40 [App]/15: Starting call recorder service .. bound=false
29/04/2023 21: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) }
29/04/2023 21:57:40 [TelephonyStatus]/15: Set call type to INCOMING
29/04/2023 21:57:40 [TelephonyStatus]/15: Set phoneNo, len = null
29/04/2023 21:57:40 [TelephonyStatus]/15: Telephony state = RINGING
29/04/2023 21:57:40 [CallRecorderService]/15: InCallThread started
29/04/2023 21:57:40 [App]/15: CallRecorderService is now bound
29/04/2023 21:57:40 [App]/15: Signalling service is bound..
29/04/2023 21:57:45 [App]/15: Starting call recorder service .. bound=true
29/04/2023 21:57:45 [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) }
29/04/2023 21:57:45 [CallRecorderService]/15: InCallThread notified
29/04/2023 21:57:45 [TelephonyStatus]/15: Telephony state = IDLE
29/04/2023 21:57:45 [TelephonyStatus]/15: Reset the telephony status
29/04/2023 21:57:45 [CallRecorderService]/15: InCallThread stopped
29/04/2023 21:57:45 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
29/04/2023 21:57:45 [CallRecorder]/15: Unbinding service connection
29/04/2023 21:57:45 [CallRecorderService]/15: onDestroy
29/04/2023 21:58:04 [App]/15: Starting call recorder service .. bound=false
29/04/2023 21:58: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) }
29/04/2023 21:58:04 [TelephonyStatus]/15: Set call type to INCOMING
29/04/2023 21:58:04 [TelephonyStatus]/15: Set phoneNo, len = null
29/04/2023 21:58:04 [TelephonyStatus]/15: Telephony state = RINGING
29/04/2023 21:58:04 [CallRecorderService]/15: InCallThread started
29/04/2023 21:58:04 [App]/15: CallRecorderService is now bound
29/04/2023 21:58:04 [App]/15: Signalling service is bound..
29/04/2023 21:58:07 [App]/15: Starting call recorder service .. bound=true
29/04/2023 21:58: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) }
29/04/2023 21:58:07 [TelephonyStatus]/15: Telephony state = IDLE
29/04/2023 21:58:07 [TelephonyStatus]/15: Reset the telephony status
29/04/2023 21:58:09 [CallRecorderService]/15: InCallThread notified
29/04/2023 21:58:10 [CallRecorderService]/15: InCallThread stopped
29/04/2023 21:58:10 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
29/04/2023 21:58:10 [CallRecorder]/15: Unbinding service connection
29/04/2023 21:58:10 [CallRecorderService]/15: onDestroy
01/05/2023 17:16:39 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
01/05/2023 17:16:39 [CallRecorder]/15: SetAutomatic = false
01/05/2023 17:16:39 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
01/05/2023 17:16:46 [App]/15: Starting call recorder service .. bound=false
01/05/2023 17:16: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) }
01/05/2023 17:16:46 [TelephonyStatus]/15: Telephony state = OFFHOOK
01/05/2023 17:16:46 [TelephonyStatus]/15: Set call type to OUTGOING
01/05/2023 17:16:46 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
01/05/2023 17:16:46 [CallRecorder]/15: ManualStart, Auto = false
01/05/2023 17:16:46 [CallRecorderService]/15: InCallThread started
01/05/2023 17:16:46 [App]/15: CallRecorderService is now bound
01/05/2023 17:16:46 [App]/15: Signalling service is bound..
01/05/2023 17:16:46 [CallRecorderService]/15: Recording for type: REC_CALL
01/05/2023 17:16:46 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
01/05/2023 17:16:47 [CallRecorderService]/15: --- Using StandardRecorder ---
01/05/2023 17:16:47 [RecordItem]/15: Setting directory
01/05/2023 17:16:47 [RecordItem]/15: Setting filename
01/05/2023 17:16:47 [RecordItem]/15: Setting record format to AMR
01/05/2023 17:16:47 [RecordItem]/15: Setting record source to VOICE_CALL
01/05/2023 17:16:47 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
01/05/2023 17:16:47 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
01/05/2023 17:16:47 [AudioRecorder]/15: Disabled sap, api: 30
01/05/2023 17:16:47 [AudioRecorder]/15: cras is not enabled
01/05/2023 17:16:47 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
01/05/2023 17:16:47 [AudioRecorder]/15: audioMinBufferSize = 640
01/05/2023 17:16:47 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
01/05/2023 17:16:47 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
01/05/2023 17:16:47 [StandardRecorder]/15: Attempting to remove file...
01/05/2023 17:16:47 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
01/05/2023 17:16:47 [CallRecorderService]/15: Retrying with Legacy
01/05/2023 17:16:47 [RecordItem]/15: Setting directory
01/05/2023 17:16:47 [RecordItem]/15: Setting filename
01/05/2023 17:16:47 [RecordItem]/15: Setting record format to AMR
01/05/2023 17:16:47 [RecordItem]/15: Setting record source to MEDIA_RECORDER
01/05/2023 17:16:47 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
01/05/2023 17:16:47 [AndroidRecorder]/15: Attempting to remove file...
01/05/2023 17:16:47 [CallRecorderService]/15: Retrying with Native
01/05/2023 17:16:47 [RecordItem]/15: Setting directory
01/05/2023 17:16:47 [RecordItem]/15: Setting filename
01/05/2023 17:16:47 [RecordItem]/15: Setting record format to AMR
01/05/2023 17:16:47 [RecordItem]/15: Setting record source to AOSP_RECORDING
01/05/2023 17:16:47 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
01/05/2023 17:16:47 [AudioRecorder]/15: Disabled sap, api: 30
01/05/2023 17:16:47 [AudioRecorder]/15: cras is not enabled
01/05/2023 17:16:47 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
01/05/2023 17:16:47 [AudioRecorder]/15: audioMinBufferSize = 640
01/05/2023 17:16:47 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
01/05/2023 17:16:47 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
01/05/2023 17:16:47 [StandardRecorder]/15: Attempting to remove file...
01/05/2023 17:16:47 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
01/05/2023 17:16:47 [CallRecorderService]/15: Got a stop request
01/05/2023 17:16:47 [CallRecorderService]/15: Closing recording resources..
01/05/2023 17:16:47 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
01/05/2023 17:16:51 [CallRecorderService]/15: InCallThread notified
01/05/2023 17:17:08 [App]/15: Starting call recorder service .. bound=true
01/05/2023 17:17:08 [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) }
01/05/2023 17:17:08 [TelephonyStatus]/15: Telephony state = IDLE
01/05/2023 17:17:08 [TelephonyStatus]/15: Reset the telephony status
01/05/2023 17:17:08 [CallRecorderService]/15: InCallThread stopped
01/05/2023 17:17:08 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
01/05/2023 17:17:08 [CallRecorder]/15: Unbinding service connection
01/05/2023 17:17:08 [CallRecorderService]/15: onDestroy
01/05/2023 17:57:45 [App]/15: Starting call recorder service .. bound=false
01/05/2023 17:57:45 [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) }
01/05/2023 17:57:45 [TelephonyStatus]/15: Telephony state = OFFHOOK
01/05/2023 17:57:45 [TelephonyStatus]/15: Set call type to OUTGOING
01/05/2023 17:57:45 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
01/05/2023 17:57:45 [CallRecorderService]/15: InCallThread started
01/05/2023 17:57:45 [CallRecorder]/15: ManualStart, Auto = false
01/05/2023 17:57:45 [App]/15: CallRecorderService is now bound
01/05/2023 17:57:45 [App]/15: Signalling service is bound..
01/05/2023 17:57:45 [CallRecorderService]/15: Recording for type: REC_CALL
01/05/2023 17:57:45 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
01/05/2023 17:57:45 [CallRecorderService]/15: --- Using StandardRecorder ---
01/05/2023 17:57:45 [RecordItem]/15: Setting directory
01/05/2023 17:57:45 [RecordItem]/15: Setting filename
01/05/2023 17:57:45 [RecordItem]/15: Setting record format to AMR
01/05/2023 17:57:45 [RecordItem]/15: Setting record source to VOICE_CALL
01/05/2023 17:57:45 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
01/05/2023 17:57:45 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
01/05/2023 17:57:45 [AudioRecorder]/15: Disabled sap, api: 30
01/05/2023 17:57:45 [AudioRecorder]/15: cras is not enabled
01/05/2023 17:57:45 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
01/05/2023 17:57:46 [AudioRecorder]/15: audioMinBufferSize = 640
01/05/2023 17:57:46 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
01/05/2023 17:57:46 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
01/05/2023 17:57:46 [StandardRecorder]/15: Attempting to remove file...
01/05/2023 17:57:46 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
01/05/2023 17:57:46 [CallRecorderService]/15: Retrying with Legacy
01/05/2023 17:57:46 [RecordItem]/15: Setting directory
01/05/2023 17:57:46 [RecordItem]/15: Setting filename
01/05/2023 17:57:46 [RecordItem]/15: Setting record format to AMR
01/05/2023 17:57:46 [RecordItem]/15: Setting record source to MEDIA_RECORDER
01/05/2023 17:57:46 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
01/05/2023 17:57:46 [AndroidRecorder]/15: Attempting to remove file...
01/05/2023 17:57:46 [CallRecorderService]/15: Retrying with Native
01/05/2023 17:57:46 [RecordItem]/15: Setting directory
01/05/2023 17:57:46 [RecordItem]/15: Setting filename
01/05/2023 17:57:46 [RecordItem]/15: Setting record format to AMR
01/05/2023 17:57:46 [RecordItem]/15: Setting record source to AOSP_RECORDING
01/05/2023 17:57:46 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
01/05/2023 17:57:46 [AudioRecorder]/15: Disabled sap, api: 30
01/05/2023 17:57:46 [AudioRecorder]/15: cras is not enabled
01/05/2023 17:57:46 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
01/05/2023 17:57:46 [AudioRecorder]/15: audioMinBufferSize = 640
01/05/2023 17:57:46 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
01/05/2023 17:57:46 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
01/05/2023 17:57:46 [StandardRecorder]/15: Attempting to remove file...
01/05/2023 17:57:46 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
01/05/2023 17:57:46 [CallRecorderService]/15: Got a stop request
01/05/2023 17:57:46 [CallRecorderService]/15: Closing recording resources..
01/05/2023 17:57:46 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
01/05/2023 17:57:50 [CallRecorderService]/15: InCallThread notified
01/05/2023 17:58:40 [App]/15: Starting call recorder service .. bound=true
01/05/2023 17:58: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) }
01/05/2023 17:58:40 [TelephonyStatus]/15: Telephony state = IDLE
01/05/2023 17:58:40 [TelephonyStatus]/15: Reset the telephony status
01/05/2023 17:58:40 [CallRecorderService]/15: InCallThread stopped
01/05/2023 17:58:40 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
01/05/2023 17:58:40 [CallRecorder]/15: Unbinding service connection
01/05/2023 17:58:40 [CallRecorderService]/15: onDestroy
01/05/2023 17:58:54 [App]/15: Starting call recorder service .. bound=false
01/05/2023 17:58: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) }
01/05/2023 17:58:54 [TelephonyStatus]/15: Telephony state = OFFHOOK
01/05/2023 17:58:54 [TelephonyStatus]/15: Set call type to OUTGOING
01/05/2023 17:58:54 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
01/05/2023 17:58:54 [CallRecorderService]/15: InCallThread started
01/05/2023 17:58:54 [CallRecorder]/15: ManualStart, Auto = false
01/05/2023 17:58:54 [App]/15: CallRecorderService is now bound
01/05/2023 17:58:54 [App]/15: Signalling service is bound..
01/05/2023 17:58:54 [CallRecorderService]/15: Recording for type: REC_CALL
01/05/2023 17:58:54 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
01/05/2023 17:58:54 [CallRecorderService]/15: --- Using StandardRecorder ---
01/05/2023 17:58:54 [RecordItem]/15: Setting directory
01/05/2023 17:58:54 [RecordItem]/15: Setting filename
01/05/2023 17:58:54 [RecordItem]/15: Setting record format to AMR
01/05/2023 17:58:54 [RecordItem]/15: Setting record source to VOICE_CALL
01/05/2023 17:58:54 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
01/05/2023 17:58:54 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
01/05/2023 17:58:54 [AudioRecorder]/15: Disabled sap, api: 30
01/05/2023 17:58:54 [AudioRecorder]/15: cras is not enabled
01/05/2023 17:58:54 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
01/05/2023 17:58:54 [AudioRecorder]/15: audioMinBufferSize = 640
01/05/2023 17:58:54 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
01/05/2023 17:58:54 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
01/05/2023 17:58:54 [StandardRecorder]/15: Attempting to remove file...
01/05/2023 17:58:54 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
01/05/2023 17:58:54 [CallRecorderService]/15: Retrying with Legacy
01/05/2023 17:58:54 [RecordItem]/15: Setting directory
01/05/2023 17:58:54 [RecordItem]/15: Setting filename
01/05/2023 17:58:54 [RecordItem]/15: Setting record format to AMR
01/05/2023 17:58:54 [RecordItem]/15: Setting record source to MEDIA_RECORDER
01/05/2023 17:58:54 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
01/05/2023 17:58:54 [AndroidRecorder]/15: Attempting to remove file...
01/05/2023 17:58:54 [CallRecorderService]/15: Retrying with Native
01/05/2023 17:58:54 [RecordItem]/15: Setting directory
01/05/2023 17:58:54 [RecordItem]/15: Setting filename
01/05/2023 17:58:54 [RecordItem]/15: Setting record format to AMR
01/05/2023 17:58:54 [RecordItem]/15: Setting record source to AOSP_RECORDING
01/05/2023 17:58:54 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
01/05/2023 17:58:54 [AudioRecorder]/15: Disabled sap, api: 30
01/05/2023 17:58:54 [AudioRecorder]/15: cras is not enabled
01/05/2023 17:58:54 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
01/05/2023 17:58:54 [AudioRecorder]/15: audioMinBufferSize = 640
01/05/2023 17:58:54 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
01/05/2023 17:58:54 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
01/05/2023 17:58:54 [StandardRecorder]/15: Attempting to remove file...
01/05/2023 17:58:54 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
01/05/2023 17:58:54 [CallRecorderService]/15: Got a stop request
01/05/2023 17:58:54 [CallRecorderService]/15: Closing recording resources..
01/05/2023 17:58:54 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
01/05/2023 17:58:59 [CallRecorderService]/15: InCallThread notified
01/05/2023 17:59:58 [App]/15: Starting call recorder service .. bound=true
01/05/2023 17:59: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) }
01/05/2023 17:59:58 [TelephonyStatus]/15: Telephony state = IDLE
01/05/2023 17:59:58 [TelephonyStatus]/15: Reset the telephony status
01/05/2023 17:59:58 [CallRecorderService]/15: InCallThread stopped
01/05/2023 17:59:58 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
01/05/2023 17:59:58 [CallRecorder]/15: Unbinding service connection
01/05/2023 17:59:58 [CallRecorderService]/15: onDestroy
01/05/2023 21:49:47 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
01/05/2023 21:49:47 [CallRecorder]/15: SetAutomatic = false
01/05/2023 21:49:47 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
02/05/2023 16:04:25 [App]/15: Starting call recorder service .. bound=false
02/05/2023 16:04: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) }
02/05/2023 16:04:25 [TelephonyStatus]/15: Telephony state = OFFHOOK
02/05/2023 16:04:25 [TelephonyStatus]/15: Set call type to OUTGOING
02/05/2023 16:04:25 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
02/05/2023 16:04:25 [CallRecorderService]/15: InCallThread started
02/05/2023 16:04:25 [CallRecorder]/15: ManualStart, Auto = false
02/05/2023 16:04:26 [App]/15: CallRecorderService is now bound
02/05/2023 16:04:26 [App]/15: Signalling service is bound..
02/05/2023 16:04:26 [CallRecorderService]/15: Recording for type: REC_CALL
02/05/2023 16:04:26 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
02/05/2023 16:04:26 [CallRecorderService]/15: --- Using StandardRecorder ---
02/05/2023 16:04:26 [RecordItem]/15: Setting directory
02/05/2023 16:04:26 [RecordItem]/15: Setting filename
02/05/2023 16:04:26 [RecordItem]/15: Setting record format to AMR
02/05/2023 16:04:26 [RecordItem]/15: Setting record source to VOICE_CALL
02/05/2023 16:04:26 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
02/05/2023 16:04:26 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
02/05/2023 16:04:26 [AudioRecorder]/15: Disabled sap, api: 30
02/05/2023 16:04:26 [AudioRecorder]/15: cras is not enabled
02/05/2023 16:04:26 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
02/05/2023 16:04:26 [AudioRecorder]/15: audioMinBufferSize = 640
02/05/2023 16:04:26 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
02/05/2023 16:04:26 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
02/05/2023 16:04:26 [StandardRecorder]/15: Attempting to remove file...
02/05/2023 16:04:26 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
02/05/2023 16:04:26 [CallRecorderService]/15: Retrying with Legacy
02/05/2023 16:04:26 [RecordItem]/15: Setting directory
02/05/2023 16:04:26 [RecordItem]/15: Setting filename
02/05/2023 16:04:26 [RecordItem]/15: Setting record format to AMR
02/05/2023 16:04:26 [RecordItem]/15: Setting record source to MEDIA_RECORDER
02/05/2023 16:04:26 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
02/05/2023 16:04:26 [AndroidRecorder]/15: Attempting to remove file...
02/05/2023 16:04:26 [CallRecorderService]/15: Retrying with Native
02/05/2023 16:04:26 [RecordItem]/15: Setting directory
02/05/2023 16:04:26 [RecordItem]/15: Setting filename
02/05/2023 16:04:26 [RecordItem]/15: Setting record format to AMR
02/05/2023 16:04:26 [RecordItem]/15: Setting record source to AOSP_RECORDING
02/05/2023 16:04:26 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
02/05/2023 16:04:26 [AudioRecorder]/15: Disabled sap, api: 30
02/05/2023 16:04:26 [AudioRecorder]/15: cras is not enabled
02/05/2023 16:04:26 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
02/05/2023 16:04:26 [AudioRecorder]/15: audioMinBufferSize = 640
02/05/2023 16:04:26 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
02/05/2023 16:04:26 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
02/05/2023 16:04:26 [StandardRecorder]/15: Attempting to remove file...
02/05/2023 16:04:26 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
02/05/2023 16:04:26 [CallRecorderService]/15: Got a stop request
02/05/2023 16:04:26 [CallRecorderService]/15: Closing recording resources..
02/05/2023 16:04:26 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
02/05/2023 16:04:30 [CallRecorderService]/15: InCallThread notified
02/05/2023 16:05:10 [App]/15: Starting call recorder service .. bound=true
02/05/2023 16:05: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) }
02/05/2023 16:05:10 [TelephonyStatus]/15: Telephony state = IDLE
02/05/2023 16:05:10 [TelephonyStatus]/15: Reset the telephony status
02/05/2023 16:05:10 [CallRecorderService]/15: InCallThread stopped
02/05/2023 16:05:10 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
02/05/2023 16:05:10 [CallRecorder]/15: Unbinding service connection
02/05/2023 16:05:11 [CallRecorderService]/15: onDestroy
02/05/2023 16:05:19 [App]/15: Starting call recorder service .. bound=false
02/05/2023 16:05: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) }
02/05/2023 16:05:19 [TelephonyStatus]/15: Telephony state = OFFHOOK
02/05/2023 16:05:19 [TelephonyStatus]/15: Set call type to OUTGOING
02/05/2023 16:05:19 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
02/05/2023 16:05:19 [CallRecorderService]/15: InCallThread started
02/05/2023 16:05:19 [CallRecorder]/15: ManualStart, Auto = false
02/05/2023 16:05:19 [App]/15: CallRecorderService is now bound
02/05/2023 16:05:19 [App]/15: Signalling service is bound..
02/05/2023 16:05:19 [CallRecorderService]/15: Recording for type: REC_CALL
02/05/2023 16:05:19 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
02/05/2023 16:05:19 [CallRecorderService]/15: --- Using StandardRecorder ---
02/05/2023 16:05:19 [RecordItem]/15: Setting directory
02/05/2023 16:05:19 [RecordItem]/15: Setting filename
02/05/2023 16:05:19 [RecordItem]/15: Setting record format to AMR
02/05/2023 16:05:19 [RecordItem]/15: Setting record source to VOICE_CALL
02/05/2023 16:05:19 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
02/05/2023 16:05:19 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
02/05/2023 16:05:19 [AudioRecorder]/15: Disabled sap, api: 30
02/05/2023 16:05:19 [AudioRecorder]/15: cras is not enabled
02/05/2023 16:05:19 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
02/05/2023 16:05:19 [AudioRecorder]/15: audioMinBufferSize = 640
02/05/2023 16:05:19 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
02/05/2023 16:05:19 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
02/05/2023 16:05:19 [StandardRecorder]/15: Attempting to remove file...
02/05/2023 16:05:19 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
02/05/2023 16:05:19 [CallRecorderService]/15: Retrying with Legacy
02/05/2023 16:05:19 [RecordItem]/15: Setting directory
02/05/2023 16:05:19 [RecordItem]/15: Setting filename
02/05/2023 16:05:19 [RecordItem]/15: Setting record format to AMR
02/05/2023 16:05:19 [RecordItem]/15: Setting record source to MEDIA_RECORDER
02/05/2023 16:05:19 [CallRecorderService]/15: Recording ERROR = 'start failed.'
[ Legacy ] retryMode = true
02/05/2023 16:05:19 [AndroidRecorder]/15: Attempting to remove file...
02/05/2023 16:05:19 [CallRecorderService]/15: Retrying with Native
02/05/2023 16:05:19 [RecordItem]/15: Setting directory
02/05/2023 16:05:19 [RecordItem]/15: Setting filename
02/05/2023 16:05:19 [RecordItem]/15: Setting record format to AMR
02/05/2023 16:05:19 [RecordItem]/15: Setting record source to AOSP_RECORDING
02/05/2023 16:05:19 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
02/05/2023 16:05:19 [AudioRecorder]/15: Disabled sap, api: 30
02/05/2023 16:05:19 [AudioRecorder]/15: cras is not enabled
02/05/2023 16:05:19 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
02/05/2023 16:05:19 [AudioRecorder]/15: audioMinBufferSize = 640
02/05/2023 16:05:19 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
02/05/2023 16:05:19 [StandardRecorder]/15: Initializing encoder
AMREncoder-Native: ARCH: 64 bit (arm64-v8a)
02/05/2023 16:05:19 [AudioRecorder]/15: Standard
02/05/2023 16:05:19 [AudioRecorder]/15: AudioRecorder started recording ....
02/05/2023 16:05:20 [StandardRecorder]/15: Signalling audio was read successfully
02/05/2023 16:05:20 [StandardRecorder]/15: Skipping buffer (1): Read = 3200
02/05/2023 16:05:20 [CallRecorderService]/15: Recording started..
02/05/2023 16:05:20 [StandardRecorder]/15: Skipping buffer (2): Read = 3200
02/05/2023 16:05:24 [CallRecorderService]/15: InCallThread notified
02/05/2023 16:07:42 [App]/15: Starting call recorder service .. bound=true
02/05/2023 16:07: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) }
02/05/2023 16:07:42 [TelephonyStatus]/15: Telephony state = IDLE
02/05/2023 16:07:42 [TelephonyStatus]/15: Reset the telephony status
02/05/2023 16:07:42 [StandardRecorder]/15: REC_TELEPHONY_STATUS_IDLE: ending..
02/05/2023 16:07:42 [StandardRecorder]/15: Total bytes written: 2281600
02/05/2023 16:07:43 [StandardRecorder]/15: AudioRecorder:stop
02/05/2023 16:07:43 [CallRecorderService]/15: Recording completed.
02/05/2023 16:07:43 [CallRecorderService]/15: RECORD_DURATION: 142 seconds,
AUTO_DELETE: 0 seconds
02/05/2023 16:07:43 [CallRecorderService]/15: Got a stop request
02/05/2023 16:07:43 [CallRecorderService]/15: Closing recording resources..
02/05/2023 16:07:43 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
java.io.FileOutputStream@2de840b
AMREncoder-Native: Amr encoder closed
02/05/2023 16:07:43 [AudioRecorder]/15: Closing AudioRecorder object
02/05/2023 16:07:43 [CallRecorderService]/15: InCallThread stopped
02/05/2023 16:07:43 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
02/05/2023 16:07:43 [CallRecorder]/15: Unbinding service connection
02/05/2023 16:07:43 [CallRecorderService]/15: onDestroy
03/05/2023 09:13:26 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
03/05/2023 09:13:27 [CallRecorder]/15: SetAutomatic = false
03/05/2023 09:13:27 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
03/05/2023 16:10:40 [App]/15: Starting call recorder service .. bound=false
03/05/2023 16:10: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) }
03/05/2023 16:10:40 [TelephonyStatus]/15: Set call type to INCOMING
03/05/2023 16:10:40 [TelephonyStatus]/15: Set phoneNo, len = null
03/05/2023 16:10:40 [TelephonyStatus]/15: Telephony state = RINGING
03/05/2023 16:10:40 [CallRecorderService]/15: InCallThread started
03/05/2023 16:10:40 [App]/15: CallRecorderService is now bound
03/05/2023 16:10:40 [App]/15: Signalling service is bound..
03/05/2023 16:10:45 [CallRecorderService]/15: InCallThread notified
03/05/2023 16:11:10 [App]/15: Starting call recorder service .. bound=true
03/05/2023 16:11: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) }
03/05/2023 16:11:10 [TelephonyStatus]/15: Telephony state = IDLE
03/05/2023 16:11:10 [TelephonyStatus]/15: Reset the telephony status
03/05/2023 16:11:10 [CallRecorderService]/15: InCallThread stopped
03/05/2023 16:11:10 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
03/05/2023 16:11:10 [CallRecorder]/15: Unbinding service connection
03/05/2023 16:11:10 [CallRecorderService]/15: onDestroy
04/05/2023 12:28:55 [App]/15: Starting call recorder service .. bound=false
04/05/2023 12:28:55 [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) }
04/05/2023 12:28:55 [TelephonyStatus]/15: Telephony state = OFFHOOK
04/05/2023 12:28:55 [TelephonyStatus]/15: Set call type to OUTGOING
04/05/2023 12:28:55 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
04/05/2023 12:28:55 [CallRecorder]/15: ManualStart, Auto = false
04/05/2023 12:28:55 [CallRecorderService]/15: InCallThread started
04/05/2023 12:28:55 [App]/15: CallRecorderService is now bound
04/05/2023 12:28:55 [App]/15: Signalling service is bound..
04/05/2023 12:28:55 [CallRecorderService]/15: Recording for type: REC_CALL
04/05/2023 12:28:55 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
04/05/2023 12:28:55 [CallRecorderService]/15: --- Using StandardRecorder ---
04/05/2023 12:28:55 [RecordItem]/15: Setting directory
04/05/2023 12:28:55 [RecordItem]/15: Setting filename
04/05/2023 12:28:55 [RecordItem]/15: Setting record format to AMR
04/05/2023 12:28:55 [RecordItem]/15: Setting record source to VOICE_CALL
04/05/2023 12:28:55 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
04/05/2023 12:28:55 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
04/05/2023 12:28:55 [AudioRecorder]/15: Disabled sap, api: 30
04/05/2023 12:28:55 [AudioRecorder]/15: Enabled cras
04/05/2023 12:28:55 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
04/05/2023 12:28:55 [AudioRecorder]/15: audioMinBufferSize = 640
04/05/2023 12:28:55 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
04/05/2023 12:28:55 [StandardRecorder]/15: Applying rec start delay of: 1000ms
04/05/2023 12:28:56 [StandardRecorder]/15: Initializing encoder
AMREncoder-Native: ARCH: 64 bit (arm64-v8a)
04/05/2023 12:28:56 [AudioRecorder]/15: Standard
04/05/2023 12:28:57 [AudioRecorder]/15: AudioRecorder started recording ....
04/05/2023 12:28:57 [StandardRecorder]/15: Signalling audio was read successfully
04/05/2023 12:28:57 [StandardRecorder]/15: Skipping buffer (1): Read = 3200
04/05/2023 12:28:57 [CallRecorderService]/15: Recording started..
04/05/2023 12:28:57 [StandardRecorder]/15: Skipping buffer (2): Read = 3200
04/05/2023 12:29:00 [CallRecorderService]/15: InCallThread notified
04/05/2023 12:29:06 [App]/15: Starting call recorder service .. bound=true
04/05/2023 12:29: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) }
04/05/2023 12:29:06 [TelephonyStatus]/15: Telephony state = IDLE
04/05/2023 12:29:06 [TelephonyStatus]/15: Reset the telephony status
04/05/2023 12:29:06 [StandardRecorder]/15: REC_TELEPHONY_STATUS_IDLE: ending..
04/05/2023 12:29:06 [StandardRecorder]/15: Total bytes written: 150400
04/05/2023 12:29:06 [StandardRecorder]/15: AudioRecorder:stop
04/05/2023 12:29:07 [CallRecorderService]/15: Recording completed.
04/05/2023 12:29:07 [CallRecorderService]/15: RECORD_DURATION: 9 seconds,
AUTO_DELETE: 0 seconds
04/05/2023 12:29:07 [CallRecorderService]/15: Got a stop request
04/05/2023 12:29:07 [CallRecorderService]/15: Closing recording resources..
04/05/2023 12:29:07 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
java.io.FileOutputStream@2948149
AMREncoder-Native: Amr encoder closed
04/05/2023 12:29:07 [AudioRecorder]/15: Closing AudioRecorder object
04/05/2023 12:29:07 [CallRecorderService]/15: InCallThread stopped
04/05/2023 12:29:07 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
04/05/2023 12:29:07 [CallRecorder]/15: Unbinding service connection
04/05/2023 12:29:07 [CallRecorderService]/15: onDestroy
04/05/2023 12:56:28 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
04/05/2023 12:56:29 [CallRecorder]/15: SetAutomatic = false
04/05/2023 12:56:29 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
04/05/2023 13:32:30 [App]/15: Starting call recorder service .. bound=false
04/05/2023 13:32: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) }
04/05/2023 13:32:30 [TelephonyStatus]/15: Set call type to INCOMING
04/05/2023 13:32:30 [TelephonyStatus]/15: Set phoneNo, len = null
04/05/2023 13:32:30 [TelephonyStatus]/15: Telephony state = RINGING
04/05/2023 13:32:31 [CallRecorderService]/15: InCallThread started
04/05/2023 13:32:31 [App]/15: CallRecorderService is now bound
04/05/2023 13:32:31 [App]/15: Signalling service is bound..
04/05/2023 13:32:36 [CallRecorderService]/15: InCallThread notified
04/05/2023 13:32:59 [App]/15: Starting call recorder service .. bound=true
04/05/2023 13:32:59 [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) }
04/05/2023 13:32:59 [TelephonyStatus]/15: Telephony state = IDLE
04/05/2023 13:32:59 [TelephonyStatus]/15: Reset the telephony status
04/05/2023 13:33:00 [CallRecorderService]/15: InCallThread stopped
04/05/2023 13:33:00 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
04/05/2023 13:33:00 [CallRecorder]/15: Unbinding service connection
04/05/2023 13:33:00 [CallRecorderService]/15: onDestroy
04/05/2023 13:51:35 [App]/15: Starting call recorder service .. bound=false
04/05/2023 13:51: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) }
04/05/2023 13:51:36 [TelephonyStatus]/15: Set call type to INCOMING
04/05/2023 13:51:36 [TelephonyStatus]/15: Set phoneNo, len = null
04/05/2023 13:51:36 [TelephonyStatus]/15: Telephony state = RINGING
04/05/2023 13:51:36 [CallRecorderService]/15: InCallThread started
04/05/2023 13:51:36 [App]/15: CallRecorderService is now bound
04/05/2023 13:51:36 [App]/15: Signalling service is bound..
04/05/2023 13:51:41 [CallRecorderService]/15: InCallThread notified
04/05/2023 13:52:05 [App]/15: Starting call recorder service .. bound=true
04/05/2023 13:52:05 [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) }
04/05/2023 13:52:05 [TelephonyStatus]/15: Telephony state = IDLE
04/05/2023 13:52:05 [TelephonyStatus]/15: Reset the telephony status
04/05/2023 13:52:06 [CallRecorderService]/15: InCallThread stopped
04/05/2023 13:52:06 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
04/05/2023 13:52:06 [CallRecorder]/15: Unbinding service connection
04/05/2023 13:52:06 [CallRecorderService]/15: onDestroy
04/05/2023 15:55:04 [App]/15: Starting call recorder service .. bound=false
04/05/2023 15:55: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) }
04/05/2023 15:55:04 [TelephonyStatus]/15: Telephony state = OFFHOOK
04/05/2023 15:55:04 [TelephonyStatus]/15: Set call type to OUTGOING
04/05/2023 15:55:04 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
04/05/2023 15:55:04 [CallRecorderService]/15: InCallThread started
04/05/2023 15:55:04 [CallRecorder]/15: ManualStart, Auto = false
04/05/2023 15:55:05 [App]/15: CallRecorderService is now bound
04/05/2023 15:55:05 [App]/15: Signalling service is bound..
04/05/2023 15:55:05 [CallRecorderService]/15: Recording for type: REC_CALL
04/05/2023 15:55:05 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
04/05/2023 15:55:05 [CallRecorderService]/15: --- Using StandardRecorder ---
04/05/2023 15:55:05 [RecordItem]/15: Setting directory
04/05/2023 15:55:05 [RecordItem]/15: Setting filename
04/05/2023 15:55:05 [RecordItem]/15: Setting record format to AMR
04/05/2023 15:55:05 [RecordItem]/15: Setting record source to VOICE_CALL
04/05/2023 15:55:05 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
04/05/2023 15:55:05 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
04/05/2023 15:55:05 [AudioRecorder]/15: Disabled sap, api: 30
04/05/2023 15:55:05 [AudioRecorder]/15: cras is not enabled
04/05/2023 15:55:05 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
04/05/2023 15:55:05 [AudioRecorder]/15: audioMinBufferSize = 640
04/05/2023 15:55:05 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
04/05/2023 15:55:05 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
04/05/2023 15:55:05 [StandardRecorder]/15: Attempting to remove file...
04/05/2023 15:55:05 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
04/05/2023 15:55:05 [CallRecorderService]/15: Retrying with Legacy
04/05/2023 15:55:05 [RecordItem]/15: Setting directory
04/05/2023 15:55:05 [RecordItem]/15: Setting filename
04/05/2023 15:55:05 [RecordItem]/15: Setting record format to AMR
04/05/2023 15:55:05 [RecordItem]/15: Setting record source to MEDIA_RECORDER
04/05/2023 15:55:05 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
04/05/2023 15:55:05 [AndroidRecorder]/15: Attempting to remove file...
04/05/2023 15:55:05 [CallRecorderService]/15: Retrying with Native
04/05/2023 15:55:05 [RecordItem]/15: Setting directory
04/05/2023 15:55:05 [RecordItem]/15: Setting filename
04/05/2023 15:55:05 [RecordItem]/15: Setting record format to AMR
04/05/2023 15:55:05 [RecordItem]/15: Setting record source to AOSP_RECORDING
04/05/2023 15:55:05 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
04/05/2023 15:55:05 [AudioRecorder]/15: Disabled sap, api: 30
04/05/2023 15:55:05 [AudioRecorder]/15: cras is not enabled
04/05/2023 15:55:05 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
04/05/2023 15:55:05 [AudioRecorder]/15: audioMinBufferSize = 640
04/05/2023 15:55:05 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
04/05/2023 15:55:05 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
04/05/2023 15:55:05 [StandardRecorder]/15: Attempting to remove file...
04/05/2023 15:55:05 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
04/05/2023 15:55:05 [CallRecorderService]/15: Got a stop request
04/05/2023 15:55:05 [CallRecorderService]/15: Closing recording resources..
04/05/2023 15:55:05 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
04/05/2023 15:55:09 [CallRecorderService]/15: InCallThread notified
04/05/2023 15:56:34 [App]/15: Starting call recorder service .. bound=true
04/05/2023 15:56: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) }
04/05/2023 15:56:34 [TelephonyStatus]/15: Telephony state = IDLE
04/05/2023 15:56:34 [CallRecorderService]/15: InCallThread stopped
04/05/2023 15:56:34 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
04/05/2023 15:56:34 [CallRecorder]/15: Unbinding service connection
04/05/2023 15:56:34 [TelephonyStatus]/15: Reset the telephony status
04/05/2023 15:56:34 [CallRecorderService]/15: onDestroy
04/05/2023 15:56:40 [App]/15: Starting call recorder service .. bound=false
04/05/2023 15:56: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) }
04/05/2023 15:56:40 [TelephonyStatus]/15: Telephony state = OFFHOOK
04/05/2023 15:56:40 [TelephonyStatus]/15: Set call type to OUTGOING
04/05/2023 15:56:40 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
04/05/2023 15:56:40 [CallRecorderService]/15: InCallThread started
04/05/2023 15:56:40 [CallRecorder]/15: ManualStart, Auto = false
04/05/2023 15:56:40 [App]/15: CallRecorderService is now bound
04/05/2023 15:56:40 [App]/15: Signalling service is bound..
04/05/2023 15:56:40 [CallRecorderService]/15: Recording for type: REC_CALL
04/05/2023 15:56:40 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
04/05/2023 15:56:40 [CallRecorderService]/15: --- Using StandardRecorder ---
04/05/2023 15:56:40 [RecordItem]/15: Setting directory
04/05/2023 15:56:40 [RecordItem]/15: Setting filename
04/05/2023 15:56:40 [RecordItem]/15: Setting record format to AMR
04/05/2023 15:56:40 [RecordItem]/15: Setting record source to VOICE_CALL
04/05/2023 15:56:40 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
04/05/2023 15:56:40 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
04/05/2023 15:56:40 [AudioRecorder]/15: Disabled sap, api: 30
04/05/2023 15:56:40 [AudioRecorder]/15: cras is not enabled
04/05/2023 15:56:41 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
04/05/2023 15:56:41 [AudioRecorder]/15: audioMinBufferSize = 640
04/05/2023 15:56:41 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
04/05/2023 15:56:41 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
04/05/2023 15:56:41 [StandardRecorder]/15: Attempting to remove file...
04/05/2023 15:56:41 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
04/05/2023 15:56:41 [CallRecorderService]/15: Retrying with Legacy
04/05/2023 15:56:41 [RecordItem]/15: Setting directory
04/05/2023 15:56:41 [RecordItem]/15: Setting filename
04/05/2023 15:56:41 [RecordItem]/15: Setting record format to AMR
04/05/2023 15:56:41 [RecordItem]/15: Setting record source to MEDIA_RECORDER
04/05/2023 15:56:41 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
04/05/2023 15:56:41 [AndroidRecorder]/15: Attempting to remove file...
04/05/2023 15:56:41 [CallRecorderService]/15: Retrying with Native
04/05/2023 15:56:41 [RecordItem]/15: Setting directory
04/05/2023 15:56:41 [RecordItem]/15: Setting filename
04/05/2023 15:56:41 [RecordItem]/15: Setting record format to AMR
04/05/2023 15:56:41 [RecordItem]/15: Setting record source to AOSP_RECORDING
04/05/2023 15:56:41 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
04/05/2023 15:56:41 [AudioRecorder]/15: Disabled sap, api: 30
04/05/2023 15:56:41 [AudioRecorder]/15: cras is not enabled
04/05/2023 15:56:41 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
04/05/2023 15:56:41 [AudioRecorder]/15: audioMinBufferSize = 640
04/05/2023 15:56:41 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
04/05/2023 15:56:41 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
04/05/2023 15:56:41 [StandardRecorder]/15: Attempting to remove file...
04/05/2023 15:56:41 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
04/05/2023 15:56:41 [CallRecorderService]/15: Got a stop request
04/05/2023 15:56:41 [CallRecorderService]/15: Closing recording resources..
04/05/2023 15:56:41 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
04/05/2023 15:56:45 [CallRecorderService]/15: InCallThread notified
04/05/2023 15:57:32 [App]/15: Starting call recorder service .. bound=true
04/05/2023 15:57: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) }
04/05/2023 15:57:32 [TelephonyStatus]/15: Telephony state = IDLE
04/05/2023 15:57:32 [TelephonyStatus]/15: Reset the telephony status
04/05/2023 15:57:32 [CallRecorderService]/15: InCallThread stopped
04/05/2023 15:57:32 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
04/05/2023 15:57:32 [CallRecorder]/15: Unbinding service connection
04/05/2023 15:57:32 [CallRecorderService]/15: onDestroy
04/05/2023 17:10:36 [App]/15: Starting call recorder service .. bound=false
04/05/2023 17:10: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) }
04/05/2023 17:10:36 [TelephonyStatus]/15: Set call type to INCOMING
04/05/2023 17:10:36 [TelephonyStatus]/15: Set phoneNo, len = null
04/05/2023 17:10:36 [TelephonyStatus]/15: Telephony state = RINGING
04/05/2023 17:10:36 [CallRecorderService]/15: InCallThread started
04/05/2023 17:10:36 [App]/15: CallRecorderService is now bound
04/05/2023 17:10:36 [App]/15: Signalling service is bound..
04/05/2023 17:10:38 [App]/15: Starting call recorder service .. bound=true
04/05/2023 17:10: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) }
04/05/2023 17:10:38 [TelephonyStatus]/15: Telephony state = IDLE
04/05/2023 17:10:38 [TelephonyStatus]/15: Reset the telephony status
04/05/2023 17:10:41 [CallRecorderService]/15: InCallThread notified
04/05/2023 17:10:41 [CallRecorderService]/15: InCallThread stopped
04/05/2023 17:10:41 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
04/05/2023 17:10:41 [CallRecorder]/15: Unbinding service connection
04/05/2023 17:10:41 [CallRecorderService]/15: onDestroy
04/05/2023 17:10:50 [App]/15: Starting call recorder service .. bound=false
04/05/2023 17:10: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) }
04/05/2023 17:10:50 [TelephonyStatus]/15: Set call type to INCOMING
04/05/2023 17:10:50 [TelephonyStatus]/15: Set phoneNo, len = null
04/05/2023 17:10:50 [TelephonyStatus]/15: Telephony state = RINGING
04/05/2023 17:10:50 [CallRecorderService]/15: InCallThread started
04/05/2023 17:10:50 [App]/15: CallRecorderService is now bound
04/05/2023 17:10:50 [App]/15: Signalling service is bound..
04/05/2023 17:10:52 [App]/15: Starting call recorder service .. bound=true
04/05/2023 17:10: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) }
04/05/2023 17:10:52 [TelephonyStatus]/15: Telephony state = IDLE
04/05/2023 17:10:52 [TelephonyStatus]/15: Reset the telephony status
04/05/2023 17:10:55 [CallRecorderService]/15: InCallThread notified
04/05/2023 17:10:56 [CallRecorderService]/15: InCallThread stopped
04/05/2023 17:10:56 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
04/05/2023 17:10:56 [CallRecorder]/15: Unbinding service connection
04/05/2023 17:10:56 [CallRecorderService]/15: onDestroy
04/05/2023 17:11:05 [App]/15: Starting call recorder service .. bound=false
04/05/2023 17:11:05 [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) }
04/05/2023 17:11:05 [TelephonyStatus]/15: Set call type to INCOMING
04/05/2023 17:11:05 [TelephonyStatus]/15: Set phoneNo, len = null
04/05/2023 17:11:05 [TelephonyStatus]/15: Telephony state = RINGING
04/05/2023 17:11:05 [CallRecorderService]/15: InCallThread started
04/05/2023 17:11:05 [App]/15: CallRecorderService is now bound
04/05/2023 17:11:05 [App]/15: Signalling service is bound..
04/05/2023 17:11:10 [CallRecorderService]/15: InCallThread notified
04/05/2023 17:11:24 [App]/15: Starting call recorder service .. bound=true
04/05/2023 17:11:24 [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) }
04/05/2023 17:11:24 [TelephonyStatus]/15: Telephony state = IDLE
04/05/2023 17:11:24 [TelephonyStatus]/15: Reset the telephony status
04/05/2023 17:11:24 [CallRecorderService]/15: InCallThread stopped
04/05/2023 17:11:24 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
04/05/2023 17:11:25 [CallRecorder]/15: Unbinding service connection
04/05/2023 17:11:25 [CallRecorderService]/15: onDestroy
05/05/2023 15:00:13 [App]/15: Starting call recorder service .. bound=false
05/05/2023 15:00: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) }
05/05/2023 15:00:13 [TelephonyStatus]/15: Telephony state = OFFHOOK
05/05/2023 15:00:13 [TelephonyStatus]/15: Set call type to OUTGOING
05/05/2023 15:00:13 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
05/05/2023 15:00:13 [CallRecorder]/15: ManualStart, Auto = false
05/05/2023 15:00:13 [CallRecorderService]/15: InCallThread started
05/05/2023 15:00:13 [App]/15: CallRecorderService is now bound
05/05/2023 15:00:13 [App]/15: Signalling service is bound..
05/05/2023 15:00:13 [CallRecorderService]/15: Recording for type: REC_CALL
05/05/2023 15:00:13 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
05/05/2023 15:00:13 [CallRecorderService]/15: --- Using StandardRecorder ---
05/05/2023 15:00:13 [RecordItem]/15: Setting directory
05/05/2023 15:00:13 [RecordItem]/15: Setting filename
05/05/2023 15:00:13 [RecordItem]/15: Setting record format to AMR
05/05/2023 15:00:13 [RecordItem]/15: Setting record source to VOICE_CALL
05/05/2023 15:00:13 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
05/05/2023 15:00:13 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
05/05/2023 15:00:13 [AudioRecorder]/15: Disabled sap, api: 30
05/05/2023 15:00:13 [AudioRecorder]/15: Enabled cras
05/05/2023 15:00:13 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
05/05/2023 15:00:13 [AudioRecorder]/15: audioMinBufferSize = 640
05/05/2023 15:00:13 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
05/05/2023 15:00:13 [StandardRecorder]/15: Applying rec start delay of: 1000ms
05/05/2023 15:00:14 [StandardRecorder]/15: Initializing encoder
AMREncoder-Native: ARCH: 64 bit (arm64-v8a)
05/05/2023 15:00:14 [AudioRecorder]/15: Standard
05/05/2023 15:00:15 [AudioRecorder]/15: AudioRecorder started recording ....
05/05/2023 15:00:15 [StandardRecorder]/15: Signalling audio was read successfully
05/05/2023 15:00:15 [StandardRecorder]/15: Skipping buffer (1): Read = 3200
05/05/2023 15:00:15 [CallRecorderService]/15: Recording started..
05/05/2023 15:00:15 [StandardRecorder]/15: Skipping buffer (2): Read = 3200
05/05/2023 15:00:18 [CallRecorderService]/15: InCallThread notified
05/05/2023 15:23:24 [App]/15: Starting call recorder service .. bound=true
05/05/2023 15:23:24 [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) }
05/05/2023 15:23:24 [TelephonyStatus]/15: Telephony state = IDLE
05/05/2023 15:23:24 [TelephonyStatus]/15: Reset the telephony status
05/05/2023 15:23:24 [StandardRecorder]/15: REC_TELEPHONY_STATUS_IDLE: ending..
05/05/2023 15:23:24 [StandardRecorder]/15: Total bytes written: 22227200
05/05/2023 15:23:24 [StandardRecorder]/15: AudioRecorder:stop
05/05/2023 15:23:24 [CallRecorderService]/15: Recording completed.
05/05/2023 15:23:24 [CallRecorderService]/15: RECORD_DURATION: 1389 seconds,
AUTO_DELETE: 0 seconds
05/05/2023 15:23:24 [CallRecorderService]/15: Got a stop request
05/05/2023 15:23:24 [CallRecorderService]/15: Closing recording resources..
05/05/2023 15:23:24 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
java.io.FileOutputStream@7f05f1a
AMREncoder-Native: Amr encoder closed
05/05/2023 15:23:25 [AudioRecorder]/15: Closing AudioRecorder object
05/05/2023 15:23:25 [CallRecorderService]/15: InCallThread stopped
05/05/2023 15:23:25 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
05/05/2023 15:23:25 [CallRecorder]/15: Unbinding service connection
05/05/2023 15:23:25 [CallRecorderService]/15: onDestroy
06/05/2023 08:20:19 [App]/15: Starting call recorder service .. bound=false
06/05/2023 08:20: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) }
06/05/2023 08:20:19 [TelephonyStatus]/15: Set call type to INCOMING
06/05/2023 08:20:19 [TelephonyStatus]/15: Set phoneNo, len = null
06/05/2023 08:20:19 [TelephonyStatus]/15: Telephony state = RINGING
06/05/2023 08:20:19 [CallRecorderService]/15: InCallThread started
06/05/2023 08:20:19 [App]/15: CallRecorderService is now bound
06/05/2023 08:20:19 [App]/15: Signalling service is bound..
06/05/2023 08:20:22 [App]/15: Starting call recorder service .. bound=true
06/05/2023 08:20: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) }
06/05/2023 08:20:22 [TelephonyStatus]/15: Telephony state = IDLE
06/05/2023 08:20:22 [TelephonyStatus]/15: Reset the telephony status
06/05/2023 08:20:24 [CallRecorderService]/15: InCallThread notified
06/05/2023 08:20:24 [CallRecorderService]/15: InCallThread stopped
06/05/2023 08:20:24 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
06/05/2023 08:20:24 [CallRecorder]/15: Unbinding service connection
06/05/2023 08:20:24 [CallRecorderService]/15: onDestroy
06/05/2023 13:18:43 [App]/15: Starting call recorder service .. bound=false
06/05/2023 13:18: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) }
06/05/2023 13:18:43 [TelephonyStatus]/15: Set call type to INCOMING
06/05/2023 13:18:43 [TelephonyStatus]/15: Set phoneNo, len = null
06/05/2023 13:18:43 [TelephonyStatus]/15: Telephony state = RINGING
06/05/2023 13:18:43 [CallRecorderService]/15: InCallThread started
06/05/2023 13:18:43 [App]/15: CallRecorderService is now bound
06/05/2023 13:18:43 [App]/15: Signalling service is bound..
06/05/2023 13:18:45 [App]/15: Starting call recorder service .. bound=true
06/05/2023 13:18:45 [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) }
06/05/2023 13:18:45 [TelephonyStatus]/15: Telephony state = IDLE
06/05/2023 13:18:45 [TelephonyStatus]/15: Reset the telephony status
06/05/2023 13:18:48 [CallRecorderService]/15: InCallThread notified
06/05/2023 13:18:48 [CallRecorderService]/15: InCallThread stopped
06/05/2023 13:18:48 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
06/05/2023 13:18:48 [CallRecorder]/15: Unbinding service connection
06/05/2023 13:18:48 [CallRecorderService]/15: onDestroy
07/05/2023 18:53:53 [App]/15: Starting call recorder service .. bound=false
07/05/2023 18:53: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) }
07/05/2023 18:53:53 [TelephonyStatus]/15: Telephony state = OFFHOOK
07/05/2023 18:53:53 [TelephonyStatus]/15: Set call type to OUTGOING
07/05/2023 18:53:53 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
07/05/2023 18:53:53 [CallRecorderService]/15: InCallThread started
07/05/2023 18:53:53 [CallRecorder]/15: ManualStart, Auto = false
07/05/2023 18:53:53 [App]/15: CallRecorderService is now bound
07/05/2023 18:53:53 [App]/15: Signalling service is bound..
07/05/2023 18:53:53 [CallRecorderService]/15: Recording for type: REC_CALL
07/05/2023 18:53:53 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
07/05/2023 18:53:53 [CallRecorderService]/15: --- Using StandardRecorder ---
07/05/2023 18:53:53 [RecordItem]/15: Setting directory
07/05/2023 18:53:53 [RecordItem]/15: Setting filename
07/05/2023 18:53:53 [RecordItem]/15: Setting record format to AMR
07/05/2023 18:53:53 [RecordItem]/15: Setting record source to VOICE_CALL
07/05/2023 18:53:53 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
07/05/2023 18:53:53 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
07/05/2023 18:53:53 [AudioRecorder]/15: Disabled sap, api: 30
07/05/2023 18:53:53 [AudioRecorder]/15: cras is not enabled
07/05/2023 18:53:53 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
07/05/2023 18:53:53 [AudioRecorder]/15: audioMinBufferSize = 640
07/05/2023 18:53:53 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
07/05/2023 18:53:53 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
07/05/2023 18:53:53 [StandardRecorder]/15: Attempting to remove file...
07/05/2023 18:53:53 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
07/05/2023 18:53:53 [CallRecorderService]/15: Retrying with Legacy
07/05/2023 18:53:53 [RecordItem]/15: Setting directory
07/05/2023 18:53:53 [RecordItem]/15: Setting filename
07/05/2023 18:53:53 [RecordItem]/15: Setting record format to AMR
07/05/2023 18:53:53 [RecordItem]/15: Setting record source to MEDIA_RECORDER
07/05/2023 18:53:54 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
07/05/2023 18:53:54 [AndroidRecorder]/15: Attempting to remove file...
07/05/2023 18:53:54 [CallRecorderService]/15: Retrying with Native
07/05/2023 18:53:54 [RecordItem]/15: Setting directory
07/05/2023 18:53:54 [RecordItem]/15: Setting filename
07/05/2023 18:53:54 [RecordItem]/15: Setting record format to AMR
07/05/2023 18:53:54 [RecordItem]/15: Setting record source to AOSP_RECORDING
07/05/2023 18:53:54 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
07/05/2023 18:53:54 [AudioRecorder]/15: Disabled sap, api: 30
07/05/2023 18:53:54 [AudioRecorder]/15: cras is not enabled
07/05/2023 18:53:54 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
07/05/2023 18:53:54 [AudioRecorder]/15: audioMinBufferSize = 640
07/05/2023 18:53:54 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
07/05/2023 18:53:54 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
07/05/2023 18:53:54 [StandardRecorder]/15: Attempting to remove file...
07/05/2023 18:53:54 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
07/05/2023 18:53:54 [CallRecorderService]/15: Got a stop request
07/05/2023 18:53:54 [CallRecorderService]/15: Closing recording resources..
07/05/2023 18:53:54 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
07/05/2023 18:53:58 [CallRecorderService]/15: InCallThread notified
07/05/2023 19:02:37 [App]/15: Starting call recorder service .. bound=true
07/05/2023 19:02: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) }
07/05/2023 19:02:37 [TelephonyStatus]/15: Telephony state = IDLE
07/05/2023 19:02:37 [TelephonyStatus]/15: Reset the telephony status
07/05/2023 19:02:38 [CallRecorderService]/15: InCallThread stopped
07/05/2023 19:02:38 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
07/05/2023 19:02:38 [CallRecorder]/15: Unbinding service connection
07/05/2023 19:02:38 [CallRecorderService]/15: onDestroy
09/05/2023 05:41:36 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
09/05/2023 05:41:37 [CallRecorder]/15: SetAutomatic = false
09/05/2023 05:41:37 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
09/05/2023 15:08:21 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
09/05/2023 15:08:21 [CallRecorder]/15: SetAutomatic = false
09/05/2023 15:08:21 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
09/05/2023 18:10:37 [App]/15: Starting call recorder service .. bound=false
09/05/2023 18:10: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) }
09/05/2023 18:10:37 [TelephonyStatus]/15: Set call type to INCOMING
09/05/2023 18:10:37 [TelephonyStatus]/15: Set phoneNo, len = null
09/05/2023 18:10:37 [TelephonyStatus]/15: Telephony state = RINGING
09/05/2023 18:10:37 [CallRecorderService]/15: InCallThread started
09/05/2023 18:10:37 [App]/15: CallRecorderService is now bound
09/05/2023 18:10:37 [App]/15: Signalling service is bound..
09/05/2023 18:10:42 [CallRecorderService]/15: InCallThread notified
09/05/2023 18:10:52 [App]/15: Starting call recorder service .. bound=true
09/05/2023 18:10: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) }
09/05/2023 18:10:52 [TelephonyStatus]/15: Telephony state = OFFHOOK
09/05/2023 18:10:52 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
09/05/2023 18:10:52 [CallRecorder]/15: ManualStart, Auto = false
09/05/2023 18:10:52 [CallRecorderService]/15: Recording for type: REC_CALL
09/05/2023 18:10:52 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
09/05/2023 18:10:52 [CallRecorderService]/15: --- Using StandardRecorder ---
09/05/2023 18:10:52 [RecordItem]/15: Setting directory
09/05/2023 18:10:52 [RecordItem]/15: Setting filename
09/05/2023 18:10:52 [RecordItem]/15: Setting record format to AMR
09/05/2023 18:10:52 [RecordItem]/15: Setting record source to VOICE_CALL
09/05/2023 18:10:52 [CallRecorderService]/15: Using incoming delay from settings: 1
seconds ..
09/05/2023 18:10:52 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
09/05/2023 18:10:52 [AudioRecorder]/15: Disabled sap, api: 30
09/05/2023 18:10:52 [AudioRecorder]/15: cras is not enabled
09/05/2023 18:10:52 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
09/05/2023 18:10:52 [AudioRecorder]/15: audioMinBufferSize = 640
09/05/2023 18:10:52 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
09/05/2023 18:10:52 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
09/05/2023 18:10:52 [StandardRecorder]/15: Attempting to remove file...
09/05/2023 18:10:52 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
09/05/2023 18:10:52 [CallRecorderService]/15: Retrying with Legacy
09/05/2023 18:10:52 [RecordItem]/15: Setting directory
09/05/2023 18:10:52 [RecordItem]/15: Setting filename
09/05/2023 18:10:52 [RecordItem]/15: Setting record format to AMR
09/05/2023 18:10:52 [RecordItem]/15: Setting record source to MEDIA_RECORDER
09/05/2023 18:10:52 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
09/05/2023 18:10:52 [AndroidRecorder]/15: Attempting to remove file...
09/05/2023 18:10:52 [CallRecorderService]/15: Retrying with Native
09/05/2023 18:10:52 [RecordItem]/15: Setting directory
09/05/2023 18:10:52 [RecordItem]/15: Setting filename
09/05/2023 18:10:52 [RecordItem]/15: Setting record format to AMR
09/05/2023 18:10:52 [RecordItem]/15: Setting record source to AOSP_RECORDING
09/05/2023 18:10:52 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
09/05/2023 18:10:52 [AudioRecorder]/15: Disabled sap, api: 30
09/05/2023 18:10:52 [AudioRecorder]/15: cras is not enabled
09/05/2023 18:10:52 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
09/05/2023 18:10:52 [AudioRecorder]/15: audioMinBufferSize = 640
09/05/2023 18:10:52 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
09/05/2023 18:10:52 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
09/05/2023 18:10:52 [StandardRecorder]/15: Attempting to remove file...
09/05/2023 18:10:52 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
09/05/2023 18:10:53 [CallRecorderService]/15: Got a stop request
09/05/2023 18:10:53 [CallRecorderService]/15: Closing recording resources..
09/05/2023 18:10:53 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
09/05/2023 18:13:11 [App]/15: Starting call recorder service .. bound=true
09/05/2023 18:13: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) }
09/05/2023 18:13:11 [TelephonyStatus]/15: Telephony state = IDLE
09/05/2023 18:13:11 [TelephonyStatus]/15: Reset the telephony status
09/05/2023 18:13:11 [CallRecorderService]/15: InCallThread stopped
09/05/2023 18:13:11 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
09/05/2023 18:13:11 [CallRecorder]/15: Unbinding service connection
09/05/2023 18:13:11 [CallRecorderService]/15: onDestroy
10/05/2023 21:43:10 [App]/15: Starting call recorder service .. bound=false
10/05/2023 21:43: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) }
10/05/2023 21:43:11 [TelephonyStatus]/15: Set call type to INCOMING
10/05/2023 21:43:11 [TelephonyStatus]/15: Set phoneNo, len = null
10/05/2023 21:43:11 [TelephonyStatus]/15: Telephony state = RINGING
10/05/2023 21:43:11 [CallRecorderService]/15: InCallThread started
10/05/2023 21:43:11 [App]/15: CallRecorderService is now bound
10/05/2023 21:43:11 [App]/15: Signalling service is bound..
10/05/2023 21:43:16 [CallRecorderService]/15: InCallThread notified
10/05/2023 21:43:23 [App]/15: Starting call recorder service .. bound=true
10/05/2023 21:43: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) }
10/05/2023 21:43:23 [TelephonyStatus]/15: Telephony state = OFFHOOK
10/05/2023 21:43:23 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
10/05/2023 21:43:23 [CallRecorder]/15: ManualStart, Auto = false
10/05/2023 21:43:23 [CallRecorderService]/15: Recording for type: REC_CALL
10/05/2023 21:43:23 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
10/05/2023 21:43:23 [CallRecorderService]/15: --- Using StandardRecorder ---
10/05/2023 21:43:23 [RecordItem]/15: Setting directory
10/05/2023 21:43:23 [RecordItem]/15: Setting filename
10/05/2023 21:43:23 [RecordItem]/15: Setting record format to AMR
10/05/2023 21:43:23 [RecordItem]/15: Setting record source to VOICE_CALL
10/05/2023 21:43:23 [CallRecorderService]/15: Using incoming delay from settings: 1
seconds ..
10/05/2023 21:43:23 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
10/05/2023 21:43:23 [AudioRecorder]/15: Disabled sap, api: 30
10/05/2023 21:43:23 [AudioRecorder]/15: cras is not enabled
10/05/2023 21:43:23 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
10/05/2023 21:43:24 [AudioRecorder]/15: audioMinBufferSize = 640
10/05/2023 21:43:24 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
10/05/2023 21:43:24 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
10/05/2023 21:43:24 [StandardRecorder]/15: Attempting to remove file...
10/05/2023 21:43:24 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
10/05/2023 21:43:24 [CallRecorderService]/15: Retrying with Legacy
10/05/2023 21:43:24 [RecordItem]/15: Setting directory
10/05/2023 21:43:24 [RecordItem]/15: Setting filename
10/05/2023 21:43:24 [RecordItem]/15: Setting record format to AMR
10/05/2023 21:43:24 [RecordItem]/15: Setting record source to MEDIA_RECORDER
10/05/2023 21:43:24 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
10/05/2023 21:43:24 [AndroidRecorder]/15: Attempting to remove file...
10/05/2023 21:43:24 [CallRecorderService]/15: Retrying with Native
10/05/2023 21:43:24 [RecordItem]/15: Setting directory
10/05/2023 21:43:24 [RecordItem]/15: Setting filename
10/05/2023 21:43:24 [RecordItem]/15: Setting record format to AMR
10/05/2023 21:43:24 [RecordItem]/15: Setting record source to AOSP_RECORDING
10/05/2023 21:43:24 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
10/05/2023 21:43:24 [AudioRecorder]/15: Disabled sap, api: 30
10/05/2023 21:43:24 [AudioRecorder]/15: cras is not enabled
10/05/2023 21:43:24 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
10/05/2023 21:43:24 [AudioRecorder]/15: audioMinBufferSize = 640
10/05/2023 21:43:24 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
10/05/2023 21:43:24 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
10/05/2023 21:43:24 [StandardRecorder]/15: Attempting to remove file...
10/05/2023 21:43:24 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
10/05/2023 21:43:24 [CallRecorderService]/15: Got a stop request
10/05/2023 21:43:24 [CallRecorderService]/15: Closing recording resources..
10/05/2023 21:43:24 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
10/05/2023 22:31:35 [App]/15: Starting call recorder service .. bound=true
10/05/2023 22:31: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) }
10/05/2023 22:31:36 [TelephonyStatus]/15: Telephony state = IDLE
10/05/2023 22:31:36 [TelephonyStatus]/15: Reset the telephony status
10/05/2023 22:31:36 [CallRecorderService]/15: InCallThread stopped
10/05/2023 22:31:36 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
10/05/2023 22:31:36 [CallRecorder]/15: Unbinding service connection
10/05/2023 22:31:36 [CallRecorderService]/15: onDestroy
11/05/2023 15:25:42 [App]/15: Starting call recorder service .. bound=false
11/05/2023 15:25: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) }
11/05/2023 15:25:42 [TelephonyStatus]/15: Set call type to INCOMING
11/05/2023 15:25:42 [TelephonyStatus]/15: Set phoneNo, len = null
11/05/2023 15:25:42 [TelephonyStatus]/15: Telephony state = RINGING
11/05/2023 15:25:42 [CallRecorderService]/15: InCallThread started
11/05/2023 15:25:42 [App]/15: CallRecorderService is now bound
11/05/2023 15:25:42 [App]/15: Signalling service is bound..
11/05/2023 15:25:47 [CallRecorderService]/15: InCallThread notified
11/05/2023 15:26:00 [App]/15: Starting call recorder service .. bound=true
11/05/2023 15:26: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) }
11/05/2023 15:26:00 [TelephonyStatus]/15: Telephony state = OFFHOOK
11/05/2023 15:26:00 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
11/05/2023 15:26:00 [CallRecorder]/15: ManualStart, Auto = false
11/05/2023 15:26:00 [CallRecorderService]/15: Recording for type: REC_CALL
11/05/2023 15:26:00 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
11/05/2023 15:26:00 [CallRecorderService]/15: --- Using StandardRecorder ---
11/05/2023 15:26:00 [RecordItem]/15: Setting directory
11/05/2023 15:26:01 [RecordItem]/15: Setting filename
11/05/2023 15:26:01 [RecordItem]/15: Setting record format to AMR
11/05/2023 15:26:01 [RecordItem]/15: Setting record source to VOICE_CALL
11/05/2023 15:26:01 [CallRecorderService]/15: Using incoming delay from settings: 1
seconds ..
11/05/2023 15:26:01 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
11/05/2023 15:26:01 [AudioRecorder]/15: Disabled sap, api: 30
11/05/2023 15:26:01 [AudioRecorder]/15: cras is not enabled
11/05/2023 15:26:01 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
11/05/2023 15:26:01 [AudioRecorder]/15: audioMinBufferSize = 640
11/05/2023 15:26:01 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
11/05/2023 15:26:01 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
11/05/2023 15:26:01 [StandardRecorder]/15: Attempting to remove file...
11/05/2023 15:26:01 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
11/05/2023 15:26:01 [CallRecorderService]/15: Retrying with Legacy
11/05/2023 15:26:01 [RecordItem]/15: Setting directory
11/05/2023 15:26:01 [RecordItem]/15: Setting filename
11/05/2023 15:26:01 [RecordItem]/15: Setting record format to AMR
11/05/2023 15:26:01 [RecordItem]/15: Setting record source to MEDIA_RECORDER
11/05/2023 15:26:01 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
11/05/2023 15:26:01 [AndroidRecorder]/15: Attempting to remove file...
11/05/2023 15:26:01 [CallRecorderService]/15: Retrying with Native
11/05/2023 15:26:01 [RecordItem]/15: Setting directory
11/05/2023 15:26:01 [RecordItem]/15: Setting filename
11/05/2023 15:26:01 [RecordItem]/15: Setting record format to AMR
11/05/2023 15:26:01 [RecordItem]/15: Setting record source to AOSP_RECORDING
11/05/2023 15:26:01 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
11/05/2023 15:26:01 [AudioRecorder]/15: Disabled sap, api: 30
11/05/2023 15:26:01 [AudioRecorder]/15: cras is not enabled
11/05/2023 15:26:01 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
11/05/2023 15:26:01 [AudioRecorder]/15: audioMinBufferSize = 640
11/05/2023 15:26:01 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
11/05/2023 15:26:01 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
11/05/2023 15:26:01 [StandardRecorder]/15: Attempting to remove file...
11/05/2023 15:26:01 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
11/05/2023 15:26:01 [CallRecorderService]/15: Got a stop request
11/05/2023 15:26:01 [CallRecorderService]/15: Closing recording resources..
11/05/2023 15:26:01 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
11/05/2023 15:26:59 [App]/15: Starting call recorder service .. bound=true
11/05/2023 15:26:59 [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) }
11/05/2023 15:26:59 [TelephonyStatus]/15: Telephony state = IDLE
11/05/2023 15:27:00 [TelephonyStatus]/15: Reset the telephony status
11/05/2023 15:27:00 [CallRecorderService]/15: InCallThread stopped
11/05/2023 15:27:00 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
11/05/2023 15:27:00 [CallRecorder]/15: Unbinding service connection
11/05/2023 15:27:00 [CallRecorderService]/15: onDestroy
11/05/2023 15:29:51 [App]/15: Starting call recorder service .. bound=false
11/05/2023 15:29: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) }
11/05/2023 15:29:51 [TelephonyStatus]/15: Set call type to INCOMING
11/05/2023 15:29:51 [TelephonyStatus]/15: Set phoneNo, len = null
11/05/2023 15:29:51 [TelephonyStatus]/15: Telephony state = RINGING
11/05/2023 15:29:51 [CallRecorderService]/15: InCallThread started
11/05/2023 15:29:51 [App]/15: CallRecorderService is now bound
11/05/2023 15:29:51 [App]/15: Signalling service is bound..
11/05/2023 15:29:56 [CallRecorderService]/15: InCallThread notified
11/05/2023 15:30:21 [App]/15: Starting call recorder service .. bound=true
11/05/2023 15:30:21 [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) }
11/05/2023 15:30:21 [TelephonyStatus]/15: Telephony state = IDLE
11/05/2023 15:30:21 [TelephonyStatus]/15: Reset the telephony status
11/05/2023 15:30:21 [CallRecorderService]/15: InCallThread stopped
11/05/2023 15:30:21 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
11/05/2023 15:30:21 [CallRecorder]/15: Unbinding service connection
11/05/2023 15:30:21 [CallRecorderService]/15: onDestroy
12/05/2023 10:29:32 [App]/15: Starting call recorder service .. bound=false
12/05/2023 10:29: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) }
12/05/2023 10:29:32 [TelephonyStatus]/15: Telephony state = OFFHOOK
12/05/2023 10:29:32 [TelephonyStatus]/15: Set call type to OUTGOING
12/05/2023 10:29:32 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
12/05/2023 10:29:32 [CallRecorderService]/15: InCallThread started
12/05/2023 10:29:33 [CallRecorder]/15: ManualStart, Auto = false
12/05/2023 10:29:33 [App]/15: CallRecorderService is now bound
12/05/2023 10:29:33 [App]/15: Signalling service is bound..
12/05/2023 10:29:33 [CallRecorderService]/15: Recording for type: REC_CALL
12/05/2023 10:29:33 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
12/05/2023 10:29:33 [CallRecorderService]/15: --- Using StandardRecorder ---
12/05/2023 10:29:33 [RecordItem]/15: Setting directory
12/05/2023 10:29:33 [RecordItem]/15: Setting filename
12/05/2023 10:29:33 [RecordItem]/15: Setting record format to AMR
12/05/2023 10:29:33 [RecordItem]/15: Setting record source to VOICE_CALL
12/05/2023 10:29:33 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
12/05/2023 10:29:33 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
12/05/2023 10:29:33 [AudioRecorder]/15: Disabled sap, api: 30
12/05/2023 10:29:33 [AudioRecorder]/15: cras is not enabled
12/05/2023 10:29:33 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
12/05/2023 10:29:33 [AudioRecorder]/15: audioMinBufferSize = 640
12/05/2023 10:29:33 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
12/05/2023 10:29:33 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
12/05/2023 10:29:33 [StandardRecorder]/15: Attempting to remove file...
12/05/2023 10:29:33 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
12/05/2023 10:29:33 [CallRecorderService]/15: Retrying with Legacy
12/05/2023 10:29:33 [RecordItem]/15: Setting directory
12/05/2023 10:29:33 [RecordItem]/15: Setting filename
12/05/2023 10:29:33 [RecordItem]/15: Setting record format to AMR
12/05/2023 10:29:33 [RecordItem]/15: Setting record source to MEDIA_RECORDER
12/05/2023 10:29:33 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
12/05/2023 10:29:33 [AndroidRecorder]/15: Attempting to remove file...
12/05/2023 10:29:33 [CallRecorderService]/15: Retrying with Native
12/05/2023 10:29:33 [RecordItem]/15: Setting directory
12/05/2023 10:29:33 [RecordItem]/15: Setting filename
12/05/2023 10:29:33 [RecordItem]/15: Setting record format to AMR
12/05/2023 10:29:33 [RecordItem]/15: Setting record source to AOSP_RECORDING
12/05/2023 10:29:33 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
12/05/2023 10:29:33 [AudioRecorder]/15: Disabled sap, api: 30
12/05/2023 10:29:33 [AudioRecorder]/15: cras is not enabled
12/05/2023 10:29:33 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
12/05/2023 10:29:33 [AudioRecorder]/15: audioMinBufferSize = 640
12/05/2023 10:29:33 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
12/05/2023 10:29:33 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
12/05/2023 10:29:33 [StandardRecorder]/15: Attempting to remove file...
12/05/2023 10:29:33 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
12/05/2023 10:29:33 [CallRecorderService]/15: Got a stop request
12/05/2023 10:29:33 [CallRecorderService]/15: Closing recording resources..
12/05/2023 10:29:33 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
12/05/2023 10:29:38 [CallRecorderService]/15: InCallThread notified
12/05/2023 10:31:29 [App]/15: Starting call recorder service .. bound=true
12/05/2023 10:31: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) }
12/05/2023 10:31:29 [TelephonyStatus]/15: Telephony state = IDLE
12/05/2023 10:31:29 [TelephonyStatus]/15: Reset the telephony status
12/05/2023 10:31:30 [CallRecorderService]/15: InCallThread stopped
12/05/2023 10:31:30 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
12/05/2023 10:31:30 [CallRecorder]/15: Unbinding service connection
12/05/2023 10:31:30 [CallRecorderService]/15: onDestroy
12/05/2023 11:26:28 [App]/15: Starting call recorder service .. bound=false
12/05/2023 11:26: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) }
12/05/2023 11:26:28 [TelephonyStatus]/15: Telephony state = OFFHOOK
12/05/2023 11:26:28 [TelephonyStatus]/15: Set call type to OUTGOING
12/05/2023 11:26:28 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
12/05/2023 11:26:28 [CallRecorderService]/15: InCallThread started
12/05/2023 11:26:28 [CallRecorder]/15: ManualStart, Auto = false
12/05/2023 11:26:28 [App]/15: CallRecorderService is now bound
12/05/2023 11:26:28 [App]/15: Signalling service is bound..
12/05/2023 11:26:28 [CallRecorderService]/15: Recording for type: REC_CALL
12/05/2023 11:26:28 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
12/05/2023 11:26:28 [CallRecorderService]/15: --- Using StandardRecorder ---
12/05/2023 11:26:28 [RecordItem]/15: Setting directory
12/05/2023 11:26:28 [RecordItem]/15: Setting filename
12/05/2023 11:26:28 [RecordItem]/15: Setting record format to AMR
12/05/2023 11:26:29 [RecordItem]/15: Setting record source to VOICE_CALL
12/05/2023 11:26:29 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
12/05/2023 11:26:29 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
12/05/2023 11:26:29 [AudioRecorder]/15: Disabled sap, api: 30
12/05/2023 11:26:29 [AudioRecorder]/15: cras is not enabled
12/05/2023 11:26:29 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
12/05/2023 11:26:29 [AudioRecorder]/15: audioMinBufferSize = 640
12/05/2023 11:26:29 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
12/05/2023 11:26:29 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
12/05/2023 11:26:29 [StandardRecorder]/15: Attempting to remove file...
12/05/2023 11:26:29 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
12/05/2023 11:26:29 [CallRecorderService]/15: Retrying with Legacy
12/05/2023 11:26:29 [RecordItem]/15: Setting directory
12/05/2023 11:26:29 [RecordItem]/15: Setting filename
12/05/2023 11:26:29 [RecordItem]/15: Setting record format to AMR
12/05/2023 11:26:29 [RecordItem]/15: Setting record source to MEDIA_RECORDER
12/05/2023 11:26:29 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
12/05/2023 11:26:29 [AndroidRecorder]/15: Attempting to remove file...
12/05/2023 11:26:29 [CallRecorderService]/15: Retrying with Native
12/05/2023 11:26:29 [RecordItem]/15: Setting directory
12/05/2023 11:26:29 [RecordItem]/15: Setting filename
12/05/2023 11:26:29 [RecordItem]/15: Setting record format to AMR
12/05/2023 11:26:29 [RecordItem]/15: Setting record source to AOSP_RECORDING
12/05/2023 11:26:29 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
12/05/2023 11:26:29 [AudioRecorder]/15: Disabled sap, api: 30
12/05/2023 11:26:29 [AudioRecorder]/15: cras is not enabled
12/05/2023 11:26:29 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
12/05/2023 11:26:29 [AudioRecorder]/15: audioMinBufferSize = 640
12/05/2023 11:26:29 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
12/05/2023 11:26:29 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
12/05/2023 11:26:29 [StandardRecorder]/15: Attempting to remove file...
12/05/2023 11:26:29 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
12/05/2023 11:26:29 [CallRecorderService]/15: Got a stop request
12/05/2023 11:26:29 [CallRecorderService]/15: Closing recording resources..
12/05/2023 11:26:29 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
12/05/2023 11:26:33 [CallRecorderService]/15: InCallThread notified
12/05/2023 11:27:48 [App]/15: Starting call recorder service .. bound=true
12/05/2023 11:27: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) }
12/05/2023 11:27:48 [TelephonyStatus]/15: Telephony state = IDLE
12/05/2023 11:27:48 [TelephonyStatus]/15: Reset the telephony status
12/05/2023 11:27:49 [CallRecorderService]/15: InCallThread stopped
12/05/2023 11:27:49 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
12/05/2023 11:27:49 [CallRecorder]/15: Unbinding service connection
12/05/2023 11:27:49 [CallRecorderService]/15: onDestroy
13/05/2023 12:53:33 [App]/15: Starting call recorder service .. bound=false
13/05/2023 12:53:33 [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) }
13/05/2023 12:53:33 [TelephonyStatus]/15: Telephony state = OFFHOOK
13/05/2023 12:53:33 [TelephonyStatus]/15: Set call type to OUTGOING
13/05/2023 12:53:33 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
13/05/2023 12:53:33 [CallRecorderService]/15: InCallThread started
13/05/2023 12:53:33 [CallRecorder]/15: ManualStart, Auto = false
13/05/2023 12:53:33 [App]/15: CallRecorderService is now bound
13/05/2023 12:53:33 [App]/15: Signalling service is bound..
13/05/2023 12:53:33 [CallRecorderService]/15: Recording for type: REC_CALL
13/05/2023 12:53:33 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: RMX3511
(RE87BAL1) defaulting to VOICE_CALL
13/05/2023 12:53:34 [CallRecorderService]/15: --- Using StandardRecorder ---
13/05/2023 12:53:34 [RecordItem]/15: Setting directory
13/05/2023 12:53:34 [RecordItem]/15: Setting filename
13/05/2023 12:53:34 [RecordItem]/15: Setting record format to AMR
13/05/2023 12:53:34 [RecordItem]/15: Setting record source to VOICE_CALL
13/05/2023 12:53:34 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
13/05/2023 12:53:34 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
13/05/2023 12:53:34 [AudioRecorder]/15: Disabled sap, api: 30
13/05/2023 12:53:34 [AudioRecorder]/15: Enabled cras
13/05/2023 12:53:34 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
13/05/2023 12:53:34 [AudioRecorder]/15: audioMinBufferSize = 640
13/05/2023 12:53:34 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
13/05/2023 12:53:34 [StandardRecorder]/15: Applying rec start delay of: 1000ms
13/05/2023 12:53:35 [StandardRecorder]/15: Initializing encoder
AMREncoder-Native: ARCH: 64 bit (arm64-v8a)
13/05/2023 12:53:35 [AudioRecorder]/15: Standard
13/05/2023 12:53:35 [AudioRecorder]/15: AudioRecorder started recording ....
13/05/2023 12:53:35 [StandardRecorder]/15: Signalling audio was read successfully
13/05/2023 12:53:35 [StandardRecorder]/15: Skipping buffer (1): Read = 3200
13/05/2023 12:53:35 [CallRecorderService]/15: Recording started..
13/05/2023 12:53:36 [StandardRecorder]/15: Skipping buffer (2): Read = 3200
13/05/2023 12:53:38 [CallRecorderService]/15: InCallThread notified
13/05/2023 12:54:52 [App]/15: Starting call recorder service .. bound=true
13/05/2023 12:54: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) }
13/05/2023 12:54:52 [TelephonyStatus]/15: Telephony state = IDLE
13/05/2023 12:54:52 [TelephonyStatus]/15: Reset the telephony status
13/05/2023 12:54:52 [StandardRecorder]/15: REC_TELEPHONY_STATUS_IDLE: ending..
13/05/2023 12:54:52 [StandardRecorder]/15: Total bytes written: 1225600
13/05/2023 12:54:52 [StandardRecorder]/15: AudioRecorder:stop
13/05/2023 12:54:52 [CallRecorderService]/15: Recording completed.
13/05/2023 12:54:52 [CallRecorderService]/15: RECORD_DURATION: 76 seconds,
AUTO_DELETE: 0 seconds
13/05/2023 12:54:52 [CallRecorderService]/15: Got a stop request
13/05/2023 12:54:52 [CallRecorderService]/15: Closing recording resources..
13/05/2023 12:54:52 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
java.io.FileOutputStream@643451
AMREncoder-Native: Amr encoder closed
13/05/2023 12:54:52 [AudioRecorder]/15: Closing AudioRecorder object
13/05/2023 12:54:53 [CallRecorderService]/15: InCallThread stopped
13/05/2023 12:54:53 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
13/05/2023 12:54:53 [CallRecorder]/15: Unbinding service connection
13/05/2023 12:54:53 [CallRecorderService]/15: onDestroy

You might also like