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

CallRecord Log

The document logs the operation of a call recorder service on a Redmi Note 8 device, detailing the initialization and various states of the service during call recording attempts. It highlights errors encountered when trying to initialize the AudioRecord object and the subsequent retries with different recording methods. The service also notes permission issues and the handling of telephony state changes throughout the process.

Uploaded by

sanadekhili08
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 views25 pages

CallRecord Log

The document logs the operation of a call recorder service on a Redmi Note 8 device, detailing the initialization and various states of the service during call recording attempts. It highlights errors encountered when trying to initialize the AudioRecord object and the subsequent retries with different recording methods. The service also notes permission issues and the handling of telephony state changes throughout the process.

Uploaded by

sanadekhili08
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/ 25

02/04/2024 14:13:29 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: Redmi Note 8

(ginkgo) defaulting to VOICE_CALL


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

You might also like