0% found this document useful (0 votes)
14 views2 pages

CallRecord Log

The document logs the process of starting and managing a call recorder service on an Android device. It details the initialization attempts, errors encountered while trying to record audio, and the eventual stopping of the service. Key issues include permission errors and failures to initialize the audio recording components, leading to retries with different recording methods.
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)
14 views2 pages

CallRecord Log

The document logs the process of starting and managing a call recorder service on an Android device. It details the initialization attempts, errors encountered while trying to record audio, and the eventual stopping of the service. Key issues include permission errors and failures to initialize the audio recording components, leading to retries with different recording methods.
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/ 2

12/05/2021 00:02:06 [App]/15: Starting call recorder service ..

bound=false
12/05/2021 00:02: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) }
12/05/2021 00:02:06 [TelephonyStatus]/15: Telephony state = OFFHOOK
12/05/2021 00:02:06 [TelephonyStatus]/15: Set call type to OUTGOING
12/05/2021 00:02:06 [TelephonyStatus]/15: RECORDING_ALLOWED: true, AUTOMATED: false
12/05/2021 00:02:06 [CallRecorderService]/15: InCallThread started
12/05/2021 00:02:06 [CallRecorder]/15: ManualStart, Auto = false
12/05/2021 00:02:07 [App]/15: CallRecorderService is now bound
12/05/2021 00:02:07 [App]/15: Signalling service is bound..
12/05/2021 00:02:07 [CallRecorderService]/15: Recording for type: REC_CALL
12/05/2021 00:02:07 [ContactsManager]/15: Cannot acquire contact, does not have
android.permission.READ_CONTACTS
12/05/2021 00:02:07 [CallRecorderService]/15: DEVICE_STRATEGY_CHECK: SM-G975F
(beyond2) defaulting to VOICE_CALL
12/05/2021 00:02:07 [CallRecorderService]/15: --- Using StandardRecorder ---
12/05/2021 00:02:07 [RecordItem]/15: Setting directory
12/05/2021 00:02:07 [RecordItem]/15: Setting filename
12/05/2021 00:02:07 [RecordItem]/15: Setting record format to AMR
12/05/2021 00:02:07 [RecordItem]/15: Setting record source to VOICE_CALL
12/05/2021 00:02:07 [CallRecorderService]/15: Using outgoing delay from settings: 1
seconds ..
12/05/2021 00:02:07 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
12/05/2021 00:02:07 [AudioRecorder]/15: Disabled sap, api: 30
12/05/2021 00:02:07 [AudioRecorder]/15: cras is not enabled
12/05/2021 00:02:07 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
12/05/2021 00:02:07 [AudioRecorder]/15: audioMinBufferSize = 640
12/05/2021 00:02:07 [AudioRecorder]/15: => Failed to initialise AudioRecord with
these settings...
12/05/2021 00:02:07 [CallRecorderService]/15: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
12/05/2021 00:02:07 [StandardRecorder]/15: Attempting to remove file...
12/05/2021 00:02:07 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
12/05/2021 00:02:07 [CallRecorderService]/15: Retrying with Legacy
12/05/2021 00:02:07 [RecordItem]/15: Setting directory
12/05/2021 00:02:07 [RecordItem]/15: Setting filename
12/05/2021 00:02:07 [RecordItem]/15: Setting record format to AMR
12/05/2021 00:02:07 [RecordItem]/15: Setting record source to MEDIA_RECORDER
12/05/2021 00:02:07 [CallRecorderService]/15: Recording ERROR = 'start failed.'
[ Legacy ] retryMode = true
12/05/2021 00:02:07 [AndroidRecorder]/15: Attempting to remove file...
12/05/2021 00:02:07 [CallRecorderService]/15: Retrying with Native
12/05/2021 00:02:07 [RecordItem]/15: Setting directory
12/05/2021 00:02:07 [RecordItem]/15: Setting filename
12/05/2021 00:02:07 [RecordItem]/15: Setting record format to AMR
12/05/2021 00:02:07 [RecordItem]/15: Setting record source to AOSP_RECORDING
12/05/2021 00:02:07 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
12/05/2021 00:02:07 [AudioRecorder]/15: Disabled sap, api: 30
12/05/2021 00:02:07 [AudioRecorder]/15: cras is not enabled
12/05/2021 00:02:07 [AudioRecorder]/15: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
12/05/2021 00:02:07 [AudioRecorder]/15: audioMinBufferSize = 640
12/05/2021 00:02:07 [AudioRecorder]/15: -> Ignoring native attr device sdk = 30
12/05/2021 00:02:07 [StandardRecorder]/15: Initializing encoder
AMREncoder-Native: ARCH: 64 bit (arm64-v8a)
12/05/2021 00:02:07 [AudioRecorder]/15: Standard
12/05/2021 00:02:07 [AudioRecorder]/15: AudioRecorder started recording ....
12/05/2021 00:02:07 [StandardRecorder]/15: Signalling audio was read successfully
12/05/2021 00:02:07 [CallRecorderService]/15: Recording ERROR = 'PreRead(1) was 0
bytes' [ Native ] retryMode = false
12/05/2021 00:02:07 [StandardRecorder]/15: Attempting to remove file...
12/05/2021 00:02:07 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
AMREncoder-Native: Amr encoder closed
12/05/2021 00:02:07 [AudioRecorder]/15: Closing AudioRecorder object
12/05/2021 00:02:07 [CallRecorderService]/15: Got a stop request
12/05/2021 00:02:07 [CallRecorderService]/15: Closing recording resources..
12/05/2021 00:02:07 [StandardRecorder]/15: Finalizing encoding, fileOutputStream =
null
12/05/2021 00:02:11 [CallRecorderService]/15: InCallThread notified
12/05/2021 00:02:12 [CallRecorderService]/15: Recording started..
12/05/2021 00:02:18 [App]/15: Starting call recorder service .. bound=true
12/05/2021 00:02: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) }
12/05/2021 00:02:18 [TelephonyStatus]/15: Telephony state = IDLE
12/05/2021 00:02:18 [TelephonyStatus]/15: Reset the telephony status
12/05/2021 00:02:18 [CallRecorderService]/15: InCallThread stopped
12/05/2021 00:02:18 [CallRecorder]/15: Attempting to stop call recorder service..
bound=true
12/05/2021 00:02:18 [CallRecorder]/15: Unbinding service connection
12/05/2021 00:02:18 [CallRecorderService]/15: onDestroy

You might also like