distriqt / ANE-Message

Send messages from AIR using email and SMS
https://airnativeextensions.com/extension/com.distriqt.Message
0 stars 0 forks source link

Multiple Attachments #52

Closed adamski68 closed 5 years ago

adamski68 commented 5 years ago

Is it possible to attach multiple attachments to a single e-mail?

Thanks.

marchbold commented 5 years ago

Yes, The sendMailWithOptions() function takes an Array of MessageAttachment objects so you can have multiple message attachments.

var attachments:Array = [
    new MessageAttachment( pathToImage1, "image/jpeg" ),
    new MessageAttachment( pathToImage2, "image/jpeg" )
];
Message.service.sendMailWithOptions( 
        subject, 
        body, 
        email, 
        "",
        "",
        attachments
    );
adamski68 commented 5 years ago

Thanks.

I am storing audio files (created by your audio recorder ANE) in the application storage directory. I then want to attach the files to the email message.

The number of files to attach can vary between 0 and 3, depending on the particular game.

What should be the syntax of the following statement be in this case:

new MessageAttachment( pathToImage1, "image/jpeg" )

?

marchbold commented 5 years ago

The syntax is in the comment above, you'll just need the native path to the file you saved and then the mimeType, something like audio/mp4

adamski68 commented 5 years ago

Thanks.

I think I am missing something.

I am using this code to set the file location for the audio file:

recordedFileName = homeTeam + "" + awayTeam +""+ today_save.date + "-" + (months[today_save.month]) + newString;

var savefile:File = File.applicationStorageDirectory.resolvePath( recordedFileName );

var options:AudioRecorderOptions = new AudioRecorderOptions(); options.filename = savefile.nativePath; options.audioEncoding = AudioEncoder.AAC;

This is what I am using to populate the attachments array for the email:

var attachments: Array = [new MessageAttachment (File.applicationStorageDirectory.nativePath+ recordedFileName,"audio/mp4")];

I cannot see whether the file is being created, but it all seems to be running OK in the app.

Problem is there is no attachment (I am using gmail). Permissions are set correctly, manifest is updated…. But something is not right.

Suggestions?

Thanks, Adam

adamski68 commented 5 years ago

However I try to set the save path, the wav file is being saved in the root of the internal storage drive [/storage/emulated/0/]. Have tried pointing it at the ApplicationStorage and the documents directories but it does not make a difference. At least it is saving the file somewhere.

BUT when I come to try and attach the file through the new Attachment statement, it just will not have it. I have tried all the different ways of declaring the path that I can think of...

"/storage/emulated/0/"+file name resolvePath with a file object

and none of it works - the file simply will not attach, yet I can see that it exists.

Help.

adamski68 commented 5 years ago

Hello,

When can I expect some assistance on my latest message?

