100% found this document useful (2 votes)
1K views12 pages

CallRecord Log

The document contains log messages from a call recording service. It shows the service initializing, attempting to start recording a call using different recording strategies, succeeding using the native strategy, recording audio for 19 seconds, and then stopping recording and cleaning up resources when the call ended.

Uploaded by

Shirin patel
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
100% found this document useful (2 votes)
1K views12 pages

CallRecord Log

The document contains log messages from a call recording service. It shows the service initializing, attempting to start recording a call using different recording strategies, succeeding using the native strategy, recording audio for 19 seconds, and then stopping recording and cleaning up resources when the call ended.

Uploaded by

Shirin patel
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/ 12

11/07/2019 13:31:58 [TelephonyStatus]/9: RECORDING_ALLOWED: true, AUTOMATED: true

11/07/2019 13:31:58 [TelephonyStatus]/9: Waiting for phoneNo ...


11/07/2019 13:31:58 [CallRecorderService]/9: InCallThread started
11/07/2019 13:31:58 [App]/9: CallRecorderService is now bound
11/07/2019 13:31:58 [App]/9: Signalling service is bound..
11/07/2019 13:31:59 [TelephonyStatus]/9: Sending start record event..
11/07/2019 13:31:59 [CallRecorderService]/9: Recording for type: REC_CALL
11/07/2019 13:32:00 [CallRecorderService]/9: DEVICE_STRATEGY_CHECK: SM-J210F
(j2xlteins) defaulting to VOICE_CALL
11/07/2019 13:32:00 [CallRecorderService]/9: --- Using StandardRecorder ---
11/07/2019 13:32:00 [RecordItem]/9: Setting directory
11/07/2019 13:32:00 [RecordItem]/9: Setting filename
11/07/2019 13:32:00 [RecordItem]/9: Setting record format to AMR
11/07/2019 13:32:00 [RecordItem]/9: Setting record source to VOICE_CALL
11/07/2019 13:32:00 [CallRecorderService]/9: Using outgoing delay from settings: 1
seconds ..
11/07/2019 13:32:00 [AudioRecorder]/9: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
11/07/2019 13:32:00 [AudioRecorder]/9: audioMinBufferSize = 640
11/07/2019 13:32:00 [AudioRecorder]/9: => Failed to initialise AudioRecord with
these settings...
11/07/2019 13:32:00 [CallRecorderService]/9: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
11/07/2019 13:32:00 [StandardRecorder]/9: Attempting to remove file...
11/07/2019 13:32:00 [StandardRecorder]/9: Finalizing encoding, fileOutputStream =
null
11/07/2019 13:32:00 [CallRecorderService]/9: Retrying with Legacy
11/07/2019 13:32:00 [RecordItem]/9: Setting directory
11/07/2019 13:32:00 [RecordItem]/9: Setting filename
11/07/2019 13:32:00 [RecordItem]/9: Setting record format to AMR
11/07/2019 13:32:00 [RecordItem]/9: Setting record source to MEDIA_RECORDER
11/07/2019 13:32:00 [CallRecorderService]/9: Recording ERROR = 'start failed.'
[ Legacy ] retryMode = true
11/07/2019 13:32:00 [AndroidRecorder]/9: Attempting to remove file...
11/07/2019 13:32:00 [CallRecorderService]/9: Retrying with Native
11/07/2019 13:32:00 [RecordItem]/9: Setting directory
11/07/2019 13:32:00 [RecordItem]/9: Setting filename
11/07/2019 13:32:00 [RecordItem]/9: Setting record format to AMR
11/07/2019 13:32:00 [RecordItem]/9: Setting record source to AOSP_RECORDING
11/07/2019 13:32:00 [AudioRecorder]/9: Waiting on km service
11/07/2019 13:32:00 [NService]/9: oc
11/07/2019 13:32:00 [AudioRecorder]/9: KmService is now bound
11/07/2019 13:32:00 [AudioRecorder]/9: KmService instance =
com.recorder.call.services.NService$1@61a074c
11/07/2019 13:32:00 [AudioRecorder]/9: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
11/07/2019 13:32:00 [AudioRecorder]/9: audioMinBufferSize = 640
11/07/2019 13:32:00 [StandardRecorder]/9: Initializing encoder
11/07/2019 13:32:00 [AudioRecorder]/9: Native:C
11/07/2019 13:32:01 [AudioRecorder]/9: AudioRecorder started recording ....
11/07/2019 13:32:01 [StandardRecorder]/9: Signalling audio was read successfully
11/07/2019 13:32:01 [StandardRecorder]/9: Skipping buffer (1): Read = 3200
11/07/2019 13:32:01 [CallRecorderService]/9: Recording started..
11/07/2019 13:32:01 [StandardRecorder]/9: Skipping buffer (2): Read = 3200
11/07/2019 13:32:03 [CallRecorderService]/9: InCallThread notified
11/07/2019 13:32:05 [App]/9: Starting call recorder service .. bound=true
11/07/2019 13:32:05 [PhoneStateReceiver]/9: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x10
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
bqHint=4 (has extras) }
11/07/2019 13:32:05 [TelephonyStatus]/9: Telephony state = IDLE
11/07/2019 13:32:05 [StandardRecorder]/9: REC_TELEPHONY_STATUS_IDLE: ending..
11/07/2019 13:32:05 [StandardRecorder]/9: Total bytes written: 60800
11/07/2019 13:32:05 [StandardRecorder]/9: AudioRecorder:stop
11/07/2019 13:32:05 [TelephonyStatus]/9: Reset the telephony status
11/07/2019 13:32:05 [CallRecorderService]/9: Recording completed.
11/07/2019 13:32:05 [CallRecorderService]/9: RECORD_DURATION: 4 seconds,
AUTO_DELETE: 0 seconds
11/07/2019 13:32:05 [CallRecorderService]/9: Got a stop request
11/07/2019 13:32:05 [CallRecorderService]/9: Closing recording resources..
11/07/2019 13:32:05 [StandardRecorder]/9: Finalizing encoding, fileOutputStream =
java.io.FileOutputStream@624126f
AMREncoder-Native: Amr encoder closed
11/07/2019 13:32:05 [AudioRecorder]/9: Closing AudioRecorder object
11/07/2019 13:32:05 [AudioRecorder]/9: Unbinding km service
11/07/2019 13:32:05 [NService]/9: od
11/07/2019 13:32:05 [CallRecorderService]/9: InCallThread stopped
11/07/2019 13:32:05 [CallRecorder]/9: Attempting to stop call recorder service..
bound=true
11/07/2019 13:32:05 [CallRecorder]/9: Unbinding service connection
11/07/2019 13:32:06 [CallRecorderService]/9: onDestroy
11/07/2019 13:34:10 [App]/9: Starting call recorder service .. bound=false
11/07/2019 13:34:10 [PhoneStateReceiver]/9: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x10
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
bqHint=4 (has extras) }
11/07/2019 13:34:10 [TelephonyStatus]/9: Telephony state = OFFHOOK
11/07/2019 13:34:10 [TelephonyStatus]/9: Set call type to OUTGOING
11/07/2019 13:34:10 [TelephonyStatus]/9: RECORDING_ALLOWED: true, AUTOMATED: true
11/07/2019 13:34:10 [TelephonyStatus]/9: Waiting for phoneNo ...
11/07/2019 13:34:10 [CallRecorderService]/9: InCallThread started
11/07/2019 13:34:10 [App]/9: CallRecorderService is now bound
11/07/2019 13:34:10 [App]/9: Signalling service is bound..
11/07/2019 13:34:12 [TelephonyStatus]/9: Sending start record event..
11/07/2019 13:34:12 [CallRecorderService]/9: Recording for type: REC_CALL
11/07/2019 13:34:12 [CallRecorderService]/9: DEVICE_STRATEGY_CHECK: SM-J210F
(j2xlteins) defaulting to VOICE_CALL
11/07/2019 13:34:12 [CallRecorderService]/9: --- Using StandardRecorder ---
11/07/2019 13:34:12 [RecordItem]/9: Setting directory
11/07/2019 13:34:12 [RecordItem]/9: Setting filename
11/07/2019 13:34:12 [RecordItem]/9: Setting record format to AMR
11/07/2019 13:34:12 [RecordItem]/9: Setting record source to VOICE_CALL
11/07/2019 13:34:12 [CallRecorderService]/9: Using outgoing delay from settings: 1
seconds ..
11/07/2019 13:34:12 [AudioRecorder]/9: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
11/07/2019 13:34:12 [AudioRecorder]/9: audioMinBufferSize = 640
11/07/2019 13:34:12 [AudioRecorder]/9: => Failed to initialise AudioRecord with
these settings...
11/07/2019 13:34:12 [CallRecorderService]/9: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
11/07/2019 13:34:12 [StandardRecorder]/9: Attempting to remove file...
11/07/2019 13:34:12 [StandardRecorder]/9: Finalizing encoding, fileOutputStream =
null
11/07/2019 13:34:12 [CallRecorderService]/9: Retrying with Legacy
11/07/2019 13:34:12 [RecordItem]/9: Setting directory
11/07/2019 13:34:12 [RecordItem]/9: Setting filename
11/07/2019 13:34:12 [RecordItem]/9: Setting record format to AMR
11/07/2019 13:34:12 [RecordItem]/9: Setting record source to MEDIA_RECORDER
11/07/2019 13:34:12 [CallRecorderService]/9: Recording ERROR = 'start failed.'
[ Legacy ] retryMode = true
11/07/2019 13:34:12 [AndroidRecorder]/9: Attempting to remove file...
11/07/2019 13:34:12 [CallRecorderService]/9: Retrying with Native
11/07/2019 13:34:12 [RecordItem]/9: Setting directory
11/07/2019 13:34:12 [RecordItem]/9: Setting filename
11/07/2019 13:34:12 [RecordItem]/9: Setting record format to AMR
11/07/2019 13:34:12 [RecordItem]/9: Setting record source to AOSP_RECORDING
11/07/2019 13:34:12 [AudioRecorder]/9: Waiting on km service
11/07/2019 13:34:12 [NService]/9: oc
11/07/2019 13:34:12 [AudioRecorder]/9: KmService is now bound
11/07/2019 13:34:12 [AudioRecorder]/9: KmService instance =
com.recorder.call.services.NService$1@b3c45a2
11/07/2019 13:34:12 [AudioRecorder]/9: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
11/07/2019 13:34:12 [AudioRecorder]/9: audioMinBufferSize = 640
11/07/2019 13:34:12 [StandardRecorder]/9: Initializing encoder
11/07/2019 13:34:12 [AudioRecorder]/9: Native:C
11/07/2019 13:34:13 [AudioRecorder]/9: AudioRecorder started recording ....
11/07/2019 13:34:13 [StandardRecorder]/9: Signalling audio was read successfully
11/07/2019 13:34:13 [StandardRecorder]/9: Skipping buffer (1): Read = 3200
11/07/2019 13:34:13 [CallRecorderService]/9: Recording started..
11/07/2019 13:34:13 [StandardRecorder]/9: Skipping buffer (2): Read = 3200
11/07/2019 13:34:15 [CallRecorderService]/9: InCallThread notified
11/07/2019 13:34:32 [App]/9: Starting call recorder service .. bound=true
11/07/2019 13:34:32 [PhoneStateReceiver]/9: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x10
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
bqHint=4 (has extras) }
11/07/2019 13:34:32 [TelephonyStatus]/9: Telephony state = IDLE
11/07/2019 13:34:32 [TelephonyStatus]/9: Reset the telephony status
11/07/2019 13:34:32 [StandardRecorder]/9: REC_TELEPHONY_STATUS_IDLE: ending..
11/07/2019 13:34:32 [StandardRecorder]/9: Total bytes written: 304000
11/07/2019 13:34:32 [StandardRecorder]/9: AudioRecorder:stop
11/07/2019 13:34:32 [CallRecorderService]/9: Recording completed.
11/07/2019 13:34:32 [CallRecorderService]/9: RECORD_DURATION: 19 seconds,
AUTO_DELETE: 0 seconds
11/07/2019 13:34:32 [CallRecorderService]/9: Got a stop request
11/07/2019 13:34:32 [CallRecorderService]/9: Closing recording resources..
11/07/2019 13:34:32 [StandardRecorder]/9: Finalizing encoding, fileOutputStream =
java.io.FileOutputStream@d6716f8
AMREncoder-Native: Amr encoder closed
11/07/2019 13:34:32 [AudioRecorder]/9: Closing AudioRecorder object
11/07/2019 13:34:32 [AudioRecorder]/9: Unbinding km service
11/07/2019 13:34:32 [NService]/9: od
11/07/2019 13:34:33 [CallRecorderService]/9: InCallThread stopped
11/07/2019 13:34:33 [CallRecorder]/9: Attempting to stop call recorder service..
bound=true
11/07/2019 13:34:33 [CallRecorder]/9: Unbinding service connection
11/07/2019 13:34:33 [CallRecorderService]/9: onDestroy
11/07/2019 18:59:14 [App]/9: Starting call recorder service .. bound=false
11/07/2019 18:59:14 [PhoneStateReceiver]/9: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x10
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
bqHint=4 (has extras) }
11/07/2019 18:59:14 [TelephonyStatus]/9: Set call type to INCOMING
11/07/2019 18:59:14 [TelephonyStatus]/9: Set phoneNo, len = 13
11/07/2019 18:59:14 [TelephonyStatus]/9: Telephony state = RINGING
11/07/2019 18:59:14 [CallRecorderService]/9: InCallThread started
11/07/2019 18:59:14 [App]/9: CallRecorderService is now bound
11/07/2019 18:59:14 [App]/9: Signalling service is bound..
11/07/2019 18:59:19 [CallRecorderService]/9: InCallThread notified
11/07/2019 18:59:38 [App]/9: Starting call recorder service .. bound=true
11/07/2019 18:59:38 [PhoneStateReceiver]/9: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x10
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
bqHint=4 (has extras) }
11/07/2019 18:59:38 [TelephonyStatus]/9: Telephony state = OFFHOOK
11/07/2019 18:59:38 [TelephonyStatus]/9: RECORDING_ALLOWED: true, AUTOMATED: true
11/07/2019 18:59:38 [TelephonyStatus]/9: Sending start record event..
11/07/2019 18:59:38 [CallRecorderService]/9: Recording for type: REC_CALL
11/07/2019 18:59:38 [CallRecorderService]/9: DEVICE_STRATEGY_CHECK: SM-J210F
(j2xlteins) defaulting to VOICE_CALL
11/07/2019 18:59:38 [CallRecorderService]/9: --- Using StandardRecorder ---
11/07/2019 18:59:38 [RecordItem]/9: Setting directory
11/07/2019 18:59:38 [RecordItem]/9: Setting filename
11/07/2019 18:59:38 [RecordItem]/9: Setting record format to AMR
11/07/2019 18:59:38 [RecordItem]/9: Setting record source to VOICE_CALL
11/07/2019 18:59:38 [CallRecorderService]/9: Using incoming delay from settings: 1
seconds ..
11/07/2019 18:59:38 [AudioRecorder]/9: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
11/07/2019 18:59:38 [AudioRecorder]/9: audioMinBufferSize = 640
11/07/2019 18:59:38 [AudioRecorder]/9: => Failed to initialise AudioRecord with
these settings...
11/07/2019 18:59:38 [CallRecorderService]/9: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
11/07/2019 18:59:38 [StandardRecorder]/9: Attempting to remove file...
11/07/2019 18:59:38 [StandardRecorder]/9: Finalizing encoding, fileOutputStream =
null
11/07/2019 18:59:38 [CallRecorderService]/9: Retrying with Legacy
11/07/2019 18:59:38 [RecordItem]/9: Setting directory
11/07/2019 18:59:38 [RecordItem]/9: Setting filename
11/07/2019 18:59:38 [RecordItem]/9: Setting record format to AMR
11/07/2019 18:59:38 [RecordItem]/9: Setting record source to MEDIA_RECORDER
11/07/2019 18:59:38 [CallRecorderService]/9: Recording ERROR = 'start failed.'
[ Legacy ] retryMode = true
11/07/2019 18:59:38 [AndroidRecorder]/9: Attempting to remove file...
11/07/2019 18:59:38 [CallRecorderService]/9: Retrying with Native
11/07/2019 18:59:38 [RecordItem]/9: Setting directory
11/07/2019 18:59:38 [RecordItem]/9: Setting filename
11/07/2019 18:59:38 [RecordItem]/9: Setting record format to AMR
11/07/2019 18:59:38 [RecordItem]/9: Setting record source to AOSP_RECORDING
11/07/2019 18:59:39 [NService]/9: oc
11/07/2019 18:59:39 [AudioRecorder]/9: Waiting on km service
11/07/2019 18:59:39 [AudioRecorder]/9: KmService is now bound
11/07/2019 18:59:39 [AudioRecorder]/9: KmService instance =
com.recorder.call.services.NService$1@98cf4ec
11/07/2019 18:59:39 [AudioRecorder]/9: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
11/07/2019 18:59:39 [AudioRecorder]/9: audioMinBufferSize = 640
11/07/2019 18:59:39 [StandardRecorder]/9: Initializing encoder
11/07/2019 18:59:39 [AudioRecorder]/9: Native:C
11/07/2019 18:59:39 [AudioRecorder]/9: AudioRecorder started recording ....
11/07/2019 18:59:40 [StandardRecorder]/9: Signalling audio was read successfully
11/07/2019 18:59:40 [StandardRecorder]/9: Skipping buffer (1): Read = 3200
11/07/2019 18:59:40 [CallRecorderService]/9: Recording started..
11/07/2019 18:59:40 [StandardRecorder]/9: Skipping buffer (2): Read = 3200
11/07/2019 18:59:53 [App]/9: Starting call recorder service .. bound=true
11/07/2019 18:59:53 [PhoneStateReceiver]/9: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x10
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
bqHint=4 (has extras) }
11/07/2019 18:59:53 [TelephonyStatus]/9: Telephony state = IDLE
11/07/2019 18:59:53 [StandardRecorder]/9: REC_TELEPHONY_STATUS_IDLE: ending..
11/07/2019 18:59:53 [StandardRecorder]/9: Total bytes written: 204800
11/07/2019 18:59:53 [StandardRecorder]/9: AudioRecorder:stop
11/07/2019 18:59:53 [TelephonyStatus]/9: Reset the telephony status
11/07/2019 18:59:53 [CallRecorderService]/9: Recording completed.
11/07/2019 18:59:53 [CallRecorderService]/9: RECORD_DURATION: 13 seconds,
AUTO_DELETE: 0 seconds
11/07/2019 18:59:53 [CallRecorderService]/9: Got a stop request
11/07/2019 18:59:53 [CallRecorderService]/9: Closing recording resources..
11/07/2019 18:59:53 [StandardRecorder]/9: Finalizing encoding, fileOutputStream =
java.io.FileOutputStream@a5bc5ee
AMREncoder-Native: Amr encoder closed
11/07/2019 18:59:53 [AudioRecorder]/9: Closing AudioRecorder object
11/07/2019 18:59:53 [AudioRecorder]/9: Unbinding km service
11/07/2019 18:59:53 [NService]/9: od
11/07/2019 18:59:53 [CallRecorderService]/9: InCallThread stopped
11/07/2019 18:59:53 [CallRecorder]/9: Attempting to stop call recorder service..
bound=true
11/07/2019 18:59:53 [CallRecorder]/9: Unbinding service connection
11/07/2019 18:59:53 [CallRecorderService]/9: onDestroy
11/07/2019 19:34:52 [App]/9: Starting call recorder service .. bound=false
11/07/2019 19:34:52 [PhoneStateReceiver]/9: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x10
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
bqHint=4 (has extras) }
11/07/2019 19:34:52 [TelephonyStatus]/9: Telephony state = OFFHOOK
11/07/2019 19:34:52 [TelephonyStatus]/9: Set call type to OUTGOING
11/07/2019 19:34:52 [TelephonyStatus]/9: RECORDING_ALLOWED: true, AUTOMATED: true
11/07/2019 19:34:52 [TelephonyStatus]/9: Waiting for phoneNo ...
11/07/2019 19:34:52 [CallRecorderService]/9: InCallThread started
11/07/2019 19:34:52 [App]/9: CallRecorderService is now bound
11/07/2019 19:34:52 [App]/9: Signalling service is bound..
11/07/2019 19:34:54 [TelephonyStatus]/9: Sending start record event..
11/07/2019 19:34:54 [CallRecorderService]/9: Recording for type: REC_CALL
11/07/2019 19:34:54 [CallRecorderService]/9: DEVICE_STRATEGY_CHECK: SM-J210F
(j2xlteins) defaulting to VOICE_CALL
11/07/2019 19:34:54 [CallRecorderService]/9: --- Using StandardRecorder ---
11/07/2019 19:34:54 [RecordItem]/9: Setting directory
11/07/2019 19:34:54 [RecordItem]/9: Setting filename
11/07/2019 19:34:54 [RecordItem]/9: Setting record format to AMR
11/07/2019 19:34:54 [RecordItem]/9: Setting record source to VOICE_CALL
11/07/2019 19:34:54 [CallRecorderService]/9: Using outgoing delay from settings: 1
seconds ..
11/07/2019 19:34:54 [AudioRecorder]/9: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
11/07/2019 19:34:54 [AudioRecorder]/9: audioMinBufferSize = 640
11/07/2019 19:34:54 [AudioRecorder]/9: => Failed to initialise AudioRecord with
these settings...
11/07/2019 19:34:54 [CallRecorderService]/9: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
11/07/2019 19:34:54 [StandardRecorder]/9: Attempting to remove file...
11/07/2019 19:34:54 [StandardRecorder]/9: Finalizing encoding, fileOutputStream =
null
11/07/2019 19:34:54 [CallRecorderService]/9: Retrying with Legacy
11/07/2019 19:34:54 [RecordItem]/9: Setting directory
11/07/2019 19:34:54 [RecordItem]/9: Setting filename
11/07/2019 19:34:54 [RecordItem]/9: Setting record format to AMR
11/07/2019 19:34:54 [RecordItem]/9: Setting record source to MEDIA_RECORDER
11/07/2019 19:34:54 [CallRecorderService]/9: Recording ERROR = 'start failed.'
[ Legacy ] retryMode = true
11/07/2019 19:34:54 [AndroidRecorder]/9: Attempting to remove file...
11/07/2019 19:34:54 [CallRecorderService]/9: Retrying with Native
11/07/2019 19:34:54 [RecordItem]/9: Setting directory
11/07/2019 19:34:54 [RecordItem]/9: Setting filename
11/07/2019 19:34:54 [RecordItem]/9: Setting record format to AMR
11/07/2019 19:34:54 [RecordItem]/9: Setting record source to AOSP_RECORDING
11/07/2019 19:34:54 [AudioRecorder]/9: Waiting on km service
11/07/2019 19:34:54 [NService]/9: oc
11/07/2019 19:34:54 [AudioRecorder]/9: KmService is now bound
11/07/2019 19:34:54 [AudioRecorder]/9: KmService instance =
com.recorder.call.services.NService$1@48d5a29
11/07/2019 19:34:55 [AudioRecorder]/9: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
11/07/2019 19:34:55 [AudioRecorder]/9: audioMinBufferSize = 640
11/07/2019 19:34:55 [StandardRecorder]/9: Initializing encoder
11/07/2019 19:34:55 [AudioRecorder]/9: Native:C
11/07/2019 19:34:55 [AudioRecorder]/9: AudioRecorder started recording ....
11/07/2019 19:34:55 [StandardRecorder]/9: Signalling audio was read successfully
11/07/2019 19:34:55 [StandardRecorder]/9: Skipping buffer (1): Read = 3200
11/07/2019 19:34:55 [CallRecorderService]/9: Recording started..
11/07/2019 19:34:56 [StandardRecorder]/9: Skipping buffer (2): Read = 3200
11/07/2019 19:34:57 [CallRecorderService]/9: InCallThread notified
11/07/2019 19:35:14 [App]/9: Starting call recorder service .. bound=true
11/07/2019 19:35:14 [PhoneStateReceiver]/9: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x10
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
bqHint=4 (has extras) }
11/07/2019 19:35:14 [TelephonyStatus]/9: Telephony state = IDLE
11/07/2019 19:35:14 [StandardRecorder]/9: REC_TELEPHONY_STATUS_IDLE: ending..
11/07/2019 19:35:14 [StandardRecorder]/9: Total bytes written: 294400
11/07/2019 19:35:14 [StandardRecorder]/9: AudioRecorder:stop
11/07/2019 19:35:14 [TelephonyStatus]/9: Reset the telephony status
11/07/2019 19:35:14 [CallRecorderService]/9: Recording completed.
11/07/2019 19:35:14 [CallRecorderService]/9: RECORD_DURATION: 19 seconds,
AUTO_DELETE: 0 seconds
11/07/2019 19:35:14 [CallRecorderService]/9: Got a stop request
11/07/2019 19:35:14 [CallRecorderService]/9: Closing recording resources..
11/07/2019 19:35:14 [StandardRecorder]/9: Finalizing encoding, fileOutputStream =
java.io.FileOutputStream@3471ac3
AMREncoder-Native: Amr encoder closed
11/07/2019 19:35:14 [AudioRecorder]/9: Closing AudioRecorder object
11/07/2019 19:35:14 [AudioRecorder]/9: Unbinding km service
11/07/2019 19:35:14 [NService]/9: od
11/07/2019 19:35:15 [CallRecorderService]/9: InCallThread stopped
11/07/2019 19:35:15 [CallRecorder]/9: Attempting to stop call recorder service..
bound=true
11/07/2019 19:35:15 [CallRecorder]/9: Unbinding service connection
11/07/2019 19:35:15 [CallRecorderService]/9: onDestroy
11/07/2019 21:10:46 [App]/9: Starting call recorder service .. bound=false
11/07/2019 21:10:46 [PhoneStateReceiver]/9: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x10
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
bqHint=4 (has extras) }
11/07/2019 21:10:46 [TelephonyStatus]/9: Telephony state = OFFHOOK
11/07/2019 21:10:46 [TelephonyStatus]/9: Set call type to OUTGOING
11/07/2019 21:10:46 [TelephonyStatus]/9: RECORDING_ALLOWED: true, AUTOMATED: true
11/07/2019 21:10:46 [TelephonyStatus]/9: Waiting for phoneNo ...
11/07/2019 21:10:46 [App]/9: CallRecorderService is now bound
11/07/2019 21:10:46 [App]/9: Signalling service is bound..
11/07/2019 21:10:46 [CallRecorderService]/9: InCallThread started
11/07/2019 21:10:47 [TelephonyStatus]/9: Sending start record event..
11/07/2019 21:10:47 [CallRecorderService]/9: Recording for type: REC_CALL
11/07/2019 21:10:47 [CallRecorderService]/9: DEVICE_STRATEGY_CHECK: SM-J210F
(j2xlteins) defaulting to VOICE_CALL
11/07/2019 21:10:47 [CallRecorderService]/9: --- Using StandardRecorder ---
11/07/2019 21:10:47 [RecordItem]/9: Setting directory
11/07/2019 21:10:47 [RecordItem]/9: Setting filename
11/07/2019 21:10:47 [RecordItem]/9: Setting record format to AMR
11/07/2019 21:10:47 [RecordItem]/9: Setting record source to VOICE_CALL
11/07/2019 21:10:47 [CallRecorderService]/9: Using outgoing delay from settings: 1
seconds ..
11/07/2019 21:10:47 [AudioRecorder]/9: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
11/07/2019 21:10:47 [AudioRecorder]/9: audioMinBufferSize = 640
11/07/2019 21:10:47 [AudioRecorder]/9: => Failed to initialise AudioRecord with
these settings...
11/07/2019 21:10:47 [CallRecorderService]/9: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
11/07/2019 21:10:47 [StandardRecorder]/9: Attempting to remove file...
11/07/2019 21:10:47 [StandardRecorder]/9: Finalizing encoding, fileOutputStream =
null
11/07/2019 21:10:47 [CallRecorderService]/9: Retrying with Legacy
11/07/2019 21:10:47 [RecordItem]/9: Setting directory
11/07/2019 21:10:47 [RecordItem]/9: Setting filename
11/07/2019 21:10:47 [RecordItem]/9: Setting record format to AMR
11/07/2019 21:10:47 [RecordItem]/9: Setting record source to MEDIA_RECORDER
11/07/2019 21:10:48 [CallRecorderService]/9: Recording ERROR = 'start failed.'
[ Legacy ] retryMode = true
11/07/2019 21:10:48 [AndroidRecorder]/9: Attempting to remove file...
11/07/2019 21:10:48 [CallRecorderService]/9: Retrying with Native
11/07/2019 21:10:48 [RecordItem]/9: Setting directory
11/07/2019 21:10:48 [RecordItem]/9: Setting filename
11/07/2019 21:10:48 [RecordItem]/9: Setting record format to AMR
11/07/2019 21:10:48 [RecordItem]/9: Setting record source to AOSP_RECORDING
11/07/2019 21:10:48 [AudioRecorder]/9: Waiting on km service
11/07/2019 21:10:48 [NService]/9: oc
11/07/2019 21:10:48 [AudioRecorder]/9: KmService is now bound
11/07/2019 21:10:48 [AudioRecorder]/9: KmService instance =
com.recorder.call.services.NService$1@90efe7b
11/07/2019 21:10:48 [AudioRecorder]/9: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
11/07/2019 21:10:48 [AudioRecorder]/9: audioMinBufferSize = 640
11/07/2019 21:10:48 [StandardRecorder]/9: Initializing encoder
11/07/2019 21:10:48 [AudioRecorder]/9: Native:C
11/07/2019 21:10:48 [AudioRecorder]/9: AudioRecorder started recording ....
11/07/2019 21:10:49 [StandardRecorder]/9: Signalling audio was read successfully
11/07/2019 21:10:49 [StandardRecorder]/9: Skipping buffer (1): Read = 3200
11/07/2019 21:10:49 [CallRecorderService]/9: Recording started..
11/07/2019 21:10:49 [StandardRecorder]/9: Skipping buffer (2): Read = 3200
11/07/2019 21:10:51 [CallRecorderService]/9: InCallThread notified
11/07/2019 21:11:06 [App]/9: Starting call recorder service .. bound=true
11/07/2019 21:11:06 [PhoneStateReceiver]/9: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x10
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
bqHint=4 (has extras) }
11/07/2019 21:11:06 [TelephonyStatus]/9: Telephony state = IDLE
11/07/2019 21:11:07 [StandardRecorder]/9: REC_TELEPHONY_STATUS_IDLE: ending..
11/07/2019 21:11:07 [StandardRecorder]/9: Total bytes written: 281600
11/07/2019 21:11:07 [StandardRecorder]/9: AudioRecorder:stop
11/07/2019 21:11:07 [TelephonyStatus]/9: Reset the telephony status
11/07/2019 21:11:07 [CallRecorderService]/9: Recording completed.
11/07/2019 21:11:07 [CallRecorderService]/9: RECORD_DURATION: 17 seconds,
AUTO_DELETE: 0 seconds
11/07/2019 21:11:07 [CallRecorderService]/9: Got a stop request
11/07/2019 21:11:07 [CallRecorderService]/9: Closing recording resources..
11/07/2019 21:11:07 [StandardRecorder]/9: Finalizing encoding, fileOutputStream =
java.io.FileOutputStream@bb45c2f
AMREncoder-Native: Amr encoder closed
11/07/2019 21:11:07 [AudioRecorder]/9: Closing AudioRecorder object
11/07/2019 21:11:07 [AudioRecorder]/9: Unbinding km service
11/07/2019 21:11:07 [NService]/9: od
11/07/2019 21:11:07 [CallRecorderService]/9: InCallThread stopped
11/07/2019 21:11:07 [CallRecorder]/9: Attempting to stop call recorder service..
bound=true
11/07/2019 21:11:07 [CallRecorder]/9: Unbinding service connection
11/07/2019 21:11:07 [CallRecorderService]/9: onDestroy
11/07/2019 21:11:23 [App]/9: Starting call recorder service .. bound=false
11/07/2019 21:11:23 [PhoneStateReceiver]/9: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x10
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
bqHint=4 (has extras) }
11/07/2019 21:11:23 [TelephonyStatus]/9: Telephony state = OFFHOOK
11/07/2019 21:11:23 [TelephonyStatus]/9: Set call type to OUTGOING
11/07/2019 21:11:23 [TelephonyStatus]/9: RECORDING_ALLOWED: true, AUTOMATED: true
11/07/2019 21:11:23 [TelephonyStatus]/9: Waiting for phoneNo ...
11/07/2019 21:11:23 [CallRecorderService]/9: InCallThread started
11/07/2019 21:11:23 [App]/9: CallRecorderService is now bound
11/07/2019 21:11:23 [App]/9: Signalling service is bound..
11/07/2019 21:11:24 [TelephonyStatus]/9: Sending start record event..
11/07/2019 21:11:24 [CallRecorderService]/9: Recording for type: REC_CALL
11/07/2019 21:11:24 [CallRecorderService]/9: DEVICE_STRATEGY_CHECK: SM-J210F
(j2xlteins) defaulting to VOICE_CALL
11/07/2019 21:11:24 [CallRecorderService]/9: --- Using StandardRecorder ---
11/07/2019 21:11:24 [RecordItem]/9: Setting directory
11/07/2019 21:11:24 [RecordItem]/9: Setting filename
11/07/2019 21:11:24 [RecordItem]/9: Setting record format to AMR
11/07/2019 21:11:24 [RecordItem]/9: Setting record source to VOICE_CALL
11/07/2019 21:11:24 [CallRecorderService]/9: Using outgoing delay from settings: 1
seconds ..
11/07/2019 21:11:24 [AudioRecorder]/9: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
11/07/2019 21:11:24 [AudioRecorder]/9: audioMinBufferSize = 640
11/07/2019 21:11:24 [AudioRecorder]/9: => Failed to initialise AudioRecord with
these settings...
11/07/2019 21:11:24 [CallRecorderService]/9: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
11/07/2019 21:11:24 [StandardRecorder]/9: Attempting to remove file...
11/07/2019 21:11:24 [StandardRecorder]/9: Finalizing encoding, fileOutputStream =
null
11/07/2019 21:11:24 [CallRecorderService]/9: Retrying with Legacy
11/07/2019 21:11:24 [RecordItem]/9: Setting directory
11/07/2019 21:11:24 [RecordItem]/9: Setting filename
11/07/2019 21:11:24 [RecordItem]/9: Setting record format to AMR
11/07/2019 21:11:24 [RecordItem]/9: Setting record source to MEDIA_RECORDER
11/07/2019 21:11:25 [CallRecorderService]/9: Recording ERROR = 'start failed.'
[ Legacy ] retryMode = true
11/07/2019 21:11:25 [AndroidRecorder]/9: Attempting to remove file...
11/07/2019 21:11:25 [CallRecorderService]/9: Retrying with Native
11/07/2019 21:11:25 [RecordItem]/9: Setting directory
11/07/2019 21:11:25 [RecordItem]/9: Setting filename
11/07/2019 21:11:25 [RecordItem]/9: Setting record format to AMR
11/07/2019 21:11:25 [RecordItem]/9: Setting record source to AOSP_RECORDING
11/07/2019 21:11:25 [NService]/9: oc
11/07/2019 21:11:25 [AudioRecorder]/9: Waiting on km service
11/07/2019 21:11:25 [AudioRecorder]/9: KmService is now bound
11/07/2019 21:11:25 [AudioRecorder]/9: KmService instance =
com.recorder.call.services.NService$1@3c76849
11/07/2019 21:11:25 [AudioRecorder]/9: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
11/07/2019 21:11:25 [AudioRecorder]/9: audioMinBufferSize = 640
11/07/2019 21:11:25 [StandardRecorder]/9: Initializing encoder
11/07/2019 21:11:25 [AudioRecorder]/9: Native:C
11/07/2019 21:11:25 [AudioRecorder]/9: AudioRecorder started recording ....
11/07/2019 21:11:26 [StandardRecorder]/9: Signalling audio was read successfully
11/07/2019 21:11:26 [StandardRecorder]/9: Skipping buffer (1): Read = 3200
11/07/2019 21:11:26 [CallRecorderService]/9: Recording started..
11/07/2019 21:11:26 [StandardRecorder]/9: Skipping buffer (2): Read = 3200
11/07/2019 21:11:28 [CallRecorderService]/9: InCallThread notified
11/07/2019 21:12:03 [App]/9: Starting call recorder service .. bound=true
11/07/2019 21:12:03 [PhoneStateReceiver]/9: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x10
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
bqHint=4 (has extras) }
11/07/2019 21:12:03 [TelephonyStatus]/9: Telephony state = IDLE
11/07/2019 21:12:03 [StandardRecorder]/9: REC_TELEPHONY_STATUS_IDLE: ending..
11/07/2019 21:12:03 [StandardRecorder]/9: Total bytes written: 588800
11/07/2019 21:12:03 [TelephonyStatus]/9: Reset the telephony status
11/07/2019 21:12:03 [StandardRecorder]/9: AudioRecorder:stop
11/07/2019 21:12:03 [CallRecorderService]/9: Recording completed.
11/07/2019 21:12:03 [CallRecorderService]/9: RECORD_DURATION: 37 seconds,
AUTO_DELETE: 0 seconds
11/07/2019 21:12:03 [CallRecorderService]/9: Got a stop request
11/07/2019 21:12:03 [CallRecorderService]/9: Closing recording resources..
11/07/2019 21:12:03 [StandardRecorder]/9: Finalizing encoding, fileOutputStream =
java.io.FileOutputStream@38de904
AMREncoder-Native: Amr encoder closed
11/07/2019 21:12:03 [AudioRecorder]/9: Closing AudioRecorder object
11/07/2019 21:12:03 [AudioRecorder]/9: Unbinding km service
11/07/2019 21:12:03 [NService]/9: od
11/07/2019 21:12:03 [CallRecorderService]/9: InCallThread stopped
11/07/2019 21:12:03 [CallRecorder]/9: Attempting to stop call recorder service..
bound=true
11/07/2019 21:12:03 [CallRecorder]/9: Unbinding service connection
11/07/2019 21:12:03 [CallRecorderService]/9: onDestroy
11/07/2019 21:25:21 [CallRecorderService]/9: DEVICE_STRATEGY_CHECK: SM-J210F
(j2xlteins) defaulting to VOICE_CALL
11/07/2019 21:25:23 [CallRecorder]/9: SetAutomatic = true
11/07/2019 21:25:23 [CallRecorderService]/9: DEVICE_STRATEGY_CHECK: SM-J210F
(j2xlteins) defaulting to VOICE_CALL
11/07/2019 21:27:09 [App]/9: Starting call recorder service .. bound=false
11/07/2019 21:27:09 [PhoneStateReceiver]/9: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x10
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
bqHint=4 (has extras) }
11/07/2019 21:27:09 [TelephonyStatus]/9: Set call type to INCOMING
11/07/2019 21:27:09 [TelephonyStatus]/9: Set phoneNo, len = 13
11/07/2019 21:27:09 [TelephonyStatus]/9: Telephony state = RINGING
11/07/2019 21:27:09 [CallRecorderService]/9: InCallThread started
11/07/2019 21:27:09 [App]/9: CallRecorderService is now bound
11/07/2019 21:27:09 [App]/9: Signalling service is bound..
11/07/2019 21:27:14 [CallRecorderService]/9: InCallThread notified
11/07/2019 21:27:53 [App]/9: Starting call recorder service .. bound=true
11/07/2019 21:27:53 [PhoneStateReceiver]/9: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x10
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
bqHint=4 (has extras) }
11/07/2019 21:27:53 [TelephonyStatus]/9: Telephony state = IDLE
11/07/2019 21:27:53 [TelephonyStatus]/9: Reset the telephony status
11/07/2019 21:27:53 [CallRecorderService]/9: InCallThread stopped
11/07/2019 21:27:53 [CallRecorder]/9: Attempting to stop call recorder service..
bound=true
11/07/2019 21:27:53 [CallRecorder]/9: Unbinding service connection
11/07/2019 21:27:53 [CallRecorderService]/9: onDestroy
11/07/2019 21:49:29 [App]/9: Starting call recorder service .. bound=false
11/07/2019 21:49:29 [PhoneStateReceiver]/9: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x10
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
bqHint=4 (has extras) }
11/07/2019 21:49:29 [TelephonyStatus]/9: Set call type to INCOMING
11/07/2019 21:49:29 [TelephonyStatus]/9: Set phoneNo, len = 13
11/07/2019 21:49:29 [TelephonyStatus]/9: Telephony state = RINGING
11/07/2019 21:49:29 [CallRecorderService]/9: InCallThread started
11/07/2019 21:49:29 [App]/9: CallRecorderService is now bound
11/07/2019 21:49:29 [App]/9: Signalling service is bound..
11/07/2019 21:49:34 [CallRecorderService]/9: InCallThread notified
11/07/2019 21:49:58 [App]/9: Starting call recorder service .. bound=true
11/07/2019 21:49:58 [PhoneStateReceiver]/9: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x10
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
bqHint=4 (has extras) }
11/07/2019 21:49:58 [TelephonyStatus]/9: Telephony state = OFFHOOK
11/07/2019 21:49:58 [TelephonyStatus]/9: RECORDING_ALLOWED: true, AUTOMATED: true
11/07/2019 21:49:58 [TelephonyStatus]/9: Sending start record event..
11/07/2019 21:49:58 [CallRecorderService]/9: Recording for type: REC_CALL
11/07/2019 21:49:59 [CallRecorderService]/9: DEVICE_STRATEGY_CHECK: SM-J210F
(j2xlteins) defaulting to VOICE_CALL
11/07/2019 21:49:59 [CallRecorderService]/9: --- Using StandardRecorder ---
11/07/2019 21:49:59 [RecordItem]/9: Setting directory
11/07/2019 21:49:59 [RecordItem]/9: Setting filename
11/07/2019 21:49:59 [RecordItem]/9: Setting record format to AMR
11/07/2019 21:49:59 [RecordItem]/9: Setting record source to VOICE_CALL
11/07/2019 21:49:59 [CallRecorderService]/9: Using incoming delay from settings: 1
seconds ..
11/07/2019 21:49:59 [AudioRecorder]/9: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
11/07/2019 21:49:59 [AudioRecorder]/9: audioMinBufferSize = 640
11/07/2019 21:49:59 [AudioRecorder]/9: => Failed to initialise AudioRecord with
these settings...
11/07/2019 21:49:59 [CallRecorderService]/9: Recording ERROR = 'Cannot initialize
the AudioRecord object.' [ Android ] retryMode = true
11/07/2019 21:49:59 [StandardRecorder]/9: Attempting to remove file...
11/07/2019 21:49:59 [StandardRecorder]/9: Finalizing encoding, fileOutputStream =
null
11/07/2019 21:49:59 [CallRecorderService]/9: Retrying with Legacy
11/07/2019 21:49:59 [RecordItem]/9: Setting directory
11/07/2019 21:49:59 [RecordItem]/9: Setting filename
11/07/2019 21:49:59 [RecordItem]/9: Setting record format to AMR
11/07/2019 21:49:59 [RecordItem]/9: Setting record source to MEDIA_RECORDER
11/07/2019 21:50:00 [CallRecorderService]/9: Recording ERROR = 'start failed.'
[ Legacy ] retryMode = true
11/07/2019 21:50:00 [AndroidRecorder]/9: Attempting to remove file...
11/07/2019 21:50:00 [CallRecorderService]/9: Retrying with Native
11/07/2019 21:50:00 [RecordItem]/9: Setting directory
11/07/2019 21:50:00 [RecordItem]/9: Setting filename
11/07/2019 21:50:00 [RecordItem]/9: Setting record format to AMR
11/07/2019 21:50:00 [RecordItem]/9: Setting record source to AOSP_RECORDING
11/07/2019 21:50:00 [AudioRecorder]/9: Waiting on km service
11/07/2019 21:50:00 [NService]/9: oc
11/07/2019 21:50:00 [AudioRecorder]/9: KmService is now bound
11/07/2019 21:50:00 [AudioRecorder]/9: KmService instance =
com.recorder.call.services.NService$1@da22673
11/07/2019 21:50:00 [AudioRecorder]/9: => Testing sampleRateInHz: 8000hz,
audioFormat: ENCODING_PCM_16BIT, channelConfig: CHANNEL_IN_MONO
11/07/2019 21:50:00 [AudioRecorder]/9: audioMinBufferSize = 640
11/07/2019 21:50:00 [StandardRecorder]/9: Initializing encoder
11/07/2019 21:50:00 [AudioRecorder]/9: Native:C
11/07/2019 21:50:01 [AudioRecorder]/9: AudioRecorder started recording ....
11/07/2019 21:50:01 [StandardRecorder]/9: Signalling audio was read successfully
11/07/2019 21:50:01 [StandardRecorder]/9: Skipping buffer (1): Read = 3200
11/07/2019 21:50:01 [CallRecorderService]/9: Recording started..
11/07/2019 21:50:01 [StandardRecorder]/9: Skipping buffer (2): Read = 3200
11/07/2019 21:58:38 [App]/9: Starting call recorder service .. bound=true
11/07/2019 21:58:38 [PhoneStateReceiver]/9: PhoneStateReceiver: intent = Intent
{ act=android.intent.action.PHONE_STATE flg=0x10
cmp=call.recorder.automatic.acr/com.recorder.call.core.receiver.PhoneStateReceiver
bqHint=4 (has extras) }
11/07/2019 21:58:38 [TelephonyStatus]/9: Telephony state = IDLE
11/07/2019 21:58:38 [TelephonyStatus]/9: Reset the telephony status
11/07/2019 21:58:38 [StandardRecorder]/9: REC_TELEPHONY_STATUS_IDLE: ending..
11/07/2019 21:58:38 [StandardRecorder]/9: Total bytes written: 8262400
11/07/2019 21:58:38 [StandardRecorder]/9: AudioRecorder:stop
11/07/2019 21:58:38 [CallRecorderService]/9: Recording completed.
11/07/2019 21:58:38 [CallRecorderService]/9: RECORD_DURATION: 516 seconds,
AUTO_DELETE: 0 seconds
11/07/2019 21:58:38 [CallRecorderService]/9: Got a stop request
11/07/2019 21:58:38 [CallRecorderService]/9: Closing recording resources..
11/07/2019 21:58:38 [StandardRecorder]/9: Finalizing encoding, fileOutputStream =
java.io.FileOutputStream@1c463c
AMREncoder-Native: Amr encoder closed
11/07/2019 21:58:38 [AudioRecorder]/9: Closing AudioRecorder object
11/07/2019 21:58:38 [AudioRecorder]/9: Unbinding km service
11/07/2019 21:58:38 [NService]/9: od
11/07/2019 21:58:38 [CallRecorderService]/9: InCallThread stopped
11/07/2019 21:58:38 [CallRecorder]/9: Attempting to stop call recorder service..
bound=true
11/07/2019 21:58:38 [CallRecorder]/9: Unbinding service connection
11/07/2019 21:58:38 [CallRecorderService]/9: onDestroy

You might also like