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

0% found this document useful (0 votes)
13 views11 pages

CallRecord Log

The document logs the operation of a call recorder service on a device, detailing various states such as starting and stopping the service, telephony status changes, and errors encountered during audio recording attempts. It indicates issues with initializing the AudioRecord object and permissions related to accessing contacts. The service experiences multiple retries with different recording methods but ultimately fails to record due to the call ending or initialization errors.

Uploaded by

jkomi5473
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)
13 views11 pages

CallRecord Log

The document logs the operation of a call recorder service on a device, detailing various states such as starting and stopping the service, telephony status changes, and errors encountered during audio recording attempts. It indicates issues with initializing the AudioRecord object and permissions related to accessing contacts. The service experiences multiple retries with different recording methods but ultimately fails to record due to the call ending or initialization errors.

Uploaded by

jkomi5473
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/ 11

20/05/2025 22:22:13 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: SM-A405FN

(a40) defaulting to VOICE_CALL


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

You might also like