From: Michael notifications@github.com Sent: 29 August 2019 02:39 To: distriqt/ANE-Message ANE-Message@noreply.github.com Cc: adamski68 adent739@googlemail.com; Author author@noreply.github.com Subject: Re: [distriqt/ANE-Message] Multiple Attachments (#52)

The syntax is in the comment above, you'll just need the native path to the file you saved and then the mimeType, something like audio/mp4

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/distriqt/ANE-Message/issues/52?email_source=notifications&email_token=AINLPDNLCFGLDPLENXAQ7JTQG4SDHA5CNFSM4IQESD4KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5M6OJQ#issuecomment-525985574 , or mute the thread https://github.com/notifications/unsubscribe-auth/AINLPDKJJYVMOZAUZ25LX7LQG4SDHANCNFSM4IQESD4A . https://github.com/notifications/beacon/AINLPDMJVZK7USDHMCGZZHLQG4SDHA5CNFSM4IQESD4KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5M6OJQ.gif

marchbold commented 5 years ago

You seem to be using the wrong path for the attachment,

You should use savefile.nativePath.

File.applicationStorageDirectory.nativePath+ recordedFileName will be missing a directory separator and probably fail.

If you are still having issues please post the logs from the device and we should be able to help further:

https://airnativeextensions.github.io/tutorials/device-logs

adamski68 commented 5 years ago

This is the first bit of the log, when the audio file should be created 09-04 08:14:27.439 370 4408 D AudioSpeechEnhanceInfo: IsBesRecTuningEnable()- 0 09-04 08:14:27.439 370 4408 D NVRAM : QueryFeatureSupportInfo(), feature support bit 0x1a090255 09-04 08:14:27.439 370 4408 D AudioSpeechEnhanceInfo: GetBesRecVMFileName(), mVMFileName=, VMFileName= 09-04 08:14:27.439 370 4408 D NVRAM : QueryFeatureSupportInfo(), feature support bit 0x1a090255 09-04 08:14:27.439 370 4408 D AudioSpeechEnhanceInfo: GetForceMagiASRState(), feature_support=1a090255, 0, mForceMagiASR=0 09-04 08:14:27.440 370 4408 D AudioSpeechEnhanceInfo: GetForceAECRecState(), mForceAECRec=0 09-04 08:14:27.440 370 4408 D AudioALSAStreamIn: -CheckBesRecordInfo() 09-04 08:14:27.440 370 4408 D AudioALSAStreamIn: checkOpenStreamSampleRate(), origin sampleRate 44100, kDefaultInputSourceSampleRate 48000. 09-04 08:14:27.440 370 4408 D AudioALSAStreamIn: set() done, sampleRate = 44100, num_channels = 2, buffer_size=3520 09-04 08:14:27.440 370 4408 D AudioSpeechEnhanceInfo: GetDebugStatus, mDebugflag=0 09-04 08:14:27.440 370 4408 D AudioALSAStreamIn: set() tempDebugflag = 0 09-04 08:14:27.440 370 4408 D AudioALSAStreamManager: -openInputStream(), in = 0xa624e000, status = 0x0, mStreamInVector.size() = 1 09-04 08:14:27.440 370 4408 D AudioALSAStreamIn: +setParameters(): input_source=1 09-04 08:14:27.440 370 4408 D AudioALSAStreamIn: setParameters() InputSource = 1 09-04 08:14:27.440 370 4408 D AudioALSAStreamIn: -setParameters(): input_source=1 09-04 08:14:27.440 370 4408 D MemoryHeapBase: memory fd=25 09-04 08:14:27.441 370 17648 I AudioFlinger_Threads: AudioFlinger's thread 0xa6403f00 ready to run 09-04 08:14:27.441 370 17648 D AudioALSAStreamIn: +standby() 09-04 08:14:27.441 370 17648 D AudioALSAStreamIn: -standby() 09-04 08:14:27.442 370 4408 V AudioPolicyService: AudioCommandThread() adding update audio port list 09-04 08:14:27.442 370 520 V AudioPolicyService: AudioCommandThread() processing update audio port list 09-04 08:14:27.444 370 17648 D AudioALSAStreamIn: +standby() 09-04 08:14:27.444 1062 8670 D AppOps : startOperation: allowing code 40 uid 1041 package audioserver 09-04 08:14:27.444 370 17648 D AudioALSAStreamIn: -standby() 09-04 08:14:27.446 370 370 D MemoryHeapBase: memory fd=27 09-04 08:14:27.446 370 370 D AudioFlinger: track(0xa766ff40): mIsOut 0, mFrameCount 3072, mSampleRate 44100, mFormat 1, mChannelCount 2, mTrackCount 38, thread 0xa6403f00, sessionId 401 09-04 08:14:27.447 377 903 D AudioRecord: openRecord_l: 0xa7ed4000, mCblk = 0xa5402000 09-04 08:14:27.447 377 903 W AudioRecord: Server adjusted notificationFrames from 1024 to 880 for frameCount 3072 09-04 08:14:27.448 377 903 I AudioSource: constructor, minFrameCount = 1764, frameCount = 512, bufCount = 4, mInitCheck = 0 09-04 08:14:27.450 377 17649 I MediaPlayerService: MediaPlayerService::getOMX 09-04 08:14:27.451 377 17649 I OMXClient: MuxOMX ctor 09-04 08:14:27.452 353 353 I OMXMaster: makeComponentInstance(OMX.google.aac.encoder) in mediacodec process 09-04 08:14:27.452 353 353 E SoftOMXPlugin: make component instance, need dlopen(libstagefright_soft_aacenc.so)! 09-04 08:14:27.457 377 17649 I MediaCodec: MediaCodec will operate in async mode 09-04 08:14:27.461 353 505 E OMXNodeInstance: setConfig(1610038:google.aac.encoder, ConfigPriority(0x6f800002)) ERROR: Undefined(0x80001001) 09-04 08:14:27.461 377 17649 I ACodec : codec does not support config priority (err -2147483648) 09-04 08:14:27.462 353 353 E OMXNodeInstance: getParameter(1610038:google.aac.encoder, ??(0x7f200406)) ERROR: UnsupportedIndex(0x8000101a) 09-04 08:14:27.464 377 17649 D MemoryHeapBase: memory fd=27 09-04 08:14:27.466 377 17649 D MemoryHeapBase: memory fd=28 09-04 08:14:27.468 377 903 D StagefrightRecorder: [setupAudioEncoder] - 09-04 08:14:27.468 377 903 D StagefrightRecorder: [setupMPEG4orWEBMRecording] - 09-04 08:14:27.468 377 903 D MPEG4Writer: start ++ 09-04 08:14:27.468 377 903 W MPEG4Writer: MPEG4Writer:not set kKeyFrameRate 09-04 08:14:27.468 377 903 W MPEG4Writer: MPEG4Writer:not set kKeyWidth 09-04 08:14:27.468 377 903 W MPEG4Writer: MPEG4Writer:not set kKeyHeight 09-04 08:14:27.468 377 903 I MPEG4Writer: limits: 4294967295/0 bytes/us, bit rate: 32000 bps and the estimated moov size 3195 bytes 09-04 08:14:27.469 377 903 D MPEG4Writer: audio Track start,mStartTimeRealUs=16751173096 09-04 08:14:27.469 377 903 D MPEG4Writer: Start Audio MediaSource 09-04 08:14:27.469 377 17646 I MediaCodecSource: MediaCodecSource (audio) starting 09-04 08:14:27.471 377 17653 I AudioSource: start, call AudioRecord start+++,mStartTimeUs=16751173096 09-04 08:14:27.471 377 17653 D AudioRecord: start: 0xa7ed4000, sync event 0 trigger session 0 09-04 08:14:27.471 370 519 V AudioPolicyService: AudioCommandThread() processing create audio patch 09-04 08:14:27.472 370 17648 D AudioALSAHardware: id 0xb 09-04 08:14:27.472 370 17648 D AudioALSAHardware: mix.hw_module 0xa 09-04 08:14:27.472 370 17648 D AudioALSAHardware: mix.handle 0x36 09-04 08:14:27.472 370 17648 D AudioALSAHardware: mix.usecase.source 0x1 09-04 08:14:27.472 370 17648 D AudioALSAHardware: +routing createAudioPatch 80000004->Mixer Src 1 09-04 08:14:27.472 370 17648 D AudioALSAStreamManager: +setParameters(), IOport = 54, keyValuePairs = input_source=1;routing=-2147483644 09-04 08:14:27.472 370 17648 D AudioALSAStreamIn: +setParameters(): input_source=1;routing=-2147483644 09-04 08:14:27.473 370 17648 D AudioALSAStreamIn: setParameters() InputSource = 1 09-04 08:14:27.473 370 17648 D AudioALSAStreamManager: +routingInputDevice(), input_device: 0x80000004 => 0x80000004 09-04 08:14:27.473 370 17648 W AudioALSAStreamManager: -routingInputDevice(), input_device == current_input_device(0x80000004), return 09-04 08:14:27.473 370 17648 D AudioALSAStreamIn: -setParameters(): input_source=1;routing=-2147483644 09-04 08:14:27.474 370 370 V AudioPolicyService: AudioCommandThread() adding recording configuration update event 1, source 1 09-04 08:14:27.474 370 520 V AudioPolicyService: AudioCommandThread() processing recording configuration update 09-04 08:14:27.475 370 17648 D AudioALSAStreamIn: open() 09-04 08:14:27.475 377 17653 D AudioRecord: return status 0 09-04 08:14:27.475 370 17648 D AudioALSAStreamManager: +createCaptureHandler(), mAudioMode = 0, input_source = 1, input_device = 0x80000004, mBypassDualMICProcessUL=1, sample_rate=44100 09-04 08:14:27.475 377 17653 I AudioSource: start, call AudioRecord start ---,err=0 09-04 08:14:27.475 370 17648 D NVRAM : QueryFeatureSupportInfo(), feature support bit 0x1a090255 09-04 08:14:27.475 370 17648 D AudioALSAStreamManager: -EnableBesRecord(), 1 09-04 08:14:27.475 370 17648 D AudioALSACaptureHandlerBase: AudioALSACaptureHandlerBase() 09-04 08:14:27.475 370 17648 D AudioALSACaptureHandlerNormal: AudioALSACaptureHandlerNormal() 09-04 08:14:27.475 370 17648 D AudioALSACaptureHandlerNormal: init() 09-04 08:14:27.475 370 17648 I AudioALSAStreamManager: Not Hotword Record,Force Close VOW 09-04 08:14:27.475 370 17648 D AudioALSAStreamManager: -createCaptureHandler(), mCaptureHandlerVector.size() = 1 09-04 08:14:27.475 370 17648 D AudioALSACaptureHandlerNormal: +open(), input_device = 0x80000004, input_source = 0x1, sample_rate=44100, num_channels=2 09-04 08:14:27.475 370 17648 D AudioALSACaptureDataClientAurisysNormal: AudioALSACaptureDataClientAurisysNormal(+) 09-04 08:14:27.476 377 17646 I MediaCodecSource: MediaCodecSource (audio) started 09-04 08:14:27.476 370 17648 D AudioALSACaptureDataProviderBase: configStreamAttribute(), audio_mode: 0 => 0, input_device: 0x80000004 => 0x80000004, flag: 0x0 => 0x0, input_source: 1->1 09-04 08:14:27.476 370 17648 D AudioALSACaptureDataProviderBase: attach(+), 0xa58df000, mCaptureDataClientVector.size()=0, Identity=0xa720e3c0 09-04 08:14:27.476 377 903 D MPEG4Writer: Start Audio MediaSource finish, err=0 09-04 08:14:27.476 370 17648 D AudioALSACaptureDataProviderNormal: open(+) 09-04 08:14:27.476 370 17648 D AudioALSADeviceParser: compare success, pcmIndex = 1, stringpair = MultiMedia1_Capture 09-04 08:14:27.476 370 17648 D AudioALSACaptureDataProviderNormal: audiomode=0, cardindex = 0, pcmindex = 1 09-04 08:14:27.476 377 903 D MPEG4Writer: start -- 09-04 08:14:27.476 377 17654 D MPEG4Writer: Audio mStszTableEntries->count()=0, mDone=0 09-04 08:14:27.477 377 903 D StagefrightRecorder: [start] - status=0 09-04 08:14:27.477 370 17648 D AudioALSACaptureDataProviderNormal: buffersizemax: 32768 09-04 08:14:27.477 370 17648 D AudioSpeechEnhanceInfo: GetHifiRecord, mHiFiRecordEnable=0 09-04 08:14:27.477 370 17648 D AudioALSACaptureDataProviderNormal: bHifiRecord: 0 09-04 08:14:27.477 370 17648 D AudioSpeechEnhanceInfo: GetDebugStatus, mDebugflag=0 09-04 08:14:27.477 370 17648 D AudioALSACaptureDataProviderNormal: btempDebug: 0 09-04 08:14:27.478 370 17648 D AudioALSACaptureDataProviderBase: HasLowLatencyCapture(), bRet=0 09-04 08:14:27.478 370 17648 D AudioALSACaptureDataProviderNormal: pcm format: 1, channels: 1, rate: 48000, period_size: 960, period_count: 4 09-04 08:14:27.478 370 17648 D AudioALSACaptureDataProviderNormal: latency: 20, kReadBufferSize: 3840, mCaptureDropSize: 0 09-04 08:14:27.478 370 17648 D AudioALSADeviceParser: compare success, pcmIndex = 1, stringpair = MultiMedia1_Capture 09-04 08:14:27.479 370 17648 D AudioALSACaptureDataProviderBase: enablePimcDevice(+), enable=1 09-04 08:14:27.479 370 17648 D AudioALSAHardwareResourceManager: +startInputDevice(), new_device = 0x80000004, mInputDevice = 0x0, mStartInputDeviceCount = 0, mMicInverse=0 09-04 08:14:27.479 370 17648 D AudioALSAHardwareResourceManager: setMIC1Mode(), isphonemic 0, micmode 2 09-04 08:14:27.479 370 17648 D AudioALSAHardwareResourceManager: setMIC2Mode(), isphonemic 0, micmode 2 09-04 08:14:27.479 370 17648 D AudioALSAHardwareResourceManager: -startInputDevice(), mInputDevice = 0x80000004, mStartInputDeviceCount = 1 09-04 08:14:27.480 370 17648 D AudioALSACaptureDataProviderNormal: open(-) 09-04 08:14:27.480 370 17648 D AudioALSACaptureDataProviderBase: attach(-), size=1 09-04 08:14:27.480 370 17648 D AudioALSACaptureDataClientAurisysNormal: mLatency 20, mRawDataPeriodBufSize 3840, mProcessedDataPeriodBufSize 3528, mEchoRefDataPeriodBufSize 0 09-04 08:14:27.480 370 17648 D AudioMTKGainController: +SetCaptureGain(), mode=0, source=1, input device=0x80000004, output device=0x2 09-04 08:14:27.480 370 17648 D NVRAM : QueryFeatureSupportInfo(), feature support bit 0x1a090255 09-04 08:14:27.480 370 17648 D SpeechParamParser: GetSpeechParamSupport(), SPH_PARAM_SV = 0 09-04 08:14:27.480 370 17648 D AudioALSAStreamManager: GetSpeechParamEnable() NOT Supported! 09-04 08:14:27.480 370 17648 D : IsAudioSupportFeature AUDIO_SUPPORT_DMIC bSupportFlg[0] 09-04 08:14:27.480 370 17648 D AudioMTKGainController: ApplyMicGain(), _mic_mode = 0, _gain_device = 2, mode = 0, micgain = 34, mULTotalGain = 208, mBand 0, mNetwork 0 09-04 08:14:27.480 370 17648 D AudioMTKGainController: SetAdcPga1 = 4 09-04 08:14:27.481 370 17648 D AudioMTKGainController: SetAdcPga2 = 4 09-04 08:14:27.481 370 17648 D AudioALSACaptureDataClientAurisysNormal: CreateAurisysLibManager(+), voip: 0, low_latency: 0, aec: 0, input_source: 1, flag: 0x0 09-04 08:14:27.481 370 17648 D aurisys_lib_manager: new_aurisys_lib_manager(+), aurisys_scenario = 3 09-04 08:14:27.481 370 17648 D aurisys_lib_handler: aurisys_create_lib_handler_list_xlink(), name mtk_speech_enh, new_lib_handler 0xa624e1c0 09-04 08:14:27.481 370 17648 D AudioSampleRate: audio_sample_rate_get_match_rate(), masks 0x108, rate 48000, mask 0x100 09-04 08:14:27.481 370 17648 D aurisys_utility: get_dedicated_format_from_mask(), masks 0x2 and the_audio_format 4 not match!! use 1 09-04 08:14:27.481 370 17648 D aurisys_utility: lib, working fs: 48000, fmt: 0x1, frame = 20, b_interleave = 0, num_ul_ref_buf_array = 0, num_dl_ref_buf_array = 0 09-04 08:14:27.481 370 17648 D aurisys_utility: ul in[type:0], ch: 1, ch_mask: 0x0, buf fs: 48000, read data fs: 48000, fmt: 0x1 09-04 08:14:27.481 370 17648 D aurisys_utility: ul out[type:1], ch: 1, ch_mask: 0x0, buf fs: 48000, read data fs: 48000, fmt: 0x1 09-04 08:14:27.482 370 17648 D aurisys_lib_manager: UL gain set to mtk_speech_enh 0xa624e1c0 09-04 08:14:27.482 370 17648 D aurisys_lib_manager: new_aurisys_lib_manager(-), manager 0xa58ef0a0, num_uplink_library_hanlder 1, num_downlink_library_hanlder 0 09-04 08:14:27.482 370 17648 D aurisys_utility: input dev: 0x80000004, fmt = 0x4, fs: 48000, max fs: 48000, ch: 1, max ch: 1, ch maks: 0x10, hw_info_mask: 0x0 09-04 08:14:27.482 370 17648 D aurisys_utility: output dev: 0x2, fmt = 0x0, fs: 0, max fs: 48000, ch: 0, max ch: 2, ch maks: 0x0, hw_info_mask: 0x0 09-04 08:14:27.482 370 17648 D aurisys_utility: task_scene: 3, audio_mode: 0, input_source: 1, enhancement_feature_mask: 0x0 09-04 08:14:27.483 370 17648 D aurisys_lib_handler: product_info.p_string = vendor=mediatek,model=k97v1_64_op02_lwg_ss_dsp_mp3,device=k97v1_64 09-04 08:14:27.483 370 17648 D aurisys_lib_handler: file_path.p_string = /vendor/etc/aurisys_param/Speech_AudioParam.xml, enhancement_mode = 0 09-04 08:14:27.483 370 17648 D aurisys_lib_handler: working_buf->memory_size = 229760, retval = 0 09-04 08:14:27.483 370 17656 D AudioALSACaptureDataProviderNormal: +readThread(), pid: 370, tid: 17656, kReadBufferSize=0xf00, open_index=4, UPLINK_SET_AMICDCC_BUFFER_TIME_MS = 80, counter=1 09-04 08:14:27.484 370 17648 D aurisys_lib_handler: arsi_create_handler, arsi_handler = 0xa6483800, retval = 0 09-04 08:14:27.484 370 17648 D aurisys_lib_manager: UL handler 0xa624e1c0 09-04 08:14:27.485 370 17648 D audio_pool_buf_handler: audio_pool_buf_formatter_dump_info(), sample_rate: 48000 => 48000, num_channels: 1 => 1, audio_format: 0x4 => 0x1, interleave: 1 => 0, frame: 0 => 20 09-04 08:14:27.485 370 17648 D audio_pool_buf_handler: =>bli_src_init(), sample_rate: 48000 => 48000, num_channels: 1 => 1, audio_format: 0x4, 0x1, SRC_PCM_FORMAT = 2, src buf size = 270336 09-04 08:14:27.485 370 17648 D MtkAudioSrcInC: InitMtkAudioSrcInC 09-04 08:14:27.486 370 17648 D audio_pool_buf_handler: =>bit_convert_init(), audio_format: 0x4 => 0x1, bcv_pcm_format = 0x1, bit_convert = 0xa63de190, bit_convert_out_buf = 0xa6344380, buf size = 135168 09-04 08:14:27.486 370 17648 D aurisys_lib_manager: UL out 09-04 08:14:27.486 370 17648 D audio_pool_buf_handler: audio_pool_buf_formatter_dump_info(), sample_rate: 48000 => 44100, num_channels: 1 => 2, audio_format: 0x1 => 0x1, interleave: 0 => 1, frame: 20 => 0 09-04 08:14:27.486 370 17648 D audio_pool_buf_handler: =>bli_src_init(), sample_rate: 48000 => 44100, num_channels: 1 => 2, audio_format: 0x1, 0x1, SRC_PCM_FORMAT = 0, src buf size = 496768 09-04 08:14:27.486 370 17648 D MtkAudioSrcInC: InitMtkAudioSrcInC 09-04 08:14:27.487 370 17648 D aurisys_lib_handler: mtk_speech_enh set ul_analog_gain_ref_only 24, ul_digital_gain 14, retval 0 09-04 08:14:27.487 370 17648 D AudioALSACaptureDataClientAurisysNormal: CreateAurisysLibManager(-), mAurisysScenario: 3, mAurisysLibManager: 0xa58ef0a0 09-04 08:14:27.487 370 17648 D AudioPreProcess: AudioPreProcess()+ 09-04 08:14:27.487 370 17648 D AudioPreProcess: AudioPreProcess()- 09-04 08:14:27.488 370 17648 D AudioALSACaptureDataClientAurisysNormal: AudioALSACaptureDataClientAurisysNormal(-), drop_ms = 60 09-04 08:14:27.488 370 17648 D AudioVoiceUIDL: [SetUplinkStartTime] mULtime sec 0 nsec 0 09-04 08:14:27.488 370 17648 D AudioALSACaptureHandlerNormal: -open() 09-04 08:14:27.488 370 17657 D AudioALSACaptureDataClientAurisysNormal: thread processThread_370_17657 created. setpriority ANDROID_PRIORITY_AUDIO done 09-04 08:14:27.502 370 17657 D MtkAudioSrcInC: OutputSampleCount 3452 => 3528 09-04 08:14:27.563 370 17648 D AudioVoiceUIDL: [SetUplinkStartTime] mULtime sec 16751 nsec 217700690 09-04 08:14:27.563 377 17647 D AudioSource: dataCallback, first frame mInitialReadTimeUs =16751199034, mStartTimeUs = 16751173096 09-04 08:14:27.563 377 17647 D AudioSource: dataCallback, the revised mStartTimeUs =25938 09-04 08:14:27.563 377 17647 D AudioSource: mFirstGetTimeUs(16751265394) 09-04 08:14:27.563 377 17647 D AudioSource: queueInputBuffer_l,first fram kKeyAnchorTime =25938 09-04 08:14:27.585 377 17654 I MPEG4Writer: setStartTimestampUs: 25938 09-04 08:14:27.585 377 17654 I MPEG4Writer: Earliest track starting time: 25938 09-04 08:14:27.585 377 17654 D MPEG4Writer: Audio mStartTimestampUs=25938us 09-04 08:14:28.554 325 325 I wmt_launcher: fw log ctrl flag has been set 09-04 08:14:28.555 325 325 I wmt_launcher: fw dynamic ctrl flag has been set 09-04 08:14:28.625 377 17654 D MPEG4Writer: A bufferChunk 09-04 08:14:29.644 377 17654 D MPEG4Writer: A bufferChunk 09-04 08:14:30.264 1062 1234 I PerfService: PerfServiceNative_boostEnableAsync:6 09-04 08:14:30.266 1573 1573 I perfservd: 0: set freq: -1 702000 09-04 08:14:30.276 333 1118 I BufferQueueProducer: SurfaceView - air.com.sportsofficialsolutions.sosREFhockey/air.com.sportsofficialsolutions.sosREFhockey.AppEntry queueBuffer: fps=1.96 dur=3059.19 max=2781.95 min=8.58 09-04 08:14:30.295 333 333 I DisplayDevice: [Built-in Screen (type:0)] fps:1.956900,dur:3066.07,max:2798.01,min:16.18 09-04 08:14:30.423 1062 1234 I PerfService: PerfServiceNative_boostDisableAsync:6 09-04 08:14:30.424 1573 1573 I perfservd: 0: set freq: -1 1001000 09-04 08:14:30.432 17600 17600 D com.distriqt.AudioRecorder: AudioRecorderController::stop() 09-04 08:14:30.433 377 903 D StagefrightRecorder: [stop] stop 09-04 08:14:30.433 377 903 D MPEG4Writer: reset ++ 09-04 08:14:30.433 377 903 D MPEG4Writer: Audio track source stopping 09-04 08:14:30.433 377 17646 I MediaCodecSource: encoder (audio) stopping 09-04 08:14:30.433 377 17646 D MediaCodecSource: queued buffers when stop(0) 09-04 08:14:30.459 377 17653 D MediaCodecSource: puller (audio) posting EOS 09-04 08:14:30.459 377 17646 D MediaCodecSource: puller (audio) reached EOS 09-04 08:14:30.459 377 17654 D MPEG4Writer: A bufferChunk 09-04 08:14:30.459 377 17649 D ACodec : [OMX.google.aac.encoder] Executing::kWhatShutdown keepComponentAllocated 0 09-04 08:14:30.459 377 17654 I MPEG4Writer: Received total/0-length (124/0) buffers and encoded 123 frames. - Audio 09-04 08:14:30.459 377 17654 I MPEG4Writer: Audio track drift time: 0 us 09-04 08:14:30.462 377 17649 I ACodec : freeBuffersOnPort portIndex 0 09-04 08:14:30.462 377 17649 D MemoryHeapBase: memory- fd=27 09-04 08:14:30.464 377 17649 I ACodec : freeBuffersOnPort portIndex 1 09-04 08:14:30.465 353 1001 E SoftOMXPlugin: destroy component instance, need dlclose()! 09-04 08:14:30.466 377 17649 D ResourceManagerService: ResourceManagerService:removeResource 09-04 08:14:30.466 377 17646 D ResourceManagerService: ResourceManagerService:removeResource 09-04 08:14:30.466 377 17646 D MemoryHeapBase: memory- fd=28 09-04 08:14:30.467 377 17646 I MediaCodecSource: encoder (audio) stopped 09-04 08:14:30.467 377 17653 I AudioSource: reset 09-04 08:14:30.467 377 17653 I AudioSource: reset, call AudioRecord stop+++ 09-04 08:14:30.467 377 17653 D AudioRecord: stop: 0xa7ed4000 09-04 08:14:30.467 377 17653 D AudioTrackShared: this(0xa7eb0320), mCblk(0xa5402000), front(128480), mIsOut 0, interrupt() FUTEX_WAKE 09-04 08:14:30.467 377 17647 D AudioTrackShared: obtainBuffer() interrupted by client 09-04 08:14:30.482 370 17648 D AudioALSAStreamIn: +standby() 09-04 08:14:30.482 370 17648 D AudioALSAStreamIn: standby(), keep the mStandbyFrameCount = 132300, ret = 0 09-04 08:14:30.482 370 17648 D AudioALSAStreamIn: close() 09-04 08:14:30.482 370 17648 D AudioALSACaptureHandlerNormal: +close() 09-04 08:14:30.501 370 17648 D AudioALSACaptureDataClientAurisysNormal: pthread_join hProcessThread done 09-04 08:14:30.501 370 17648 D AudioALSACaptureDataProviderBase: detach(+), 0xa58df000, mCaptureDataClientVector.size()=1, Identity=0xa720e3c0 09-04 08:14:30.501 370 17648 D AudioALSACaptureDataProviderNormal: close() 09-04 08:14:30.520 370 17656 D AudioALSACaptureDataProviderNormal: -readThread(), pid: 370, tid: 17656 09-04 08:14:30.520 370 17648 D AudioALSACaptureDataProviderNormal: pthread_join hReadThread done 09-04 08:14:30.521 370 17648 D AudioALSACaptureDataProviderNormal: -close() 09-04 08:14:30.521 370 17648 D AudioALSACaptureDataProviderBase: enablePimcDevice(+), enable=0 09-04 08:14:30.521 370 17648 D AudioALSAHardwareResourceManager: +stopInputDevice(), mInputDevice = 0x80000004, stop_device = 0x80000004, mStartInputDeviceCount = 1, mMicInverse=0 09-04 08:14:30.521 370 17648 D AudioALSAHardwareResourceManager: setMIC1Mode(), isphonemic 0, micmode 2 09-04 08:14:30.522 370 17648 D AudioALSAHardwareResourceManager: -stopInputDevice(), mInputDevice = 0x0, mStartInputDeviceCount = 0 09-04 08:14:30.522 370 17648 D AudioALSACaptureDataProviderBase: detach(-), size=0 09-04 08:14:30.522 370 17648 D AudioALSACaptureDataClientAurisysNormal: mCaptureDataProvider detach done 09-04 08:14:30.522 370 17648 D AudioPreProcess: ~AudioPreProcess()+ 09-04 08:14:30.522 370 17648 D AudioPreProcess: ~AudioPreProcess()- 09-04 08:14:30.522 370 17648 D AudioALSACaptureDataClientAurisysNormal: DestroyAurisysLibManager(+), mAurisysLibManager = 0xa58ef0a0 09-04 08:14:30.522 370 17648 D aurisys_lib_handler: arsi_destroy_handler, arsi_handler = 0xa6483800, retval = 0 09-04 08:14:30.522 370 17648 D aurisys_lib_manager: delete_aurisys_lib_manager(+), manager 0xa58ef0a0 09-04 08:14:30.523 370 17648 D aurisys_lib_manager: num_uplink_library_hanlder 1 09-04 08:14:30.523 370 17648 D aurisys_lib_manager: delete_aurisys_lib_manager(-), manager 0x0 09-04 08:14:30.523 370 17648 D AudioALSACaptureDataClientAurisysNormal: DestroyAurisysLibManager(-) 09-04 08:14:30.523 370 17648 D AudioVoiceUIDL: [SetUplinkStartTime] mULtime sec 0 nsec 0 09-04 08:14:30.523 370 17648 D AudioALSACaptureHandlerNormal: -close() 09-04 08:14:30.523 370 17648 D AudioALSAStreamManager: +destroyCaptureHandler(), mode = 0, pCaptureHandler = 0xa720b320 09-04 08:14:30.523 370 17648 D AudioALSACaptureHandlerNormal: +~AudioALSACaptureHandlerNormal() 09-04 08:14:30.523 370 17648 D AudioALSACaptureHandlerNormal: ~AudioALSACaptureHandlerNormal() 09-04 08:14:30.523 370 17648 D AudioALSACaptureHandlerBase: ~AudioALSACaptureHandlerBase() 09-04 08:14:30.523 370 17648 D AudioALSAStreamManager: -destroyCaptureHandler(), mCaptureHandlerVector.size() = 0 09-04 08:14:30.523 370 17648 D AudioALSAStreamIn: -standby() 09-04 08:14:30.523 370 999 V AudioPolicyService: AudioCommandThread() adding recording configuration update event 0, source 1 09-04 08:14:30.523 370 999 V AudioPolicyService: AudioCommandThread() adding release patch delay 0 09-04 08:14:30.523 370 520 V AudioPolicyService: AudioCommandThread() processing recording configuration update 09-04 08:14:30.524 370 519 V AudioPolicyService: AudioCommandThread() processing release audio patch 09-04 08:14:30.524 370 17648 D AudioALSAHardware: -releaseAudioPatch handle [0x6] 09-04 08:14:30.524 370 17648 D AudioALSAHardware: +routing releaseAudioPatch 80000004->Mixer 09-04 08:14:30.524 370 17648 D AudioALSAStreamManager: +setParameters(), IOport = 54, keyValuePairs = routing=0 09-04 08:14:30.524 370 17648 D AudioALSAStreamIn: +setParameters(): routing=0 09-04 08:14:30.524 370 17648 D AudioALSAStreamManager: +routingInputDevice(), input_device: 0x80000004 => 0x0 09-04 08:14:30.524 370 17648 W AudioALSAStreamManager: -routingInputDevice(), input_device == AUDIO_DEVICE_NONE(0x0), return 09-04 08:14:30.524 370 17648 D AudioALSAStreamIn: -setParameters(): routing=0 09-04 08:14:30.525 370 17648 D AudioALSAHardware: handlecheck releaseAudioPatch remove handle [6] OK 09-04 08:14:30.525 370 17648 D AudioALSAHardware: -releaseAudioPatch handle [0x6] status [0] 09-04 08:14:30.526 377 17653 D AudioRecord: -stop 09-04 08:14:30.526 377 17653 I AudioSource: reset, call AudioRecord stop--- 09-04 08:14:30.526 377 903 D MPEG4Writer: Audio track source stopped 09-04 08:14:30.526 377 903 D MPEG4Writer: Stopping writer thread 09-04 08:14:30.526 377 17652 D MPEG4Writer: 0 chunks are written in the last batch 09-04 08:14:30.526 377 903 D MPEG4Writer: Writer thread stopped 09-04 08:14:30.526 377 903 D MPEG4Writer: writeMetaData ++ 09-04 08:14:30.527 377 903 D MPEG4Writer: Audio track writeTrackHeader -- 09-04 08:14:30.527 377 903 D MPEG4Writer: writeMetaData -- 09-04 08:14:30.527 377 903 D MPEG4FileCacheWriter: [close] Make sure write file to sd card complete before close 09-04 08:14:30.527 377 903 I MPEG4FileCacheWriter: [close] MPEG4FileCacheWriter::close,total_time= 0,max_time= 0,times_of_write= 0 09-04 08:14:30.528 377 903 D MPEG4Writer: reset -- 09-04 08:14:30.528 377 903 D MPEG4Writer: ~MPEG4Writer 09-04 08:14:30.528 377 903 D MPEG4Writer: reset ++ 09-04 08:14:30.528 377 903 D MPEG4Writer: audio ~Track done 09-04 08:14:30.528 377 903 I MPEG4FileCacheWriter: [close] MPEG4FileCacheWriter::close,total_time= 0,max_time= 0,times_of_write= 0 09-04 08:14:30.528 377 903 D MPEG4Writer: mWritedChunks.size=3 09-04 08:14:30.528 377 903 D MPEG4Writer: ~MPEG4Writer done 09-04 08:14:30.528 377 903 D AudioSystem: +setParameters(): LRChannelSwitch=0; 09-04 08:14:30.528 370 370 D AudioALSAHardware: +setParameters(): LRChannelSwitch=0; 09-04 08:14:30.528 370 370 D AudioALSAHardware: keyLR_ChannelSwitch=0 09-04 08:14:30.528 370 370 D AudioALSAHardwareResourceManager: setMicInverse(), bMicInverse = 0 09-04 08:14:30.528 370 370 D AudioALSAHardwareResourceManager: setMicInverse(), not support 09-04 08:14:30.529 370 370 D AudioALSAHardware: -setParameters(): LRChannelSwitch=0; 09-04 08:14:30.529 377 903 D AudioSystem: -setParameters(): LRChannelSwitch=0; 09-04 08:14:30.529 377 903 I AudioSource: ~AudioSource destructor 09-04 08:14:30.529 377 903 D AudioRecord: stop: 0xa7ed4000 09-04 08:14:30.529 377 903 D AudioTrackShared: this(0xa7eb0320), mCblk(0xa5402000), front(128480), mIsOut 0, interrupt() FUTEX_WAKE 09-04 08:14:30.531 377 903 D StagefrightRecorder: stop done 09-04 08:14:30.531 377 903 D StagefrightRecorder: [stop] stop 09-04 08:14:30.532 1062 3376 D AppOps : startOperation: allowing code 40 uid 1041 package audioserver 09-04 08:14:30.532 377 903 D AudioSystem: +setParameters(): LRChannelSwitch=0; 09-04 08:14:30.532 370 370 D AudioALSAHardware: +setParameters(): LRChannelSwitch=0; 09-04 08:14:30.532 370 370 D AudioALSAHardware: keyLR_ChannelSwitch=0 09-04 08:14:30.532 370 370 D AudioALSAHardwareResourceManager: setMicInverse(), bMicInverse = 0 09-04 08:14:30.533 370 370 D AudioALSAHardwareResourceManager: setMicInverse(), not support 09-04 08:14:30.533 370 370 D AudioALSAHardware: -setParameters(): LRChannelSwitch=0; 09-04 08:14:30.533 377 903 D AudioSystem: -setParameters(): LRChannelSwitch=0; 09-04 08:14:30.533 377 903 D StagefrightRecorder: stop done 09-04 08:14:30.533 370 999 D AudioALSAStreamManager: +closeInputStream(), in = 0xa624e000, size()=1 09-04 08:14:30.533 377 903 D StagefrightRecorder: [~StagefrightRecorder] - 09-04 08:14:30.533 370 999 D AudioALSAStreamIn: ~AudioALSAStreamIn() 09-04 08:14:30.533 370 999 D AudioSpeechEnhanceInfo: SetHifiRecord-, mHiFiRecordEnable=0 09-04 08:14:30.533 370 999 D AudioALSAStreamManager: -closeInputStream(), mStreamInVector.size() = 0 09-04 08:14:30.533 370 999 D MemoryHeapBase: memory- fd=25 09-04 08:14:30.534 370 999 V AudioPolicyService: AudioCommandThread() adding update audio port list 09-04 08:14:30.534 370 520 V AudioPolicyService: AudioCommandThread() processing update audio port list 09-04 08:14:30.534 370 999 D MemoryHeapBase: memory- fd=27 09-04 08:14:30.540 17600 17600 W MediaRecorder: mediarecorder went away with unhandled events 09-04 08:14:30.555 325 325 I wmt_launcher: fw log ctrl flag has been set 09-04 08:14:30.555 325 325 I wmt_launcher: fw dynamic ctrl flag has been set 09-04 08:14:30.674 358 358 I thermal_repeater: oh, queryMdThermalInfo (0)No such file or directory 09-04 08:14:30.687 358 358 I thermal_repeater: [recvMdThermalInfo] ret=37, strLen=127, 2, 32767, -127, 20821, 32767, -20554 09-04 08:14:32.186 1062 1234 I PerfService: PerfServiceNative_boostEnableAsync:6 09-04 08:14:32.188 1573 1573 I perfservd: 0: set freq: -1 702000 09-04 08:14:32.198 333 4399 I BufferQueueProducer: SurfaceView - air.com.sportsofficialsolutions.sosREFhockey/air.com.sportsofficialsolutions.sosREFhockey.AppEntry queueBuffer: fps=3.12 dur=1922.82 max=1658.41 min=7.75 09-04 08:14:32.213 333 333 I DisplayDevice: [Built-in Screen (type:0)] fps:3.127185,dur:1918.66,max:1659.19,min:18.41 09-04 08:14:32.380 1062 1234 I PerfService: PerfServiceNative_boostDisableAsync:6 09-04 08:14:32.382 1573 1573 I perfservd: 0: set freq: -1 1001000 09-04 08:14:32.557 325 325 I wmt_launcher: fw log ctrl flag has been set 09-04 08:14:32.557 325 325 I wmt_launcher: fw dynamic ctrl flag has been set

adamski68 commented 5 years ago

and this is the second bit when it is creating the email and adding the attachment

09-04 08:17:12.498 17866 17866 E ResourceType: Style contains key with bad entry: 0x0101056c 09-04 08:17:12.498 17866 17866 E ResourceType: Style contains key with bad entry: 0x0101056d 09-04 08:17:12.499 17866 17866 E ResourceType: Style contains key with bad entry: 0x0101056c 09-04 08:17:12.499 17866 17866 E ResourceType: Style contains key with bad entry: 0x0101056d 09-04 08:17:12.499 17866 17866 E ResourceType: Style contains key with bad entry: 0x0101056c 09-04 08:17:12.499 17866 17866 E ResourceType: Style contains key with bad entry: 0x0101056d 09-04 08:17:12.500 17866 17866 D WebView : WebView 09-04 08:17:12.501 17866 17866 V WebViewChromiumFactoryProvider: Binding Chromium to main looper Looper (main, tid 1) {6a92a90} 09-04 08:17:12.501 17866 17866 I cr_LibraryLoader: Expected native library version number "52.0.2743.100", actual native library version number "52.0.2743.100" 09-04 08:17:12.502 17866 17866 I chromium: [INFO:library_loader_hooks.cc(143)] Chromium logging enabled: level = 0, default verbosity = 0 09-04 08:17:12.518 17866 17866 I cr_BrowserStartup: Initializing chromium process, singleProcess=true 09-04 08:17:12.650 370 999 V AudioPolicyService: registerClient() client 0xa720b120, uid 10064 09-04 08:17:12.657 17866 17919 W cr_media: Requires BLUETOOTH permission 09-04 08:17:12.661 17866 17866 I cr_DRP : No DRP key due to exception:java.lang.ClassNotFoundException: com.android.webview.chromium.Drp 09-04 08:17:12.667 1062 1131 V SettingsProvider: packageValueForCallResult, name = null, value : Bundle[{_track_generation=android.util.MemoryIntArray@58, value=null, _generation_index=1, _generation=3}] 09-04 08:17:12.694 333 1118 I SurfaceFlinger: EventThread Client Pid (17866) created 09-04 08:17:12.695 333 514 I SurfaceFlinger: EventThread Client Pid (17866) created 09-04 08:17:12.712 17866 17866 W cr_AwContents: onDetachedFromWindow called when already detached. Ignoring 09-04 08:17:12.721 17866 17866 D WebView : addJavascriptInterface=DomContentListener 09-04 08:17:12.722 17866 17866 D WebView : addJavascriptInterface=RichTextStateChangeListener 09-04 08:17:12.722 17866 17866 D WebView : addJavascriptInterface=EditWebView 09-04 08:17:12.763 17866 17866 D WebView : addJavascriptInterface=BodyChangeListener 09-04 08:17:12.764 17866 17866 D WebView : addJavascriptInterface=MentionChipDeletionListener 09-04 08:17:12.774 325 325 I wmt_launcher: fw log ctrl flag has been set 09-04 08:17:12.774 325 325 I wmt_launcher: fw dynamic ctrl flag has been set 09-04 08:17:12.792 1062 9440 W AppOps : Bad call: specified package com.google.android.gms under uid 10064 but it is really 10007 09-04 08:17:12.792 1062 9440 W AppOps : java.lang.RuntimeException: here 09-04 08:17:12.792 1062 9440 W AppOps : at com.android.server.AppOpsService.getOpsRawLocked(AppOpsService.java:1326) 09-04 08:17:12.792 1062 9440 W AppOps : at com.android.server.AppOpsService.checkPackage(AppOpsService.java:1025) 09-04 08:17:12.792 1062 9440 W AppOps : at com.android.internal.app.IAppOpsService$Stub.onTransact(IAppOpsService.java:169) 09-04 08:17:12.792 1062 9440 W AppOps : at android.os.Binder.execTransact(Binder.java:570) 09-04 08:17:12.793 1062 1611 W AppOps : Bad call: specified package com.google.android.gms under uid 10064 but it is really 10007 09-04 08:17:12.793 1062 1611 W AppOps : java.lang.RuntimeException: here 09-04 08:17:12.793 1062 1611 W AppOps : at com.android.server.AppOpsService.getOpsRawLocked(AppOpsService.java:1326) 09-04 08:17:12.793 1062 1611 W AppOps : at com.android.server.AppOpsService.checkPackage(AppOpsService.java:1025) 09-04 08:17:12.793 1062 1611 W AppOps : at com.android.internal.app.IAppOpsService$Stub.onTransact(IAppOpsService.java:169) 09-04 08:17:12.793 1062 1611 W AppOps : at android.os.Binder.execTransact(Binder.java:570) 09-04 08:17:12.795 1062 8670 W AppOps : Bad call: specified package com.google.android.gms under uid 10064 but it is really 10007 09-04 08:17:12.795 1062 8670 W AppOps : java.lang.RuntimeException: here 09-04 08:17:12.795 1062 8670 W AppOps : at com.android.server.AppOpsService.getOpsRawLocked(AppOpsService.java:1326) 09-04 08:17:12.795 1062 8670 W AppOps : at com.android.server.AppOpsService.checkPackage(AppOpsService.java:1025) 09-04 08:17:12.795 1062 8670 W AppOps : at com.android.internal.app.IAppOpsService$Stub.onTransact(IAppOpsService.java:169) 09-04 08:17:12.795 1062 8670 W AppOps : at android.os.Binder.execTransact(Binder.java:570) 09-04 08:17:12.797 1062 9153 W AppOps : Bad call: specified package com.google.android.gms under uid 10064 but it is really 10007 09-04 08:17:12.797 1062 9153 W AppOps : java.lang.RuntimeException: here 09-04 08:17:12.797 1062 9153 W AppOps : at com.android.server.AppOpsService.getOpsRawLocked(AppOpsService.java:1326) 09-04 08:17:12.797 1062 9153 W AppOps : at com.android.server.AppOpsService.checkPackage(AppOpsService.java:1025) 09-04 08:17:12.797 1062 9153 W AppOps : at com.android.internal.app.IAppOpsService$Stub.onTransact(IAppOpsService.java:169) 09-04 08:17:12.797 1062 9153 W AppOps : at android.os.Binder.execTransact(Binder.java:570) 09-04 08:17:12.806 1062 1131 W ServiceManager: Permission failure: android.permission.BODY_SENSORS from uid=10064 pid=17866 09-04 08:17:12.806 1062 1131 E SensorService: getSensorList a sensor (HEART_RATE) without holding its required permission: android.permission.BODY_SENSORS 09-04 08:17:12.806 1062 1131 I SensorService: Skipped sensor HEART_RATE because it requires permission android.permission.BODY_SENSORS and app op 56 09-04 08:17:12.822 17866 17866 D WebView : addJavascriptInterface=DriveChipDeletionListener 09-04 08:17:12.843 17866 17877 I art : Background partial concurrent mark sweep GC freed 4809(376KB) AllocSpace objects, 1(20KB) LOS objects, 39% free, 3MB/6MB, paused 7.705ms total 89.052ms 09-04 08:17:12.860 17866 17908 W System : ClassLoader referenced unknown path: 09-04 08:17:12.860 17866 17908 W System : ClassLoader referenced unknown path: /data/app/com.google.android.gm-1/lib/arm 09-04 08:17:12.863 17866 17908 D ApplicationLoaders: ignored Vulkan layer search path /data/app/com.google.android.gm-1/lib/arm for namespace 0xb16820d0 09-04 08:17:12.894 1062 12086 D Accelerometer: batch: handle:0, flag:0,samplingPeriodNs:200000000 maxBatchReportLatencyNs:0 09-04 08:17:12.894 1062 12086 D Accelerometer: enable: handle:0, en:1 09-04 08:17:12.920 17866 17866 V PhoneWindow: DecorView setVisiblity: visibility = 4, Parent = null, this = DecorView@f61b4d[] 09-04 08:17:12.923 17866 17866 D WindowClient: Add to mViews: DecorView@f61b4d[ComposeActivityGmailExternal], this = android.view.WindowManagerGlobal@84bac2 09-04 08:17:12.924 17866 17866 D OpenGLRenderer: Dumper init 2 threads <0x9892da20> 09-04 08:17:12.925 17866 17866 D OpenGLRenderer: is running. 09-04 08:17:12.946 17866 17930 W art : Before Android 4.1, method double java.util.concurrent.ThreadLocalRandom.internalNextDouble(double, double) would have incorrectly overridden the package-private method in java.util.Random 09-04 08:17:12.946 17866 17930 W art : Before Android 4.1, method int java.util.concurrent.ThreadLocalRandom.internalNextInt(int, int) would have incorrectly overridden the package-private method in java.util.Random 09-04 08:17:12.946 17866 17930 W art : Before Android 4.1, method long java.util.concurrent.ThreadLocalRandom.internalNextLong(long, long) would have incorrectly overridden the package-private method in java.util.Random 09-04 08:17:12.948 333 1117 I SurfaceFlinger: EventThread Client Pid (17866) created 09-04 08:17:12.957 17866 17934 D OpenGLRenderer: CanvasContext() 0x96f0d800 09-04 08:17:12.964 17866 17866 D ViewRootImpl[ComposeActivityGmailExternal]: hardware acceleration is enabled, this = ViewRoot{69b4d27 com.google.android.gm/com.google.android.gm.ComposeActivityGmailExternal,ident = 0} 09-04 08:17:12.966 333 1118 I SurfaceFlinger: [SF client] NEW(0xa82983c0) for (1062:system_server) 09-04 08:17:12.970 17866 17866 V PhoneWindow: DecorView setVisiblity: visibility = 0, Parent = ViewRoot{69b4d27 com.google.android.gm/com.google.android.gm.ComposeActivityGmailExternal,ident = 0}, this = DecorView@f61b4d[ComposeActivityGmailExternal] 09-04 08:17:12.997 1062 8670 W ActivityManager: Unable to start service Intent { cmp=com.google.android.gm/com.android.email.service.AttachmentService } U=0: not found 09-04 08:17:13.007 1374 16818 D MPlugin : com.mediatek.common.telephony.IOnlyOwnerSimSupportClazz exists on mapping table : false 09-04 08:17:13.008 1374 16818 E MPlugin : Unsupported class: com.mediatek.common.telephony.IOnlyOwnerSimSupport 09-04 08:17:13.043 17866 17940 W SQLiteConnection: Could not change the database journal as DB was busy. Proceeding... 09-04 08:17:13.083 1062 1073 V SettingsProvider: packageValueForCallResult, name = null, value : Bundle[{_track_generation=android.util.MemoryIntArray@58, value=null, _generation_index=0, _generation=1}] 09-04 08:17:13.101 333 333 I BufferQueue: unnamed-333-276 BufferQueue core=(333:/system/bin/surfaceflinger) 09-04 08:17:13.102 333 333 I BufferQueueConsumer: unnamed-333-276 connect(C): consumer=(333:/system/bin/surfaceflinger) controlledByApp=false 09-04 08:17:13.102 333 333 I BufferQueueConsumer: unnamed-333-276 setConsumerName: unnamed-333-276 09-04 08:17:13.102 333 333 I BufferQueueConsumer: com.google.android.gm/com.google.android.gm.ComposeActivityGmailExternal setConsumerName: com.google.android.gm/com.google.android.gm.ComposeActivityGmailExternal 09-04 08:17:13.102 333 333 I BufferQueueConsumer: com.google.android.gm/com.google.android.gm.ComposeActivityGmailExternal setDefaultBufferSize: width=1 height=1 09-04 08:17:13.104 1062 13257 V WindowManager: Changing focus from null to Window{40786fb u0 com.google.android.gm/com.google.android.gm.ComposeActivityGmailExternal} Callers=com.android.server.wm.WindowManagerService.relayoutWindow:3235 com.android.server.wm.Session.relayout:227 android.view.IWindowSession$Stub.onTransact:286 com.android.server.wm.Session.onTransact:148 09-04 08:17:13.104 1062 13257 D WindowManager: Input focus has changed to Window{40786fb u0 com.google.android.gm/com.google.android.gm.ComposeActivityGmailExternal} 09-04 08:17:13.106 333 333 I DisplayDevice: [Built-in Screen (type:0)] fps:9.299399,dur:1720.54,max:1278.47,min:17.77 09-04 08:17:13.118 333 333 I BufferQueueConsumer: com.google.android.gm/com.google.android.gm.ComposeActivityGmailExternal setDefaultBufferSize: width=640 height=572 09-04 08:17:13.125 17866 17866 D Surface : Surface::allocateBuffers(this=0x98908000) 09-04 08:17:13.125 17866 17934 D OpenGLRenderer: CanvasContext() 0x96f0d800 initialize window=0x98908000, title=com.google.android.gm/com.google.android.gm.ComposeActivityGmailExternal 09-04 08:17:13.125 17866 17934 I OpenGLRenderer: Initialized EGL, version 1.4 09-04 08:17:13.125 17866 17934 D OpenGLRenderer: Swap behavior 2 09-04 08:17:13.127 17866 17934 D libEGL : [FRR] clean FRR20 bit (2) 09-04 08:17:13.127 17866 17934 D libEGL : [GIFT] clean GIFT bit (0) 09-04 08:17:13.129 333 1117 D IMGSRV : GrallocAlloc:1717: hnd=0xa6c55080 ID=9561 ge_hnd=0xe5406 fd=52 ref=0 640(640)x572-0x1 usage=0x900 size=1466368(1464320) cache=0 09-04 08:17:13.130 17866 17904 D ApplicationLoaders: ignored Vulkan layer search path /data/app/com.google.android.gms-1/lib/arm:/data/app/com.google.android.gms-1/base.apk!/lib/armeabi-v7a for namespace 0xb1682110 09-04 08:17:13.131 333 1117 D IMGSRV : GrallocAlloc:1717: hnd=0xa6c55480 ID=9564 ge_hnd=0xe5808 fd=80 ref=0 640(640)x572-0x1 usage=0x900 size=1466368(1464320) cache=0 09-04 08:17:13.132 333 1117 D IMGSRV : GrallocAlloc:1717: hnd=0xa6c55600 ID=9565 ge_hnd=0xe5c0b fd=87 ref=0 640(640)x572-0x1 usage=0x900 size=1466368(1464320) cache=0 09-04 08:17:13.143 17866 17934 D OpenGLRenderer: Created EGL context (0xb16674c0) 09-04 08:17:13.147 17866 17934 D OpenGLRenderer: ProgramCache.init: enable enhancement 1 09-04 08:17:13.148 17866 17934 I OpenGLRenderer: Get disable program binary service property (0) 09-04 08:17:13.148 17866 17934 I OpenGLRenderer: Initializing program atlas... 09-04 08:17:13.148 17866 17934 I ProgramBinary/Service: ProgramBinaryService client side disable debugging. 09-04 08:17:13.148 17866 17934 I ProgramBinary/Service: ProgramBinaryService client side disable binary content debugging. 09-04 08:17:13.148 17866 17934 D ProgramBinary/Service: BpProgramBinaryService.getReady 09-04 08:17:13.149 17866 17934 D ProgramBinary/Service: BpProgramBinaryService.getProgramBinaryData 09-04 08:17:13.150 17866 17934 I OpenGLRenderer: Program binary detail: Binary length is 365004, program map length is 124. 09-04 08:17:13.150 17866 17934 I OpenGLRenderer: Succeeded to mmap program binaries. File descriptor is 90, and path is /dev/ashmem. 09-04 08:17:13.150 17866 17934 I OpenGLRenderer: No need to use file discriptor anymore, close fd(90). 09-04 08:17:13.150 17866 17934 D OpenGLRenderer: Initializing program cache from 0x0, size = -1 09-04 08:17:13.151 17866 17934 D Surface : Surface::connect(this=0x98908000,api=1) 09-04 08:17:13.152 333 1117 I BufferQueueProducer: com.google.android.gm/com.google.android.gm.ComposeActivityGmailExternal connect(P): api=1 producer=(17866:com.google.android.gm) producerControlledByApp=true 09-04 08:17:13.152 17866 17934 W libEGL : [ANDROID_RECORDABLE] format: 1 09-04 08:17:13.201 1062 1131 W Process : zygoteSendArgsAndGetResult: start read result... 09-04 08:17:13.208 369 369 I Zygote : ForkAndSpecializeCommon: Finished, pid of child process is 17945 09-04 08:17:13.210 1062 1131 W Process : -32187692ms so far, end read result 09-04 08:17:13.211 1062 1131 I ActivityManager: Start proc 17945:android.process.acore/u0a0 for content provider com.android.providers.contacts/.ContactsProvider2 09-04 08:17:13.217 17866 17904 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 287 native methods... 09-04 08:17:13.231 17785 17957 I PinnedContentDownloader: Stopped downloading pinned content because the device is offline. 09-04 08:17:13.264 17866 17877 I art : Background sticky concurrent mark sweep GC freed 34604(1189KB) AllocSpace objects, 6(120KB) LOS objects, 22% free, 4MB/6MB, paused 10.977ms total 109.903ms 09-04 08:17:13.310 17785 17943 I ContentMaintenance: Internal cache bytes used: 0; limit: 100000000; download size: 0 09-04 08:17:13.322 17866 17904 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false 09-04 08:17:13.327 17866 17904 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL 09-04 08:17:13.330 17785 17943 I RealtimeCacheCleanup: Beginning Realtime garbage collection. 09-04 08:17:13.339 17945 17945 W System : ClassLoader referenced unknown path: /system/priv-app/ContactsProvider/lib/arm 09-04 08:17:13.342 17785 17943 I RealtimeCacheCleanup: Finished Realtime garbage collection. 09-04 08:17:13.352 17945 17945 I art : Starting a blocking GC HeapTrim 09-04 08:17:13.374 17945 17945 D ContactsProvider: [onCreate] 09-04 08:17:13.377 17945 17945 D ContactsProvider: [initialize] 09-04 08:17:13.382 1062 12086 V SettingsProvider: packageValueForCallResult, name = null, value : Bundle[{_track_generation=android.util.MemoryIntArray@58, value=null, _generation_index=2, _generation=4}] 09-04 08:17:13.388 17945 17945 D MPlugin : com.mediatek.common.telephony.IOnlyOwnerSimSupportClazz exists on mapping table : false 09-04 08:17:13.388 17945 17945 E MPlugin : Unsupported class: com.mediatek.common.telephony.IOnlyOwnerSimSupport 09-04 08:17:13.390 17945 17945 I ContactsProvider: [createBackgroundStuff]current instance is: ContactsProvider2 09-04 08:17:13.390 17945 17945 I ContactsProvider: java.lang.Throwable 09-04 08:17:13.390 17945 17945 I ContactsProvider: at com.android.providers.contacts.ContactsProvider2.createBackgroundStuff(ContactsProvider2.java:11192) 09-04 08:17:13.390 17945 17945 I ContactsProvider: at com.android.providers.contacts.ContactsProvider2.initialize(ContactsProvider2.java:1709) 09-04 08:17:13.390 17945 17945 I ContactsProvider: at com.android.providers.contacts.ContactsProvider2.onCreate(ContactsProvider2.java:1650) 09-04 08:17:13.390 17945 17945 I ContactsProvider: at android.content.ContentProvider.attachInfo(ContentProvider.java:1769) 09-04 08:17:13.390 17945 17945 I ContactsProvider: at android.content.ContentProvider.attachInfo(ContentProvider.java:1744) 09-04 08:17:13.390 17945 17945 I ContactsProvider: at android.app.ActivityThread.installProvider(ActivityThread.java:6060) 09-04 08:17:13.390 17945 17945 I ContactsProvider: at android.app.ActivityThread.installContentProviders(ActivityThread.java:5632) 09-04 08:17:13.390 17945 17945 I ContactsProvider: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5571) 09-04 08:17:13.390 17945 17945 I ContactsProvider: at android.app.ActivityThread.-wrap2(ActivityThread.java) 09-04 08:17:13.390 17945 17945 I ContactsProvider: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1629) 09-04 08:17:13.390 17945 17945 I ContactsProvider: at android.os.Handler.dispatchMessage(Handler.java:110) 09-04 08:17:13.390 17945 17945 I ContactsProvider: at android.os.Looper.loop(Looper.java:203) 09-04 08:17:13.390 17945 17945 I ContactsProvider: at android.app.ActivityThread.main(ActivityThread.java:6337) 09-04 08:17:13.390 17945 17945 I ContactsProvider: at java.lang.reflect.Method.invoke(Native Method) 09-04 08:17:13.390 17945 17945 I ContactsProvider: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1084) 09-04 08:17:13.390 17945 17945 I ContactsProvider: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:945) 09-04 08:17:13.420 17945 17945 W System : ClassLoader referenced unknown path: /system/app/ApplicationsProvider/lib/arm 09-04 08:17:13.423 17945 17945 D ApplicationLoaders: ignored Vulkan layer search path /system/app/ApplicationsProvider/lib/arm:/system/lib:/vendor/lib for namespace 0xb12ee090 09-04 08:17:13.466 17945 17945 I ContactsPerf: VoicemailContentProvider.onCreate start 09-04 08:17:13.470 17945 17945 I ContactsPerf: VoicemailContentProvider.onCreate finish 09-04 08:17:13.474 17945 17945 W System : ClassLoader referenced unknown path: /system/priv-app/BlockedNumberProvider/lib/arm 09-04 08:17:13.476 17945 17945 D ApplicationLoaders: ignored Vulkan layer search path /system/priv-app/BlockedNumberProvider/lib/arm:/system/lib:/vendor/lib for namespace 0xb12ee0d0 09-04 08:17:13.488 17945 17975 D CallLogProvider: match == 1 09-04 08:17:13.489 17945 17975 D CallLogProvider: In call log providers, selectionBuilder=(((type != 4)) AND (date> ?)) AND ((type != 4)) AND ((phone_account_hidden = 0)) 09-04 08:17:13.490 17945 17945 W System : ClassLoader referenced unknown path: /system/app/UserDictionaryProvider/lib/arm 09-04 08:17:13.492 17945 17945 D ApplicationLoaders: ignored Vulkan layer search path /system/app/UserDictionaryProvider/lib/arm:/system/lib:/vendor/lib for namespace 0xb12ee110 09-04 08:17:13.494 17945 17975 D CallLogProvider: query count == 0 09-04 08:17:13.505 1062 1131 I ActivityManager: Killing 17750:com.adups.fota/u0a21 (adj 906): empty #4 09-04 08:17:13.525 1062 1771 D DisplayManagerService: Display listener for pid 17750 died. 09-04 08:17:13.525 1062 9440 D ActivityManager: cleanUpApplicationRecord -- 17750 09-04 08:17:13.529 333 4399 D IMGSRV : GrallocUnregisterBuffer:1974: bFree=1 ID=9565 ref=1 09-04 08:17:13.530 333 4399 D IMGSRV : GrallocAlloc:1717: hnd=0xa6c55600 ID=9587 ge_hnd=0xe600b fd=63 ref=0 640(640)x572-0x1 usage=0xb00 size=1466368(1464320) cache=0 09-04 08:17:13.541 17866 17934 D IMGSRV : GrallocRegisterBuffer:1878: hnd=0xb163d280 ID=9587 fd=93 ref=1 bufferID=942091 09-04 08:17:13.545 17945 17971 I ContactLocale: AddressBook Labels [[en_US]]: [ÔǪ, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ╬æ, ╬Æ, ╬ô, ╬ö, ╬ò, ╬û, ╬ù, ╬ÿ, ╬Ö, ╬Ü, ╬ø, ╬£, ╬Ø, ╬×, ╬ƒ, ╬á, ╬í, ╬ú, ╬ñ, ╬Ñ, ╬ª, ╬º, ╬¿, ╬®, ÔǪ, ðÉ, ðæ, ðÆ, ðô, ðö, ðé, ðò, ðä, ðû, ðù, ðÿ, ðå, ðÖ, ðê, ðÜ, ðø, ðë, ð£, ðØ, ðè, ð×, ðƒ, ðá, ðí, ðó, ðï, ðú, ðñ, ðÑ, ðª, ðº, ðÅ, ð¿, ð®, ð«, ð», ÔǪ, ÎÉ, Îæ, ÎÆ, Îô, Îö, Îò, Îû, Îù, Îÿ, ÎÖ, Îø, Σ, Î×, Îá, Îí, Îó, Îñ, Ϊ, κ, ο, ή, ά, ÔǪ, Ϻ, Ï¿, Ϭ, Ͻ, ϼ, Ï¡, Ï«, Ï», Ï░, Ï▒, Ï▓, Ï│, Ï┤, ÏÁ, ÏÂ, ÏÀ, Ï©, Ï╣, Ï║, ┘ü, ┘é, ┘â, ┘ä, ┘à, ┘å, ┘ç, ┘ê, ┘è, ÔǪ, Ó©ü, Ó©é, Ó©â, Ó©ä, Ó©à, Ó©å, Ó©ç, Ó©ê, Ó©ë, Ó©è, Ó©ï, Ó©î, Ó©ì, Ó©Ä, Ó©Å, Ó©É, Ó©æ, Ó©Æ, Ó©ô, Ó©ö, Ó©ò, Ó©û, Ó©ù, Ó©ÿ, Ó©Ö, Ó©Ü, Ó©ø, Ó©£, Ó©Ø, Ó©×, Ó©ƒ, Ó©á, Ó©í, Ó©ó, Ó©ú, Ó©ñ, Ó©Ñ, Ó©ª, Ó©º, Ó©¿, Ó©®, Ó©¬, Ó©½, Ó©¼, Ó©¡, Ó©«, ÔǪ, Òä▒, Òä┤, ÒäÀ, Òä╣, Òàü, Òàé, Òàà, Òàç, Òàê, Òàè, Òàï, Òàî, Òàì, ÒàÄ, ÔǪ, Òüé, Òüï, Òüò, Òüƒ, Òü¬, Òü», Òü¥, Òéä, Òéë, ÒéÅ, #, ÔǪ] 09-04 08:17:13.546 17866 17934 D OpenGLRenderer: CacheTexture 2 upload: x, y, width height = 0, 0, 109, 84 09-04 08:17:13.547 17866 17934 D OpenGLRenderer: ProgramCache.generateProgram: 0 09-04 08:17:13.558 17866 17934 D OpenGLRenderer: ProgramCache.generateProgram: 240518168576 09-04 08:17:13.562 17866 17934 D OpenGLRenderer: ProgramCache.generateProgram: 34359738371 09-04 08:17:13.565 17866 17934 D OpenGLRenderer: ProgramCache.generateProgram: 5242945 09-04 08:17:13.564 17866 17866 I RenderThread: type=1400 audit(0.0:210): avc: denied { read } for name="boot_mode" dev="sysfs" ino=3369 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1 09-04 08:17:13.573 17866 17934 I PerfService: PerfServiceNative api init 09-04 08:17:13.564 17866 17866 I RenderThread: type=1400 audit(0.0:211): avc: denied { open } for path="/sys/devices/virtual/BOOT/BOOT/boot/boot_mode" dev="sysfs" ino=3369 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1 09-04 08:17:13.575 1573 1573 I perfservd: 0: set freq: -1 702000 09-04 08:17:13.578 17866 17866 V InputMethodManager: onWindowFocus: null softInputMode=288 first=true flags=#81810100 09-04 08:17:13.585 1062 1105 I ActivityManager: Displayed com.google.android.gm/.ComposeActivityGmailExternal: +1s858ms (total +2s2ms) 09-04 08:17:13.590 1062 1105 D WindowClient: Remove from mViews: DecorView@c22b135[gm], this = android.view.WindowManagerGlobal@7f41e06 09-04 08:17:13.604 17785 17796 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:4 and remote module com.google.android.gms.googlecertificates:4 09-04 08:17:13.604 17785 17796 I DynamiteModule: Selected local version of com.google.android.gms.googlecertificates 09-04 08:17:13.678 17945 17971 D ContactsProvider: loadLocalPhoneAccounts()+ 09-04 08:17:13.680 17945 17971 I ContactsProvider: loadLocal Phone Accounts -cursor.count:1 09-04 08:17:13.694 17945 17971 I ContactsProvider: registerReceiverOnSimStateAndInfoChanged 09-04 08:17:13.705 1062 1105 D Surface : Surface::disconnect(this=0x9e3a6000,api=2) 09-04 08:17:13.705 333 1118 I BufferQueueProducer: Starting com.google.android.gm disconnect(P): api 2 09-04 08:17:13.705 333 1118 I BufferQueueConsumer: Starting com.google.android.gm getReleasedBuffers: returning mask 0xffffffffffffffff 09-04 08:17:13.706 1062 1105 D IMGSRV : GrallocUnregisterBuffer:1974: bFree=0 ID=9512 ref=1 09-04 08:17:13.712 333 333 I BufferQueueConsumer: Starting com.google.android.gm disconnect(C) 09-04 08:17:13.712 333 333 D IMGSRV : GrallocUnregisterBuffer:1974: bFree=1 ID=9512 ref=1 09-04 08:17:13.713 333 333 I BufferQueue: Starting com.google.android.gm ~BufferQueueCore 09-04 08:17:13.725 333 517 D IMGSRV : GrallocUnregisterBuffer:1974: bFree=1 ID=9564 ref=1 09-04 08:17:13.726 333 517 D IMGSRV : GrallocAlloc:1717: hnd=0xa6c55480 ID=9607 ge_hnd=0xe6408 fd=70 ref=0 640(640)x572-0x1 usage=0xb00 size=1466368(1464320) cache=0 09-04 08:17:13.727 17866 17934 D IMGSRV : GrallocRegisterBuffer:1878: hnd=0xa71bd880 ID=9607 fd=90 ref=1 bufferID=943112 09-04 08:17:13.727 1062 1260 D PerfServiceManager: [PerfService] MESSAGE_TIMEOUT:102 09-04 08:17:13.729 1573 1573 I perfservd: 0: set freq: -1 702000 09-04 08:17:13.732 1062 1260 D PerfServiceManager: [PerfService] MESSAGE_TIMEOUT:113 09-04 08:17:13.822 17866 17866 D WebView : addJavascriptInterface=BodyChangeListener 09-04 08:17:13.822 17866 17866 D WebView : addJavascriptInterface=MentionChipDeletionListener 09-04 08:17:13.833 1062 1368 W AppOps : Bad call: specified package com.google.android.gms under uid 10064 but it is really 10007 09-04 08:17:13.833 1062 1368 W AppOps : java.lang.RuntimeException: here 09-04 08:17:13.833 1062 1368 W AppOps : at com.android.server.AppOpsService.getOpsRawLocked(AppOpsService.java:1326) 09-04 08:17:13.833 1062 1368 W AppOps : at com.android.server.AppOpsService.checkPackage(AppOpsService.java:1025) 09-04 08:17:13.833 1062 1368 W AppOps : at com.android.internal.app.IAppOpsService$Stub.onTransact(IAppOpsService.java:169) 09-04 08:17:13.833 1062 1368 W AppOps : at android.os.Binder.execTransact(Binder.java:570) 09-04 08:17:13.837 1062 12085 W AppOps : Bad call: specified package com.google.android.gms under uid 10064 but it is really 10007 09-04 08:17:13.837 1062 12085 W AppOps : java.lang.RuntimeException: here 09-04 08:17:13.837 1062 12085 W AppOps : at com.android.server.AppOpsService.getOpsRawLocked(AppOpsService.java:1326) 09-04 08:17:13.837 1062 12085 W AppOps : at com.android.server.AppOpsService.checkPackage(AppOpsService.java:1025) 09-04 08:17:13.837 1062 12085 W AppOps : at com.android.internal.app.IAppOpsService$Stub.onTransact(IAppOpsService.java:169) 09-04 08:17:13.837 1062 12085 W AppOps : at android.os.Binder.execTransact(Binder.java:570) 09-04 08:17:13.840 1062 1435 W AppOps : Bad call: specified package com.google.android.gms under uid 10064 but it is really 10007 09-04 08:17:13.840 1062 1435 W AppOps : java.lang.RuntimeException: here 09-04 08:17:13.840 1062 1435 W AppOps : at com.android.server.AppOpsService.getOpsRawLocked(AppOpsService.java:1326) 09-04 08:17:13.840 1062 1435 W AppOps : at com.android.server.AppOpsService.checkPackage(AppOpsService.java:1025) 09-04 08:17:13.840 1062 1435 W AppOps : at com.android.internal.app.IAppOpsService$Stub.onTransact(IAppOpsService.java:169) 09-04 08:17:13.840 1062 1435 W AppOps : at android.os.Binder.execTransact(Binder.java:570) 09-04 08:17:13.843 1062 12044 W AppOps : Bad call: specified package com.google.android.gms under uid 10064 but it is really 10007 09-04 08:17:13.843 1062 12044 W AppOps : java.lang.RuntimeException: here 09-04 08:17:13.843 1062 12044 W AppOps : at com.android.server.AppOpsService.getOpsRawLocked(AppOpsService.java:1326) 09-04 08:17:13.843 1062 12044 W AppOps : at com.android.server.AppOpsService.checkPackage(AppOpsService.java:1025) 09-04 08:17:13.843 1062 12044 W AppOps : at com.android.internal.app.IAppOpsService$Stub.onTransact(IAppOpsService.java:169) 09-04 08:17:13.843 1062 12044 W AppOps : at android.os.Binder.execTransact(Binder.java:570) 09-04 08:17:13.878 1062 1260 D PerfServiceManager: [PerfService] MESSAGE_TIMEOUT:107 09-04 08:17:13.880 1573 1573 I perfservd: 0: set freq: -1 1001000 09-04 08:17:13.882 1062 1260 D PerfServiceManager: [PerfService] set utilization:0.8 09-04 08:17:13.911 1062 1391 W Process : zygoteSendArgsAndGetResult: start read result... 09-04 08:17:13.919 369 369 I Zygote : ForkAndSpecializeCommon: Finished, pid of child process is 17987 09-04 08:17:13.926 1062 1391 W Process : -32187686ms so far, end read result 09-04 08:17:13.927 1062 1391 I ActivityManager: Start proc 17987:com.android.inputmethod.latin/u0a38 for service com.android.inputmethod.latin/.spellcheck.AndroidSpellCheckerService 09-04 08:17:13.948 1620 1620 V caojinliang: onEvaluateFullscreenMode::mEditorInfo.inputType & EditorInfo.TYPE_MASK_VARIATION=32 09-04 08:17:13.967 17866 17866 D WebView : loadDataWithBaseURL 09-04 08:17:13.984 17866 17866 I cr_Ime : ImeThread is not enabled. 09-04 08:17:14.028 333 1117 D IMGSRV : GrallocUnregisterBuffer:1974: bFree=1 ID=9561 ref=1 09-04 08:17:14.029 333 1117 D IMGSRV : GrallocAlloc:1717: hnd=0xa6c55080 ID=9608 ge_hnd=0xe6806 fd=52 ref=0 640(640)x572-0x1 usage=0xb00 size=1466368(1464320) cache=0 09-04 08:17:14.030 17866 17877 I art : Background sticky concurrent mark sweep GC freed 15263(796KB) AllocSpace objects, 1(132KB) LOS objects, 20% free, 5MB/6MB, paused 6.949ms total 66.324ms 09-04 08:17:14.032 17866 17934 D IMGSRV : GrallocRegisterBuffer:1878: hnd=0x8b6f3100 ID=9608 fd=105 ref=1 bufferID=944134 09-04 08:17:14.034 378 18007 D libc-netbsd: [getaddrinfo]: hostname=android.googleapis.com; servname=(null); netid=0; mark=917504; ai_flags=1024; ai_family=0 09-04 08:17:14.035 378 18007 D libc-netbsd: default dns: query_ipv6=0, query_ipv4=0 09-04 08:17:14.038 17866 17934 D OpenGLRenderer: CacheTexture 2 upload: x, y, width height = 28, 0, 135, 159 09-04 08:17:14.038 17866 17934 D OpenGLRenderer: ProgramCache.generateProgram: 34359738368 09-04 08:17:14.040 1374 2848 E Auth : [GoogleAccountDataServiceImpl] getToken() -> NETWORK_ERROR. Account: , App: com.google.android.gm, Service: oauth2:https://www.googleapis.com/auth/drive 09-04 08:17:14.042 17866 17934 D OpenGLRenderer: ProgramCache.generateProgram: 5242944 09-04 08:17:14.046 17866 17934 D OpenGLRenderer: ProgramCache.generateProgram: 1 09-04 08:17:14.056 17987 17987 I art : Starting a blocking GC HeapTrim 09-04 08:17:14.088 17866 18008 E libEGL : validate_display:300 error 3008 (EGL_BAD_DISPLAY) 09-04 08:17:14.109 333 333 I DisplayDevice: [Built-in Screen (type:0)] fps:14.945800,dur:1003.63,max:452.10,min:13.95 09-04 08:17:14.144 17866 18008 W VideoCapabilities: Unrecognized profile/level 1/32 for video/mp4v-es 09-04 08:17:14.144 17866 18008 W VideoCapabilities: Unrecognized profile/level 32768/2 for video/mp4v-es 09-04 08:17:14.144 17866 18008 W VideoCapabilities: Unrecognized profile/level 32768/64 for video/mp4v-es 09-04 08:17:14.172 1374 2850 E Auth : [GoogleAccountDataServiceImpl] getToken() -> NETWORK_ERROR. Account: , App: com.google.android.gm, Service: oauth2:https://www.googleapis.com/auth/drive 09-04 08:17:14.174 17866 18008 W VideoCapabilities: Unrecognized level 0 for video/x-vnd.on2.vp9 09-04 08:17:14.182 17866 18008 W VideoCapabilities: Unsupported mime video/x-ms-wmv 09-04 08:17:14.184 17866 17866 E Gmail : PlayServicesHelper:Drive Client connection failure: ConnectionResult{statusCode=NETWORK_ERROR, resolution=null, message=null} 09-04 08:17:14.190 17866 18008 W VideoCapabilities: Unsupported mime video/divx 09-04 08:17:14.196 17866 18008 W VideoCapabilities: Unsupported mime video/divx3 09-04 08:17:14.200 17866 18008 W VideoCapabilities: Unsupported mime video/xvid 09-04 08:17:14.205 17866 18008 W VideoCapabilities: Unsupported mime video/flv1 09-04 08:17:14.209 1062 1074 D ActivityManager: mLaunchingActivity.release() in activityIdleInternalLocked 09-04 08:17:14.211 17866 18008 W VideoCapabilities: Unrecognized profile/level 1/32 for video/mp4v-es 09-04 08:17:14.213 17866 17934 D OpenGLRenderer: CacheTexture 2 upload: x, y, width height = 28, 0, 149, 157 09-04 08:17:14.217 17600 17600 V PhoneWindow: DecorView setVisiblity: visibility = 4, Parent = ViewRoot{3433aa9 air.com.sportsofficialsolutions.sosREFhockey/air.com.sportsofficialsolutions.sosREFhockey.AppEntry,ident = 0}, this = DecorView@dbdf0df[AppEntry] 09-04 08:17:14.220 1062 1074 I ActivityManager: Killing 17583:com.mediatek.engineermode/1001 (adj 906): empty #4 09-04 08:17:14.262 1062 1131 D DisplayManagerService: Display listener for pid 17583 died. 09-04 08:17:14.262 1062 1434 D ActivityManager: cleanUpApplicationRecord -- 17583 09-04 08:17:14.275 1062 1071 I art : Background partial concurrent mark sweep GC freed 24735(1449KB) AllocSpace objects, 1(20KB) LOS objects, 26% free, 10MB/14MB, paused 2.449ms total 150.123ms 09-04 08:17:14.303 17866 18008 I VideoCapabilities: Unsupported profile 4 for video/mp4v-es 09-04 08:17:14.376 17866 17866 W cr_BindingManager: Cannot call determinedVisibility() - never saw a connection for the pid: 17866 09-04 08:17:14.461 17945 17973 D AppsProvider.ApplicationsProvider: Updating database (packageName = null)... 09-04 08:17:14.518 1062 1260 D PerfServiceManager: [PerfService] MESSAGE_TIMER_RENDER_AWARE_DURATION timeout 09-04 08:17:14.576 333 517 I BufferQueueProducer: com.google.android.gm/com.google.android.gm.ComposeActivityGmailExternal queueBuffer: fps=14.95 dur=1003.58 max=320.22 min=15.37 09-04 08:17:14.682 17945 17973 D AppsProvider.ApplicationsProvider: Finished updating database. 09-04 08:17:14.689 17866 17866 D WebView : evaluateJavascript=initSelection(); 09-04 08:17:14.689 17866 17866 D WebView : evaluateJavascript=onWindowFocusChanged(true); 09-04 08:17:14.690 17866 17866 D WebView : evaluateJavascript=initSelection(); 09-04 08:17:14.690 17866 17866 D WebView : evaluateJavascript=setWalletDiscoverVisibility(false); 09-04 08:17:14.776 325 325 I wmt_launcher: fw log ctrl flag has been set 09-04 08:17:14.776 325 325 I wmt_launcher: fw dynamic ctrl flag has been set 09-04 08:17:14.814 17866 17934 D OpenGLRenderer: ProgramCache.generateProgram: 34364981312 09-04 08:17:15.459 333 333 I DisplayDevice: [Built-in Screen (type:0)] fps:19.260292,dur:1349.93,max:485.13,min:16.99 09-04 08:17:15.586 333 514 I BufferQueueProducer: com.google.android.gm/com.google.android.gm.ComposeActivityGmailExternal queueBuffer: fps=21.78 dur=1009.99 max=487.38 min=5.07 09-04 08:17:16.164 358 358 I thermal_repeater: select timeout 09-04 08:17:16.507 333 333 I DisplayDevice: [Built-in Screen (type:0)] fps:16.227522,dur:1047.60,max:504.49,min:16.91 09-04 08:17:16.778 325 325 I wmt_launcher: fw log ctrl flag has been set 09-04 08:17:16.779 325 325 I wmt_launcher: fw dynamic ctrl flag has been set 09-04 08:17:16.898 1062 1366 D AES : AEEIOCTL_GET/SET_SF_STATE IOCTL,cmd= 1074294797, lParam=0. 09-04 08:17:16.898 1062 1366 W Watchdog: Get SF Time 1 09-04 08:17:16.898 1062 1366 D AES : AEEIOCTL_RT_MON_Kick IOCTL,cmd= 2147774474, lParam=300. 09-04 08:17:16.900 1062 1366 W Watchdog: SWT Watchdog before synchronized:16920604 09-04 08:17:16.900 1062 1366 W Watchdog: SWT Watchdog after synchronized:16920605 09-04 08:17:16.901 1062 1103 D InputReader: InputReader::monitor: lock 09-04 08:17:16.902 1062 1103 D InputReader: InputReader::monitor: wait 09-04 08:17:16.902 1062 1103 D InputReader: InputReader::monitor: unlock 09-04 08:17:16.903 1062 1103 D InputReader: InputReader::monitor: done 09-04 08:17:16.970 333 514 I BufferQueueProducer: com.google.android.gm/com.google.android.gm.ComposeActivityGmailExternal queueBuffer: fps=7.22 dur=1384.28 max=496.87 min=15.95 09-04 08:17:17.076 17785 17785 I GAv4-SVC: Google Analytics 14.3.66 is starting up.

C:\adb>

adamski68 commented 5 years ago

Thanks.

marchbold commented 5 years ago

Can you make sure you post the entire log, I'm not seeing any of the Message ANE logs here.

adamski68 commented 5 years ago

Thanks. My bad... Some how the manifest had changed - not enough to throw an error, but enough to stop the attachment functionality working. Now fixed and all good.