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

0% found this document useful (0 votes)
10 views37 pages

CallRecord Log

The document logs the operations of a call recording service, indicating that recording is allowed but encountering multiple errors initializing the AudioRecord object. The service attempts to record calls using different strategies but fails due to permission issues and configuration settings. The log captures the state transitions of the telephony status and the service's attempts to start and stop recording multiple times.
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)
10 views37 pages

CallRecord Log

The document logs the operations of a call recording service, indicating that recording is allowed but encountering multiple errors initializing the AudioRecord object. The service attempts to record calls using different strategies but fails due to permission issues and configuration settings. The log captures the state transitions of the telephony status and the service's attempts to start and stop recording multiple times.
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/ 37

18/03/2025 19:20:01 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false

18/03/2025 19:20:01 [CallRecorderService]/15: InCallThread started


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

You might also like