0% found this document useful (0 votes)
11 views9 pages

CallRecord Log

The document logs the operation of a call recorder service, detailing the initialization, recording attempts, and errors encountered during calls. It highlights issues with initializing the AudioRecord object and the inability to acquire contact permissions. The service experiences multiple retries with different recording methods but ultimately fails to record the calls due to configuration errors.
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)
11 views9 pages

CallRecord Log

The document logs the operation of a call recorder service, detailing the initialization, recording attempts, and errors encountered during calls. It highlights issues with initializing the AudioRecord object and the inability to acquire contact permissions. The service experiences multiple retries with different recording methods but ultimately fails to record the calls due to configuration errors.
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/ 9

20/06/2024 06:29:57 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: M2006C3LG

(dandelion) defaulting to VOICE_CALL


20/06/2024 06:29:57 [CallRecorder]/15: SetAutomatic = false
20/06/2024 06:29:57 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: M2006C3LG
(dandelion) defaulting to VOICE_CALL
20/06/2024 06:31:17 [App]/15: Starting call recorder service .. bound=false
20/06/2024 06:31:17 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
20/06/2024 06:31:17 [TelephonyStatus]/15: Telephony state = OFFHOOK
20/06/2024 06:31:17 [TelephonyStatus]/15: Set call type to OUTGOING
20/06/2024 06:31:17 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
20/06/2024 06:31:17 [CallRecorder]/15: ManualStart, Auto = false
20/06/2024 06:31:17 [CallRecorderService]/15: InCallThread started
20/06/2024 06:31:17 [App]/15: CallRecorderService is now bound
20/06/2024 06:31:17 [App]/15: Signalling service is bound..
20/06/2024 06:31:17 [CallRecorderService]/15: Recording for type: REC_CALL
20/06/2024 06:31:17 [ContactsManager]/15: Cannot acquire contact, does not have
android.permission.READ_CONTACTS
20/06/2024 06:31:17 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: M2006C3LG
(dandelion) defaulting to VOICE_CALL
20/06/2024 06:31:18 [CallRecorderService]/15: --- Using StandardRecorder ---
20/06/2024 06:31:18 [RecordItem]/15: Setting directory
20/06/2024 06:31:18 [RecordItem]/15: Setting filename
20/06/2024 06:31:18 [RecordItem]/15: Setting record format to AMR
20/06/2024 06:31:18 [RecordItem]/15: Setting record source to VOICE_CALL
20/06/2024 06:31:18 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
20/06/2024 06:31:18 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
20/06/2024 06:31:18 [AudioRecorder]/15: Disabled sap, api: 30
20/06/2024 06:31:18 [AudioRecorder]/15: cras is not enabled
20/06/2024 06:31:18 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
20/06/2024 06:31:18 [AudioRecorder]/15: audioMinBufferSize = 640
20/06/2024 06:31:18 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
20/06/2024 06:31:18 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
20/06/2024 06:31:18 [StandardRecorder]/15: Attempting to remove file...
20/06/2024 06:31:18 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
20/06/2024 06:31:18 [CallRecorderService]/15: Retrying with Legacy
20/06/2024 06:31:18 [RecordItem]/15: Setting directory
20/06/2024 06:31:18 [RecordItem]/15: Setting filename
20/06/2024 06:31:18 [RecordItem]/15: Setting record format to AMR
20/06/2024 06:31:18 [RecordItem]/15: Setting record source to MEDIA_RECORDER
20/06/2024 06:31:18 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
20/06/2024 06:31:18 [AndroidRecorder]/15: Attempting to remove file...
20/06/2024 06:31:18 [CallRecorderService]/15: Retrying with Native
20/06/2024 06:31:18 [RecordItem]/15: Setting directory
20/06/2024 06:31:18 [RecordItem]/15: Setting filename
20/06/2024 06:31:18 [RecordItem]/15: Setting record format to AMR
20/06/2024 06:31:18 [RecordItem]/15: Setting record source to AOSP_RECORDING
20/06/2024 06:31:18 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
20/06/2024 06:31:18 [AudioRecorder]/15: Disabled sap, api: 30
20/06/2024 06:31:18 [AudioRecorder]/15: cras is not enabled
20/06/2024 06:31:18 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
20/06/2024 06:31:18 [AudioRecorder]/15: audioMinBufferSize = 640
20/06/2024 06:31:18 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
20/06/2024 06:31:18 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
20/06/2024 06:31:18 [StandardRecorder]/15: Attempting to remove file...
20/06/2024 06:31:18 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
20/06/2024 06:31:18 [CallRecorderService]/15: Got a stop request
20/06/2024 06:31:18 [CallRecorderService]/15: Closing recording resources..
20/06/2024 06:31:18 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
20/06/2024 06:31:22 [CallRecorderService]/15: InCallThread notified
20/06/2024 06:31:39 [App]/15: Starting call recorder service .. bound=true
20/06/2024 06:31:39 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
20/06/2024 06:31:39 [TelephonyStatus]/15: Telephony state = IDLE
20/06/2024 06:31:39 [TelephonyStatus]/15: Reset the telephony status
20/06/2024 06:31:40 [CallRecorderService]/15: InCallThread stopped
20/06/2024 06:31:40 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
20/06/2024 06:31:40 [CallRecorder]/15: Unbinding service connection
20/06/2024 06:31:40 [CallRecorderService]/15: onDestroy
20/06/2024 06:49:21 [App]/15: Starting call recorder service .. bound=false
20/06/2024 06:49: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) }
20/06/2024 06:49:22 [TelephonyStatus]/15: Telephony state = OFFHOOK
20/06/2024 06:49:22 [TelephonyStatus]/15: Set call type to OUTGOING
20/06/2024 06:49:22 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
20/06/2024 06:49:22 [CallRecorderService]/15: InCallThread started
20/06/2024 06:49:22 [CallRecorder]/15: ManualStart, Auto = false
20/06/2024 06:49:22 [App]/15: CallRecorderService is now bound
20/06/2024 06:49:22 [App]/15: Signalling service is bound..
20/06/2024 06:49:22 [CallRecorderService]/15: Recording for type: REC_CALL
20/06/2024 06:49:22 [ContactsManager]/15: Cannot acquire contact, does not have
android.permission.READ_CONTACTS
20/06/2024 06:49:22 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: M2006C3LG
(dandelion) defaulting to VOICE_CALL
20/06/2024 06:49:22 [CallRecorderService]/15: --- Using StandardRecorder ---
20/06/2024 06:49:22 [RecordItem]/15: Setting directory
20/06/2024 06:49:22 [RecordItem]/15: Setting filename
20/06/2024 06:49:22 [RecordItem]/15: Setting record format to AMR
20/06/2024 06:49:22 [RecordItem]/15: Setting record source to VOICE_CALL
20/06/2024 06:49:22 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
20/06/2024 06:49:23 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
20/06/2024 06:49:23 [AudioRecorder]/15: Disabled sap, api: 30
20/06/2024 06:49:23 [AudioRecorder]/15: cras is not enabled
20/06/2024 06:49:23 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
20/06/2024 06:49:23 [AudioRecorder]/15: audioMinBufferSize = 640
20/06/2024 06:49:23 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
20/06/2024 06:49:23 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
20/06/2024 06:49:23 [StandardRecorder]/15: Attempting to remove file...
20/06/2024 06:49:23 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
20/06/2024 06:49:23 [CallRecorderService]/15: Retrying with Legacy
20/06/2024 06:49:23 [RecordItem]/15: Setting directory
20/06/2024 06:49:23 [RecordItem]/15: Setting filename
20/06/2024 06:49:23 [RecordItem]/15: Setting record format to AMR
20/06/2024 06:49:23 [RecordItem]/15: Setting record source to MEDIA_RECORDER
20/06/2024 06:49:23 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
20/06/2024 06:49:23 [AndroidRecorder]/15: Attempting to remove file...
20/06/2024 06:49:23 [CallRecorderService]/15: Retrying with Native
20/06/2024 06:49:23 [RecordItem]/15: Setting directory
20/06/2024 06:49:23 [RecordItem]/15: Setting filename
20/06/2024 06:49:23 [RecordItem]/15: Setting record format to AMR
20/06/2024 06:49:23 [RecordItem]/15: Setting record source to AOSP_RECORDING
20/06/2024 06:49:23 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
20/06/2024 06:49:23 [AudioRecorder]/15: Disabled sap, api: 30
20/06/2024 06:49:23 [AudioRecorder]/15: cras is not enabled
20/06/2024 06:49:23 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
20/06/2024 06:49:23 [AudioRecorder]/15: audioMinBufferSize = 640
20/06/2024 06:49:23 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
20/06/2024 06:49:23 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
20/06/2024 06:49:23 [StandardRecorder]/15: Attempting to remove file...
20/06/2024 06:49:23 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
20/06/2024 06:49:23 [CallRecorderService]/15: Got a stop request
20/06/2024 06:49:23 [CallRecorderService]/15: Closing recording resources..
20/06/2024 06:49:23 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
20/06/2024 06:49:27 [CallRecorderService]/15: InCallThread notified
20/06/2024 06:49:44 [App]/15: Starting call recorder service .. bound=true
20/06/2024 06: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/06/2024 06:49:44 [TelephonyStatus]/15: Telephony state = IDLE
20/06/2024 06:49:44 [TelephonyStatus]/15: Reset the telephony status
20/06/2024 06:49:44 [CallRecorderService]/15: InCallThread stopped
20/06/2024 06:49:44 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
20/06/2024 06:49:44 [CallRecorder]/15: Unbinding service connection
20/06/2024 06:49:44 [CallRecorderService]/15: onDestroy
20/06/2024 06:59:39 [App]/15: Starting call recorder service .. bound=false
20/06/2024 06:59:39 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
20/06/2024 06:59:39 [TelephonyStatus]/15: Set call type to INCOMING
20/06/2024 06:59:39 [TelephonyStatus]/15: Set phoneNo, len = null
20/06/2024 06:59:39 [TelephonyStatus]/15: Telephony state = RINGING
20/06/2024 06:59:39 [App]/15: CallRecorderService is now bound
20/06/2024 06:59:39 [App]/15: Signalling service is bound..
20/06/2024 06:59:39 [CallRecorderService]/15: InCallThread started
20/06/2024 06:59:44 [CallRecorderService]/15: InCallThread notified
20/06/2024 06:59:49 [App]/15: Starting call recorder service .. bound=true
20/06/2024 06:59:49 [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/06/2024 06:59:49 [TelephonyStatus]/15: Telephony state = OFFHOOK
20/06/2024 06:59:49 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
20/06/2024 06:59:49 [CallRecorder]/15: ManualStart, Auto = false
20/06/2024 06:59:49 [CallRecorderService]/15: Recording for type: REC_CALL
20/06/2024 06:59:49 [ContactsManager]/15: Cannot acquire contact, does not have
android.permission.READ_CONTACTS
20/06/2024 06:59:49 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: M2006C3LG
(dandelion) defaulting to VOICE_CALL
20/06/2024 06:59:50 [CallRecorderService]/15: --- Using StandardRecorder ---
20/06/2024 06:59:50 [RecordItem]/15: Setting directory
20/06/2024 06:59:50 [RecordItem]/15: Setting filename
20/06/2024 06:59:50 [RecordItem]/15: Setting record format to AMR
20/06/2024 06:59:50 [RecordItem]/15: Setting record source to VOICE_CALL
20/06/2024 06:59:50 [CallRecorderService]/15: Using incoming delay from settings: 1
seconds ..
20/06/2024 06:59:50 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
20/06/2024 06:59:50 [AudioRecorder]/15: Disabled sap, api: 30
20/06/2024 06:59:50 [AudioRecorder]/15: cras is not enabled
20/06/2024 06:59:50 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
20/06/2024 06:59:50 [AudioRecorder]/15: audioMinBufferSize = 640
20/06/2024 06:59:50 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
20/06/2024 06:59:50 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
20/06/2024 06:59:50 [StandardRecorder]/15: Attempting to remove file...
20/06/2024 06:59:50 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
20/06/2024 06:59:50 [CallRecorderService]/15: Retrying with Legacy
20/06/2024 06:59:50 [RecordItem]/15: Setting directory
20/06/2024 06:59:50 [RecordItem]/15: Setting filename
20/06/2024 06:59:50 [RecordItem]/15: Setting record format to AMR
20/06/2024 06:59:50 [RecordItem]/15: Setting record source to MEDIA_RECORDER
20/06/2024 06:59:50 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
20/06/2024 06:59:50 [AndroidRecorder]/15: Attempting to remove file...
20/06/2024 06:59:50 [CallRecorderService]/15: Retrying with Native
20/06/2024 06:59:50 [RecordItem]/15: Setting directory
20/06/2024 06:59:50 [RecordItem]/15: Setting filename
20/06/2024 06:59:50 [RecordItem]/15: Setting record format to AMR
20/06/2024 06:59:50 [RecordItem]/15: Setting record source to AOSP_RECORDING
20/06/2024 06:59:50 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
20/06/2024 06:59:50 [AudioRecorder]/15: Disabled sap, api: 30
20/06/2024 06:59:50 [AudioRecorder]/15: cras is not enabled
20/06/2024 06:59:50 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
20/06/2024 06:59:50 [AudioRecorder]/15: audioMinBufferSize = 640
20/06/2024 06:59:50 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
20/06/2024 06:59:50 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
20/06/2024 06:59:50 [StandardRecorder]/15: Attempting to remove file...
20/06/2024 06:59:50 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
20/06/2024 06:59:50 [CallRecorderService]/15: Got a stop request
20/06/2024 06:59:50 [CallRecorderService]/15: Closing recording resources..
20/06/2024 06:59:50 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
20/06/2024 07:00:16 [App]/15: Starting call recorder service .. bound=true
20/06/2024 07:00:16 [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/06/2024 07:00:16 [TelephonyStatus]/15: Telephony state = IDLE
20/06/2024 07:00:16 [CallRecorderService]/15: InCallThread stopped
20/06/2024 07:00:16 [TelephonyStatus]/15: Reset the telephony status
20/06/2024 07:00:16 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
20/06/2024 07:00:16 [CallRecorder]/15: Unbinding service connection
20/06/2024 07:00:16 [CallRecorderService]/15: onDestroy
20/06/2024 08:59:15 [App]/15: Starting call recorder service .. bound=false
20/06/2024 08:59: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) }
20/06/2024 08:59:15 [TelephonyStatus]/15: Set call type to INCOMING
20/06/2024 08:59:15 [TelephonyStatus]/15: Set phoneNo, len = null
20/06/2024 08:59:15 [TelephonyStatus]/15: Telephony state = RINGING
20/06/2024 08:59:15 [CallRecorderService]/15: InCallThread started
20/06/2024 08:59:15 [App]/15: CallRecorderService is now bound
20/06/2024 08:59:15 [App]/15: Signalling service is bound..
20/06/2024 08:59:20 [CallRecorderService]/15: InCallThread notified
20/06/2024 08:59:27 [App]/15: Starting call recorder service .. bound=true
20/06/2024 08:59: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) }
20/06/2024 08:59:27 [TelephonyStatus]/15: Telephony state = OFFHOOK
20/06/2024 08:59:27 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
20/06/2024 08:59:27 [CallRecorder]/15: ManualStart, Auto = false
20/06/2024 08:59:28 [CallRecorderService]/15: Recording for type: REC_CALL
20/06/2024 08:59:28 [ContactsManager]/15: Cannot acquire contact, does not have
android.permission.READ_CONTACTS
20/06/2024 08:59:28 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: M2006C3LG
(dandelion) defaulting to VOICE_CALL
20/06/2024 08:59:28 [CallRecorderService]/15: --- Using StandardRecorder ---
20/06/2024 08:59:28 [RecordItem]/15: Setting directory
20/06/2024 08:59:28 [RecordItem]/15: Setting filename
20/06/2024 08:59:28 [RecordItem]/15: Setting record format to AMR
20/06/2024 08:59:28 [RecordItem]/15: Setting record source to VOICE_CALL
20/06/2024 08:59:28 [CallRecorderService]/15: Using incoming delay from settings: 1
seconds ..
20/06/2024 08:59:28 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
20/06/2024 08:59:28 [AudioRecorder]/15: Disabled sap, api: 30
20/06/2024 08:59:28 [AudioRecorder]/15: cras is not enabled
20/06/2024 08:59:28 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
20/06/2024 08:59:28 [AudioRecorder]/15: audioMinBufferSize = 640
20/06/2024 08:59:28 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
20/06/2024 08:59:28 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
20/06/2024 08:59:28 [StandardRecorder]/15: Attempting to remove file...
20/06/2024 08:59:28 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
20/06/2024 08:59:28 [CallRecorderService]/15: Retrying with Legacy
20/06/2024 08:59:28 [RecordItem]/15: Setting directory
20/06/2024 08:59:28 [RecordItem]/15: Setting filename
20/06/2024 08:59:28 [RecordItem]/15: Setting record format to AMR
20/06/2024 08:59:28 [RecordItem]/15: Setting record source to MEDIA_RECORDER
20/06/2024 08:59:28 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
20/06/2024 08:59:28 [AndroidRecorder]/15: Attempting to remove file...
20/06/2024 08:59:28 [CallRecorderService]/15: Retrying with Native
20/06/2024 08:59:28 [RecordItem]/15: Setting directory
20/06/2024 08:59:28 [RecordItem]/15: Setting filename
20/06/2024 08:59:28 [RecordItem]/15: Setting record format to AMR
20/06/2024 08:59:28 [RecordItem]/15: Setting record source to AOSP_RECORDING
20/06/2024 08:59:28 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
20/06/2024 08:59:28 [AudioRecorder]/15: Disabled sap, api: 30
20/06/2024 08:59:28 [AudioRecorder]/15: cras is not enabled
20/06/2024 08:59:28 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
20/06/2024 08:59:28 [AudioRecorder]/15: audioMinBufferSize = 640
20/06/2024 08:59:28 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
20/06/2024 08:59:28 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
20/06/2024 08:59:28 [StandardRecorder]/15: Attempting to remove file...
20/06/2024 08:59:28 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
20/06/2024 08:59:28 [CallRecorderService]/15: Got a stop request
20/06/2024 08:59:28 [CallRecorderService]/15: Closing recording resources..
20/06/2024 08:59:28 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
20/06/2024 08:59:57 [App]/15: Starting call recorder service .. bound=true
20/06/2024 08:59:57 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
20/06/2024 08:59:57 [TelephonyStatus]/15: Telephony state = IDLE
20/06/2024 08:59:57 [TelephonyStatus]/15: Reset the telephony status
20/06/2024 08:59:57 [CallRecorderService]/15: InCallThread stopped
20/06/2024 08:59:57 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
20/06/2024 08:59:58 [CallRecorder]/15: Unbinding service connection
20/06/2024 08:59:58 [CallRecorderService]/15: onDestroy
20/06/2024 10:13:24 [App]/15: Starting call recorder service .. bound=false
20/06/2024 10:13: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/06/2024 10:13:24 [TelephonyStatus]/15: Telephony state = OFFHOOK
20/06/2024 10:13:24 [TelephonyStatus]/15: Set call type to OUTGOING
20/06/2024 10:13:24 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
20/06/2024 10:13:24 [CallRecorderService]/15: InCallThread started
20/06/2024 10:13:24 [CallRecorder]/15: ManualStart, Auto = false
20/06/2024 10:13:24 [App]/15: CallRecorderService is now bound
20/06/2024 10:13:24 [App]/15: Signalling service is bound..
20/06/2024 10:13:24 [CallRecorderService]/15: Recording for type: REC_CALL
20/06/2024 10:13:24 [ContactsManager]/15: Cannot acquire contact, does not have
android.permission.READ_CONTACTS
20/06/2024 10:13:24 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: M2006C3LG
(dandelion) defaulting to VOICE_CALL
20/06/2024 10:13:24 [CallRecorderService]/15: --- Using StandardRecorder ---
20/06/2024 10:13:24 [RecordItem]/15: Setting directory
20/06/2024 10:13:24 [RecordItem]/15: Setting filename
20/06/2024 10:13:24 [RecordItem]/15: Setting record format to AMR
20/06/2024 10:13:24 [RecordItem]/15: Setting record source to VOICE_CALL
20/06/2024 10:13:24 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
20/06/2024 10:13:24 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
20/06/2024 10:13:24 [AudioRecorder]/15: Disabled sap, api: 30
20/06/2024 10:13:24 [AudioRecorder]/15: cras is not enabled
20/06/2024 10:13:24 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
20/06/2024 10:13:24 [AudioRecorder]/15: audioMinBufferSize = 640
20/06/2024 10:13:24 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
20/06/2024 10:13:24 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
20/06/2024 10:13:24 [StandardRecorder]/15: Attempting to remove file...
20/06/2024 10:13:24 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
20/06/2024 10:13:24 [CallRecorderService]/15: Retrying with Legacy
20/06/2024 10:13:24 [RecordItem]/15: Setting directory
20/06/2024 10:13:25 [RecordItem]/15: Setting filename
20/06/2024 10:13:25 [RecordItem]/15: Setting record format to AMR
20/06/2024 10:13:25 [RecordItem]/15: Setting record source to MEDIA_RECORDER
20/06/2024 10:13:25 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
20/06/2024 10:13:25 [AndroidRecorder]/15: Attempting to remove file...
20/06/2024 10:13:25 [CallRecorderService]/15: Retrying with Native
20/06/2024 10:13:25 [RecordItem]/15: Setting directory
20/06/2024 10:13:25 [RecordItem]/15: Setting filename
20/06/2024 10:13:25 [RecordItem]/15: Setting record format to AMR
20/06/2024 10:13:25 [RecordItem]/15: Setting record source to AOSP_RECORDING
20/06/2024 10:13:25 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
20/06/2024 10:13:25 [AudioRecorder]/15: Disabled sap, api: 30
20/06/2024 10:13:25 [AudioRecorder]/15: cras is not enabled
20/06/2024 10:13:25 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
20/06/2024 10:13:25 [AudioRecorder]/15: audioMinBufferSize = 640
20/06/2024 10:13:25 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
20/06/2024 10:13:25 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
20/06/2024 10:13:25 [StandardRecorder]/15: Attempting to remove file...
20/06/2024 10:13:25 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
20/06/2024 10:13:25 [CallRecorderService]/15: Got a stop request
20/06/2024 10:13:25 [CallRecorderService]/15: Closing recording resources..
20/06/2024 10:13:25 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
20/06/2024 10:13:29 [CallRecorderService]/15: InCallThread notified
20/06/2024 10:13:50 [App]/15: Starting call recorder service .. bound=true
20/06/2024 10:13:50 [PhoneStateReceiver]/15: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x1000010
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
(has extras) }
20/06/2024 10:13:50 [TelephonyStatus]/15: Telephony state = IDLE
20/06/2024 10:13:50 [TelephonyStatus]/15: Reset the telephony status
20/06/2024 10:13:50 [CallRecorderService]/15: InCallThread stopped
20/06/2024 10:13:50 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
20/06/2024 10:13:50 [CallRecorder]/15: Unbinding service connection
20/06/2024 10:13:50 [CallRecorderService]/15: onDestroy
20/06/2024 10:14:07 [App]/15: Starting call recorder service .. bound=false
20/06/2024 10:14: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/06/2024 10:14:07 [TelephonyStatus]/15: Telephony state = OFFHOOK
20/06/2024 10:14:07 [TelephonyStatus]/15: Set call type to OUTGOING
20/06/2024 10:14:08 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
20/06/2024 10:14:08 [CallRecorder]/15: ManualStart, Auto = false
20/06/2024 10:14:08 [CallRecorderService]/15: InCallThread started
20/06/2024 10:14:08 [App]/15: CallRecorderService is now bound
20/06/2024 10:14:08 [App]/15: Signalling service is bound..
20/06/2024 10:14:08 [CallRecorderService]/15: Recording for type: REC_CALL
20/06/2024 10:14:08 [ContactsManager]/15: Cannot acquire contact, does not have
android.permission.READ_CONTACTS
20/06/2024 10:14:08 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: M2006C3LG
(dandelion) defaulting to VOICE_CALL
20/06/2024 10:14:08 [CallRecorderService]/15: --- Using StandardRecorder ---
20/06/2024 10:14:08 [RecordItem]/15: Setting directory
20/06/2024 10:14:08 [RecordItem]/15: Setting filename
20/06/2024 10:14:08 [RecordItem]/15: Setting record format to AMR
20/06/2024 10:14:08 [RecordItem]/15: Setting record source to VOICE_CALL
20/06/2024 10:14:08 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
20/06/2024 10:14:08 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
20/06/2024 10:14:08 [AudioRecorder]/15: Disabled sap, api: 30
20/06/2024 10:14:08 [AudioRecorder]/15: cras is not enabled
20/06/2024 10:14:08 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
20/06/2024 10:14:08 [AudioRecorder]/15: audioMinBufferSize = 640
20/06/2024 10:14:08 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
20/06/2024 10:14:08 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
20/06/2024 10:14:08 [StandardRecorder]/15: Attempting to remove file...
20/06/2024 10:14:08 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
20/06/2024 10:14:08 [CallRecorderService]/15: Retrying with Legacy
20/06/2024 10:14:08 [RecordItem]/15: Setting directory
20/06/2024 10:14:08 [RecordItem]/15: Setting filename
20/06/2024 10:14:08 [RecordItem]/15: Setting record format to AMR
20/06/2024 10:14:08 [RecordItem]/15: Setting record source to MEDIA_RECORDER
20/06/2024 10:14:08 [CallRecorderService]/15: Recording ERROR = 'setAudioSource
failed.' [ Legacy ] retryMode = true
20/06/2024 10:14:08 [AndroidRecorder]/15: Attempting to remove file...
20/06/2024 10:14:08 [CallRecorderService]/15: Retrying with Native
20/06/2024 10:14:08 [RecordItem]/15: Setting directory
20/06/2024 10:14:08 [RecordItem]/15: Setting filename
20/06/2024 10:14:08 [RecordItem]/15: Setting record format to AMR
20/06/2024 10:14:08 [RecordItem]/15: Setting record source to AOSP_RECORDING
20/06/2024 10:14:08 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
20/06/2024 10:14:08 [AudioRecorder]/15: Disabled sap, api: 30
20/06/2024 10:14:08 [AudioRecorder]/15: cras is not enabled
20/06/2024 10:14:08 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
20/06/2024 10:14:08 [AudioRecorder]/15: audioMinBufferSize = 640
20/06/2024 10:14:08 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
20/06/2024 10:14:08 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Native ] retryMode = false
20/06/2024 10:14:08 [StandardRecorder]/15: Attempting to remove file...
20/06/2024 10:14:08 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
20/06/2024 10:14:08 [CallRecorderService]/15: Got a stop request
20/06/2024 10:14:09 [CallRecorderService]/15: Closing recording resources..
20/06/2024 10:14:09 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
20/06/2024 10:14:13 [CallRecorderService]/15: InCallThread notified
20/06/2024 10:14:33 [App]/15: Starting call recorder service .. bound=true
20/06/2024 10:14: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) }
20/06/2024 10:14:33 [TelephonyStatus]/15: Telephony state = IDLE
20/06/2024 10:14:33 [TelephonyStatus]/15: Reset the telephony status
20/06/2024 10:14:33 [CallRecorderService]/15: InCallThread stopped
20/06/2024 10:14:33 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
20/06/2024 10:14:33 [CallRecorder]/15: Unbinding service connection
20/06/2024 10:14:33 [CallRecorderService]/15: onDestroy

You might also like