0% found this document useful (0 votes)
19 views10 pages

CallRecord Log

The document logs the operations of a call recorder service, detailing its attempts to start recording calls, including errors encountered during initialization of the audio recording object. Multiple retries with different recording sources (StandardRecorder, Legacy, Native) are noted, along with permission issues related to accessing contacts. The service also tracks telephony state changes and attempts to manage recording resources effectively.

Uploaded by

sreekuntabala
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)
19 views10 pages

CallRecord Log

The document logs the operations of a call recorder service, detailing its attempts to start recording calls, including errors encountered during initialization of the audio recording object. Multiple retries with different recording sources (StandardRecorder, Legacy, Native) are noted, along with permission issues related to accessing contacts. The service also tracks telephony state changes and attempts to manage recording resources effectively.

Uploaded by

sreekuntabala
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/ 10

16/04/2023 16:33:06 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: M2004J19C

(lancelot) defaulting to VOICE_CALL


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

You might also like