Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APK Can't be install (package can't be install in android) #1091

Closed
purnama11 opened this issue May 7, 2020 · 15 comments
Closed

APK Can't be install (package can't be install in android) #1091

purnama11 opened this issue May 7, 2020 · 15 comments

Comments

@purnama11
Copy link

purnama11 commented May 7, 2020

I have source dir like this:

pages
  pagelogin
      login.py
      login.kv
  pagehome
      home.py
      home.kv
assets
  .png
kivymd
main.py
root.kv

buildozer.spec:

`[app]

# (str) Title of your application
title = Importir Jam Tangan

# (str) Package name
package.name = importir

# (str) Package domain (needed for android/ios packaging)
package.domain = com.bs

# (str) Source code where the main.py live
source.dir = .

# (list) Source files to include (let empty to include all the files)
source.include_exts = py,pyc,png,jpg,jpeg,ttf,md,kv,json,atlas

# (list) List of inclusions using pattern matching
source.include_patterns = assets/*

#source.exclude_dirs=pages

# (str) Application versioning (method 2)
#version.regex = __version__ = ['"](.*)['"]
#version.filename = %(source.dir)s/kivymd/__init__.py

version = 11

# (list) Application requirements
# comma separated e.g. requirements = sqlite3,kivy
requirements = python3,kivy==1.11.1,requests,pillow,pygments,git+https://github.com/HeaTTheatR/KivyMD.git

# (str) Custom source folders for requirementss
# Sets custom source for any requirements with recipes
requirements.source.kivymd = kivymd

# (str) Presplash of the application
presplash.filename = %(source.dir)s/assets/splash.png

# (str) Icon of the application
icon.filename = %(source.dir)s/assets/logo.png

# (str) Supported orientation (one of landscape, sensorLandscape, portrait or all)
orientation = portrait

# (bool) Indicate if the application should be fullscreen or not
fullscreen = 0

# (string) Presplash background color (for new android toolchain)
android.presplash_color = #FFFFFF

# (list) Permissions
android.permissions = INTERNET,WRITE_EXTERNAL_STORAGE

# (int) Target Android API, should be as high as possible.
android.api = 28

# (int) Minimum API your APK will support.
android.minapi = 21


# (str) Android NDK version to use
android.ndk = 19b

p4a.branch=develop

# (bool) If True, then skip trying to update the Android sdk
# This can be useful to avoid excess Internet downloads or save time
# when an update is due and you just want to test/build your package
android.skip_update = False

# (bool) If True, then automatically accept SDK license
# agreements. This is intended for automation only. If set to False,
# the default, you will be shown the license when first running
# buildozer.
android.accept_sdk_license = True

# (str) Android logcat filters to use
android.logcat_filters = *:S python:D

# (str) The Android arch to build for, choices: armeabi-v7a, arm64-v8a, x86, x86_64
android.arch = armeabi-v7a


[buildozer]

# (int) Log level (0 = error only, 1 = info, 2 = debug (with command output))
log_level = 2

# (int) Display warning if buildozer is run as root (0 = False, 1 = True)
warn_on_root = 0

# (str) Path to build artifact storage, absolute or relative to spec file
build_dir = ./.buildozer

# (str) Path to build output (i.e. .apk, .ipa) storage
bin_dir = ./bin

# (list) Android additional libraries to copy into libs/armeabi
#android.add_libs_armeabi = libs/android/*.so
#android.add_libs_armeabi_v7a = libs/android-v7/*.so
android.add_libs_arm64_v8a = libs/android-v8/*.so
#android.add_libs_x86 = libs/android-x86/*.so
#android.add_libs_mips = libs/android-mips/*.so
`

if i using command -> buildozer android debug deploy run logcat my android launcher error
i used emulator but nothing error

@purnama11
Copy link
Author

purnama11 commented May 7, 2020

Logcat:
`I/python  ( 2771): [INFO   ] [KivyMD      ] v0.104.1
I/python  ( 2771): [INFO   ] [Window      ] Provider: sdl2
I/python  ( 2771): [INFO   ] [WindowSDL   ] No running App found, exit.
I/python  ( 2771): [INFO   ] [GL          ] Using the "OpenGL ES 2" graphics system
I/python  ( 2771): [INFO   ] [GL          ] Backend used <sdl2>
I/python  ( 2771): [INFO   ] [GL          ] OpenGL version <b'OpenGL ES 3.1'>
I/python  ( 2771): [INFO   ] [GL          ] OpenGL vendor <b'Qualcomm'>
I/python  ( 2771): [INFO   ] [GL          ] OpenGL renderer <b'Adreno (TM) 630'>
I/python  ( 2771): [INFO   ] [GL          ] OpenGL parsed version: 3, 1
I/python  ( 2771): [INFO   ] [GL          ] Texture max size <16384>
I/python  ( 2771): [INFO   ] [GL          ] Texture max units <32>
I/python  ( 2771): [INFO   ] [Window      ] auto add sdl2 input provider
I/python  ( 2771): [INFO   ] [Window      ] virtual keyboard not allowed, single mode, not docked
I/python  ( 2771): [INFO   ] [Text        ] Provider: sdl2
I/python  ( 2771): [INFO   ] [GL          ] NPOT texture support is available
I/python  ( 2771): [WARNING] [Base        ] Unknown <android> provider
I/python  ( 2771): [INFO   ] [Base        ] Start application main loop
I/python  ( 2771): [INFO   ] [Base        ] Leaving application in progress...
I/python  ( 2771): [INFO   ] [WindowSDL   ] exiting mainloop and closing.
I/python  ( 2771): Python for android ended.
--------- beginning of crash`

@AndreMiras
Copy link
Member

Yes I believe this could be related to a bug we have on p4a currently.
kivy/python-for-android#2169
kivy/python-for-android#2167
Team is looking into it

@purnama11
Copy link
Author

i have remove buildozer and
@tSuer
write ->requirements = hostpython3==3.7.5,python3==3.7.5,kivy,kivymd,sqlite3
but apk still wont install in my android 6.0

@AndreMiras
Copy link
Member

Removing buildozer won't help, you need to delete the local .buildozer folder and build gain.
Also share the log of the crash because it could be different

@purnama11
Copy link
Author

right, i do ->
rm -rf .buildozer
and
sudo pip install https://github.com/kivy/buildozer/archive/master.zip

@purnama11
Copy link
Author

purnama11 commented May 11, 2020

sorry i mean pip3, ill share logcat

@AndreMiras
Copy link
Member

I know it's not related, but I have to advice against doing sudo pip install. I would rather recommend pip install --user and set your path to look into ~/.local/bin.
Waiting for your logcat. If this crashes still, also please share the result of:

cd .buildozer/android/platform/python-for-android/
git log -1

@purnama11
Copy link
Author

purnama11 commented May 11, 2020

like this?

`soni@Fakultas_Teknik:~/app/.buildozer/android/platform/python-for-android$ git log -1
commit eeed13c76e8acf1e20f2aa99660fbe4e535db045 (HEAD -> develop, origin/develop, origin/HEAD)
Merge: 7b275776 53722edd
Author: Andre Miras <AndreMiras@users.noreply.github.com>
Date:   Sun May 10 18:26:56 2020 +0200

    Merge pull request #2188 from AndreMiras/feature/share_java_python_util

    Share PythonUtil.java between bootstraps`

@AndreMiras
Copy link
Member

Yes exactly this, thanks!
Could you now also publish the build log and the logcat?

@purnama11
Copy link
Author

purnama11 commented May 12, 2020

My Android going error when i run -> buildozer android debug deploy run logcat -> Unfortunately, System UI has stopped

05-12 18:17:57.981   319   354 I DmAgent : isLockFlagSet
05-12 18:17:57.981   319   354 W Parcel  : **** enforceInterface() expected 'DmAgent' but read 'com.mediatek.common.dm.DmAgent'
05-12 18:17:57.981   319   354 I DmAgent : isLockFlagSet done
05-12 18:17:57.981  4187  4187 I AntiTheftManager: dmCheckLocked, the lock flag is:false
05-12 18:17:57.982  4187  4187 D KeyguardViewMediator: updateAntiTheftLocked() - isAntiTheftLocked = false
05-12 18:17:57.983  4187  4200 E OggExtractor: failed to read 27 bytes at offset 0x00000000002074, got 0 bytes
05-12 18:17:57.983  4187  4200 D MediaExtractor: JB -MediaExtractor::Create
05-12 18:17:57.984  4187  4200 D ACodec  : Now uninitialized
05-12 18:17:57.984  4187  4200 D ACodec  : UninitializedState, mIsAudioBufferLogSwitchOn=0
05-12 18:17:57.984  4187  4200 D ACodec  : UninitializedState, mIsVideoBufferLogSwitchOn=0
05-12 18:17:57.985  4187  4187 D VoiceWakeupManager: getInstance(...) is called.
05-12 18:17:57.985  4187  4187 D VoiceWakeupManager: getInstance(...) create one.
05-12 18:17:57.986  4187  4202 I MediaCodec: [onMessageReceived]line:1611 [][what=kWhatInit][state 0][msg='AMessage(what = 'init', target = 2) = {
05-12 18:17:57.986  4187  4202 I MediaCodec:   string name = "audio/vorbis"
05-12 18:17:57.986  4187  4202 I MediaCodec:   int32_t nameIsType = 1
05-12 18:17:57.986  4187  4202 I MediaCodec:   int32_t encoder = 0
05-12 18:17:57.986  4187  4202 I MediaCodec:   RefBase *replyID = 0x7f9f5da600
05-12 18:17:57.986  4187  4202 I MediaCodec: }' ]
05-12 18:17:57.986  4187  4202 D ACodec  : onAllocateComponent
05-12 18:17:57.987  4187  4202 I OMXClient: Using client-side OMX mux.
05-12 18:17:57.987  4187  4202 D ACodec  : mDeathNotifier is set
05-12 18:17:57.987  4187  4187 D VoiceWakeupManager: constructor is called.
05-12 18:17:57.987  4187  4187 D VoiceWakeupManager: init() is called.
05-12 18:17:57.989   310  1045 D AudioFlinger: +getParameters(): MTK_VOW_SUPPORT
05-12 18:17:57.989   310  1045 D AudioFlinger: SRS get parameter
05-12 18:17:57.990   310  1045 D AudioALSAHardware: +getParameters(), key = MTK_VOW_SUPPORT
05-12 18:17:57.990  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:17:57.990   310  1045 D AudioALSAHardware: -getParameters(), return "MTK_VOW_SUPPORT=false"
05-12 18:17:57.990   310  1045 I str_params: key: 'MTK_VOW_SUPPORT' value: ''
05-12 18:17:57.990  4187  4187 D VoiceWakeupManager: MTK_VOW_SUPPORT is NOT enabled in this load.
05-12 18:17:57.991  4187  4187 D KeyguardViewMediator: onBootCompleted() is called
05-12 18:17:57.992  4187  4202 D ACodec  : [OMX.google.vorbis.decoder] Now Loaded
05-12 18:17:57.992  4187  4202 I MediaCodec: [onMessageReceived]line:1197 [][what=kWhatComponentAllocated][state 1][msg='AMessage(what = 'codc', target = 2) = {
05-12 18:17:57.992  4187  4202 I MediaCodec:   int32_t what = 1665231980
05-12 18:17:57.992  4187  4202 I MediaCodec:   string componentName = "OMX.google.vorbis.decoder"
05-12 18:17:57.992  4187  4202 I MediaCodec:   int32_t quirks = 0
05-12 18:17:57.992  4187  4202 I MediaCodec: }' ]
05-12 18:17:57.992   310  1728 D ResourceManagerService: ResourceManagerService:addResource
05-12 18:17:57.992  4187  4200 I MediaCodec: [CreateByType]line:198 audio/vorbis
05-12 18:17:57.993  4187  4202 D ACodec  : onConfigureComponent
05-12 18:17:57.993  4187  4202 D ACodec  : sendFormatChange 0
05-12 18:17:57.994  4187  4202 D ACodec  : sendFormatChange 0
05-12 18:17:57.994   310  1728 E OMXNodeInstance: getParameter(d7:google.vorbis.decoder, ??(0x7f200406)) ERROR: UnsupportedIndex(0x8000101a)
05-12 18:17:57.995  4187  4202 I MediaCodec: [onMessageReceived]line:1234 [OMX.google.vorbis.decoder][what=kWhatComponentConfigured][state 3][msg='AMessage(what = 'codc', target = 2) = {
05-12 18:17:57.995  4187  4202 I MediaCodec:   int32_t what = 1665363822
05-12 18:17:57.995  4187  4202 I MediaCodec:   AMessage input-format = AMessage(what = 0x00000000) = {
05-12 18:17:57.995  4187  4202 I MediaCodec:                             int32_t support-partial-frame = 0
05-12 18:17:57.995  4187  4202 I MediaCodec:                             string mime = "audio/vorbis"
05-12 18:17:57.995  4187  4202 I MediaCodec:                             int32_t channel-count = 1
05-12 18:17:57.995  4187  4202 I MediaCodec:                             int32_t sample-rate = 44100
05-12 18:17:57.995  4187  4202 I MediaCodec:                           }
05-12 18:17:57.995  4187  4202 I MediaCodec:   AMessage output-format = AMessage(what = 'codc', target = 2) = {
05-12 18:17:57.995  4187  4202 I MediaCodec:                              string mime = "audio/raw"
05-12 18:17:57.995  4187  4202 I MediaCodec:                              int32_t channel-count = 1
05-12 18:17:57.995  4187  4202 I MediaCodec:                              int32_t sample-rate = 44100
05-12 18:17:57.995  4187  4202 I MediaCodec:                              int32_t bit-width = 16
05-12 18:17:57.995  4187  4202 I MediaCodec:                            }
05-12 18:17:57.995  4187  4202 I MediaCodec: }' ]
05-12 18:17:57.996  1004  1711 W PackageManager: checkUidPermission(): android.permission.UPDATE_DEVICE_STATS of 10023 is denied.
05-12 18:17:57.996  1004  1711 W System.err: java.lang.SecurityException: uid 10023 does not have android.permission.UPDATE_DEVICE_STATS.
05-12 18:17:57.996  1004  1711 W System.err:    at android.app.ContextImpl.enforce(ContextImpl.java:1443)
05-12 18:17:57.997  1004  1711 W System.err:    at android.app.ContextImpl.enforcePermission(ContextImpl.java:1456)
05-12 18:17:57.997  1004  1711 W System.err:    at com.android.server.am.BatteryStatsService.enforceCallingPermission(BatteryStatsService.java:909)
05-12 18:17:57.997  1004  1711 W System.err:    at com.android.server.am.BatteryStatsService.noteStartAudio(BatteryStatsService.java:580)
05-12 18:17:57.997  1004  1711 W System.err:    at com.android.internal.app.IBatteryStats$Stub.onTransact(IBatteryStats.java:90)
05-12 18:17:57.997  1004  1711 W System.err:    at android.os.Binder.execTransact(Binder.java:458)
05-12 18:17:57.997   318   468 D AALService: enableAALEvent: 0 -> 1
05-12 18:17:57.997   318   468 D AALService: Output backlight = 400/1023, CABC gain = 256
05-12 18:17:57.997   310  1041 D AudioALSAStreamOut: latency(), flags 4, return 10
05-12 18:17:57.997   310  1039 D AudioALSAStreamOut: latency(), flags 2, return 139
05-12 18:17:57.997  4187  4202 D ACodec  : onStart
05-12 18:17:57.998  4187  4202 D ACodec  : [OMX.google.vorbis.decoder] Now Loaded->Idle
05-12 18:17:57.998  4187  4198 D AudioSystem: getIoDescriptor: ioHandle = 2, index = -2, mIoDescriptors = 0x7f9b0b9b50
05-12 18:17:57.998  4187  4198 D AudioSystem: getIoDescriptor: ioHandle = 4, index = -2, mIoDescriptors = 0x7f9b0b9b50
05-12 18:17:57.998  4187  4202 D ACodec  : [OMX.google.vorbis.decoder] Allocating 4 buffers of size 8192/8192 (from 8192 using Invalid) on input port
05-12 18:17:57.999  4187  4202 D ACodec  : @debug: useBuffer[0], mBufferID(1)
05-12 18:17:57.999  4187  4202 D ACodec  : @debug: buffer = 0x7fa3f24000, size = 8192
05-12 18:17:58.000  4187  4202 D ACodec  : @debug: useBuffer[1], mBufferID(2)
05-12 18:17:58.000  4187  4202 D ACodec  : @debug: buffer = 0x7fa3f26000, size = 8192
05-12 18:17:58.000  4187  4202 D ACodec  : @debug: useBuffer[2], mBufferID(3)
05-12 18:17:58.000  4187  4202 D ACodec  : @debug: buffer = 0x7fa3f28000, size = 8192
05-12 18:17:58.001  4187  4202 D ACodec  : @debug: useBuffer[3], mBufferID(4)
05-12 18:17:58.001  4187  4202 D ACodec  : @debug: buffer = 0x7fa3f2a000, size = 8192
05-12 18:17:58.001  4187  4187 V SettingsInterface: invalidate [secure]: current 5 != cached 0
05-12 18:17:58.001  4187  4202 D ACodec  : [OMX.google.vorbis.decoder] Allocating 4 buffers of size 32768/32768 (from 32768 using Invalid) on output port
05-12 18:17:58.002  4187  4202 D ACodec  : @debug: useBuffer[0], mBufferID(5)
05-12 18:17:58.002  4187  4202 D ACodec  : @debug: buffer = 0x7fa3f04000, size = 32768
05-12 18:17:58.002  4187  4202 D ACodec  : @debug: useBuffer[1], mBufferID(6)
05-12 18:17:58.002  4187  4202 D ACodec  : @debug: buffer = 0x7fa3f0c000, size = 32768
05-12 18:17:58.003  4187  4202 D ACodec  : @debug: useBuffer[2], mBufferID(7)
05-12 18:17:58.003  4187  4202 D ACodec  : @debug: buffer = 0x7fa3f14000, size = 32768
05-12 18:17:58.003  4187  4202 D ACodec  : @debug: useBuffer[3], mBufferID(8)
05-12 18:17:58.003  4187  4202 D ACodec  : @debug: buffer = 0x7fa3f1c000, size = 32768
05-12 18:17:58.003  4187  4202 I MediaCodec: [onMessageReceived]line:1303 [OMX.google.vorbis.decoder][what=kWhatBuffersAllocated][state 5][msg='AMessage(what = 'codc', target = 2) = {
05-12 18:17:58.003  4187  4202 I MediaCodec:   int32_t what = 1634495587
05-12 18:17:58.003  4187  4202 I MediaCodec:   int32_t portIndex = 0
05-12 18:17:58.003  4187  4202 I MediaCodec:   RefBase *portDesc = 0x7fa5773100
05-12 18:17:58.003  4187  4202 I MediaCodec: }' ]
05-12 18:17:58.003  4187  4202 I MediaCodec: [onMessageReceived]line:1303 [OMX.google.vorbis.decoder][what=kWhatBuffersAllocated][state 5][msg='AMessage(what = 'codc', target = 2) = {
05-12 18:17:58.003  4187  4202 I MediaCodec:   int32_t what = 1634495587
05-12 18:17:58.003  4187  4202 I MediaCodec:   int32_t portIndex = 1
05-12 18:17:58.003  4187  4202 I MediaCodec:   RefBase *portDesc = 0x7fa578d740
05-12 18:17:58.003  4187  4202 I MediaCodec: }' ]
05-12 18:17:58.004  4187  4200 I MediaCodec: [getOutputFormat]line:795 [OMX.google.vorbis.decoder]+++
05-12 18:17:58.004  4187  4202 D ACodec  : [OMX.google.vorbis.decoder] Now Idle->Executing
05-12 18:17:58.005  4187  4202 D ACodec  : [OMX.google.vorbis.decoder] Now Executing
05-12 18:17:58.005  4187  4202 I ACodec  : [OMX.google.vorbis.decoder] received csd settings.
05-12 18:17:58.005  4187  4202 D ACodec  : [OMX.google.vorbis.decoder] calling emptyBuffer 1 w/ codec specific data
05-12 18:17:58.006  4187  4202 I ACodec  : [OMX.google.vorbis.decoder] received csd settings.
05-12 18:17:58.006  4187  4202 D ACodec  : [OMX.google.vorbis.decoder] calling emptyBuffer 2 w/ codec specific data
05-12 18:17:58.006  4187  4187 D SettingsInterface:  from settings cache , name = assistant , value = null
05-12 18:17:58.009  4187  4187 D AppWidgetHost: new  AppWidgetHost com.android.systemui.recents.RecentsAppWidgetHost@cac1969
05-12 18:17:58.009  4187  4202 D ACodec  : [OMX.google.vorbis.decoder] Now handling output port settings change
05-12 18:17:58.009  4187  4202 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:17:58.010  4187  4202 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d784c
05-12 18:17:58.010  4187  4202 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:17:58.010  4187  4202 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:17:58.010  4187  4202 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:17:58.011  4187  4202 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:17:58.011  4187  4202 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d784c
05-12 18:17:58.011  4187  4202 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:17:58.011  4187  4202 D ACodec  : OutputPortSettingsChangedState::onOMXEvent event 0, 2, 1
05-12 18:17:58.011  4187  4202 D ACodec  : [OMX.google.vorbis.decoder] Output port now disabled.
05-12 18:17:58.013  4187  4202 D ACodec  : [OMX.google.vorbis.decoder] Allocating 4 buffers of size 32768/32768 (from 32768 using Invalid) on output port
05-12 18:17:58.014  4187  4202 D ACodec  : @debug: useBuffer[0], mBufferID(9)
05-12 18:17:58.014  4187  4202 D ACodec  : @debug: buffer = 0x7f9070b000, size = 32768
05-12 18:17:58.014   318   468 D AALService: enableAALEvent: 1 -> 0
05-12 18:17:58.015  4187  4202 D ACodec  : @debug: useBuffer[1], mBufferID(10)
05-12 18:17:58.015  4187  4202 D ACodec  : @debug: buffer = 0x7f90713000, size = 32768
05-12 18:17:58.016  4187  4202 D ACodec  : @debug: useBuffer[2], mBufferID(11)
05-12 18:17:58.016  4187  4202 D ACodec  : @debug: buffer = 0x7f9071b000, size = 32768
05-12 18:17:58.016  4187  4202 D ACodec  : @debug: useBuffer[3], mBufferID(12)
05-12 18:17:58.016  4187  4202 D ACodec  : @debug: buffer = 0x7f90723000, size = 32768
05-12 18:17:58.016  4187  4202 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d784c
05-12 18:17:58.016  4187  4202 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:17:58.017  4187  4202 D ACodec  : OutputPortSettingsChangedState::onOMXEvent event 0, 3, 1
05-12 18:17:58.017  4187  4202 D ACodec  : [OMX.google.vorbis.decoder] Output port now reenabled.
05-12 18:17:58.017  4187  4202 D ACodec  : [OMX.google.vorbis.decoder] Now Executing
05-12 18:17:58.017  4187  4202 I MediaCodec: [onMessageReceived]line:1303 [OMX.google.vorbis.decoder][what=kWhatBuffersAllocated][state 6][msg='AMessage(what = 'codc', target = 2) = {
05-12 18:17:58.017  4187  4202 I MediaCodec:   int32_t what = 1634495587
05-12 18:17:58.017  4187  4202 I MediaCodec:   int32_t portIndex = 1
05-12 18:17:58.017  4187  4202 I MediaCodec:   RefBase *portDesc = 0x7fa578d740
05-12 18:17:58.017  4187  4202 I MediaCodec: }' ]
05-12 18:17:58.018  4187  4202 D ACodec  : [OMX.google.vorbis.decoder] calling fillBuffer 9
05-12 18:17:58.019  4187  4202 D ACodec  : sendFormatChange 0
05-12 18:17:58.020  4187  4200 I MediaCodec: [getOutputFormat]line:795 [OMX.google.vorbis.decoder]+++
05-12 18:17:58.024  1004  1710 V SettingsProvider: packageValueForCallResult, name = development_settings_enabled, value : 1
05-12 18:17:58.024  4187  4187 V SettingsInterface: invalidate [system]: current 55 != cached 0
05-12 18:17:58.030  4187  4200 E OggExtractor: failed to read 27 bytes at offset 0x00000000002074, got 0 bytes
05-12 18:17:58.030  4187  4200 E OggExtractor: readPage returned -1011
05-12 18:17:58.030  4187  4200 W NuMediaExtractor: read on track 0 err -1011
05-12 18:17:58.030  4187  4202 D ACodec  : InputBuffer EOS
05-12 18:17:58.030  4187  4202 D ACodec  : [OMX.google.vorbis.decoder] calling emptyBuffer 3 w/ EOS
05-12 18:17:58.031  4187  4202 D ACodec  : [OMX.google.vorbis.decoder] Signalled EOS on the input port
05-12 18:17:58.031  4187  4202 D ACodec  : [OMX.google.vorbis.decoder] postFillThisBuffer brk due2 EOS
05-12 18:17:58.032  4187  4202 D ACodec  : [OMX.google.vorbis.decoder] postFillThisBuffer brk due2 EOS
05-12 18:17:58.032  4187  4202 D ACodec  : [OMX.google.vorbis.decoder] saw output EOS
05-12 18:17:58.032  4187  4202 I MediaCodec: [onMessageReceived]line:1551 [OMX.google.vorbis.decoder][what=kWhatEOS][state 6]
05-12 18:17:58.033  4187  4200 I MediaCodec: [stop]line:597 [OMX.google.vorbis.decoder]+++
05-12 18:17:58.033  4187  4202 D ACodec  : [OMX.google.vorbis.decoder] Executing::kWhatShutdown keepComponentAllocated 105-12 18:17:58.033  4187  4202 D ACodec  : [OMX.google.vorbis.decoder] Now Executing->Idle
05-12 18:17:58.034  4187  4202 I ACodec  : freeBuffersOnPort portIndex 0
05-12 18:17:58.036  4187  4202 I ACodec  : freeBuffersOnPort portIndex 1
05-12 18:17:58.036  4187  4202 D ACodec  : [OMX.google.vorbis.decoder] Now Idle->Loaded
05-12 18:17:58.036  4187  4202 D ACodec  : [OMX.google.vorbis.decoder] Now Loaded
05-12 18:17:58.036  4187  4202 I MediaCodec: [onMessageReceived]line:1557 [OMX.google.vorbis.decoder][what=kWhatShutdownCompleted][state 9][msg='AMessage(what = 'codc', target = 2) = {
05-12 18:17:58.036  4187  4202 I MediaCodec:   int32_t what = 1935896429
05-12 18:17:58.036  4187  4202 I MediaCodec: }' ]
05-12 18:17:58.036   310  1224 D ResourceManagerService: ResourceManagerService:removeResource
05-12 18:17:58.037  4187  4200 I MediaCodec: [release]line:612 [OMX.google.vorbis.decoder]+++
05-12 18:17:58.039  4187  4202 D ACodec  : Now uninitialized
05-12 18:17:58.039  4187  4202 D ACodec  : UninitializedState, mIsAudioBufferLogSwitchOn=0
05-12 18:17:58.039  4187  4202 D ACodec  : UninitializedState, mIsVideoBufferLogSwitchOn=0
05-12 18:17:58.039  4187  4202 I MediaCodec: [onMessageReceived]line:1557 [OMX.google.vorbis.decoder][what=kWhatShutdownCompleted][state 10][msg='AMessage(what = 'codc', target = 2) = {
05-12 18:17:58.039  4187  4202 I MediaCodec:   int32_t what = 1935896429
05-12 18:17:58.039  4187  4202 I MediaCodec: }' ]
05-12 18:17:58.039  1004  4501 W PackageManager: checkUidPermission(): android.permission.UPDATE_DEVICE_STATS of 10023 is denied.
05-12 18:17:58.040  1004  4501 W System.err: java.lang.SecurityException: uid 10023 does not have android.permission.UPDATE_DEVICE_STATS.
05-12 18:17:58.040  1004  4501 W System.err:    at android.app.ContextImpl.enforce(ContextImpl.java:1443)
05-12 18:17:58.040  1004  4501 W System.err:    at android.app.ContextImpl.enforcePermission(ContextImpl.java:1456)
05-12 18:17:58.040  1004  4501 W System.err:    at com.android.server.am.BatteryStatsService.enforceCallingPermission(BatteryStatsService.java:909)
05-12 18:17:58.040  1004  4501 W System.err:    at com.android.server.am.BatteryStatsService.noteStopAudio(BatteryStatsService.java:587)
05-12 18:17:58.040  1004  4501 W System.err:    at com.android.internal.app.IBatteryStats$Stub.onTransact(IBatteryStats.java:99)
05-12 18:17:58.040  1004  4501 W System.err:    at android.os.Binder.execTransact(Binder.java:458)
05-12 18:17:58.041   310   310 D ResourceManagerService: ResourceManagerService:removeResource
05-12 18:17:58.041  4187  4200 I MediaCodec: [~MediaCodec]line:289 [][mState 0]+++
05-12 18:17:58.041   310  1045 D ResourceManagerService: ResourceManagerService:removeResource
05-12 18:17:58.042  4187  4200 D ACodec  : ~ACodec
05-12 18:17:58.042  4187  4200 D FileSourceProxy: Fd: 20 unregister!
05-12 18:17:58.042  4187  4200 D FileSourceProxy: Fd: 20, File Cache hit rate: 0.00
05-12 18:17:58.042  4187  4200 D FileSourceProxy: Fd: 20 register!
05-12 18:17:58.042  4187  4200 I FileSourceProxy: filename =
05-12 18:17:58.042  4187  4200 E FileSourceProxy: Open dupFd fail for file
05-12 18:17:58.042  4187  4200 D MediaExtractor: JB +MediaExtractor::Create
05-12 18:17:58.043   309   309 D WVMDrmPlugIn: WVMDrmPlugin::onInitialize : 5556
05-12 18:17:58.043   309   309 D WVMDrmPlugIn: WVMDrmPlugin::onSetOnInfoListener : add 5556
05-12 18:17:58.043   309   309 D DrmCtaPlugIn: onInitialize() : uniqueId : 5556
05-12 18:17:58.043   309   309 D DrmCtaPlugIn: encrypt thread has being created
05-12 18:17:58.043   309   309 D DrmCtaPlugIn: decrypt thread has being created
05-12 18:17:58.043   309   309 D DrmCtaPlugIn: onSetOnInfoListener(): uniqueId : 5556
05-12 18:17:58.043   309   309 D DrmCtaPlugIn: onSetOnInfoListener(): native
05-12 18:17:58.043   309   309 D DrmMtkPlugIn: DrmMtkPlugIn::onInitialize : 5556
05-12 18:17:58.043   309   309 D DrmMtkPlugIn: DrmMtkPlugIn::onSetOnInfoListener : 5556
05-12 18:17:58.043  4187  4200 D DrmManagerClient(Native): DrmManagerClient(): mUniqueId=[5556]
05-12 18:17:58.043   309  1574 D DrmMtkUtil: getProcessName() : pid to process: [/proc/4187/cmdline]->[com.android.systemui]
05-12 18:17:58.044   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.gallery] with [com.android.systemui].
05-12 18:17:58.044   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.gallery:CropImage] with [com.android.systemui].
05-12 18:17:58.044   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.cooliris.media] with [com.android.systemui].
05-12 18:17:58.044   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.mediatek.drmfileinstaller] with [com.android.systemui].
05-12 18:17:58.044   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.phone] with [com.android.systemui].
05-12 18:17:58.044   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.gallery3d] with [com.android.systemui].
05-12 18:17:58.044   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.gallery3d:crop] with [com.android.systemui].
05-12 18:17:58.044   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.mediatek.drmframeworktest] with [com.android.systemui].
05-12 18:17:58.044   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.google.android.xts.media] with [com.android.systemui].
05-12 18:17:58.044   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.widevine.demo] with [com.android.systemui].
05-12 18:17:58.044   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.launcher3:wallpaper_chooser] with [com.android.systemui].
05-12 18:17:58.044   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.discretix.drmassist] with [com.android.systemui].
05-12 18:17:58.044   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.discretix.QA_ANDROID_COMMON] with [com.android.systemui].
05-12 18:17:58.044   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.mediatek.dataprotection] with [com.android.systemui].
05-12 18:17:58.044   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.wallpapercropper] with [com.android.systemui].
05-12 18:17:58.044   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [android.process.media] with [com.android.systemui].
05-12 18:17:58.044   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.gallery3d:widgetservice] with [com.android.systemui].
05-12 18:17:58.044   309   309 D WVMDrmPlugIn: WVMDrmPlugin::onTerminate : 5556
05-12 18:17:58.044   309   309 D DrmCtaPlugIn: onTerminate():uniqueId : 5556
05-12 18:17:58.044   309   309 D DrmMtkPlugIn: DrmMtkPlugIn::onTerminate : 5556
05-12 18:17:58.045  4187  4200 D DrmManagerClient(Native): ~DrmManagerClient(): mUniqueId=[5556]
05-12 18:17:58.048  4187  4200 D MPEG2PSExtractor: +SniffMPEGPS in
05-12 18:17:58.048  4187  4200 D MPEG2PSExtractor: ********************* parsePackHeader can't find pack header start code *********************
05-12 18:17:58.049  4187  4200 E APEExtractor: getAPEInfo not ape 5003
05-12 18:17:58.049  4187  4200 E         : unknown object: 5367674f-200-0-0000000000000000, -6773413839565225984 bytes
05-12 18:17:58.049  4187  4200 I         : obj->type=0,size=-6773413839565225984,datalen=0
05-12 18:17:58.049  4187  4200 E         : error parsing header: -6
05-12 18:17:58.050  4187  4200 I MediaExtractor: Autodetected media content as 'application/ogg' with confidence 0.20
05-12 18:17:58.050  4187  4200 D OggExtractor: _readNextPacket(): Can not get full packet, need to parse next page!!!
05-12 18:17:58.054  4187  4187 D RecentsTaskLoadPlan: preloadPlan
05-12 18:17:58.054  4187  4187 D RecentsTaskLoadPlan: preloadPlan mRawTasks == null
05-12 18:17:58.056  4187  4200 E OggExtractor: failed to read 27 bytes at offset 0x00000000001ead, got 0 bytes
05-12 18:17:58.056  4187  4200 D MediaExtractor: JB -MediaExtractor::Create
05-12 18:17:58.057  4187  4187 D SystemServicesProxy: getRecentTasks:TASK = Task.Key: 928, s: -1, u: 0, lat: 1589282266140, ComponentInfo{com.michatapp.im/com.michatapp.keepalive.ForegroundActivity}/isExcluded = true/isTopTaskHome = true/isFirstValidTask = true/t.id = -1
05-12 18:17:58.057  4187  4187 D SystemServicesProxy: getRecentTasks: remove this task..
05-12 18:17:58.057  4187  4200 D ACodec  : Now uninitialized
05-12 18:17:58.057  4187  4187 D SystemServicesProxy: getRecentTasks:TASK = Task.Key: 927, s: -1, u: 0, lat: 1589282172854, ComponentInfo{org.test.myapp/org.kivy.android.PythonActivity}/isExcluded = false/isTopTaskHome = true/isFirstValidTask = true/t.id = -1
05-12 18:17:58.057  4187  4200 D ACodec  : UninitializedState, mIsAudioBufferLogSwitchOn=0
05-12 18:17:58.057  4187  4200 D ACodec  : UninitializedState, mIsVideoBufferLogSwitchOn=0
05-12 18:17:58.057  4187  4187 D SystemServicesProxy: getRecentTasks:TASK = Task.Key: 924, s: -1, u: 0, lat: 1589280879757, ComponentInfo{com.android.settings/com.android.settings.Settings}/isExcluded = false/isTopTaskHome = true/isFirstValidTask = false/t.id = -1
05-12 18:17:58.057  4187  4187 D SystemServicesProxy: getRecentTasks:TASK = Task.Key: 923, s: -1, u: 0, lat: 1589280859715, ComponentInfo{com.mediatek.filemanager/com.mediatek.filemanager.FileManagerOperationActivity}/isExcluded = false/isTopTaskHome = true/isFirstValidTask = false/t.id = -1
05-12 18:17:58.057  4187  4187 D SystemServicesProxy: getRecentTasks:TASK = Task.Key: 904, s: -1, u: 0, lat: 1589266660010, ComponentInfo{com.whatsapp.w4b/com.whatsapp.voipcalling.VoipActivityV2}/isExcluded = true/isTopTaskHome = true/isFirstValidTask = false/t.id = -1
05-12 18:17:58.057  4187  4187 D SystemServicesProxy: getRecentTasks: remove this task..
05-12 18:17:58.057  4187  4187 D SystemServicesProxy: getRecentTasks:TASK = Task.Key: 898, s: -1, u: 0, lat: 1589266110582, ComponentInfo{com.android.settings/com.android.settings.deviceinfo.UsbModeChooserActivity}/isExcluded = true/isTopTaskHome = true/isFirstValidTask = false/t.id = -1
05-12 18:17:58.057  4187  4187 D SystemServicesProxy: getRecentTasks: remove this task..
05-12 18:17:58.058  4187  4209 I MediaCodec: [onMessageReceived]line:1611 [][what=kWhatInit][state 0][msg='AMessage(what = 'init', target = 5) = {
05-12 18:17:58.058  4187  4209 I MediaCodec:   string name = "audio/vorbis"
05-12 18:17:58.058  4187  4209 I MediaCodec:   int32_t nameIsType = 1
05-12 18:17:58.058  4187  4209 I MediaCodec:   int32_t encoder = 0
05-12 18:17:58.058  4187  4209 I MediaCodec:   RefBase *replyID = 0x7f9f5da630
05-12 18:17:58.058  4187  4209 I MediaCodec: }' ]
05-12 18:17:58.058  4187  4209 D ACodec  : onAllocateComponent
05-12 18:17:58.058  4187  4187 D RecentsTaskLoadPlan: preloadRawTasks, tasks: 3
05-12 18:17:58.058  4187  4187 D RecentsTaskLoadPlan: preloadPlan taskCount = 3
05-12 18:17:58.059  4187  4209 I OMXClient: Using client-side OMX mux.
05-12 18:17:58.059  4187  4209 D ACodec  : mDeathNotifier is set
05-12 18:17:58.062  4187  4209 D ACodec  : [OMX.google.vorbis.decoder] Now Loaded
05-12 18:17:58.062  4187  4209 I MediaCodec: [onMessageReceived]line:1197 [][what=kWhatComponentAllocated][state 1][msg='AMessage(what = 'codc', target = 5) = {
05-12 18:17:58.062  4187  4209 I MediaCodec:   int32_t what = 1665231980
05-12 18:17:58.062  4187  4209 I MediaCodec:   string componentName = "OMX.google.vorbis.decoder"
05-12 18:17:58.062  4187  4209 I MediaCodec:   int32_t quirks = 0
05-12 18:17:58.062  4187  4209 I MediaCodec: }' ]
05-12 18:17:58.062   310 13345 D ResourceManagerService: ResourceManagerService:addResource
05-12 18:17:58.063  4187  4200 I MediaCodec: [CreateByType]line:198 audio/vorbis
05-12 18:17:58.063  4187  4209 D ACodec  : onConfigureComponent
05-12 18:17:58.063  4187  4187 D RecentsTaskLoadPlan:   thumbnail: Task.Key: 923, s: -1, u: 0, lat: 1589280859715, ComponentInfo{com.mediatek.filemanager/com.mediatek.filemanager.FileManagerOperationActivity}, null
05-12 18:17:58.063  4187  4209 D ACodec  : sendFormatChange 0
05-12 18:17:58.064  4187  4209 D ACodec  : sendFormatChange 0
05-12 18:17:58.064   310 13345 E OMXNodeInstance: getParameter(d8:google.vorbis.decoder, ??(0x7f200406)) ERROR: UnsupportedIndex(0x8000101a)
05-12 18:17:58.064  4187  4209 I MediaCodec: [onMessageReceived]line:1234 [OMX.google.vorbis.decoder][what=kWhatComponentConfigured][state 3][msg='AMessage(what = 'codc', target = 5) = {
05-12 18:17:58.064  4187  4209 I MediaCodec:   int32_t what = 1665363822
05-12 18:17:58.064  4187  4209 I MediaCodec:   AMessage input-format = AMessage(what = 0x00000000) = {
05-12 18:17:58.064  4187  4209 I MediaCodec:                             int32_t support-partial-frame = 0
05-12 18:17:58.064  4187  4209 I MediaCodec:                             string mime = "audio/vorbis"
05-12 18:17:58.064  4187  4209 I MediaCodec:                             int32_t channel-count = 1
05-12 18:17:58.064  4187  4209 I MediaCodec:                             int32_t sample-rate = 44100
05-12 18:17:58.064  4187  4209 I MediaCodec:                           }
05-12 18:17:58.064  4187  4209 I MediaCodec:   AMessage output-format = AMessage(what = 'codc', target = 5) = {
05-12 18:17:58.064  4187  4209 I MediaCodec:                              string mime = "audio/raw"
05-12 18:17:58.064  4187  4209 I MediaCodec:                              int32_t channel-count = 1
05-12 18:17:58.064  4187  4209 I MediaCodec:                              int32_t sample-rate = 44100
05-12 18:17:58.064  4187  4209 I MediaCodec:                              int32_t bit-width = 16
05-12 18:17:58.064  4187  4209 I MediaCodec:                            }
05-12 18:17:58.064  4187  4209 I MediaCodec: }' ]
05-12 18:17:58.065  1004  1552 W PackageManager: checkUidPermission(): android.permission.UPDATE_DEVICE_STATS of 10023 is denied.
05-12 18:17:58.065  1004  1552 W System.err: java.lang.SecurityException: uid 10023 does not have android.permission.UPDATE_DEVICE_STATS.
05-12 18:17:58.065  1004  1552 W System.err:    at android.app.ContextImpl.enforce(ContextImpl.java:1443)
05-12 18:17:58.065  1004  1552 W System.err:    at android.app.ContextImpl.enforcePermission(ContextImpl.java:1456)
05-12 18:17:58.065  1004  1552 W System.err:    at com.android.server.am.BatteryStatsService.enforceCallingPermission(BatteryStatsService.java:909)
05-12 18:17:58.065  1004  1552 W System.err:    at com.android.server.am.BatteryStatsService.noteStartAudio(BatteryStatsService.java:580)
05-12 18:17:58.065  1004  1552 W System.err:    at com.android.internal.app.IBatteryStats$Stub.onTransact(IBatteryStats.java:90)
05-12 18:17:58.065  1004  1552 W System.err:    at android.os.Binder.execTransact(Binder.java:458)
05-12 18:17:58.066  4187  4209 D ACodec  : onStart
05-12 18:17:58.066  4187  4209 D ACodec  : [OMX.google.vorbis.decoder] Now Loaded->Idle
05-12 18:17:58.066  4187  4209 D ACodec  : [OMX.google.vorbis.decoder] Allocating 4 buffers of size 8192/8192 (from 8192 using Invalid) on input port
05-12 18:17:58.067  4187  4209 D ACodec  : @debug: useBuffer[0], mBufferID(1)
05-12 18:17:58.067  4187  4209 D ACodec  : @debug: buffer = 0x7fa3f08000, size = 8192
05-12 18:17:58.068  4187  4209 D ACodec  : @debug: useBuffer[1], mBufferID(2)
05-12 18:17:58.068  4187  4209 D ACodec  : @debug: buffer = 0x7fa3f0a000, size = 8192
05-12 18:17:58.068  4187  4209 D ACodec  : @debug: useBuffer[2], mBufferID(3)
05-12 18:17:58.068  4187  4209 D ACodec  : @debug: buffer = 0x7fa3f0c000, size = 8192
05-12 18:17:58.069  4187  4209 D ACodec  : @debug: useBuffer[3], mBufferID(4)
05-12 18:17:58.069  4187  4187 D RecentsTaskLoadPlan:   thumbnail: Task.Key: 924, s: -1, u: 0, lat: 1589280879757, ComponentInfo{com.android.settings/com.android.settings.Settings}, null
05-12 18:17:58.069  4187  4209 D ACodec  : @debug: buffer = 0x7fa3f0e000, size = 8192
05-12 18:17:58.069  4187  4209 D ACodec  : [OMX.google.vorbis.decoder] Allocating 4 buffers of size 32768/32768 (from 32768 using Invalid) on output port
05-12 18:17:58.070  4187  4209 D ACodec  : @debug: useBuffer[0], mBufferID(5)
05-12 18:17:58.070  4187  4209 D ACodec  : @debug: buffer = 0x7f9070b000, size = 32768
05-12 18:17:58.071  4187  4209 D ACodec  : @debug: useBuffer[1], mBufferID(6)
05-12 18:17:58.071  4187  4209 D ACodec  : @debug: buffer = 0x7f90713000, size = 32768
05-12 18:17:58.071  4187  4209 D ACodec  : @debug: useBuffer[2], mBufferID(7)
05-12 18:17:58.071  4187  4209 D ACodec  : @debug: buffer = 0x7f9071b000, size = 32768
05-12 18:17:58.072  4187  4209 D ACodec  : @debug: useBuffer[3], mBufferID(8)
05-12 18:17:58.072  4187  4209 D ACodec  : @debug: buffer = 0x7f90723000, size = 32768
05-12 18:17:58.072  4187  4209 I MediaCodec: [onMessageReceived]line:1303 [OMX.google.vorbis.decoder][what=kWhatBuffersAllocated][state 5][msg='AMessage(what = 'codc', target = 5) = {
05-12 18:17:58.072  4187  4209 I MediaCodec:   int32_t what = 1634495587
05-12 18:17:58.072  4187  4209 I MediaCodec:   int32_t portIndex = 0
05-12 18:17:58.072  4187  4209 I MediaCodec:   RefBase *portDesc = 0x7fa3ed7360
05-12 18:17:58.072  4187  4209 I MediaCodec: }' ]
05-12 18:17:58.072  4187  4209 D ACodec  : [OMX.google.vorbis.decoder] Now Idle->Executing
05-12 18:17:58.072  4187  4209 I MediaCodec: [onMessageReceived]line:1303 [OMX.google.vorbis.decoder][what=kWhatBuffersAllocated][state 5][msg='AMessage(what = 'codc', target = 5) = {
05-12 18:17:58.072  4187  4209 I MediaCodec:   int32_t what = 1634495587
05-12 18:17:58.072  4187  4209 I MediaCodec:   int32_t portIndex = 1
05-12 18:17:58.072  4187  4209 I MediaCodec:   RefBase *portDesc = 0x7fa3ed73c0
05-12 18:17:58.072  4187  4209 I MediaCodec: }' ]
05-12 18:17:58.073  4187  4187 D RecentsTaskLoadPlan:   thumbnail: Task.Key: 927, s: -1, u: 0, lat: 1589282172854, ComponentInfo{org.test.myapp/org.kivy.android.PythonActivity}, null
05-12 18:17:58.073  4187  4200 I MediaCodec: [getOutputFormat]line:795 [OMX.google.vorbis.decoder]+++
05-12 18:17:58.074  4187  4209 D ACodec  : [OMX.google.vorbis.decoder] Now Executing
05-12 18:17:58.074  4187  4209 I ACodec  : [OMX.google.vorbis.decoder] received csd settings.
05-12 18:17:58.074  4187  4209 D ACodec  : [OMX.google.vorbis.decoder] calling emptyBuffer 1 w/ codec specific data
05-12 18:17:58.074  4187  4209 I ACodec  : [OMX.google.vorbis.decoder] received csd settings.
05-12 18:17:58.075  4187  4209 D ACodec  : [OMX.google.vorbis.decoder] calling emptyBuffer 2 w/ codec specific data
05-12 18:17:58.075  4187  4187 D RecentsTaskLoadPlan: executePlan, # tasks: 20, # thumbnails: 10, running task id: -1
05-12 18:17:58.075  4187  4187 D RecentsTaskLoadPlan:   Loading icon: Task.Key: 923, s: -1, u: 0, lat: 1589280859715, ComponentInfo{com.mediatek.filemanager/com.mediatek.filemanager.FileManagerOperationActivity}
05-12 18:17:58.078  4187  4209 D ACodec  : [OMX.google.vorbis.decoder] Now handling output port settings change
05-12 18:17:58.078  4187  4209 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:17:58.078  4187  4209 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d784c
05-12 18:17:58.078  4187  4209 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:17:58.078  4187  4209 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:17:58.079  4187  4209 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:17:58.079  4187  4209 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:17:58.079  4187  4209 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d784c
05-12 18:17:58.079  4187  4209 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:17:58.080  4187  4209 D ACodec  : OutputPortSettingsChangedState::onOMXEvent event 0, 2, 1
05-12 18:17:58.080  4187  4209 D ACodec  : [OMX.google.vorbis.decoder] Output port now disabled.
05-12 18:17:58.080  4187  4187 D RecentsTaskLoadPlan:   Loading thumbnail: Task.Key: 923, s: -1, u: 0, lat: 1589280859715, ComponentInfo{com.mediatek.filemanager/com.mediatek.filemanager.FileManagerOperationActivity}
05-12 18:17:58.080  4187  4209 D ACodec  : [OMX.google.vorbis.decoder] Allocating 4 buffers of size 32768/32768 (from 32768 using Invalid) on output port
05-12 18:17:58.081  4187  4187 D RecentsTaskLoadPlan:   Loading icon: Task.Key: 924, s: -1, u: 0, lat: 1589280879757, ComponentInfo{com.android.settings/com.android.settings.Settings}
05-12 18:17:58.081  4187  4209 D ACodec  : @debug: useBuffer[0], mBufferID(9)
05-12 18:17:58.081  4187  4209 D ACodec  : @debug: buffer = 0x7f9070b000, size = 32768
05-12 18:17:58.081  4187  4209 D ACodec  : @debug: useBuffer[1], mBufferID(10)
05-12 18:17:58.082  4187  4209 D ACodec  : @debug: buffer = 0x7f90713000, size = 32768
05-12 18:17:58.082  4187  4209 D ACodec  : @debug: useBuffer[2], mBufferID(11)
05-12 18:17:58.082  4187  4209 D ACodec  : @debug: buffer = 0x7f9071b000, size = 32768
05-12 18:17:58.082  4187  4209 D ACodec  : @debug: useBuffer[3], mBufferID(12)
05-12 18:17:58.082  4187  4209 D ACodec  : @debug: buffer = 0x7f90723000, size = 32768
05-12 18:17:58.082  4187  4209 I MediaCodec: [onMessageReceived]line:1303 [OMX.google.vorbis.decoder][what=kWhatBuffersAllocated][state 6][msg='AMessage(what = 'codc', target = 5) = {
05-12 18:17:58.082  4187  4209 I MediaCodec:   int32_t what = 1634495587
05-12 18:17:58.082  4187  4209 I MediaCodec:   int32_t portIndex = 1
05-12 18:17:58.082  4187  4209 I MediaCodec:   RefBase *portDesc = 0x7fa3ed73c0
05-12 18:17:58.082  4187  4209 I MediaCodec: }' ]
05-12 18:17:58.083  4187  4209 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d784c
05-12 18:17:58.083  4187  4209 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:17:58.083  4187  4209 D ACodec  : OutputPortSettingsChangedState::onOMXEvent event 0, 3, 1
05-12 18:17:58.083  4187  4209 D ACodec  : [OMX.google.vorbis.decoder] Output port now reenabled.
05-12 18:17:58.084  4187  4209 D ACodec  : [OMX.google.vorbis.decoder] Now Executing
05-12 18:17:58.084  4187  4209 D ACodec  : [OMX.google.vorbis.decoder] calling fillBuffer 9
05-12 18:17:58.085  4187  4209 D ACodec  : sendFormatChange 0
05-12 18:17:58.085  4187  4187 D RecentsTaskLoadPlan:   Loading thumbnail: Task.Key: 924, s: -1, u: 0, lat: 1589280879757, ComponentInfo{com.android.settings/com.android.settings.Settings}
05-12 18:17:58.086  4187  4200 I MediaCodec: [getOutputFormat]line:795 [OMX.google.vorbis.decoder]+++
05-12 18:17:58.086  4187  4194 I System  : FinalizerDaemon: finalize objects = 1
05-12 18:17:58.088  4187  4187 D RecentsTaskLoadPlan:   Loading icon: Task.Key: 927, s: -1, u: 0, lat: 1589282172854, ComponentInfo{org.test.myapp/org.kivy.android.PythonActivity}
05-12 18:17:58.098  4187  4200 E OggExtractor: failed to read 27 bytes at offset 0x00000000001ead, got 0 bytes
05-12 18:17:58.098  4187  4200 E OggExtractor: readPage returned -1011
05-12 18:17:58.099  4187  4200 W NuMediaExtractor: read on track 0 err -1011
05-12 18:17:58.099  4187  4209 D ACodec  : InputBuffer EOS
05-12 18:17:58.099  4187  4209 D ACodec  : [OMX.google.vorbis.decoder] calling emptyBuffer 4 w/ EOS
05-12 18:17:58.099  4187  4209 D ACodec  : [OMX.google.vorbis.decoder] Signalled EOS on the input port
05-12 18:17:58.100  4187  4209 D ACodec  : [OMX.google.vorbis.decoder] postFillThisBuffer brk due2 EOS
05-12 18:17:58.100  4187  4209 D ACodec  : [OMX.google.vorbis.decoder] saw output EOS
05-12 18:17:58.100  4187  4209 I MediaCodec: [onMessageReceived]line:1551 [OMX.google.vorbis.decoder][what=kWhatEOS][state 6]
05-12 18:17:58.101  4187  4200 I MediaCodec: [stop]line:597 [OMX.google.vorbis.decoder]+++
05-12 18:17:58.102  4187  4209 D ACodec  : [OMX.google.vorbis.decoder] Executing::kWhatShutdown keepComponentAllocated 105-12 18:17:58.102  4187  4209 D ACodec  : [OMX.google.vorbis.decoder] Now Executing->Idle
05-12 18:17:58.104  4187  4209 I ACodec  : freeBuffersOnPort portIndex 0
05-12 18:17:58.106  4187  4209 I ACodec  : freeBuffersOnPort portIndex 1
05-12 18:17:58.106  4187  4209 D ACodec  : [OMX.google.vorbis.decoder] Now Idle->Loaded
05-12 18:17:58.106  4187  4209 D ACodec  : [OMX.google.vorbis.decoder] Now Loaded
05-12 18:17:58.106  4187  4209 I MediaCodec: [onMessageReceived]line:1557 [OMX.google.vorbis.decoder][what=kWhatShutdownCompleted][state 9][msg='AMessage(what = 'codc', target = 5) = {
05-12 18:17:58.106  4187  4209 I MediaCodec:   int32_t what = 1935896429
05-12 18:17:58.106  4187  4209 I MediaCodec: }' ]
05-12 18:17:58.106   310  1728 D ResourceManagerService: ResourceManagerService:removeResource
05-12 18:17:58.107  4187  4200 I MediaCodec: [release]line:612 [OMX.google.vorbis.decoder]+++
05-12 18:17:58.109  4187  4209 D ACodec  : Now uninitialized
05-12 18:17:58.109  4187  4209 D ACodec  : UninitializedState, mIsAudioBufferLogSwitchOn=0
05-12 18:17:58.110  4187  4209 D ACodec  : UninitializedState, mIsVideoBufferLogSwitchOn=0
05-12 18:17:58.110  4187  4209 I MediaCodec: [onMessageReceived]line:1557 [OMX.google.vorbis.decoder][what=kWhatShutdownCompleted][state 10][msg='AMessage(what = 'codc', target = 5) = {
05-12 18:17:58.110  4187  4209 I MediaCodec:   int32_t what = 1935896429
05-12 18:17:58.110  4187  4209 I MediaCodec: }' ]
05-12 18:17:58.110  1004  1014 W PackageManager: checkUidPermission(): android.permission.UPDATE_DEVICE_STATS of 10023 is denied.
05-12 18:17:58.110  1004  1014 W System.err: java.lang.SecurityException: uid 10023 does not have android.permission.UPDATE_DEVICE_STATS.
05-12 18:17:58.111  1004  1014 W System.err:    at android.app.ContextImpl.enforce(ContextImpl.java:1443)
05-12 18:17:58.111  1004  1014 W System.err:    at android.app.ContextImpl.enforcePermission(ContextImpl.java:1456)
05-12 18:17:58.111  1004  1014 W System.err:    at com.android.server.am.BatteryStatsService.enforceCallingPermission(BatteryStatsService.java:909)
05-12 18:17:58.111  1004  1014 W System.err:    at com.android.server.am.BatteryStatsService.noteStopAudio(BatteryStatsService.java:587)
05-12 18:17:58.111  1004  1014 W System.err:    at com.android.internal.app.IBatteryStats$Stub.onTransact(IBatteryStats.java:99)
05-12 18:17:58.111  1004  1014 W System.err:    at android.os.Binder.execTransact(Binder.java:458)
05-12 18:17:58.111   310  1225 D ResourceManagerService: ResourceManagerService:removeResource
05-12 18:17:58.111  4187  4200 I MediaCodec: [~MediaCodec]line:289 [][mState 0]+++
05-12 18:17:58.112   310  1224 D ResourceManagerService: ResourceManagerService:removeResource
05-12 18:17:58.112  4187  4200 D ACodec  : ~ACodec
05-12 18:17:58.112  4187  4200 D FileSourceProxy: Fd: 20 unregister!
05-12 18:17:58.112  4187  4200 D FileSourceProxy: Fd: 20, File Cache hit rate: 0.00
05-12 18:17:58.113  4187  4200 D FileSourceProxy: Fd: 22 register!
05-12 18:17:58.113  4187  4200 I FileSourceProxy: filename =
05-12 18:17:58.113  4187  4200 E FileSourceProxy: Open dupFd fail for file
05-12 18:17:58.113  4187  4200 D MediaExtractor: JB +MediaExtractor::Create
05-12 18:17:58.113   309   309 D WVMDrmPlugIn: WVMDrmPlugin::onInitialize : 5732
05-12 18:17:58.113   309   309 D WVMDrmPlugIn: WVMDrmPlugin::onSetOnInfoListener : add 5732
05-12 18:17:58.113   309   309 D DrmCtaPlugIn: onInitialize() : uniqueId : 5732
05-12 18:17:58.113   309   309 D DrmCtaPlugIn: encrypt thread has being created
05-12 18:17:58.113   309   309 D DrmCtaPlugIn: decrypt thread has being created
05-12 18:17:58.113   309   309 D DrmCtaPlugIn: onSetOnInfoListener(): uniqueId : 5732
05-12 18:17:58.114   309   309 D DrmCtaPlugIn: onSetOnInfoListener(): native
05-12 18:17:58.114   309   309 D DrmMtkPlugIn: DrmMtkPlugIn::onInitialize : 5732
05-12 18:17:58.114   309   309 D DrmMtkPlugIn: DrmMtkPlugIn::onSetOnInfoListener : 5732
05-12 18:17:58.114  4187  4200 D DrmManagerClient(Native): DrmManagerClient(): mUniqueId=[5732]
05-12 18:17:58.114   309  1574 D DrmMtkUtil: getProcessName() : pid to process: [/proc/4187/cmdline]->[com.android.systemui]
05-12 18:17:58.114   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.gallery] with [com.android.systemui].
05-12 18:17:58.114   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.gallery:CropImage] with [com.android.systemui].
05-12 18:17:58.114   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.cooliris.media] with [com.android.systemui].
05-12 18:17:58.114   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.mediatek.drmfileinstaller] with [com.android.systemui].
05-12 18:17:58.114   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.phone] with [com.android.systemui].
05-12 18:17:58.114   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.gallery3d] with [com.android.systemui].
05-12 18:17:58.114   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.gallery3d:crop] with [com.android.systemui].
05-12 18:17:58.114   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.mediatek.drmframeworktest] with [com.android.systemui].
05-12 18:17:58.114   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.google.android.xts.media] with [com.android.systemui].
05-12 18:17:58.114   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.widevine.demo] with [com.android.systemui].
05-12 18:17:58.114   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.launcher3:wallpaper_chooser] with [com.android.systemui].
05-12 18:17:58.114   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.discretix.drmassist] with [com.android.systemui].
05-12 18:17:58.114   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.discretix.QA_ANDROID_COMMON] with [com.android.systemui].
05-12 18:17:58.114   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.mediatek.dataprotection] with [com.android.systemui].
05-12 18:17:58.114   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.wallpapercropper] with [com.android.systemui].
05-12 18:17:58.114   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [android.process.media] with [com.android.systemui].
05-12 18:17:58.115   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.gallery3d:widgetservice] with [com.android.systemui].
05-12 18:17:58.115   309   309 D WVMDrmPlugIn: WVMDrmPlugin::onTerminate : 5732
05-12 18:17:58.115   309   309 D DrmCtaPlugIn: onTerminate():uniqueId : 5732
05-12 18:17:58.115   309   309 D DrmMtkPlugIn: DrmMtkPlugIn::onTerminate : 5732
05-12 18:17:58.115  4187  4200 D DrmManagerClient(Native): ~DrmManagerClient(): mUniqueId=[5732]
05-12 18:17:58.118  4187  4200 D MPEG2PSExtractor: +SniffMPEGPS in
05-12 18:17:58.119  4187  4200 D MPEG2PSExtractor: ********************* parsePackHeader can't find pack header start code *********************
05-12 18:17:58.119  4187  4200 E APEExtractor: getAPEInfo not ape 5003
05-12 18:17:58.120  4187  4200 E         : unknown object: 5367674f-200-0-00000000000036c0, 3040774173405237195 bytes
05-12 18:17:58.120  4187  4200 I         : obj->type=0,size=3040774173405237195,datalen=0
05-12 18:17:58.120  4187  4200 E         : error parsing header: -6
05-12 18:17:58.120  4187  4200 I MediaExtractor: Autodetected media content as 'application/ogg' with confidence 0.20
05-12 18:17:58.120  4187  4200 D OggExtractor: _readNextPacket(): Can not get full packet, need to parse next page!!!
05-12 18:17:58.131  4187  4200 E OggExtractor: failed to read 27 bytes at offset 0x00000000001651, got 0 bytes
05-12 18:17:58.132  4187  4200 D MediaExtractor: JB -MediaExtractor::Create
05-12 18:17:58.132  4187  4200 D ACodec  : Now uninitialized
05-12 18:17:58.132  4187  4200 D ACodec  : UninitializedState, mIsAudioBufferLogSwitchOn=0
05-12 18:17:58.132  4187  4200 D ACodec  : UninitializedState, mIsVideoBufferLogSwitchOn=0
05-12 18:17:58.133  4187  4212 I MediaCodec: [onMessageReceived]line:1611 [][what=kWhatInit][state 0][msg='AMessage(what = 'init', target = 8) = {
05-12 18:17:58.133  4187  4212 I MediaCodec:   string name = "audio/vorbis"
05-12 18:17:58.133  4187  4212 I MediaCodec:   int32_t nameIsType = 1
05-12 18:17:58.133  4187  4212 I MediaCodec:   int32_t encoder = 0
05-12 18:17:58.133  4187  4212 I MediaCodec:   RefBase *replyID = 0x7f9f5da630
05-12 18:17:58.133  4187  4212 I MediaCodec: }' ]
05-12 18:17:58.133  4187  4212 D ACodec  : onAllocateComponent
05-12 18:17:58.134  4187  4212 I OMXClient: Using client-side OMX mux.
05-12 18:17:58.134  4187  4212 D ACodec  : mDeathNotifier is set
05-12 18:17:58.137  4187  4212 D ACodec  : [OMX.google.vorbis.decoder] Now Loaded
05-12 18:17:58.137  4187  4212 I MediaCodec: [onMessageReceived]line:1197 [][what=kWhatComponentAllocated][state 1][msg='AMessage(what = 'codc', target = 8) = {
05-12 18:17:58.137  4187  4212 I MediaCodec:   int32_t what = 1665231980
05-12 18:17:58.137  4187  4212 I MediaCodec:   string componentName = "OMX.google.vorbis.decoder"
05-12 18:17:58.137  4187  4212 I MediaCodec:   int32_t quirks = 0
05-12 18:17:58.137  4187  4212 I MediaCodec: }' ]
05-12 18:17:58.137   310   310 D ResourceManagerService: ResourceManagerService:addResource
05-12 18:17:58.138  4187  4200 I MediaCodec: [CreateByType]line:198 audio/vorbis
05-12 18:17:58.138  4187  4212 D ACodec  : onConfigureComponent
05-12 18:17:58.138  4187  4212 D ACodec  : sendFormatChange 0
05-12 18:17:58.139  4187  4212 D ACodec  : sendFormatChange 0
05-12 18:17:58.139   310   310 E OMXNodeInstance: getParameter(d9:google.vorbis.decoder, ??(0x7f200406)) ERROR: UnsupportedIndex(0x8000101a)
05-12 18:17:58.140  4187  4212 I MediaCodec: [onMessageReceived]line:1234 [OMX.google.vorbis.decoder][what=kWhatComponentConfigured][state 3][msg='AMessage(what = 'codc', target = 8) = {
05-12 18:17:58.140  4187  4212 I MediaCodec:   int32_t what = 1665363822
05-12 18:17:58.140  4187  4212 I MediaCodec:   AMessage input-format = AMessage(what = 0x00000000) = {
05-12 18:17:58.140  4187  4212 I MediaCodec:                             int32_t support-partial-frame = 0
05-12 18:17:58.140  4187  4212 I MediaCodec:                             string mime = "audio/vorbis"
05-12 18:17:58.140  4187  4212 I MediaCodec:                             int32_t channel-count = 1
05-12 18:17:58.140  4187  4212 I MediaCodec:                             int32_t sample-rate = 44100
05-12 18:17:58.140  4187  4212 I MediaCodec:                           }
05-12 18:17:58.140  4187  4212 I MediaCodec:   AMessage output-format = AMessage(what = 'codc', target = 8) = {
05-12 18:17:58.140  4187  4212 I MediaCodec:                              string mime = "audio/raw"
05-12 18:17:58.140  4187  4212 I MediaCodec:                              int32_t channel-count = 1
05-12 18:17:58.140  4187  4212 I MediaCodec:                              int32_t sample-rate = 44100
05-12 18:17:58.140  4187  4212 I MediaCodec:                              int32_t bit-width = 16
05-12 18:17:58.140  4187  4212 I MediaCodec:                            }
05-12 18:17:58.140  4187  4212 I MediaCodec: }' ]
05-12 18:17:58.140  1004  1713 W PackageManager: checkUidPermission(): android.permission.UPDATE_DEVICE_STATS of 10023 is denied.
05-12 18:17:58.140  1004  1713 W System.err: java.lang.SecurityException: uid 10023 does not have android.permission.UPDATE_DEVICE_STATS.
05-12 18:17:58.140  1004  1713 W System.err:    at android.app.ContextImpl.enforce(ContextImpl.java:1443)
05-12 18:17:58.140  1004  1713 W System.err:    at android.app.ContextImpl.enforcePermission(ContextImpl.java:1456)
05-12 18:17:58.140  1004  1713 W System.err:    at com.android.server.am.BatteryStatsService.enforceCallingPermission(BatteryStatsService.java:909)
05-12 18:17:58.141  1004  1713 W System.err:    at com.android.server.am.BatteryStatsService.noteStartAudio(BatteryStatsService.java:580)
05-12 18:17:58.141  1004  1713 W System.err:    at com.android.internal.app.IBatteryStats$Stub.onTransact(IBatteryStats.java:90)
05-12 18:17:58.141  1004  1713 W System.err:    at android.os.Binder.execTransact(Binder.java:458)
05-12 18:17:58.141  4187  4212 D ACodec  : onStart
05-12 18:17:58.141  4187  4212 D ACodec  : [OMX.google.vorbis.decoder] Now Loaded->Idle
05-12 18:17:58.141  4187  4212 D ACodec  : [OMX.google.vorbis.decoder] Allocating 4 buffers of size 8192/8192 (from 8192 using Invalid) on input port
05-12 18:17:58.142  4187  4212 D ACodec  : @debug: useBuffer[0], mBufferID(1)
05-12 18:17:58.142  4187  4212 D ACodec  : @debug: buffer = 0x7fa3f1a000, size = 8192
05-12 18:17:58.142  4187  4212 D ACodec  : @debug: useBuffer[1], mBufferID(2)
05-12 18:17:58.142  4187  4212 D ACodec  : @debug: buffer = 0x7fa3f1c000, size = 8192
05-12 18:17:58.143  4187  4212 D ACodec  : @debug: useBuffer[2], mBufferID(3)
05-12 18:17:58.143  4187  4212 D ACodec  : @debug: buffer = 0x7fa3f1e000, size = 8192
05-12 18:17:58.143  4187  4212 D ACodec  : @debug: useBuffer[3], mBufferID(4)
05-12 18:17:58.143  4187  4212 D ACodec  : @debug: buffer = 0x7fa3f20000, size = 8192
05-12 18:17:58.144  4187  4212 D ACodec  : [OMX.google.vorbis.decoder] Allocating 4 buffers of size 32768/32768 (from 32768 using Invalid) on output port
05-12 18:17:58.144  4187  4212 D ACodec  : @debug: useBuffer[0], mBufferID(5)
05-12 18:17:58.144  4187  4212 D ACodec  : @debug: buffer = 0x7f9070b000, size = 32768
05-12 18:17:58.145  4187  4212 D ACodec  : @debug: useBuffer[1], mBufferID(6)
05-12 18:17:58.145  4187  4212 D ACodec  : @debug: buffer = 0x7f90713000, size = 32768
05-12 18:17:58.145  4187  4212 D ACodec  : @debug: useBuffer[2], mBufferID(7)
05-12 18:17:58.145  4187  4212 D ACodec  : @debug: buffer = 0x7f9071b000, size = 32768
05-12 18:17:58.145  4187  4212 D ACodec  : @debug: useBuffer[3], mBufferID(8)
05-12 18:17:58.145  4187  4212 D ACodec  : @debug: buffer = 0x7f90723000, size = 32768
05-12 18:17:58.146  4187  4212 I MediaCodec: [onMessageReceived]line:1303 [OMX.google.vorbis.decoder][what=kWhatBuffersAllocated][state 5][msg='AMessage(what = 'codc', target = 8) = {
05-12 18:17:58.146  4187  4212 I MediaCodec:   int32_t what = 1634495587
05-12 18:17:58.146  4187  4212 I MediaCodec:   int32_t portIndex = 0
05-12 18:17:58.146  4187  4212 I MediaCodec:   RefBase *portDesc = 0x7f98237fe0
05-12 18:17:58.146  4187  4212 I MediaCodec: }' ]
05-12 18:17:58.146  4187  4212 D ACodec  : [OMX.google.vorbis.decoder] Now Idle->Executing
05-12 18:17:58.146  4187  4212 I MediaCodec: [onMessageReceived]line:1303 [OMX.google.vorbis.decoder][what=kWhatBuffersAllocated][state 5][msg='AMessage(what = 'codc', target = 8) = {
05-12 18:17:58.146  4187  4212 I MediaCodec:   int32_t what = 1634495587
05-12 18:17:58.146  4187  4212 I MediaCodec:   int32_t portIndex = 1
05-12 18:17:58.146  4187  4212 I MediaCodec:   RefBase *portDesc = 0x7fa3ed7000
05-12 18:17:58.146  4187  4212 I MediaCodec: }' ]
05-12 18:17:58.146  4187  4200 I MediaCodec: [getOutputFormat]line:795 [OMX.google.vorbis.decoder]+++
05-12 18:17:58.147  4187  4212 D ACodec  : [OMX.google.vorbis.decoder] Now Executing
05-12 18:17:58.147  4187  4212 I ACodec  : [OMX.google.vorbis.decoder] received csd settings.
05-12 18:17:58.147  4187  4212 D ACodec  : [OMX.google.vorbis.decoder] calling emptyBuffer 1 w/ codec specific data
05-12 18:17:58.148  4187  4212 I ACodec  : [OMX.google.vorbis.decoder] received csd settings.
05-12 18:17:58.148  4187  4212 D ACodec  : [OMX.google.vorbis.decoder] calling emptyBuffer 2 w/ codec specific data
05-12 18:17:58.151  4187  4212 D ACodec  : [OMX.google.vorbis.decoder] Now handling output port settings change
05-12 18:17:58.151  4187  4212 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:17:58.151  4187  4212 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d784c
05-12 18:17:58.151  4187  4212 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:17:58.152  4187  4212 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:17:58.152  4187  4212 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d784c
05-12 18:17:58.152  4187  4212 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:17:58.152  4187  4212 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:17:58.153  4187  4212 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d784c
05-12 18:17:58.153  4187  4212 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:17:58.153  4187  4212 D ACodec  : OutputPortSettingsChangedState::onOMXEvent event 0, 2, 1
05-12 18:17:58.153  4187  4212 D ACodec  : [OMX.google.vorbis.decoder] Output port now disabled.
05-12 18:17:58.154  4187  4212 D ACodec  : [OMX.google.vorbis.decoder] Allocating 4 buffers of size 32768/32768 (from 32768 using Invalid) on output port
05-12 18:17:58.154  4187  4212 D ACodec  : @debug: useBuffer[0], mBufferID(9)
05-12 18:17:58.155  4187  4212 D ACodec  : @debug: buffer = 0x7f9070b000, size = 32768
05-12 18:17:58.155  4187  4212 D ACodec  : @debug: useBuffer[1], mBufferID(10)
05-12 18:17:58.155  4187  4212 D ACodec  : @debug: buffer = 0x7f90713000, size = 32768
05-12 18:17:58.155  4187  4212 D ACodec  : @debug: useBuffer[2], mBufferID(11)
05-12 18:17:58.155  4187  4212 D ACodec  : @debug: buffer = 0x7f9071b000, size = 32768
05-12 18:17:58.156  4187  4212 D ACodec  : @debug: useBuffer[3], mBufferID(12)
05-12 18:17:58.156  4187  4212 D ACodec  : @debug: buffer = 0x7f90723000, size = 32768
05-12 18:17:58.156  4187  4212 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d784c
05-12 18:17:58.156  4187  4212 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:17:58.156  4187  4212 D ACodec  : OutputPortSettingsChangedState::onOMXEvent event 0, 3, 1
05-12 18:17:58.156  4187  4212 D ACodec  : [OMX.google.vorbis.decoder] Output port now reenabled.
05-12 18:17:58.157  4187  4212 D ACodec  : [OMX.google.vorbis.decoder] Now Executing
05-12 18:17:58.157  4187  4212 I MediaCodec: [onMessageReceived]line:1303 [OMX.google.vorbis.decoder][what=kWhatBuffersAllocated][state 6][msg='AMessage(what = 'codc', target = 8) = {
05-12 18:17:58.157  4187  4212 I MediaCodec:   int32_t what = 1634495587
05-12 18:17:58.157  4187  4212 I MediaCodec:   int32_t portIndex = 1
05-12 18:17:58.157  4187  4212 I MediaCodec:   RefBase *portDesc = 0x7fa3ed7000
05-12 18:17:58.157  4187  4212 I MediaCodec: }' ]
05-12 18:17:58.158  4187  4212 D ACodec  : [OMX.google.vorbis.decoder] calling fillBuffer 9
05-12 18:17:58.158  4187  4212 D ACodec  : sendFormatChange 0
05-12 18:17:58.159  4187  4200 I MediaCodec: [getOutputFormat]line:795 [OMX.google.vorbis.decoder]+++
05-12 18:17:58.162  4187  4200 E OggExtractor: failed to read 27 bytes at offset 0x00000000001651, got 0 bytes
05-12 18:17:58.162  4187  4200 E OggExtractor: readPage returned -1011
05-12 18:17:58.162  4187  4200 W NuMediaExtractor: read on track 0 err -1011
05-12 18:17:58.162  4187  4212 D ACodec  : InputBuffer EOS
05-12 18:17:58.162  4187  4212 D ACodec  : [OMX.google.vorbis.decoder] calling emptyBuffer 2 w/ EOS
05-12 18:17:58.162  4187  4212 D ACodec  : [OMX.google.vorbis.decoder] Signalled EOS on the input port
05-12 18:17:58.162  4187  4212 D ACodec  : [OMX.google.vorbis.decoder] postFillThisBuffer brk due2 EOS
05-12 18:17:58.163  4187  4212 D ACodec  : [OMX.google.vorbis.decoder] postFillThisBuffer brk due2 EOS
05-12 18:17:58.164  4187  4212 D ACodec  : [OMX.google.vorbis.decoder] saw output EOS
05-12 18:17:58.164  4187  4212 I MediaCodec: [onMessageReceived]line:1551 [OMX.google.vorbis.decoder][what=kWhatEOS][state 6]
05-12 18:17:58.164  4187  4200 I MediaCodec: [stop]line:597 [OMX.google.vorbis.decoder]+++
05-12 18:17:58.164  4187  4212 D ACodec  : [OMX.google.vorbis.decoder] Executing::kWhatShutdown keepComponentAllocated 105-12 18:17:58.165  4187  4212 D ACodec  : [OMX.google.vorbis.decoder] Now Executing->Idle
05-12 18:17:58.166  4187  4212 I ACodec  : freeBuffersOnPort portIndex 0
05-12 18:17:58.167  4187  4212 I ACodec  : freeBuffersOnPort portIndex 1
05-12 18:17:58.167  4187  4212 D ACodec  : [OMX.google.vorbis.decoder] Now Idle->Loaded
05-12 18:17:58.167  4187  4212 D ACodec  : [OMX.google.vorbis.decoder] Now Loaded
05-12 18:17:58.167  4187  4212 I MediaCodec: [onMessageReceived]line:1557 [OMX.google.vorbis.decoder][what=kWhatShutdownCompleted][state 9][msg='AMessage(what = 'codc', target = 8) = {
05-12 18:17:58.167  4187  4212 I MediaCodec:   int32_t what = 1935896429
05-12 18:17:58.167  4187  4212 I MediaCodec: }' ]
05-12 18:17:58.167   310  1728 D ResourceManagerService: ResourceManagerService:removeResource
05-12 18:17:58.168  4187  4200 I MediaCodec: [release]line:612 [OMX.google.vorbis.decoder]+++
05-12 18:17:58.170  4187  4212 D ACodec  : Now uninitialized
05-12 18:17:58.170  4187  4212 D ACodec  : UninitializedState, mIsAudioBufferLogSwitchOn=0
05-12 18:17:58.170  4187  4212 D ACodec  : UninitializedState, mIsVideoBufferLogSwitchOn=0
05-12 18:17:58.170  4187  4212 I MediaCodec: [onMessageReceived]line:1557 [OMX.google.vorbis.decoder][what=kWhatShutdownCompleted][state 10][msg='AMessage(what = 'codc', target = 8) = {
05-12 18:17:58.170  4187  4212 I MediaCodec:   int32_t what = 1935896429
05-12 18:17:58.170  4187  4212 I MediaCodec: }' ]
05-12 18:17:58.171  1004  1552 W PackageManager: checkUidPermission(): android.permission.UPDATE_DEVICE_STATS of 10023 is denied.
05-12 18:17:58.171  1004  1552 W System.err: java.lang.SecurityException: uid 10023 does not have android.permission.UPDATE_DEVICE_STATS.
05-12 18:17:58.171  1004  1552 W System.err:    at android.app.ContextImpl.enforce(ContextImpl.java:1443)
05-12 18:17:58.171  1004  1552 W System.err:    at android.app.ContextImpl.enforcePermission(ContextImpl.java:1456)
05-12 18:17:58.171  1004  1552 W System.err:    at com.android.server.am.BatteryStatsService.enforceCallingPermission(BatteryStatsService.java:909)
05-12 18:17:58.171  1004  1552 W System.err:    at com.android.server.am.BatteryStatsService.noteStopAudio(BatteryStatsService.java:587)
05-12 18:17:58.171  1004  1552 W System.err:    at com.android.internal.app.IBatteryStats$Stub.onTransact(IBatteryStats.java:99)
05-12 18:17:58.171  1004  1552 W System.err:    at android.os.Binder.execTransact(Binder.java:458)
05-12 18:17:58.172   310  1224 D ResourceManagerService: ResourceManagerService:removeResource
05-12 18:17:58.172  4187  4200 I MediaCodec: [~MediaCodec]line:289 [][mState 0]+++
05-12 18:17:58.172   310  1225 D ResourceManagerService: ResourceManagerService:removeResource
05-12 18:17:58.173  4187  4200 D ACodec  : ~ACodec
05-12 18:17:58.173  4187  4200 D FileSourceProxy: Fd: 22 unregister!
05-12 18:17:58.173  4187  4200 D FileSourceProxy: Fd: 22, File Cache hit rate: 0.00
05-12 18:17:58.180  1004  1091 D PerfServiceManager: [PerfService] MESSAGE_TIMEOUT:105
05-12 18:17:58.181  1004  1091 D PerfServiceManager: [PerfService] set utilization:0.8
05-12 18:17:58.267   332   332 I thermal_repeater: oh, queryMdThermalInfo (0)No such file or directory
05-12 18:17:58.273   332   332 I thermal_repeater: [recvMdThermalInfo] ret=24, strLen=127,  3, 43, -49, 0, 32767, 1
05-12 18:17:58.486   310  1039 D AudioFlinger_Threads: thread 0xeb540000 type 0 TID 1039 going to sleep
05-12 18:17:58.486   310  1041 D AudioFlinger_Threads: thread 0xeb2c0000 type 0 TID 1041 going to sleep
05-12 18:17:58.486  1004  1714 D PowerManagerService: releaseWakeLockInternal: lock=151229137 [AudioMix], flags=0x0, total_time=3001ms
05-12 18:17:58.487  1004  1714 D PowerManagerNotifier: onWakeLockReleased: flags=1, tag="AudioMix", packageName=media, ownerUid=1013, ownerPid=0, workSource=null
05-12 18:17:58.487  1004  1714 D PowerManagerService: updateWakeLockSummaryLocked: mWakefulness=Awake, mWakeLockSummary=0x1
05-12 18:17:58.487  1004  1714 D PowerManagerService: updateUserActivitySummaryLocked: mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=26676115 (in 23179 ms)
05-12 18:17:58.487  1004  1714 D DisplayPowerController: requestPowerState: policy=BRIGHT, useProximitySensor=false, screenBrightness=124, screenAutoBrightnessAdjustment=0.0, brightnessSetByUser=true, useAutoBrightness=false, blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false, dozeScreenBrightness=-1, dozeScreenState=UNKNOWN, waitForNegativeProximity=false
05-12 18:17:58.487  1004  1714 I PowerManagerService: setBrightness mButtonLight 0.
05-12 18:17:58.487  1004  1714 D PowerManagerService: updateDisplayPowerStateLocked: mDisplayReady=true, policy=3, mWakefulness=1, mWakeLockSummary=0x1, mUserActivitySummary=0x1, mBootCompleted=true, mScreenBrightnessBoostInProgress=false
05-12 18:17:58.487  1004  1714 D PowerManagerService: releaseWakeLockInternal: lock=162491896 [AudioMix], flags=0x0, total_time=3003ms
05-12 18:17:58.488  1004  1714 D PowerManagerNotifier: onWakeLockReleased: flags=1, tag="AudioMix", packageName=media, ownerUid=1013, ownerPid=0, workSource=null
05-12 18:17:58.488  1004  1714 D PowerManagerService: updateWakeLockSummaryLocked: mWakefulness=Awake, mWakeLockSummary=0x0
05-12 18:17:58.488  1004  1714 D PowerManagerService: updateUserActivitySummaryLocked: mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=26676115 (in 23178 ms)
05-12 18:17:58.488  1004  1714 D DisplayPowerController: requestPowerState: policy=BRIGHT, useProximitySensor=false, screenBrightness=124, screenAutoBrightnessAdjustment=0.0, brightnessSetByUser=true, useAutoBrightness=false, blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false, dozeScreenBrightness=-1, dozeScreenState=UNKNOWN, waitForNegativeProximity=false
05-12 18:17:58.488  1004  1714 I PowerManagerService: setBrightness mButtonLight 0.
05-12 18:17:58.488  1004  1714 D PowerManagerService: updateDisplayPowerStateLocked: mDisplayReady=true, policy=3, mWakefulness=1, mWakeLockSummary=0x0, mUserActivitySummary=0x1, mBootCompleted=true, mScreenBrightnessBoostInProgress=false
05-12 18:17:58.488  1004  1714 D PowerManagerService: Releasing suspend blocker "PowerManagerService.WakeLocks".
05-12 18:17:58.627   318   468 D AALService: enableAALEvent: 0 -> 1
05-12 18:17:58.645   318   468 D AALService: Output backlight = 399/1023, CABC gain = 256
05-12 18:17:58.646   318   468 D AALService: enableAALEvent: 1 -> 0
05-12 18:17:58.676  1607  1607 D SettingsInterface:  from settings cache , name = pdp_watchdog_poll_interval_ms , value = null
05-12 18:17:58.780   330   330 I thermal_src: wake up function 3
05-12 18:17:58.780   330   330 I thermal_src: TA_DAEMON_CMD_GET_TPCB cmd=0x5, len=4 PCB=42000
05-12 18:17:58.780   330   330 I thermal_src: TA_DAEMON_CMD_SET_TTJ cmd=0x4, len=4 Tj=85000
05-12 18:17:58.780   330   330 I thermal_src: waiting NOTIFY from kernel...
05-12 18:17:58.854   287   287 I 6620_launcher: key:(ro.build.type)-value:(user)
05-12 18:17:58.854   287   287 I 6620_launcher: Connectivity coredump mode: 0
05-12 18:17:58.938  4187  4187 I art     : Starting a blocking GC Alloc
05-12 18:17:58.938  4187  4187 I art     : Starting a blocking GC Alloc
05-12 18:17:58.945  4187  4187 I art     : Alloc sticky concurrent mark sweep GC freed 9(368B) AllocSpace objects, 0(0B) LOS objects, 21% free, 14MB/18MB, paused 306us total 6.479ms
05-12 18:17:58.945  4187  4187 I art     : Starting a blocking GC Alloc
05-12 18:17:58.954  4187  4187 I art     : Alloc partial concurrent mark sweep GC freed 230(10KB) AllocSpace objects, 0(0B) LOS objects, 21% free, 14MB/18MB, paused 309us total 8.778ms
05-12 18:17:58.954  4187  4187 I art     : Starting a blocking GC Alloc
05-12 18:17:58.973  4187  4187 I art     : Alloc concurrent mark sweep GC freed 6(12KB) AllocSpace objects, 0(0B) LOS objects, 21% free, 14MB/18MB, paused 323us total 18.732ms
05-12 18:17:58.973  4187  4187 I art     : Forcing collection of SoftReferences for 434MB allocation
05-12 18:17:58.973  4187  4187 I art     : Starting a blocking GC Alloc
05-12 18:17:58.991  4187  4187 I art     : Alloc concurrent mark sweep GC freed 11(352B) AllocSpace objects, 0(0B) LOS objects, 21% free, 14MB/18MB, paused 351us total 18.046ms
05-12 18:17:58.992  4187  4187 W art     : Throwing OutOfMemoryError "Failed to allocate a 455406888 byte allocation with 4182352 free bytes and 241MB until OOM"
05-12 18:17:58.992  4187  4187 I art     : Starting a blocking GC Alloc
05-12 18:17:58.992  4187  4187 I art     : Starting a blocking GC Alloc
05-12 18:17:58.998  4187  4187 I art     : Alloc sticky concurrent mark sweep GC freed 3(1264B) AllocSpace objects, 0(0B) LOS objects, 21% free, 14MB/18MB, paused 309us total 6.034ms
05-12 18:17:58.998  4187  4187 I art     : Starting a blocking GC Alloc
05-12 18:17:59.007  4187  4187 I art     : Alloc partial concurrent mark sweep GC freed 6(192B) AllocSpace objects, 0(0B) LOS objects, 21% free, 14MB/18MB, paused 319us total 8.776ms
05-12 18:17:59.007  4187  4187 I art     : Starting a blocking GC Alloc
05-12 18:17:59.025  4187  4187 I art     : Alloc concurrent mark sweep GC freed 3(96B) AllocSpace objects, 0(0B) LOS objects, 21% free, 14MB/18MB, paused 325us total 17.948ms
05-12 18:17:59.026  4187  4187 I art     : Forcing collection of SoftReferences for 434MB allocation
05-12 18:17:59.026  4187  4187 I art     : Starting a blocking GC Alloc
05-12 18:17:59.044  4187  4187 I art     : Alloc concurrent mark sweep GC freed 3(96B) AllocSpace objects, 0(0B) LOS objects, 21% free, 14MB/18MB, paused 323us total 17.957ms
05-12 18:17:59.044  4187  4187 W art     : Throwing OutOfMemoryError "Failed to allocate a 455406888 byte allocation with 4182352 free bytes and 241MB until OOM"
05-12 18:17:59.044  4187  4187 D skia    : --- allocation failed for scaled bitmap
05-12 18:17:59.064  4187  4187 D AndroidRuntime: Shutting down VM
05-12 18:17:59.065  4187  4187 E AndroidRuntime: FATAL EXCEPTION: main
05-12 18:17:59.065  4187  4187 E AndroidRuntime: Process: com.android.systemui, PID: 4187
05-12 18:17:59.065  4187  4187 E AndroidRuntime: java.lang.OutOfMemoryError: Failed to allocate a 455406888 byte allocation with 4182352 free bytes and 241MB until OOM
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at dalvik.system.VMRuntime.newNonMovableArray(Native Method)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at android.graphics.BitmapFactory.nativeDecodeAsset(Native Method)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:651)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at android.graphics.BitmapFactory.decodeResourceStream(BitmapFactory.java:486)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at android.graphics.drawable.Drawable.createFromResourceStream(Drawable.java:1085)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at android.content.res.Resources.loadDrawableForCookie(Resources.java:2867)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at android.content.res.Resources.loadDrawable(Resources.java:2756)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at android.content.res.Resources.getDrawable(Resources.java:920)05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at android.app.ApplicationPackageManager.getDrawable(ApplicationPackageManager.java:841)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at android.app.ApplicationPackageManager.loadUnbadgedItemIcon(ApplicationPackageManager.java:2095)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at android.app.ApplicationPackageManager.loadItemIcon(ApplicationPackageManager.java:2075)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at android.content.pm.PackageItemInfo.loadIcon(PackageItemInfo.java:155)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at android.content.pm.ComponentInfo.loadDefaultIcon(ComponentInfo.java:184)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at android.app.ApplicationPackageManager.loadUnbadgedItemIcon(ApplicationPackageManager.java:2098)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at android.app.ApplicationPackageManager.loadItemIcon(ApplicationPackageManager.java:2075)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at android.content.pm.PackageItemInfo.loadIcon(PackageItemInfo.java:155)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at com.android.systemui.recents.misc.SystemServicesProxy.getActivityIcon(SystemServicesProxy.java:501)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at com.android.systemui.recents.model.RecentsTaskLoader.getAndUpdateActivityIcon(RecentsTaskLoader.java:407)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at com.android.systemui.recents.model.RecentsTaskLoadPlan.executePlan(RecentsTaskLoadPlan.java:240)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at com.android.systemui.recents.model.RecentsTaskLoader.loadTasks(RecentsTaskLoader.java:477)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at com.android.systemui.recents.Recents.start(Recents.java:271)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at com.android.systemui.SystemUIApplication.startServicesIfNeeded(SystemUIApplication.java:125)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at com.android.systemui.keyguard.KeyguardService.onCreate(KeyguardService.java:44)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at android.app.ActivityThread.handleCreateService(ActivityThread.java:3026)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at android.app.ActivityThread.-wrap4(ActivityThread.java)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1552)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at android.os.Handler.dispatchMessage(Handler.java:111)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at android.os.Looper.loop(Looper.java:207)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at android.app.ActivityThread.main(ActivityThread.java:5692)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at java.lang.reflect.Method.invoke(Native Method)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:908)
05-12 18:17:59.065  4187  4187 E AndroidRuntime:        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:769)
05-12 18:17:59.066  1004  1705 D SettingsInterface:  from settings cache , name = dropbox:system_app_crash , value = null
05-12 18:17:59.067  1004  1705 D SettingsInterface:  from settings cache , name = send_action_app_error , value = 1
05-12 18:17:59.067  1004  1705 D ActivityManager: SVC-mBroadcastQueues: com.android.server.am.BroadcastQueue@8cfb08c
05-12 18:17:59.067  1004  1705 D ActivityManager: SVC-mBroadcastQueues: com.android.server.am.BroadcastQueue@8103d5
05-12 18:17:59.067  1004  1705 W ActivityManager: Process com.android.systemui has crashed too many times: killing!
05-12 18:17:59.068  1004  4215 D SettingsInterface:  from settings cache , name = logcat_for_system_app_crash , value = null
05-12 18:17:59.068  1004  4215 D SettingsInterface:  from settings cache , name = dropbox:system_app_crash , value = null
05-12 18:17:59.068  1004  1020 D SettingsInterface:  from settings cache , name = anr_show_background , value = null
05-12 18:17:59.068  1004  4215 D SettingsInterface:  from settings cache , name = dropbox:system_app_crash , value = null
05-12 18:17:59.068  1004  4215 D SettingsInterface:  from settings cache , name = dropbox_age_seconds , value = null
05-12 18:17:59.068  1004  4215 D SettingsInterface:  from settings cache , name = dropbox_max_files , value = null
05-12 18:17:59.077  1004  4215 W AES     : Exception Log handling...
05-12 18:17:59.080  1004  4215 D AES     : ExceptionLog: notify aed
05-12 18:17:59.080  1004  4215 D AES     :     process : com.android.systemui
05-12 18:17:59.080  1004  4215 D AES     :      module : com.android.systemui v23 (6.0-1500002896)
05-12 18:17:59.080  1004  4215 D AES     :
05-12 18:17:59.080  1004  4215 D AES     :       cause : system_app_crash
05-12 18:17:59.080  1004  4215 D AES     :       pid : 4187
05-12 18:17:59.080  1004  4215 D AEE/LIBAEE: shell: raise_exp(4, 4187, -1361051648, com.android.systemui, 0x0x7f8a3750a0, 0x0x0)
05-12 18:17:59.080  1004  4215 D AEE/LIBAEE: shell: connected with AED OK
05-12 18:17:59.081   308   308 D AEE/AED : $===AEE===AEE===AEE===$
05-12 18:17:59.081   308   308 D AEE/AED : p 0 poll events 1 revents 0
05-12 18:17:59.081   308   308 D AEE/AED : not know revents:0
05-12 18:17:59.081   308   308 D AEE/AED : p 1 poll events 1 revents 1
05-12 18:17:59.081   308   308 D AEE/AED : aed_main_fork_worker: generator 0x7fb3f52060, worker 0x7fec1242f0, recv_fd 1205-12 18:17:59.082  4216  4216 D AEE/AED : read success, handling msg (Ind, AE_IND_EXP_RAISED)
05-12 18:17:59.082  4216  4216 I AEE/AED : [OnPurpose Redunant in void preset_info(aed_report_record*, int, int)] pid: 4187, tid: -1361051648, name: UNKNOWN  >>> com.android.systemui <<<
05-12 18:17:59.082  4216  4216 V AEE/AED : dashboard_record_update() : rec->module = com.android.systemui
05-12 18:17:59.082   308   308 D AEE/AED : aee handle:-1, cpu cores:8, online:4
05-12 18:17:59.082  4216  4216 D AEE/AED : Skip duplicated exception !
05-12 18:17:59.082   308   308 D AEE/AED : p 2 poll events 1 revents 0
05-12 18:17:59.082  4216  4216 D AEE/AED : Exception Class: 4
05-12 18:17:59.082   308   308 D AEE/AED : not know revents:0
05-12 18:17:59.082  4216  4216 D AEE/AED : Module: com.android.systemui
05-12 18:17:59.082   308   308 D AEE/AED : p 3 poll events 1 revents 0
05-12 18:17:59.082  4216  4216 D AEE/AED : Count: 9
05-12 18:17:59.083   308   308 D AEE/AED : not know revents:0
05-12 18:17:59.083  4216  4216 D AEE/AED : Last exception time: 1589282276
05-12 18:17:59.083  4216  4216 D AEE/AED :
05-12 18:17:59.083  4216  4216 V AEE/AED : process session - skipped
05-12 18:17:59.083  1004  4215 D AEE/LIBAEE: shell: got the request (cmd:Ind,AE_IND_LOG_CLOSE)
05-12 18:17:59.083  1004  4215 D AEE/LIBAEE: shell: Got session close ind from AED
05-12 18:17:59.083  1004  1020 D WindowClient: Add to mViews: com.android.internal.policy.PhoneWindow$DecorView{d88d639 V.E...... R.....I. 0,0-0,0}, this = android.view.WindowManagerGlobal@437e9cb
05-12 18:17:59.083  1004  5771 D OpenGLRenderer: CanvasContext() 0x7f8a255800
05-12 18:17:59.084  1004  1020 D ViewRootImpl: hardware acceleration is enabled, this = ViewRoot{9c384f4 Application Error: com.android.systemui,ident = 84}
05-12 18:17:59.085   308   308 D AEE/AED : $===AEE===AEE===AEE===$
05-12 18:17:59.085   308   308 D AEE/AED : p 0 poll events 1 revents 0
05-12 18:17:59.085   308   308 D AEE/AED : not know revents:0
05-12 18:17:59.085   308   308 D AEE/AED : p 1 poll events 1 revents 0
05-12 18:17:59.085   308   308 D AEE/AED : not know revents:0
05-12 18:17:59.085   308   308 D AEE/AED : p 2 poll events 1 revents 0
05-12 18:17:59.085   308   308 D AEE/AED : not know revents:0
05-12 18:17:59.085   308   308 D AEE/AED : p 3 poll events 1 revents 0
05-12 18:17:59.085   308   308 D AEE/AED : not know revents:0
05-12 18:17:59.086  1004  1020 D AppOps  : startOperation: reject #3 for code 24 (24) uid 1000 package android
05-12 18:17:59.086  1004  1020 D WindowManager: addWindowToListInOrderLocked: win=Window{d706692 u0 Application Error: com.android.systemui} Callers=com.android.server.wm.WindowManagerService.addWindow:2728 com.android.server.wm.Session.addToDisplay:171 android.view.ViewRootImpl.setView:643 android.view.WindowManagerGlobal.addView:319
05-12 18:17:59.086  1004  1020 V WindowManager: Free window: Adding window Window{d706692 u0 Application Error: com.android.systemui} at 3 of 3
05-12 18:17:59.086  1004  1020 V WindowManager: findFocusedWindow: Found new focus @ 3 = Window{d706692 u0 Application Error: com.android.systemui}
05-12 18:17:59.087  1004  1020 V WindowManager: Changing focus from Window{a5c8866 u0 KeyguardScrim} to Window{d706692 u0 Application Error: com.android.systemui} Callers=com.android.server.wm.WindowManagerService.addWindow:2768 com.android.server.wm.Session.addToDisplay:171 android.view.ViewRootImpl.setView:643 android.view.WindowManagerGlobal.addView:319
05-12 18:17:59.087  1004  1020 D WindowManager: Input focus has changed to Window{d706692 u0 Application Error: com.android.systemui}
05-12 18:17:59.087  1004  1024 I WindowManager: Focus moving from Window{a5c8866 u0 KeyguardScrim} to Window{d706692 u0 Application Error: com.android.systemui}
05-12 18:17:59.088  1004  1024 I WindowManager: Gaining focus: Window{d706692 u0 Application Error: com.android.systemui}
05-12 18:17:59.088  1004  1004 V ActivityManager: Broadcast: Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } ordered=false userid=0 callerApp=ProcessRecord{70949a8 1004:system/1000}
05-12 18:17:59.091  1004  1020 V NetworkStats: setKernelCounterSet uid=10010 set=0
05-12 18:17:59.091  3780  3780 D ActivityThread: BDC-Calling onReceive: intent=Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 cmp=com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver (has extras) }, receiver=com.google.android.gms.stats.service.DropBoxEntryAddedReceiver@ecac86d
05-12 18:17:59.094  1554 22778 D SettingsInterface:  from settings cache , name = enabled_accessibility_services , value = com.bazinga.cacheclean/com.bazinga.cacheclean.Service:com.google.android.marvin.talkback/com.android.switchaccess.SwitchAccessService
05-12 18:17:59.094  1554 22778 D SettingsInterface:  from settings cache , name = font_scale , value = null
05-12 18:17:59.094  1554 22778 D SettingsInterface:  from settings cache , name = accessibility_display_magnification_enabled , value = 0
05-12 18:17:59.094  1554 22778 D SettingsInterface:  from settings cache , name = high_text_contrast_enabled , value = null
05-12 18:17:59.099  3780  3780 D ActivityThread: BDC-RECEIVER handled : 0 / ReceiverData{intent=Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 cmp=com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver (has extras) } packageName=com.google.android.gms resultCode=-1 resultData=null resultExtras=null}
05-12 18:17:59.099  3780  3780 D ActivityThread: SVC-Creating service: CreateServiceData{token=android.os.BinderProxy@6b6bca2 className=com.google.android.gms.stats.service.DropBoxEntryAddedService packageName=com.google.android.gms intent=null}
05-12 18:17:59.101   284   284 I BufferQueue: [unnamed-284-778](this:0x7f81bf6800,id:778,api:0,p:-1,c:-1) BufferQueue core=(284:/system/bin/surfaceflinger)
05-12 18:17:59.101   284   284 I BufferQueueConsumer: [unnamed-284-778](this:0x7f81bf6800,id:778,api:0,p:-1,c:284) connect(C): consumer=(284:/system/bin/surfaceflinger) controlledByApp=false
05-12 18:17:59.101   284   284 I BufferQueueConsumer: [unnamed-284-778](this:0x7f81bf6800,id:778,api:0,p:-1,c:284) setConsumerName: unnamed-284-778
05-12 18:17:59.101   284   284 I BufferQueueConsumer: [Application Error: com.android.systemui](this:0x7f81bf6800,id:778,api:0,p:-1,c:284) setConsumerName: Application Error: com.android.systemui
05-12 18:17:59.101   284   284 I BufferQueueConsumer: [Application Error: com.android.systemui](this:0x7f81bf6800,id:778,api:0,p:-1,c:284) setDefaultBufferSize: width=193 height=193
05-12 18:17:59.102  1554  1554 D ActivityThread: BDC-Calling onReceive: intent=Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 cmp=com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver (has extras) }, receiver=com.google.android.gms.chimera.GmsIntentOperationService$PersistentTrustedReceiver@d45dc64
05-12 18:17:59.103  3780  3780 D ActivityThread: SVC-CREATE_SERVICE handled : 0 / CreateServiceData{token=android.os.BinderProxy@6b6bca2 className=com.google.android.gms.stats.service.DropBoxEntryAddedService packageName=com.google.android.gms intent=null}
05-12 18:17:59.104  3780  3780 D ActivityThread: SVC-Calling onStartCommand: com.google.android.gms.stats.service.DropBoxEntryAddedService@93dd33, flags=0, startId=1
05-12 18:17:59.104  1004  1020 V WindowManager: findFocusedWindow: Found new focus @ 3 = Window{d706692 u0 Application Error: com.android.systemui}
05-12 18:17:59.104  3780  3780 D ActivityThread: SVC-SERVICE_ARGS handled : 0 / ServiceArgsData{token=android.os.BinderProxy@6b6bca2 startId=1 args=Intent { act=com.google.android.gms.stats.ACTION_UPLOAD_DROPBOX_ENTRIES pkg=com.google.android.gms }}
05-12 18:17:59.105  3780  3780 D ActivityThread: SVC-Calling onStartCommand: com.google.android.gms.chimera.GmsIntentOperationService@a973163, flags=0, startId=17
05-12 18:17:59.105  1554  1554 D ActivityThread: BDC-RECEIVER handled : 0 / ReceiverData{intent=Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 cmp=com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver (has extras) } packageName=com.google.android.gms resultCode=0 resultData=null resultExtras=null}
05-12 18:17:59.106  3780  3780 D ActivityThread: SVC-SERVICE_ARGS handled : 0 / ServiceArgsData{token=android.os.BinderProxy@eff0392 startId=17 args=Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 cmp=com.google.android.gms/.chimera.GmsIntentOperationService (has extras) }}
05-12 18:17:59.106  1004  1011 I System  : FinalizerDaemon: finalize objects = 757
05-12 18:17:59.108  3780  3780 D ActivityThread: SVC-Calling onStartCommand: com.google.android.gms.chimera.GmsIntentOperationService@a973163, flags=0, startId=18
05-12 18:17:59.109  3780  3780 D ActivityThread: SVC-SERVICE_ARGS handled : 0 / ServiceArgsData{token=android.os.BinderProxy@eff0392 startId=18 args=Intent { act=com.google.android.chimera.container.IntentOperationService.KEEPALIVE cmp=com.google.android.gms/.chimera.GmsIntentOperationService }}
05-12 18:17:59.110  1004  5771 D OpenGLRenderer: ~CanvasContext() 0x7f87cc8000
05-12 18:17:59.110  3780  3780 D ActivityThread: SVC-Destroying service: com.google.android.gms.stats.service.DropBoxEntryAddedService@93dd33
05-12 18:17:59.110  3780  3780 D ActivityThread: SVC-STOP_SERVICE handled : 0 / android.os.BinderProxy@6b6bca2
05-12 18:17:59.113  1004  5771 D OpenGLRenderer: ~CanvasContext() 0x7f896df800
05-12 18:17:59.114   284   284 I BufferQueueConsumer: [Application Error: com.android.systemui](this:0x7f81bf6800,id:778,api:0,p:-1,c:284) setDefaultBufferSize: width=1218 height=632
05-12 18:17:59.115   284   284 I SurfaceFlinger: [Built-in Screen (type:0)] fps:10.580400,dur:1417.72,max:1124.82,min:15.94
05-12 18:17:59.117  1004  5771 D OpenGLRenderer: CanvasContext() 0x7f8a255800 initialize window=0x7f856c9a10, title=Application Error: com.android.systemui
05-12 18:17:59.117  1004  1020 D Surface : Surface::allocateBuffers(this=0x7f856c9a00)
05-12 18:17:59.117  1004  5771 I OpenGLRenderer: Initialized EGL, version 1.4
05-12 18:17:59.117   284  1907 D BufferQueueProducer: [](this:0x7f81bf6800,id:778,api:0,p:-1,c:284) allocateBuffers: allocating from 0 buffers up to 4 buffers
05-12 18:17:59.119   284  1907 I [MALI][Gralloc]: [+]hnd(0x7f853c9f00), client(29), share_fd(42), hnd->flags:4
05-12 18:17:59.119   284  1907 D GraphicBuffer: alloc, handle(0x7f853c9f00) (w:1218 h:632 s:1232 f:0x1 u:0x000900) err(0)
05-12 18:17:59.120  1004  5771 D MALI    : gles_context_new:265: [MTK] sufficient memory..
05-12 18:17:59.120  1004  5771 D OpenGLRenderer: Created EGL context (0x7f85537480)
05-12 18:17:59.121   284  1907 I [MALI][Gralloc]: [+]hnd(0x7f853c9e60), client(29), share_fd(56), hnd->flags:4
05-12 18:17:59.121   284  1907 D GraphicBuffer: alloc, handle(0x7f853c9e60) (w:1218 h:632 s:1232 f:0x1 u:0x000900) err(0)
05-12 18:17:59.122   284  1907 I [MALI][Gralloc]: [+]hnd(0x7f853c9640), client(29), share_fd(63), hnd->flags:4
05-12 18:17:59.123  1004  5771 D OpenGLRenderer: Initializing program cache from 0x0, size = -1
05-12 18:17:59.123   284  1907 D GraphicBuffer: alloc, handle(0x7f853c9640) (w:1218 h:632 s:1232 f:0x1 u:0x000900) err(0)
05-12 18:17:59.124  1004  5771 D Surface : Surface::connect(this=0x7f856c9a00,api=1)
05-12 18:17:59.124   284  1907 I [MALI][Gralloc]: [+]hnd(0x7f853c98c0), client(29), share_fd(70), hnd->flags:4
05-12 18:17:59.124   284  1907 D GraphicBuffer: alloc, handle(0x7f853c98c0) (w:1218 h:632 s:1232 f:0x1 u:0x000900) err(0)
05-12 18:17:59.124   284  1946 I BufferQueueProducer: [Application Error: com.android.systemui](this:0x7f81bf6800,id:778,api:1,p:1004,c:284) connect(P): api=1 producer=(1004:system_server) producerControlledByApp=false
05-12 18:17:59.124   284  1907 D BufferQueueProducer: [Application Error: com.android.systemui](this:0x7f81bf6800,id:778,api:1,p:1004,c:284) allocateBuffers: allocating from 4 buffers up to 4 buffers
05-12 18:17:59.124  1004  5771 W libEGL  : [ANDROID_RECORDABLE] format: 1
05-12 18:17:59.125  1004  5771 D mali_winsys: new_window_surface returns 0x3000
05-12 18:17:59.126  1004  1020 D StatusBarManagerService: disable statusbar calling PID = 1004
05-12 18:17:59.131   284  1907 I BufferQueueProducer: [Application Error: com.android.systemui](this:0x7f81bf6800,id:778,api:1,p:1004,c:284) new GraphicBuffer needed
05-12 18:17:59.131   284  1907 D GraphicBuffer: free, handle(0x7f853c98c0) (w:1218 h:632 s:1232 f:0x1 u:0x000900)
05-12 18:17:59.132   284  1907 I [MALI][Gralloc]: [-]hnd(0x7f853c98c0), client(29), share_fd(70)
05-12 18:17:59.133   284  1907 I [MALI][Gralloc]: [+]hnd(0x7f853c98c0), client(29), share_fd(70), hnd->flags:4
05-12 18:17:59.133  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:17:59.133   284  1907 D GraphicBuffer: alloc, handle(0x7f853c98c0) (w:1218 h:632 s:1232 f:0x1 u:0x000b00) err(0)
05-12 18:17:59.134  1004  5771 I [MALI][Gralloc]: [+]r_hnd(0x7f8a696f00), client(256), share_fd(357)
05-12 18:17:59.134  1004  5771 D GraphicBuffer: register, handle(0x7f8a696f00) (w:1218 h:632 s:1232 f:0x1 u:0x000b00)
05-12 18:17:59.136  1004  5771 D OpenGLRenderer: CacheTexture 2 upload: x, y, width height = 0, 0, 146, 290
05-12 18:17:59.144   284   466 I BufferQueueProducer: [Application Error: com.android.systemui](this:0x7f81bf6800,id:778,api:1,p:1004,c:284) new GraphicBuffer needed
05-12 18:17:59.144   284   466 D GraphicBuffer: free, handle(0x7f853c9640) (w:1218 h:632 s:1232 f:0x1 u:0x000900)
05-12 18:17:59.144   284   466 I [MALI][Gralloc]: [-]hnd(0x7f853c9640), client(29), share_fd(63)
05-12 18:17:59.146   284   466 I [MALI][Gralloc]: [+]hnd(0x7f853c9640), client(29), share_fd(63), hnd->flags:4
05-12 18:17:59.146   284   466 D GraphicBuffer: alloc, handle(0x7f853c9640) (w:1218 h:632 s:1232 f:0x1 u:0x000b00) err(0)
05-12 18:17:59.147  1004  5771 I [MALI][Gralloc]: [+]r_hnd(0x7f855399a0), client(256), share_fd(370)
05-12 18:17:59.147  1004  5771 D GraphicBuffer: register, handle(0x7f855399a0) (w:1218 h:632 s:1232 f:0x1 u:0x000b00)
05-12 18:17:59.150  1004  1024 I WindowManager: Losing delayed focus: Window{a5c8866 u0 KeyguardScrim}
05-12 18:17:59.151  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:17:59.157   284   470 I BufferQueueProducer: [Application Error: com.android.systemui](this:0x7f81bf6800,id:778,api:1,p:1004,c:284) new GraphicBuffer needed
05-12 18:17:59.157   284   470 D GraphicBuffer: free, handle(0x7f853c9e60) (w:1218 h:632 s:1232 f:0x1 u:0x000900)
05-12 18:17:59.157   284   470 I [MALI][Gralloc]: [-]hnd(0x7f853c9e60), client(29), share_fd(56)
05-12 18:17:59.159   284   470 I [MALI][Gralloc]: [+]hnd(0x7f853c9e60), client(29), share_fd(39), hnd->flags:4
05-12 18:17:59.160   284   470 D GraphicBuffer: alloc, handle(0x7f853c9e60) (w:1218 h:632 s:1232 f:0x1 u:0x000b00) err(0)
05-12 18:17:59.162  1004  5771 I [MALI][Gralloc]: [+]r_hnd(0x7f85539b80), client(256), share_fd(382)
05-12 18:17:59.162  1004  5771 D GraphicBuffer: register, handle(0x7f85539b80) (w:1218 h:632 s:1232 f:0x1 u:0x000b00)
05-12 18:17:59.163  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:17:59.181  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:17:59.199  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:17:59.217  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:17:59.235  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:17:59.253  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:17:59.271  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:17:59.279   318   468 D AALService: enableAALEvent: 0 -> 1
05-12 18:17:59.289  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:17:59.307  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:17:59.325  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:17:59.330   284  1946 I hwcomposer: Adjust vsync offset: old[-8000000] new[0]
05-12 18:17:59.343  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:17:59.386   318   468 D AALService: enableAALEvent: 1 -> 0
05-12 18:17:59.678  1607  1607 D SettingsInterface:  from settings cache , name = pdp_watchdog_poll_interval_ms , value = null
05-12 18:17:59.780   330   330 I thermal_src: wake up function 3
05-12 18:17:59.780   330   330 I thermal_src: TA_DAEMON_CMD_GET_TPCB cmd=0x5, len=4 PCB=42000
05-12 18:17:59.780   330   330 I thermal_src: TA_DAEMON_CMD_SET_TTJ cmd=0x4, len=4 Tj=85000
05-12 18:17:59.780   330   330 I thermal_src: waiting NOTIFY from kernel...
05-12 18:18:00.000  1004  1053 D SettingsInterface:  from settings cache , name = background_power_saving_enable , value = 1
05-12 18:18:00.000  1004  1053 D DataShapingService: Alarm manager openLteDataUpLinkGate: false
05-12 18:18:00.000  1004  1053 V AlarmManager: openLteGateSuccess = false
05-12 18:18:00.000  1004  1053 V ActivityManager: Broadcast: Intent { act=android.intent.action.TIME_TICK flg=0x50000114 (has extras) } ordered=true userid=-1 callerApp=null
05-12 18:18:00.000  1004  1053 V AlarmManager: sending alarm Alarm{2c67e8c type 3 when 47861672 android} success
05-12 18:18:00.001  1004  1053 D PowerManagerService: acquireWakeLockInternal: lock=230463032, flags=0x40000001, tag="*alarm*", ws=WorkSource{1000}, uid=1000, pid=1004
05-12 18:18:00.001  1004  1004 V AlarmManager: isPowerSavingStart  mIsEnabled = true   mIsUsbConnected = true   mScreenOff = false   mIsWFDConnected = false
05-12 18:18:00.001  1004  1004 D ActivityThread: BDC-Calling finishReceiver: IIntentReceiver=df596e6
05-12 18:18:00.001  1004  1053 D PowerManagerService: updateWakeLockSummaryLocked: mWakefulness=Awake, mWakeLockSummary=0x1
05-12 18:18:00.001  1004  1053 D PowerManagerService: updateUserActivitySummaryLocked: mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=26676115 (in 21665 ms)
05-12 18:18:00.001  1004  1053 D DisplayPowerController: requestPowerState: policy=BRIGHT, useProximitySensor=false, screenBrightness=124, screenAutoBrightnessAdjustment=0.0, brightnessSetByUser=true, useAutoBrightness=false, blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false, dozeScreenBrightness=-1, dozeScreenState=UNKNOWN, waitForNegativeProximity=false
05-12 18:18:00.001  1004  1053 I PowerManagerService: setBrightness mButtonLight 0.
05-12 18:18:00.001  1004  1053 D PowerManagerService: updateDisplayPowerStateLocked: mDisplayReady=true, policy=3, mWakefulness=1, mWakeLockSummary=0x1, mUserActivitySummary=0x1, mBootCompleted=true, mScreenBrightnessBoostInProgress=false
05-12 18:18:00.001  1004  1053 D PowerManagerService: Acquiring suspend blocker "PowerManagerService.WakeLocks".
05-12 18:18:00.001  1004  1053 D PowerManagerNotifier: onWakeLockAcquired: flags=1073741825, tag="*alarm*", packageName=android, ownerUid=1000, ownerPid=1004, workSource=WorkSource{1000}
05-12 18:18:00.001  1004  1004 V AlarmManager: mSupportAlarmGrouping = true  mAmPlus = com.mediatek.amplus.AlarmManagerPlus@91bc058
05-12 18:18:00.002  1004  1004 V AlarmManager: APP set(PendingIntent{403e779: PendingIntentRecord{6c69cbe android broadcastIntent}}) : type=3 triggerAtTime=47921672 win=0 tElapsed=47921672 maxElapsed=47921672 interval=0 flags=0x1
05-12 18:18:00.002  1004  1004 D AlarmManager:  whichBatch = -1
05-12 18:18:00.002  1004  1004 D ActivityThread: BDC-Calling finishReceiver: IIntentReceiver=6f43b72
05-12 18:18:00.015 17579 17579 D ActivityThread: BDC-Calling finishReceiver: IIntentReceiver=5f8fc3
05-12 18:18:00.015  1004  1015 W BroadcastQueue: Skipping deliver [foreground] BroadcastRecord{55ab9d5 u-1 android.intent.action.TIME_TICK} to ReceiverList{f70f891 4187 com.android.systemui/10023/u0 remote:6ffd2b8}: process crashing
05-12 18:18:00.016  1004  1004 D AlarmManager: onSendFinished begin
05-12 18:18:00.016  1004  1004 D PowerManagerService: releaseWakeLockInternal: lock=230463032 [*alarm*], flags=0x0, total_time=16ms
05-12 18:18:00.016  1004  1004 D PowerManagerNotifier: onWakeLockReleased: flags=1073741825, tag="*alarm*", packageName=android, ownerUid=1000, ownerPid=1004, workSource=WorkSource{1000}
05-12 18:18:00.016  1004  1004 D PowerManagerService: updateWakeLockSummaryLocked: mWakefulness=Awake, mWakeLockSummary=0x0
05-12 18:18:00.016  1004  1004 D PowerManagerService: updateUserActivitySummaryLocked: mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=26676115 (in 21649 ms)
05-12 18:18:00.017  1004  1004 D DisplayPowerController: requestPowerState: policy=BRIGHT, useProximitySensor=false, screenBrightness=124, screenAutoBrightnessAdjustment=0.0, brightnessSetByUser=true, useAutoBrightness=false, blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false, dozeScreenBrightness=-1, dozeScreenState=UNKNOWN, waitForNegativeProximity=false
05-12 18:18:00.017  1004  1004 I PowerManagerService: setBrightness mButtonLight 0.
05-12 18:18:00.017  1004  1004 D PowerManagerService: updateDisplayPowerStateLocked: mDisplayReady=true, policy=3, mWakefulness=1, mWakeLockSummary=0x0, mUserActivitySummary=0x1, mBootCompleted=true, mScreenBrightnessBoostInProgress=false
05-12 18:18:00.017  1004  1004 D PowerManagerService: Releasing suspend blocker "PowerManagerService.WakeLocks".
05-12 18:18:00.092   284  1946 I BufferQueueProducer: [Application Error: com.android.systemui](this:0x7f81bf6800,id:778,api:1,p:1004,c:284) new GraphicBuffer needed
05-12 18:18:00.092   284  1946 D GraphicBuffer: free, handle(0x7f853c9f00) (w:1218 h:632 s:1232 f:0x1 u:0x000900)
05-12 18:18:00.092   284  1946 I [MALI][Gralloc]: [-]hnd(0x7f853c9f00), client(29), share_fd(42)
05-12 18:18:00.094   284  1946 I [MALI][Gralloc]: [+]hnd(0x7f853c9f00), client(29), share_fd(42), hnd->flags:4
05-12 18:18:00.094   284  1946 D GraphicBuffer: alloc, handle(0x7f853c9f00) (w:1218 h:632 s:1232 f:0x1 u:0x000b00) err(0)
05-12 18:18:00.095  1004  5771 I [MALI][Gralloc]: [+]r_hnd(0x7f8566bea0), client(256), share_fd(390)
05-12 18:18:00.095  1004  5771 D GraphicBuffer: register, handle(0x7f8566bea0) (w:1218 h:632 s:1232 f:0x1 u:0x000b00)
05-12 18:18:00.681  1607  1607 D SettingsInterface:  from settings cache , name = pdp_watchdog_poll_interval_ms , value = null
05-12 18:18:00.719   284  1907 I BufferQueueProducer: [Application Error: com.android.systemui](this:0x7f81bf6800,id:778,api:1,p:1004,c:284) queueBuffer: fps=1.90 dur=1574.97 max=935.32 min=12.46
05-12 18:18:00.735   284   284 I SurfaceFlinger: [Built-in Screen (type:0)] fps:8.640315,dur:1620.31,max:763.95,min:12.34
05-12 18:18:00.781   330   330 I thermal_src: wake up function 3
05-12 18:18:00.781   330   330 I thermal_src: TA_DAEMON_CMD_GET_TPCB cmd=0x5, len=4 PCB=42000
05-12 18:18:00.781   330   330 I thermal_src: TA_DAEMON_CMD_SET_TTJ cmd=0x4, len=4 Tj=85000
05-12 18:18:00.781   330   330 I thermal_src: waiting NOTIFY from kernel...
05-12 18:18:00.829  1004  1091 D PerfServiceManager: [PerfService] MESSAGE_TIMER_RENDER_AWARE_DURATION timeout
05-12 18:18:00.856   287   287 I 6620_launcher: key:(ro.build.type)-value:(user)
05-12 18:18:00.857   287   287 I 6620_launcher: Connectivity coredump mode: 0
05-12 18:18:00.866 25367 25409 D MAL-Daemon:  (void* rilproxy_urc_threa,  964) URC = (+ECSQ: 13,45,1,1,1,-53,-381,7,10,305-12 18:18:00.866 25367 25409 D MAL-Daemon: )
05-12 18:18:00.867 25367 25409 W MAL-Daemon:  (    mdfx_task_send_event,  636) mdfx_task_send_event(): [ACT] should NOT enter this leagcy API!!
05-12 18:18:00.867 25367 25409 W MAL-Daemon:  (    mdfx_task_send_event,  636) mdfx_task_send_event(): [ACT] should NOT enter this leagcy API!!
05-12 18:18:00.867 25367 25405 I MAL-Daemon:  (             rds_ru_task,  454) [RDS-I][RU][rds_ru_task] RCV Event: 105
05-12 18:18:00.867 25367 25387 D MAL-Daemon:  (          atmngr_urc_hdl,  206) atmngr_urc_hdl(): [AT_URC] "
05-12 18:18:00.867 25367 25387 D MAL-Daemon: +ECSQ: 13,45,1,1,1,-53,-381,7,10,3
05-12 18:18:00.867 25367 25387 D MAL-Daemon: "!!
05-12 18:18:00.867 25367 25405 I MAL-Daemon:  (         rds_ru_urc_hdlr, 1774) [RDS-I][RDS][rds_ru_urc_hdlr] get URC: +ECSQ: 13,45,1,1,1,-53,-381,7,10,3
05-12 18:18:00.867 25367 25405 I MAL-Daemon:
05-12 18:18:00.867 25367 25405 I MAL-Daemon:  (     ru_parse_3gppsigval, 1499) [RDS-I][RDS][ru_parse_3gppsigval] 3gppsigval #args act<7>
05-12 18:18:00.867 25367 25405 I MAL-Daemon:  (         rds_ru_urc_hdlr, 1954) [RDS-I][RDS][RU][rds_ru_urc_hdlr] Update 3GPP STATUS rsrp<-96> rsrq<13> regstat<6>
05-12 18:18:00.867 25367 25405 I MAL-Daemon:  (         rds_ru_urc_hdlr, 1956) [RDS-I][RDS][RU][rds_ru_urc_hdlr] ru_check_ctx_ptr<0xf6073d9c, 0xf6073d9c>
05-12 18:18:00.867 25367 25405 W MAL-Daemon:  (    mdfx_task_send_event,  636) mdfx_task_send_event(): [ACT] should NOT enter this leagcy API!!
05-12 18:18:00.867 25367 25405 I MAL-Daemon:  (    ru_send_event_entity,  368) [RDS-I][RDS][RU][ru_send_event_entity] send event 605 to 602 with ret(0)
05-12 18:18:00.867 25367 25405 I MAL-Daemon:  (             rds_ru_task,  454) [RDS-I][RU][rds_ru_task] RCV Event: 605
05-12 18:18:00.867 25367 25405 I MAL-Daemon:  (  rds_ru_3gpp_status_ind, 1431) [RDS-I][RU][EVENT_RU_DM_3GPP_STATUS_IND] i4ltersrp:-96, i4ltersrq:13, u43gpp_status:0x6
05-12 18:18:00.867 25367 25405 E MAL-Daemon:  (  rds_ru_3gpp_status_ind, 1462) [RDS-E][RU][EVENT_RU_DM_3GPP_STATUS_IND] Invalid u43gpp_status:0x6
05-12 18:18:00.867 25367 25405 I MAL-Daemon:  (          rds_ru_rpl_gen, 5180) [RDS-I][RU][rds_ru_rpl_gen][RDS][OP0] TYPE : <0>, UI Policy : <3>, RDS Policy : <3>
05-12 18:18:00.867 25367 25405 I MAL-Daemon:  (      rds_cell_only_orng, 3673) [RDS-I][RU][RDS IMS/MMS][rds_cell_only_orng]
05-12 18:18:00.867 25367 25405 I MAL-Daemon:  (          rds_ru_rpl_gen, 5191) [RDS-I][RU][rds_ru_rpl_gen][RDS][OP0] TYPE : <0>, RAN1 : <1> ,RAN2 : <254>
05-12 18:18:00.867 25367 25405 I MAL-Daemon:  (          rds_ru_rpl_gen, 5180) [RDS-I][RU][rds_ru_rpl_gen][RDS][OP0] TYPE : <1>, UI Policy : <3>, RDS Policy : <3>
05-12 18:18:00.867 25367 25405 I MAL-Daemon:  (      rds_cell_only_orng, 3673) [RDS-I][RU][RDS IMS/MMS][rds_cell_only_orng]
05-12 18:18:00.867 25367 25405 I MAL-Daemon:  (          rds_ru_rpl_gen, 5191) [RDS-I][RU][rds_ru_rpl_gen][RDS][OP0] TYPE : <1>, RAN1 : <1> ,RAN2 : <254>
05-12 18:18:00.867 25367 25405 I MAL-Daemon:  (          rds_ru_rpl_gen, 5180) [RDS-I][RU][rds_ru_rpl_gen][RDS][OP0] TYPE : <2>, UI Policy : <3>, RDS Policy : <3>
05-12 18:18:00.867 25367 25405 I MAL-Daemon:  (      rds_cell_only_orng, 3673) [RDS-I][RU][RDS IMS/MMS][rds_cell_only_orng]
05-12 18:18:00.867 25367 25405 I MAL-Daemon:  (          rds_ru_rpl_gen, 5191) [RDS-I][RU][rds_ru_rpl_gen][RDS][OP0] TYPE : <2>, RAN1 : <1> ,RAN2 : <254>
05-12 18:18:00.868 25367 25405 I MAL-Daemon:  (          rds_ru_rpl_gen, 5180) [RDS-I][RU][rds_ru_rpl_gen][RDS][OP0] TYPE : <3>, UI Policy : <3>, RDS Policy : <3>
05-12 18:18:00.868 25367 25405 I MAL-Daemon:  (          rds_ru_rpl_gen, 5191) [RDS-I][RU][rds_ru_rpl_gen][RDS][OP0] TYPE : <3>, RAN1 : <1> ,RAN2 : <255>
05-12 18:18:00.868 25367 25405 I MAL-Daemon:  (          rds_ru_rpl_gen, 5180) [RDS-I][RU][rds_ru_rpl_gen][RDS][OP0] TYPE : <4>, UI Policy : <3>, RDS Policy : <3>
05-12 18:18:00.868 25367 25405 I MAL-Daemon:  (          rds_ru_rpl_gen, 5191) [RDS-I][RU][rds_ru_rpl_gen][RDS][OP0] TYPE : <4>, RAN1 : <1> ,RAN2 : <255>
05-12 18:18:00.868 25367 25405 I MAL-Daemon:  (          rds_ru_rpl_gen, 5180) [RDS-I][RU][rds_ru_rpl_gen][RDS][OP0] TYPE : <5>, UI Policy : <3>, RDS Policy : <3>
05-12 18:18:00.868 25367 25405 I MAL-Daemon:  (          rds_ru_rpl_gen, 5191) [RDS-I][RU][rds_ru_rpl_gen][RDS][OP0] TYPE : <5>, RAN1 : <1> ,RAN2 : <255>
05-12 18:18:00.868 25367 25405 I MAL-Daemon:  (          rds_ru_rpl_gen, 5191) [RDS-I][RU][rds_ru_rpl_gen][RDS][OP0] TYPE : <6>, RAN1 : <254> ,RAN2 : <254>
05-12 18:18:00.868 25367 25405 I MAL-Daemon:  (    rds_op_check_feature,  324) [RDS-I][RDS][OP][rds_op_check_feature] operator id(0) check feature<0>, curr_opmsk is <1>, sys_opmsk is <0x0001, 1>
05-12 18:18:00.868 25367 25405 I MAL-Daemon:  (  rds_ru_ims_vops_update, 4980) [RDS-I][RU][rds_ru_ims_vops_update][RDS IMS]Policy type: 0 IMS VOPS IE is Disabled, update IMS RPL from Ori:(1, 254) New:(254,255)
05-12 18:18:00.868 25367 25405 I MAL-Daemon:  (  rds_ru_ims_vops_update, 4980) [RDS-I][RU][rds_ru_ims_vops_update][RDS IMS]Policy type: 1 IMS VOPS IE is Disabled, update IMS RPL from Ori:(1, 254) New:(254,255)
05-12 18:18:00.868 25367 25405 I MAL-Daemon:  (  rds_ru_ims_vops_update, 4980) [RDS-I][RU][rds_ru_ims_vops_update][RDS IMS]Policy type: 2 IMS VOPS IE is Disabled, update IMS RPL from Ori:(1, 254) New:(254,255)
05-12 18:18:00.868 25367 25405 I MAL-Daemon:  (          rds_ru_rpl_gen, 5215) [RDS-I][RU][rds_ru_rpl_gen][RDS] Current policy: fgimsolte_en<1>, fgwfc_en<0>, erdspolicy<3>,
05-12 18:18:00.868 25367 25405 I MAL-Daemon:  (          rds_ru_rpl_gen, 5218) [RDS-I][RU][rds_ru_rpl_gen][RDS] Threshold i4wifirssih<-75>, i4wifirssil<-85>, i4wifirssih_ho<-78>, i4wifirssil_ho<-88>, i4wifisnrh<10>, i4wifisnrl<6>
05-12 18:18:00.868 25367 25405 I MAL-Daemon:  (          rds_ru_rpl_gen, 5221) [RDS-I][RU][rds_ru_rpl_gen][RDS] Threshold i4ltersrph<-106>, i4ltersrpm<-111>, i4ltersrpl<-116>, i4ltersrqh<5>, i4ltersrqm<3>, i4ltersrql<1>
05-12 18:18:00.868 25367 25405 I MAL-Daemon:  (          rds_ru_rpl_gen, 5224) [RDS-I][RU][rds_ru_rpl_gen][RDS] current rds ru status: i4wifirssi<-127>, i4wifisnr<0>, i4ltersrp<-96>, i4ltersrq<13>, u4active_ran<65538>
05-12 18:18:00.868 25367 25405 I MAL-Daemon:  (          rds_ru_rpl_gen, 5227) [RDS-I][RU][rds_ru_rpl_gen][RDS] current wifi backhaul : rtp_plr<0>, rtp_jitter<0>, ping_ind<0>
05-12 18:18:00.868 25367 25405 I MAL-Daemon:  (          rds_ru_rpl_gen, 5230) [RDS-I][RU][rds_ru_rpl_gen][RDS] Call stat : IR92<0>, IR94<0>
05-12 18:18:00.868 25367 25405 I MAL-Daemon:  (          rds_ru_rpl_gen, 5236) [RDS-I][RU][RDS IMS/MMS][rds_ru_rpl_gen] Ori:(254,255)/(1,255) New:(254,255)/(1,255)
05-12 18:18:00.868 25367 25405 I MAL-Daemon:  (          rds_ru_rpl_gen, 5241) [RDS-I][RU][RDS IMS/MMS WIFI][rds_ru_rpl_gen] Ori:(254,255)/(1,255) New:(254,255)/(1,255)
05-12 18:18:00.868 25367 25405 I MAL-Daemon:  (          rds_ru_rpl_gen, 5246) [RDS-I][RU][RDS IMS/MMS CELL][rds_ru_rpl_gen] Ori:(254,255)/(1,255) New:(254,255)/(1,255)
05-12 18:18:00.868 25367 25405 I MAL-Daemon:  (          rds_ru_rpl_gen, 5250) [RDS-I][RU][RDS EMG][rds_ru_rpl_gen] Ori:(254,254) New:(254,254)
05-12 18:18:00.873  1004  1014 V ActivityManager: Broadcast sticky: Intent { act=android.intent.action.SIG_STR flg=0x20000010 (has extras) } ordered=false userid=-1 callerApp=ProcessRecord{70949a8 1004:system/1000}
05-12 18:18:01.051  1004  1055 D InputReader: AP_PROF:AppLaunch_dispatchPtr:Down:26655501, ID:0, Index:-1891182656
05-12 18:18:01.052  1004  1055 I PerfService: PerfServiceNative_boostEnableAsync:3
05-12 18:18:01.052   284  1946 I hwcomposer: Adjust vsync offset: old[0] new[-8000000]
05-12 18:18:01.052  1004  1054 D PowerManagerService: userActivityFromNative
05-12 18:18:01.052  1004  1054 D PowerManagerService: userActivityNoUpdateLocked: eventTime=26655501, event=2, flags=0x0, uid=1000
05-12 18:18:01.053  1004  1054 D PowerManagerNotifier: onUserActivity: event=2, uid=1000
05-12 18:18:01.053  1004  1054 D PowerManagerService: updateUserActivitySummaryLocked: mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=26679501 (in 23999 ms)
05-12 18:18:01.053  1004  1054 D DisplayPowerController: requestPowerState: policy=BRIGHT, useProximitySensor=false, screenBrightness=124, screenAutoBrightnessAdjustment=0.0, brightnessSetByUser=true, useAutoBrightness=false, blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false, dozeScreenBrightness=-1, dozeScreenState=UNKNOWN, waitForNegativeProximity=false
05-12 18:18:01.053  1004  1054 I PowerManagerService: setBrightness mButtonLight 0.
05-12 18:18:01.053  1004  1054 D PowerManagerService: updateDisplayPowerStateLocked: mDisplayReady=true, policy=3, mWakefulness=1, mWakeLockSummary=0x0, mUserActivitySummary=0x1, mBootCompleted=true, mScreenBrightnessBoostInProgress=false
05-12 18:18:01.122  1004  1055 D InputReader: AP_PROF:AppLaunch_dispatchPtr:Up:26655572, ID:0, Index:-1891179264
05-12 18:18:01.122  1004  1055 I PerfService: PerfServiceNative_boostEnableTimeoutMsAsync:3, 100
05-12 18:18:01.124  1004  1020 D SettingsInterface:  from settings cache , name = sound_effects_enabled , value = 0
05-12 18:18:01.125  1004  1705 I ActivityManager: Inside createAppErrorBroadCast
05-12 18:18:01.125  1004  1705 I ActivityManager: Successfully created in Bug Report
05-12 18:18:01.126  1004  1705 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:768 com.android.server.am.ActivityManagerService.crashApplication:14395 com.android.server.am.ActivityManagerService.handleApplicationCrashInner:13716 com.android.server.am.ActivityManagerService.handleApplicationCrash:13698 android.app.ActivityManagerNative.onTransact:1478
05-12 18:18:01.126  1004  1705 V ActivityManager: Broadcast: Intent { act=com.micromaxinfo.analytics.GET_APPLICATION_CRASH flg=0x10 pkg=com.micromaxinfo.analytics (has extras) } ordered=false userid=0 callerApp=ProcessRecord{70949a8 1004:system/1000}
05-12 18:18:01.127  1004  1705 I ActivityManager: Sending Broadcast for Application Crash -1
05-12 18:18:01.127  4187  4187 I Process : Sending signal. PID: 4187 SIG: 9
05-12 18:18:01.127  1004  5771 D Surface : Surface::disconnect(this=0x7f856c9a00,api=1)
05-12 18:18:01.128   284  1907 I BufferQueueProducer: [Application Error: com.android.systemui](this:0x7f81bf6800,id:778,api:1,p:-1,c:284) disconnect(P): api 1
05-12 18:18:01.128   284  1907 I BufferQueueConsumer: [Application Error: com.android.systemui](this:0x7f81bf6800,id:778,api:1,p:-1,c:284) getReleasedBuffers: returning mask 0xfffffffffffffffd
05-12 18:18:01.128   284  1907 D GraphicBuffer: free, handle(0x7f853c9f00) (w:1218 h:632 s:1232 f:0x1 u:0x000b00)
05-12 18:18:01.128   284  1907 I [MALI][Gralloc]: [-]hnd(0x7f853c9f00), client(29), share_fd(42)
05-12 18:18:01.129   284  1907 D GraphicBuffer: free, handle(0x7f853c98c0) (w:1218 h:632 s:1232 f:0x1 u:0x000b00)
05-12 18:18:01.129   284  1907 I [MALI][Gralloc]: [-]hnd(0x7f853c98c0), client(29), share_fd(70)
05-12 18:18:01.130  1004  5771 D GraphicBuffer: unregister, handle(0x7f8a696f00) (w:1218 h:632 s:1232 f:0x1 u:0x000b00)
05-12 18:18:01.131  1004  5771 I [MALI][Gralloc]: [-]r_hnd(0x7f8a696f00), client(256), share_fd(357)
05-12 18:18:01.131  1004  5771 D GraphicBuffer: unregister, handle(0x7f855399a0) (w:1218 h:632 s:1232 f:0x1 u:0x000b00)
05-12 18:18:01.132  1004  5771 I [MALI][Gralloc]: [-]r_hnd(0x7f855399a0), client(256), share_fd(370)
05-12 18:18:01.133  1004  5771 D GraphicBuffer: unregister, handle(0x7f85539b80) (w:1218 h:632 s:1232 f:0x1 u:0x000b00)
05-12 18:18:01.133  1004  5771 I [MALI][Gralloc]: [-]r_hnd(0x7f85539b80), client(256), share_fd(382)
05-12 18:18:01.134  1004  5771 E Surface : getSlotFromBufferLocked: unknown buffer: 0x7f8566bea0
05-12 18:18:01.134  1004  5771 D mali_winsys: [MALI] win=0x856c9a10, native_buffer=0x8cf11a10, fd=-1
05-12 18:18:01.134  1004  5771 D GraphicBuffer: unregister, handle(0x7f8566bea0) (w:1218 h:632 s:1232 f:0x1 u:0x000b00)
05-12 18:18:01.134  1004  5771 I [MALI][Gralloc]: [-]r_hnd(0x7f8566bea0), client(256), share_fd(390)
05-12 18:18:01.135  1004  5771 D Surface : Surface::disconnect(this=0x7f856c9a00,api=1)
05-12 18:18:01.135   284  1946 I BufferQueueProducer: [Application Error: com.android.systemui](this:0x7f81bf6800,id:778,api:1,p:-1,c:284) disconnect(P): api 1
05-12 18:18:01.136  1004  1020 V WindowManager: Remove Window{d706692 u0 Application Error: com.android.systemui} client=37a241d, surface=Surface(name=Application Error: com.android.systemui) Callers=com.android.server.wm.WindowManagerService.removeWindow:2857 com.android.server.wm.Session.remove:190 android.view.ViewRootImpl.dispatchDetachedFromWindow:3528 android.view.ViewRootImpl.doDie:6177
05-12 18:18:01.137  1004  1020 V WindowManager: findFocusedWindow: Found new focus @ 2 = Window{a5c8866 u0 KeyguardScrim}
05-12 18:18:01.138  1004  1020 V WindowManager: Changing focus from Window{d706692 u0 Application Error: com.android.systemui EXITING} to Window{a5c8866 u0 KeyguardScrim} Callers=com.android.server.wm.WindowManagerService.removeWindowLocked:2927 com.android.server.wm.WindowManagerService.removeWindow:2857 com.android.server.wm.Session.remove:190 android.view.ViewRootImpl.dispatchDetachedFromWindow:3528
05-12 18:18:01.138  1004  1020 D WindowManager: Input focus has changed to Window{a5c8866 u0 KeyguardScrim}
05-12 18:18:01.139   284   284 D GraphicBuffer: free, handle(0x7f853c9640) (w:1218 h:632 s:1232 f:0x1 u:0x000b00)
05-12 18:18:01.139   284   284 I [MALI][Gralloc]: [-]hnd(0x7f853c9640), client(29), share_fd(63)
05-12 18:18:01.139  1004  1024 I WindowManager: Focus moving from Window{d706692 u0 Application Error: com.android.systemui EXITING} to Window{a5c8866 u0 KeyguardScrim}
05-12 18:18:01.139  1004  1020 D WindowClient: Remove from mViews: com.android.internal.policy.PhoneWindow$DecorView{d88d639 V.E...... R......D 0,0-1026,440}, this = android.view.WindowManagerGlobal@437e9cb
05-12 18:18:01.139  1004  1024 I WindowManager: Gaining focus: Window{a5c8866 u0 KeyguardScrim}
05-12 18:18:01.140  1004  1024 I WindowManager: Losing focus: Window{d706692 u0 Application Error: com.android.systemui EXITING}
05-12 18:18:01.140  1004  1020 D StatusBarManagerService: disable statusbar calling PID = 1004
05-12 18:18:01.140  1004  1004 V InputMethodManager: onWindowFocus: null softInputMode=16 first=false flags=#1110900
05-12 18:18:01.140  1004  1004 V InputMethodManagerService: windowGainedFocus: android.view.inputmethod.InputMethodManager$1@7d73c9a controlFlags=#0 softInputMode=#10 windowFlags=#1110900
05-12 18:18:01.140  1004  1004 W InputMethodManagerService: Window already focused, ignoring focus gain of: android.view.inputmethod.InputMethodManager$1@7d73c9a attribute=null, token = android.view.ViewRootImpl$W@9e518c1
05-12 18:18:01.141  1004  5771 D OpenGLRenderer: Destroyed EGL context (0x7f85537480)
05-12 18:18:01.143  1004  5771 D OpenGLRenderer: Terminated EGL display (0x1)
05-12 18:18:01.157  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:18:01.175  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:18:01.181  1004  1692 D DisplayManagerService: Display listener for pid 4187 died.
05-12 18:18:01.186  1004  4501 I ActivityManager: Process com.android.systemui (pid 4187) has died
05-12 18:18:01.186  1004  4501 D ActivityManager: SVC-handleAppDiedLocked: app = ProcessRecord{633918 4187:com.android.systemui/u0a23}, app.pid = 4187
05-12 18:18:01.186  1004  4501 D ActivityManager: cleanUpApplicationRecord -- 4187
05-12 18:18:01.187  1004  4501 D ProcessStats: ProcessState makeInactive : name=com.android.systemui pkg=com.android.systemui uid=10023 common.name=com.android.systemui
05-12 18:18:01.187  1004  4501 D ProcessStats: java.lang.RuntimeException: here
05-12 18:18:01.187  1004  4501 D ProcessStats:  at com.android.internal.app.ProcessStats$ProcessState.makeInactive(ProcessStats.java:3072)
05-12 18:18:01.187  1004  4501 D ProcessStats:  at com.android.server.am.ProcessRecord.makeInactive(ProcessRecord.java:467)
05-12 18:18:01.187  1004  4501 D ProcessStats:  at com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked(ActivityManagerService.java:17474)
05-12 18:18:01.187  1004  4501 D ProcessStats:  at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:5363)
05-12 18:18:01.187  1004  4501 D ProcessStats:  at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:5551)
05-12 18:18:01.187  1004  4501 D ProcessStats:  at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1354)
05-12 18:18:01.187  1004  4501 D ProcessStats:  at android.os.BinderProxy.sendDeathNotice(Binder.java:566)
05-12 18:18:01.187  1004  4501 W ActivityManager: Scheduling restart of crashed service com.android.systemui/.keyguard.KeyguardService in 0ms
05-12 18:18:01.187  1004  4501 W ActivityManager: Scheduling restart of crashed service com.android.systemui/.ImageWallpaper in 0ms
05-12 18:18:01.187  1004  4501 W ActivityManager: Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
05-12 18:18:01.187  1004  4501 D ActivityManager: SVC-mBroadcastQueues: com.android.server.am.BroadcastQueue@8cfb08c
05-12 18:18:01.188  1004  4501 D ActivityManager: SVC-mBroadcastQueues: com.android.server.am.BroadcastQueue@8103d5
05-12 18:18:01.188  1004  4501 W ActivityManager: Re-adding persistent process ProcessRecord{633918 4187:com.android.systemui/u0a23}
05-12 18:18:01.191  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:18:01.200  1004  4501 I ActivityManager: Start proc 4219:com.android.systemui/u0a23 for restart com.android.systemui
05-12 18:18:01.201  1004  1019 I ActivityManager: [Background Service Priority Adjustment] Process.setProcessGroup to Process.THREAD_GROUP_BG_NONINTERACTIVE, app.pid: 4219
05-12 18:18:01.202  1004  1019 I ActivityManager: [Background Service Priority Adjustment] Process.setProcessGroup to Process.THREAD_GROUP_BG_NONINTERACTIVE, app.pid: 4219
05-12 18:18:01.202  1004  1020 W PackageManager: checkUidPermission(): android.permission.INTERNET of 10023 is denied.
05-12 18:18:01.202  1004  1019 I ActivityManager: [Background Service Priority Adjustment] Process.setProcessGroup to Process.THREAD_GROUP_BG_NONINTERACTIVE, app.pid: 4219
05-12 18:18:01.209  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:18:01.215  1004  1662 D ProcessStats: ProcessState makeActive : name=com.android.systemui pkg=com.android.systemui
05-12 18:18:01.221  1004  1020 W PackageManager: checkUidPermission(): android.permission.INTERNET of 10023 is denied.
05-12 18:18:01.223  1004  1091 D PerfServiceManager: [PerfService] MESSAGE_TIMEOUT:103
05-12 18:18:01.227  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:18:01.228   318   468 D AALService: enableAALEvent: 0 -> 1
05-12 18:18:01.228   318   468 D AALService: Output backlight = 400/1023, CABC gain = 256
05-12 18:18:01.235  4219  4219 W System  : ClassLoader referenced unknown path: /system/priv-app/SystemUI/lib/arm64
05-12 18:18:01.241  4219  4219 D ActivityThread: BIND_APPLICATION handled : 0 / AppBindData{appInfo=ApplicationInfo{f0f01f2 com.android.systemui}}
05-12 18:18:01.243  4219  4219 D ActivityThread: SVC-Creating service: CreateServiceData{token=android.os.BinderProxy@f27c043 className=com.android.systemui.keyguard.KeyguardService packageName=com.android.systemui intent=null}
05-12 18:18:01.244  4219  4219 V SystemUIService: Starting SystemUI services.
05-12 18:18:01.245  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:18:01.252   318   468 D AALService: Output backlight = 401/1023, CABC gain = 256
05-12 18:18:01.256  1004  1567 D WifiDisplayAdapter: getWifiDisplayStatusLocked: result=WifiDisplayStatus{featureState=2, scanState=0, activeDisplayState=0, activeDisplay=null, displays=[], sessionInfo=WifiDisplaySessionInfo: C/O:Client,GId:,Pp:,SId:0,IP:}
05-12 18:18:01.257  4219  4219 D MediaRouter: updateWifiDisplayStatus status: WifiDisplayStatus{featureState=2, scanState=0, activeDisplayState=0, activeDisplay=null, displays=[], sessionInfo=WifiDisplaySessionInfo: C/O:Client,GId:,Pp:,SId:0,IP:}
05-12 18:18:01.263  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:18:01.266  4219  4219 D MediaRouter: selectRouteStatic types: 8388615 route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=null types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO  groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } explicit: false
05-12 18:18:01.266  1004  1705 D WifiDisplayAdapter: getWifiDisplayStatusLocked: result=WifiDisplayStatus{featureState=2, scanState=0, activeDisplayState=0, activeDisplay=null, displays=[], sessionInfo=WifiDisplaySessionInfo: C/O:Client,GId:,Pp:,SId:0,IP:}
05-12 18:18:01.266  4219  4219 D MediaRouter: selectRouteStatic shouldConnectWfd: false shouldDisconnectWfd: false
05-12 18:18:01.267  4219  4219 D MediaRouter: selectRouteStatic newRoute: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=null types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO  groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
05-12 18:18:01.268  4219  4219 D MediaRouter: dispatchRouteSelected info: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=null types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO  groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } type: 3
05-12 18:18:01.271  4219  4219 V SettingsInterface: invalidate [global]: current 15 != cached 0
05-12 18:18:01.272  1004  1014 D ActivityManager: getContentProviderImpl: from caller=android.app.ApplicationThreadProxy@77f2ea8 (pid=4219, userId=0) to get content provider settings cpr=ContentProviderRecord{5a4ab36 u0 com.android.providers.settings/.SettingsProvider}
05-12 18:18:01.272  1004  1014 D ActivityManager: getContentProviderImpl: updateLruProcessLocked cpr.proc=ProcessRecord{70949a8 1004:system/1000}
05-12 18:18:01.273  4219  4219 D ActivityThread: holder:android.app.IActivityManager$ContentProviderHolder@4b3e2b5, holder.provider:android.content.ContentProviderProxy@ca8dd4a
05-12 18:18:01.273  1004  1710 V SettingsProvider: packageValueForCallResult, name = device_provisioned, value : 1
05-12 18:18:01.274  4219  4219 D KeyguardUpdateMonitor: mDeviceProvisioned is:true
05-12 18:18:01.275  4219  4219 D KeyguardUpdateMonitor: initMembers() - NumOfPhone=2
05-12 18:18:01.281  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:18:01.287  1004  1004 D TrustManagerService: Removing dead TrustListener.
05-12 18:18:01.288   318   468 D AALService: Output backlight = 402/1023, CABC gain = 256
05-12 18:18:01.291  4219  4219 D Yearlay : (mKeyguardIsVisible || !mDeviceInteractive || mBouncer || mGoingToSleep) : false true false false
05-12 18:18:01.291  4219  4219 D Yearlay : !mSwitchingUser: true
05-12 18:18:01.291  4219  4219 D Yearlay : !mFingerprintAlreadyAuthenticated: true
05-12 18:18:01.292  4219  4219 D Yearlay : !isFingerprintDisabled(getCurrentUser(): true
05-12 18:18:01.292  4219  4219 D Yearlay :  -------------------- return : true
05-12 18:18:01.292  4219  4219 D Yearlay :  ----------------startListeningForFingerprint!
05-12 18:18:01.292  4219  4219 V KeyguardUpdateMonitor: startListeningForFingerprint()
05-12 18:18:01.296  4219  4219 D KeyguardViewMediator: setShowingLocked() - showing = true, mShowing = false
05-12 18:18:01.299  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:18:01.305  1004  1714 D AppOps  : checkOperation(code = 28 uid = 10023 pkgName = com.android.systemui) - op == null, return default mode = 0
05-12 18:18:01.307  1004  3068 V SettingsProvider: packageValueForCallResult, name = lock_sound, value : /system/media/audio/ui/Lock.ogg
05-12 18:18:01.308  4219  4232 D FileSourceProxy: Fd: 20 register!
05-12 18:18:01.308  1004  1663 V SettingsProvider: packageValueForCallResult, name = unlock_sound, value : /system/media/audio/ui/Unlock.ogg
05-12 18:18:01.308  4219  4232 I FileSourceProxy: filename =
05-12 18:18:01.308  4219  4232 E FileSourceProxy: Open dupFd fail for file
05-12 18:18:01.309  4219  4232 D MediaExtractor: JB +MediaExtractor::Create
05-12 18:18:01.309  1004  4315 V SettingsProvider: packageValueForCallResult, name = trusted_sound, value : /system/media/audio/ui/Trusted.ogg
05-12 18:18:01.310   309   309 D WVMDrmPlugIn: WVMDrmPlugin::onInitialize : 5448
05-12 18:18:01.310   309   309 D WVMDrmPlugIn: WVMDrmPlugin::onSetOnInfoListener : add 5448
05-12 18:18:01.310   309   309 D DrmCtaPlugIn: onInitialize() : uniqueId : 5448
05-12 18:18:01.310   309   309 D DrmCtaPlugIn: encrypt thread has being created
05-12 18:18:01.310   309   309 D DrmCtaPlugIn: decrypt thread has being created
05-12 18:18:01.310   309   309 D DrmCtaPlugIn: onSetOnInfoListener(): uniqueId : 5448
05-12 18:18:01.310   309   309 D DrmCtaPlugIn: onSetOnInfoListener(): native
05-12 18:18:01.310   309   309 D DrmMtkPlugIn: DrmMtkPlugIn::onInitialize : 5448
05-12 18:18:01.310   309   309 D DrmMtkPlugIn: DrmMtkPlugIn::onSetOnInfoListener : 5448
05-12 18:18:01.310  4219  4232 D DrmManagerClient(Native): DrmManagerClient(): mUniqueId=[5448]
05-12 18:18:01.311   309  1574 D DrmMtkUtil: getProcessName() : pid to process: [/proc/4219/cmdline]->[com.android.systemui]
05-12 18:18:01.311   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.gallery] with [com.android.systemui].
05-12 18:18:01.311   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.gallery:CropImage] with [com.android.systemui].
05-12 18:18:01.311   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.cooliris.media] with [com.android.systemui].
05-12 18:18:01.311   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.mediatek.drmfileinstaller] with [com.android.systemui].
05-12 18:18:01.311   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.phone] with [com.android.systemui].
05-12 18:18:01.311   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.gallery3d] with [com.android.systemui].
05-12 18:18:01.311   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.gallery3d:crop] with [com.android.systemui].
05-12 18:18:01.311   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.mediatek.drmframeworktest] with [com.android.systemui].
05-12 18:18:01.311   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.google.android.xts.media] with [com.android.systemui].
05-12 18:18:01.311   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.widevine.demo] with [com.android.systemui].
05-12 18:18:01.311   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.launcher3:wallpaper_chooser] with [com.android.systemui].
05-12 18:18:01.311   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.discretix.drmassist] with [com.android.systemui].
05-12 18:18:01.311   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.discretix.QA_ANDROID_COMMON] with [com.android.systemui].
05-12 18:18:01.311   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.mediatek.dataprotection] with [com.android.systemui].
05-12 18:18:01.311   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.wallpapercropper] with [com.android.systemui].
05-12 18:18:01.311   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [android.process.media] with [com.android.systemui].
05-12 18:18:01.311   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.gallery3d:widgetservice] with [com.android.systemui].
05-12 18:18:01.311   309   309 D WVMDrmPlugIn: WVMDrmPlugin::onTerminate : 5448
05-12 18:18:01.311   309   309 D DrmCtaPlugIn: onTerminate():uniqueId : 5448
05-12 18:18:01.311   309   309 D DrmMtkPlugIn: DrmMtkPlugIn::onTerminate : 5448
05-12 18:18:01.312  4219  4232 D DrmManagerClient(Native): ~DrmManagerClient(): mUniqueId=[5448]
05-12 18:18:01.313  4219  4219 D KeyguardDialogManager: DialogSequenceManager DialogSequenceManager()
05-12 18:18:01.315  4219  4232 D MPEG2PSExtractor: +SniffMPEGPS in
05-12 18:18:01.315  4219  4232 D MPEG2PSExtractor: ********************* parsePackHeader can't find pack header start code *********************
05-12 18:18:01.316  4219  4219 D AntiTheftManager: getInstance(...) is called.
05-12 18:18:01.316  4219  4219 D AntiTheftManager: getInstance(...) create one.
05-12 18:18:01.316  4219  4232 E WVMExtractor: Failed to open libwvm.so: dlopen failed: library "libwvm.so" not found
05-12 18:18:01.317  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:18:01.318  4219  4232 E APEExtractor: getAPEInfo not ape 5003
05-12 18:18:01.319  4219  4219 D AntiTheftManager: AntiTheftManager() is called.
05-12 18:18:01.319  4219  4232 E         : unknown object: 5367674f-200-0-0000000000000000, -6773413839565225984 bytes
05-12 18:18:01.319  4219  4232 I         : obj->type=0,size=-6773413839565225984,datalen=0
05-12 18:18:01.319  4219  4232 E         : error parsing header: -6
05-12 18:18:01.319  4219  4219 D AntiTheftManager: mDismissable is 0 before
05-12 18:18:01.319  4219  4219 D AntiTheftManager: mDismissable is 0 after
05-12 18:18:01.319  4219  4219 D AntiTheftManager: MTK_PRIVACY_PROTECTION_LOCK is enabled.
05-12 18:18:01.319  4219  4232 I MediaExtractor: Autodetected media content as 'application/ogg' with confidence 0.20
05-12 18:18:01.319  4219  4219 D AntiTheftManager: mDismissable is 0 before
05-12 18:18:01.319  4219  4219 D AntiTheftManager: mDismissable is 2 after
05-12 18:18:01.320  4219  4232 D OggExtractor: _readNextPacket(): Can not get full packet, need to parse next page!!!
05-12 18:18:01.323   319   319 I DmAgent : OnTransact   (3,16)
05-12 18:18:01.323   319   319 I DmAgent : isLockFlagSet
05-12 18:18:01.323   319   319 W Parcel  : **** enforceInterface() expected 'DmAgent' but read 'com.mediatek.common.dm.DmAgent'
05-12 18:18:01.323   319   319 I DmAgent : isLockFlagSet done
05-12 18:18:01.323  4219  4219 I AntiTheftManager: dmCheckLocked, the lock flag is:false
05-12 18:18:01.324  4219  4219 D KeyguardViewMediator: updateAntiTheftLocked() - isAntiTheftLocked = false
05-12 18:18:01.325  4219  4232 E OggExtractor: failed to read 27 bytes at offset 0x00000000002074, got 0 bytes
05-12 18:18:01.325  4219  4232 D MediaExtractor: JB -MediaExtractor::Create
05-12 18:18:01.326  4219  4232 D ACodec  : Now uninitialized
05-12 18:18:01.326  4219  4232 D ACodec  : UninitializedState, mIsAudioBufferLogSwitchOn=0
05-12 18:18:01.326  4219  4232 D ACodec  : UninitializedState, mIsVideoBufferLogSwitchOn=0
05-12 18:18:01.327  4219  4219 D VoiceWakeupManager: getInstance(...) is called.
05-12 18:18:01.327  4219  4219 D VoiceWakeupManager: getInstance(...) create one.
05-12 18:18:01.328  4219  4234 I MediaCodec: [onMessageReceived]line:1611 [][what=kWhatInit][state 0][msg='AMessage(what = 'init', target = 2) = {
05-12 18:18:01.328  4219  4234 I MediaCodec:   string name = "audio/vorbis"
05-12 18:18:01.328  4219  4234 I MediaCodec:   int32_t nameIsType = 1
05-12 18:18:01.328  4219  4234 I MediaCodec:   int32_t encoder = 0
05-12 18:18:01.328  4219  4234 I MediaCodec:   RefBase *replyID = 0x7f9f5da600
05-12 18:18:01.328  4219  4234 I MediaCodec: }' ]
05-12 18:18:01.328  4219  4234 D ACodec  : onAllocateComponent
05-12 18:18:01.329  4219  4234 I OMXClient: Using client-side OMX mux.
05-12 18:18:01.329  4219  4234 D ACodec  : mDeathNotifier is set
05-12 18:18:01.329  4219  4219 D VoiceWakeupManager: constructor is called.
05-12 18:18:01.329  4219  4219 D VoiceWakeupManager: init() is called.
05-12 18:18:01.330   310  1041 D AudioFlinger_Threads: thread 0xeb2c0000 type 0 TID 1041 waking up
05-12 18:18:01.330   310  1039 D AudioFlinger_Threads: thread 0xeb540000 type 0 TID 1039 waking up
05-12 18:18:01.331   310  1039 D AudioALSAStreamOut: latency(), flags 2, return 139
05-12 18:18:01.331   310  1041 D AudioALSAStreamOut: latency(), flags 4, return 10
05-12 18:18:01.331  1004  1711 D PowerManagerService: acquireWakeLockInternal: lock=14489453, flags=0x1, tag="AudioMix", ws=null, uid=1013, pid=0
05-12 18:18:01.331  1004  1711 D PowerManagerService: updateWakeLockSummaryLocked: mWakefulness=Awake, mWakeLockSummary=0x1
05-12 18:18:01.332  4219  4230 D AudioSystem: getIoDescriptor: ioHandle = 2, index = -2, mIoDescriptors = 0x7f9b0b9b50
05-12 18:18:01.332  1004  1711 D PowerManagerService: updateUserActivitySummaryLocked: mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=26679501 (in 23720 ms)
05-12 18:18:01.332  4219  4230 D AudioSystem: getIoDescriptor: ioHandle = 4, index = -2, mIoDescriptors = 0x7f9b0b9b50
05-12 18:18:01.332  1004  1711 D DisplayPowerController: requestPowerState: policy=BRIGHT, useProximitySensor=false, screenBrightness=124, screenAutoBrightnessAdjustment=0.0, brightnessSetByUser=true, useAutoBrightness=false, blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false, dozeScreenBrightness=-1, dozeScreenState=UNKNOWN, waitForNegativeProximity=false
05-12 18:18:01.332  1004  1711 I PowerManagerService: setBrightness mButtonLight 0.
05-12 18:18:01.332  1004  1711 D PowerManagerService: updateDisplayPowerStateLocked: mDisplayReady=true, policy=3, mWakefulness=1, mWakeLockSummary=0x1, mUserActivitySummary=0x1, mBootCompleted=true, mScreenBrightnessBoostInProgress=false
05-12 18:18:01.332  1004  1711 D PowerManagerService: Acquiring suspend blocker "PowerManagerService.WakeLocks".
05-12 18:18:01.332  1004  1711 D PowerManagerNotifier: onWakeLockAcquired: flags=1, tag="AudioMix", packageName=media, ownerUid=1013, ownerPid=0, workSource=null
05-12 18:18:01.332  1004  1711 D AppOps  : startOperation: allowing code 40 uid 1013 package media
05-12 18:18:01.333  1004  1711 D PowerManagerService: acquireWakeLockInternal: lock=110387106, flags=0x1, tag="AudioMix", ws=null, uid=1013, pid=0
05-12 18:18:01.333  1004  1711 D PowerManagerService: updateWakeLockSummaryLocked: mWakefulness=Awake, mWakeLockSummary=0x1
05-12 18:18:01.333  1004  1711 D PowerManagerService: updateUserActivitySummaryLocked: mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=26679501 (in 23719 ms)
05-12 18:18:01.333  1004  1711 D DisplayPowerController: requestPowerState: policy=BRIGHT, useProximitySensor=false, screenBrightness=124, screenAutoBrightnessAdjustment=0.0, brightnessSetByUser=true, useAutoBrightness=false, blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false, dozeScreenBrightness=-1, dozeScreenState=UNKNOWN, waitForNegativeProximity=false
05-12 18:18:01.333  1004  1711 I PowerManagerService: setBrightness mButtonLight 0.
05-12 18:18:01.333  1004  1711 D PowerManagerService: updateDisplayPowerStateLocked: mDisplayReady=true, policy=3, mWakefulness=1, mWakeLockSummary=0x1, mUserActivitySummary=0x1, mBootCompleted=true, mScreenBrightnessBoostInProgress=false
05-12 18:18:01.333  1004  1711 D PowerManagerNotifier: onWakeLockAcquired: flags=1, tag="AudioMix", packageName=media, ownerUid=1013, ownerPid=0, workSource=null
05-12 18:18:01.333   310  1224 D AudioFlinger: +getParameters(): MTK_VOW_SUPPORT
05-12 18:18:01.333   310  1224 D AudioFlinger: SRS get parameter
05-12 18:18:01.333  1004  1711 D AppOps  : startOperation: allowing code 40 uid 1013 package media
05-12 18:18:01.333   310  1224 D AudioALSAHardware: +getParameters(), key = MTK_VOW_SUPPORT
05-12 18:18:01.333   310  1224 D AudioALSAHardware: -getParameters(), return "MTK_VOW_SUPPORT=false"
05-12 18:18:01.333   310  1224 I str_params: key: 'MTK_VOW_SUPPORT' value: ''
05-12 18:18:01.334  4219  4234 D ACodec  : [OMX.google.vorbis.decoder] Now Loaded
05-12 18:18:01.334  4219  4219 D VoiceWakeupManager: MTK_VOW_SUPPORT is NOT enabled in this load.
05-12 18:18:01.334  4219  4219 D KeyguardViewMediator: onBootCompleted() is called
05-12 18:18:01.334  4219  4234 I MediaCodec: [onMessageReceived]line:1197 [][what=kWhatComponentAllocated][state 1][msg='AMessage(what = 'codc', target = 2) = {
05-12 18:18:01.334  4219  4234 I MediaCodec:   int32_t what = 1665231980
05-12 18:18:01.334  4219  4234 I MediaCodec:   string componentName = "OMX.google.vorbis.decoder"
05-12 18:18:01.334  4219  4234 I MediaCodec:   int32_t quirks = 0
05-12 18:18:01.334  4219  4234 I MediaCodec: }' ]
05-12 18:18:01.334   310 13345 D ResourceManagerService: ResourceManagerService:addResource
05-12 18:18:01.334  4219  4232 I MediaCodec: [CreateByType]line:198 audio/vorbis
05-12 18:18:01.335  4219  4234 D ACodec  : onConfigureComponent
05-12 18:18:01.335  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:18:01.336  4219  4234 D ACodec  : sendFormatChange 0
05-12 18:18:01.337  4219  4234 D ACodec  : sendFormatChange 0
05-12 18:18:01.337  1004  1024 W AppOps  : Finishing op nesting under-run: uid 1000 pkg android code 24 time=0 duration=0 nesting=0
05-12 18:18:01.338   310 13345 E OMXNodeInstance: getParameter(da:google.vorbis.decoder, ??(0x7f200406)) ERROR: UnsupportedIndex(0x8000101a)
05-12 18:18:01.338  4219  4234 I MediaCodec: [onMessageReceived]line:1234 [OMX.google.vorbis.decoder][what=kWhatComponentConfigured][state 3][msg='AMessage(what = 'codc', target = 2) = {
05-12 18:18:01.338  4219  4234 I MediaCodec:   int32_t what = 1665363822
05-12 18:18:01.338  4219  4234 I MediaCodec:   AMessage input-format = AMessage(what = 0x00000000) = {
05-12 18:18:01.338  4219  4234 I MediaCodec:                             int32_t support-partial-frame = 0
05-12 18:18:01.338  4219  4234 I MediaCodec:                             string mime = "audio/vorbis"
05-12 18:18:01.338  4219  4234 I MediaCodec:                             int32_t channel-count = 1
05-12 18:18:01.338  4219  4234 I MediaCodec:                             int32_t sample-rate = 44100
05-12 18:18:01.338  4219  4234 I MediaCodec:                           }
05-12 18:18:01.338  4219  4234 I MediaCodec:   AMessage output-format = AMessage(what = 'codc', target = 2) = {
05-12 18:18:01.338  4219  4234 I MediaCodec:                              string mime = "audio/raw"
05-12 18:18:01.338  4219  4234 I MediaCodec:                              int32_t channel-count = 1
05-12 18:18:01.338  4219  4234 I MediaCodec:                              int32_t sample-rate = 44100
05-12 18:18:01.338  4219  4234 I MediaCodec:                              int32_t bit-width = 16
05-12 18:18:01.338  4219  4234 I MediaCodec:                            }
05-12 18:18:01.338  4219  4234 I MediaCodec: }' ]
05-12 18:18:01.339  1004  1014 W PackageManager: checkUidPermission(): android.permission.UPDATE_DEVICE_STATS of 10023 is denied.
05-12 18:18:01.340  1004  1014 W System.err: java.lang.SecurityException: uid 10023 does not have android.permission.UPDATE_DEVICE_STATS.
05-12 18:18:01.340  1004  1014 W System.err:    at android.app.ContextImpl.enforce(ContextImpl.java:1443)
05-12 18:18:01.340  1004  1014 W System.err:    at android.app.ContextImpl.enforcePermission(ContextImpl.java:1456)
05-12 18:18:01.340  1004  1014 W System.err:    at com.android.server.am.BatteryStatsService.enforceCallingPermission(BatteryStatsService.java:909)
05-12 18:18:01.340  1004  1014 W System.err:    at com.android.server.am.BatteryStatsService.noteStartAudio(BatteryStatsService.java:580)
05-12 18:18:01.340  1004  1014 W System.err:    at com.android.internal.app.IBatteryStats$Stub.onTransact(IBatteryStats.java:90)
05-12 18:18:01.340  1004  1014 W System.err:    at android.os.Binder.execTransact(Binder.java:458)
05-12 18:18:01.340  4219  4234 D ACodec  : onStart
05-12 18:18:01.341  4219  4234 D ACodec  : [OMX.google.vorbis.decoder] Now Loaded->Idle
05-12 18:18:01.341  4219  4234 D ACodec  : [OMX.google.vorbis.decoder] Allocating 4 buffers of size 8192/8192 (from 8192 using Invalid) on input port
05-12 18:18:01.342  4219  4234 D ACodec  : @debug: useBuffer[0], mBufferID(1)
05-12 18:18:01.342  4219  4234 D ACodec  : @debug: buffer = 0x7fa3f24000, size = 8192
05-12 18:18:01.342   318   468 D AALService: Output backlight = 401/1023, CABC gain = 256
05-12 18:18:01.343  4219  4234 D ACodec  : @debug: useBuffer[1], mBufferID(2)
05-12 18:18:01.343  4219  4234 D ACodec  : @debug: buffer = 0x7fa3f26000, size = 8192
05-12 18:18:01.343  4219  4234 D ACodec  : @debug: useBuffer[2], mBufferID(3)
05-12 18:18:01.343  4219  4234 D ACodec  : @debug: buffer = 0x7fa3f28000, size = 8192
05-12 18:18:01.343  4219  4234 D ACodec  : @debug: useBuffer[3], mBufferID(4)
05-12 18:18:01.343  4219  4234 D ACodec  : @debug: buffer = 0x7fa3f2a000, size = 8192
05-12 18:18:01.344  4219  4234 D ACodec  : [OMX.google.vorbis.decoder] Allocating 4 buffers of size 32768/32768 (from 32768 using Invalid) on output port
05-12 18:18:01.344  4219  4234 D ACodec  : @debug: useBuffer[0], mBufferID(5)
05-12 18:18:01.344  4219  4234 D ACodec  : @debug: buffer = 0x7fa3f04000, size = 32768
05-12 18:18:01.345  4219  4234 D ACodec  : @debug: useBuffer[1], mBufferID(6)
05-12 18:18:01.345  4219  4234 D ACodec  : @debug: buffer = 0x7fa3f0c000, size = 32768
05-12 18:18:01.345  4219  4234 D ACodec  : @debug: useBuffer[2], mBufferID(7)
05-12 18:18:01.345  4219  4234 D ACodec  : @debug: buffer = 0x7fa3f14000, size = 32768
05-12 18:18:01.346  4219  4234 D ACodec  : @debug: useBuffer[3], mBufferID(8)
05-12 18:18:01.346  4219  4234 D ACodec  : @debug: buffer = 0x7fa3f1c000, size = 32768
05-12 18:18:01.346  4219  4219 V SettingsInterface: invalidate [secure]: current 5 != cached 0
05-12 18:18:01.346  4219  4234 I MediaCodec: [onMessageReceived]line:1303 [OMX.google.vorbis.decoder][what=kWhatBuffersAllocated][state 5][msg='AMessage(what = 'codc', target = 2) = {
05-12 18:18:01.346  4219  4234 I MediaCodec:   int32_t what = 1634495587
05-12 18:18:01.346  4219  4234 I MediaCodec:   int32_t portIndex = 0
05-12 18:18:01.346  4219  4234 I MediaCodec:   RefBase *portDesc = 0x7fa5773100
05-12 18:18:01.346  4219  4234 I MediaCodec: }' ]
05-12 18:18:01.346  4219  4234 D ACodec  : [OMX.google.vorbis.decoder] Now Idle->Executing
05-12 18:18:01.346  4219  4234 I MediaCodec: [onMessageReceived]line:1303 [OMX.google.vorbis.decoder][what=kWhatBuffersAllocated][state 5][msg='AMessage(what = 'codc', target = 2) = {
05-12 18:18:01.346  4219  4234 I MediaCodec:   int32_t what = 1634495587
05-12 18:18:01.346  4219  4234 I MediaCodec:   int32_t portIndex = 1
05-12 18:18:01.346  4219  4234 I MediaCodec:   RefBase *portDesc = 0x7fa578d740
05-12 18:18:01.346  4219  4234 I MediaCodec: }' ]
05-12 18:18:01.346  4219  4232 I MediaCodec: [getOutputFormat]line:795 [OMX.google.vorbis.decoder]+++
05-12 18:18:01.347  4219  4234 D ACodec  : [OMX.google.vorbis.decoder] Now Executing
05-12 18:18:01.347  4219  4234 I ACodec  : [OMX.google.vorbis.decoder] received csd settings.
05-12 18:18:01.348  4219  4234 D ACodec  : [OMX.google.vorbis.decoder] calling emptyBuffer 1 w/ codec specific data
05-12 18:18:01.348  4219  4234 I ACodec  : [OMX.google.vorbis.decoder] received csd settings.
05-12 18:18:01.348  4219  4234 D ACodec  : [OMX.google.vorbis.decoder] calling emptyBuffer 2 w/ codec specific data
05-12 18:18:01.351  4219  4234 D ACodec  : [OMX.google.vorbis.decoder] Now handling output port settings change
05-12 18:18:01.351  4219  4234 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:18:01.351  4219  4219 D SettingsInterface:  from settings cache , name = assistant , value = null
05-12 18:18:01.351  4219  4234 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d784c
05-12 18:18:01.351  4219  4234 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:18:01.351  4219  4234 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:18:01.352  4219  4234 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:18:01.352  4219  4234 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:18:01.353  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:18:01.353   284   284 I BufferQueueConsumer: [Application Error: com.android.systemui](this:0x7f81bf6800,id:778,api:1,p:-1,c:-1) disconnect(C)
05-12 18:18:01.353  4219  4234 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d784c
05-12 18:18:01.353  4219  4234 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:18:01.353  4219  4234 D ACodec  : OutputPortSettingsChangedState::onOMXEvent event 0, 2, 1
05-12 18:18:01.353  4219  4234 D ACodec  : [OMX.google.vorbis.decoder] Output port now disabled.
05-12 18:18:01.353   284   284 D GraphicBuffer: free, handle(0x7f853c9e60) (w:1218 h:632 s:1232 f:0x1 u:0x000b00)
05-12 18:18:01.353   284   284 I [MALI][Gralloc]: [-]hnd(0x7f853c9e60), client(29), share_fd(39)
05-12 18:18:01.353   284   284 I BufferQueue: [Application Error: com.android.systemui](this:0x7f81bf6800,id:778,api:1,p:-1,c:-1) ~BufferQueueCore
05-12 18:18:01.354  4219  4234 D ACodec  : [OMX.google.vorbis.decoder] Allocating 4 buffers of size 32768/32768 (from 32768 using Invalid) on output port
05-12 18:18:01.356  4219  4234 D ACodec  : @debug: useBuffer[0], mBufferID(9)
05-12 18:18:01.356  4219  4234 D ACodec  : @debug: buffer = 0x7fa3f04000, size = 32768
05-12 18:18:01.356  4219  4234 D ACodec  : @debug: useBuffer[1], mBufferID(10)
05-12 18:18:01.356  4219  4234 D ACodec  : @debug: buffer = 0x7fa3f0c000, size = 32768
05-12 18:18:01.356  4219  4234 D ACodec  : @debug: useBuffer[2], mBufferID(11)
05-12 18:18:01.356  4219  4219 D AppWidgetHost: new  AppWidgetHost com.android.systemui.recents.RecentsAppWidgetHost@cac1969
05-12 18:18:01.356  4219  4234 D ACodec  : @debug: buffer = 0x7fa3f14000, size = 32768
05-12 18:18:01.357  4219  4234 D ACodec  : @debug: useBuffer[3], mBufferID(12)
05-12 18:18:01.357  4219  4234 D ACodec  : @debug: buffer = 0x7fa3f1c000, size = 32768
05-12 18:18:01.357  4219  4234 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d784c
05-12 18:18:01.357  4219  4234 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:18:01.357  4219  4234 D ACodec  : OutputPortSettingsChangedState::onOMXEvent event 0, 3, 1
05-12 18:18:01.357  4219  4234 D ACodec  : [OMX.google.vorbis.decoder] Output port now reenabled.
05-12 18:18:01.358  4219  4234 D ACodec  : [OMX.google.vorbis.decoder] Now Executing
05-12 18:18:01.358  4219  4234 I MediaCodec: [onMessageReceived]line:1303 [OMX.google.vorbis.decoder][what=kWhatBuffersAllocated][state 6][msg='AMessage(what = 'codc', target = 2) = {
05-12 18:18:01.358  4219  4234 I MediaCodec:   int32_t what = 1634495587
05-12 18:18:01.358  4219  4234 I MediaCodec:   int32_t portIndex = 1
05-12 18:18:01.358  4219  4234 I MediaCodec:   RefBase *portDesc = 0x7fa578d740
05-12 18:18:01.358  4219  4234 I MediaCodec: }' ]
05-12 18:18:01.359  4219  4234 D ACodec  : [OMX.google.vorbis.decoder] calling fillBuffer 9
05-12 18:18:01.359  4219  4234 D ACodec  : sendFormatChange 0
05-12 18:18:01.361  4219  4232 I MediaCodec: [getOutputFormat]line:795 [OMX.google.vorbis.decoder]+++
05-12 18:18:01.366  1004  1713 V SettingsProvider: packageValueForCallResult, name = development_settings_enabled, value : 1
05-12 18:18:01.367  4219  4219 V SettingsInterface: invalidate [system]: current 55 != cached 0
05-12 18:18:01.368  4219  4232 E OggExtractor: failed to read 27 bytes at offset 0x00000000002074, got 0 bytes
05-12 18:18:01.369  4219  4232 E OggExtractor: readPage returned -1011
05-12 18:18:01.369  4219  4232 W NuMediaExtractor: read on track 0 err -1011
05-12 18:18:01.369  4219  4234 D ACodec  : InputBuffer EOS
05-12 18:18:01.369  4219  4234 D ACodec  : [OMX.google.vorbis.decoder] calling emptyBuffer 3 w/ EOS
05-12 18:18:01.369  4219  4234 D ACodec  : [OMX.google.vorbis.decoder] Signalled EOS on the input port
05-12 18:18:01.369  4219  4234 D ACodec  : [OMX.google.vorbis.decoder] postFillThisBuffer brk due2 EOS
05-12 18:18:01.370  4219  4234 D ACodec  : [OMX.google.vorbis.decoder] postFillThisBuffer brk due2 EOS
05-12 18:18:01.370  4219  4234 D ACodec  : [OMX.google.vorbis.decoder] saw output EOS
05-12 18:18:01.370  4219  4234 I MediaCodec: [onMessageReceived]line:1551 [OMX.google.vorbis.decoder][what=kWhatEOS][state 6]
05-12 18:18:01.370  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:18:01.372  4219  4232 I MediaCodec: [stop]line:597 [OMX.google.vorbis.decoder]+++
05-12 18:18:01.372  4219  4234 D ACodec  : [OMX.google.vorbis.decoder] Executing::kWhatShutdown keepComponentAllocated 105-12 18:18:01.372  4219  4234 D ACodec  : [OMX.google.vorbis.decoder] Now Executing->Idle
05-12 18:18:01.374  4219  4234 I ACodec  : freeBuffersOnPort portIndex 0
05-12 18:18:01.375  4219  4234 I ACodec  : freeBuffersOnPort portIndex 1
05-12 18:18:01.375  4219  4234 D ACodec  : [OMX.google.vorbis.decoder] Now Idle->Loaded
05-12 18:18:01.375  4219  4234 D ACodec  : [OMX.google.vorbis.decoder] Now Loaded
05-12 18:18:01.375  4219  4234 I MediaCodec: [onMessageReceived]line:1557 [OMX.google.vorbis.decoder][what=kWhatShutdownCompleted][state 9][msg='AMessage(what = 'codc', target = 2) = {
05-12 18:18:01.375  4219  4234 I MediaCodec:   int32_t what = 1935896429
05-12 18:18:01.375  4219  4234 I MediaCodec: }' ]
05-12 18:18:01.375   310  1225 D ResourceManagerService: ResourceManagerService:removeResource
05-12 18:18:01.375  4219  4232 I MediaCodec: [release]line:612 [OMX.google.vorbis.decoder]+++
05-12 18:18:01.377  4219  4234 D ACodec  : Now uninitialized
05-12 18:18:01.377  4219  4234 D ACodec  : UninitializedState, mIsAudioBufferLogSwitchOn=0
05-12 18:18:01.377  4219  4234 D ACodec  : UninitializedState, mIsVideoBufferLogSwitchOn=0
05-12 18:18:01.377  4219  4234 I MediaCodec: [onMessageReceived]line:1557 [OMX.google.vorbis.decoder][what=kWhatShutdownCompleted][state 10][msg='AMessage(what = 'codc', target = 2) = {
05-12 18:18:01.377  4219  4234 I MediaCodec:   int32_t what = 1935896429
05-12 18:18:01.377  4219  4234 I MediaCodec: }' ]
05-12 18:18:01.378  1004  4501 W PackageManager: checkUidPermission(): android.permission.UPDATE_DEVICE_STATS of 10023 is denied.
05-12 18:18:01.378  1004  4501 W System.err: java.lang.SecurityException: uid 10023 does not have android.permission.UPDATE_DEVICE_STATS.
05-12 18:18:01.378  1004  4501 W System.err:    at android.app.ContextImpl.enforce(ContextImpl.java:1443)
05-12 18:18:01.378  1004  4501 W System.err:    at android.app.ContextImpl.enforcePermission(ContextImpl.java:1456)
05-12 18:18:01.378  1004  4501 W System.err:    at com.android.server.am.BatteryStatsService.enforceCallingPermission(BatteryStatsService.java:909)
05-12 18:18:01.378   318   468 D AALService: Output backlight = 400/1023, CABC gain = 256
05-12 18:18:01.378  1004  4501 W System.err:    at com.android.server.am.BatteryStatsService.noteStopAudio(BatteryStatsService.java:587)
05-12 18:18:01.378  1004  4501 W System.err:    at com.android.internal.app.IBatteryStats$Stub.onTransact(IBatteryStats.java:99)
05-12 18:18:01.378  1004  4501 W System.err:    at android.os.Binder.execTransact(Binder.java:458)
05-12 18:18:01.379   310  1728 D ResourceManagerService: ResourceManagerService:removeResource
05-12 18:18:01.379  4219  4232 I MediaCodec: [~MediaCodec]line:289 [][mState 0]+++
05-12 18:18:01.379   310  1045 D ResourceManagerService: ResourceManagerService:removeResource
05-12 18:18:01.379  4219  4232 D ACodec  : ~ACodec
05-12 18:18:01.380  4219  4232 D FileSourceProxy: Fd: 20 unregister!
05-12 18:18:01.380  4219  4232 D FileSourceProxy: Fd: 20, File Cache hit rate: 0.00
05-12 18:18:01.380  4219  4232 D FileSourceProxy: Fd: 20 register!
05-12 18:18:01.380  4219  4232 I FileSourceProxy: filename =
05-12 18:18:01.380  4219  4232 E FileSourceProxy: Open dupFd fail for file
05-12 18:18:01.380  4219  4232 D MediaExtractor: JB +MediaExtractor::Create
05-12 18:18:01.381   309   309 D WVMDrmPlugIn: WVMDrmPlugin::onInitialize : 4214
05-12 18:18:01.381   309   309 D WVMDrmPlugIn: WVMDrmPlugin::onSetOnInfoListener : add 4214
05-12 18:18:01.381   309   309 D DrmCtaPlugIn: onInitialize() : uniqueId : 4214
05-12 18:18:01.381   309   309 D DrmCtaPlugIn: encrypt thread has being created
05-12 18:18:01.381   309   309 D DrmCtaPlugIn: decrypt thread has being created
05-12 18:18:01.381   309   309 D DrmCtaPlugIn: onSetOnInfoListener(): uniqueId : 4214
05-12 18:18:01.381   309   309 D DrmCtaPlugIn: onSetOnInfoListener(): native
05-12 18:18:01.381   309   309 D DrmMtkPlugIn: DrmMtkPlugIn::onInitialize : 4214
05-12 18:18:01.381   309   309 D DrmMtkPlugIn: DrmMtkPlugIn::onSetOnInfoListener : 4214
05-12 18:18:01.381  4219  4232 D DrmManagerClient(Native): DrmManagerClient(): mUniqueId=[4214]
05-12 18:18:01.381   309  1574 D DrmMtkUtil: getProcessName() : pid to process: [/proc/4219/cmdline]->[com.android.systemui]
05-12 18:18:01.382   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.gallery] with [com.android.systemui].
05-12 18:18:01.382   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.gallery:CropImage] with [com.android.systemui].
05-12 18:18:01.382   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.cooliris.media] with [com.android.systemui].
05-12 18:18:01.382   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.mediatek.drmfileinstaller] with [com.android.systemui].
05-12 18:18:01.382   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.phone] with [com.android.systemui].
05-12 18:18:01.382   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.gallery3d] with [com.android.systemui].
05-12 18:18:01.382   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.gallery3d:crop] with [com.android.systemui].
05-12 18:18:01.382   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.mediatek.drmframeworktest] with [com.android.systemui].
05-12 18:18:01.382   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.google.android.xts.media] with [com.android.systemui].
05-12 18:18:01.382   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.widevine.demo] with [com.android.systemui].
05-12 18:18:01.382   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.launcher3:wallpaper_chooser] with [com.android.systemui].
05-12 18:18:01.382   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.discretix.drmassist] with [com.android.systemui].
05-12 18:18:01.382   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.discretix.QA_ANDROID_COMMON] with [com.android.systemui].
05-12 18:18:01.382   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.mediatek.dataprotection] with [com.android.systemui].
05-12 18:18:01.382   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.wallpapercropper] with [com.android.systemui].
05-12 18:18:01.382   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [android.process.media] with [com.android.systemui].
05-12 18:18:01.382   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.gallery3d:widgetservice] with [com.android.systemui].
05-12 18:18:01.382   309   309 D WVMDrmPlugIn: WVMDrmPlugin::onTerminate : 4214
05-12 18:18:01.382   309   309 D DrmCtaPlugIn: onTerminate():uniqueId : 4214
05-12 18:18:01.382   309   309 D DrmMtkPlugIn: DrmMtkPlugIn::onTerminate : 4214
05-12 18:18:01.382  4219  4232 D DrmManagerClient(Native): ~DrmManagerClient(): mUniqueId=[4214]
05-12 18:18:01.385  4219  4232 D MPEG2PSExtractor: +SniffMPEGPS in
05-12 18:18:01.385  4219  4232 D MPEG2PSExtractor: ********************* parsePackHeader can't find pack header start code *********************
05-12 18:18:01.386  4219  4232 E APEExtractor: getAPEInfo not ape 5003
05-12 18:18:01.386  4219  4232 E         : unknown object: 5367674f-200-0-0000000000000000, -6773413839565225984 bytes
05-12 18:18:01.386  4219  4232 I         : obj->type=0,size=-6773413839565225984,datalen=0
05-12 18:18:01.386  4219  4232 E         : error parsing header: -6
05-12 18:18:01.386  4219  4232 I MediaExtractor: Autodetected media content as 'application/ogg' with confidence 0.20
05-12 18:18:01.386  4219  4232 D OggExtractor: _readNextPacket(): Can not get full packet, need to parse next page!!!
05-12 18:18:01.388  1004  1024 V WindowAnimator: Force hide KEYGUARD_SHOWN hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=null
05-12 18:18:01.391  4219  4232 E OggExtractor: failed to read 27 bytes at offset 0x00000000001ead, got 0 bytes
05-12 18:18:01.392  4219  4232 D MediaExtractor: JB -MediaExtractor::Create
05-12 18:18:01.392  4219  4232 D ACodec  : Now uninitialized
05-12 18:18:01.392  4219  4232 D ACodec  : UninitializedState, mIsAudioBufferLogSwitchOn=0
05-12 18:18:01.392  4219  4232 D ACodec  : UninitializedState, mIsVideoBufferLogSwitchOn=0
05-12 18:18:01.393  4219  4241 I MediaCodec: [onMessageReceived]line:1611 [][what=kWhatInit][state 0][msg='AMessage(what = 'init', target = 5) = {
05-12 18:18:01.393  4219  4241 I MediaCodec:   string name = "audio/vorbis"
05-12 18:18:01.393  4219  4241 I MediaCodec:   int32_t nameIsType = 1
05-12 18:18:01.393  4219  4241 I MediaCodec:   int32_t encoder = 0
05-12 18:18:01.393  4219  4241 I MediaCodec:   RefBase *replyID = 0x7f9f5da630
05-12 18:18:01.393  4219  4241 I MediaCodec: }' ]
05-12 18:18:01.393  4219  4241 D ACodec  : onAllocateComponent
05-12 18:18:01.394  4219  4241 I OMXClient: Using client-side OMX mux.
05-12 18:18:01.394  4219  4241 D ACodec  : mDeathNotifier is set
05-12 18:18:01.396  4219  4219 D RecentsTaskLoadPlan: preloadPlan
05-12 18:18:01.396   318   468 D AALService: enableAALEvent: 1 -> 0
05-12 18:18:01.397  4219  4219 D RecentsTaskLoadPlan: preloadPlan mRawTasks == null
05-12 18:18:01.397  4219  4241 D ACodec  : [OMX.google.vorbis.decoder] Now Loaded
05-12 18:18:01.397  4219  4241 I MediaCodec: [onMessageReceived]line:1197 [][what=kWhatComponentAllocated][state 1][msg='AMessage(what = 'codc', target = 5) = {
05-12 18:18:01.397  4219  4241 I MediaCodec:   int32_t what = 1665231980
05-12 18:18:01.397  4219  4241 I MediaCodec:   string componentName = "OMX.google.vorbis.decoder"
05-12 18:18:01.397  4219  4241 I MediaCodec:   int32_t quirks = 0
05-12 18:18:01.397  4219  4241 I MediaCodec: }' ]
05-12 18:18:01.397   310  1224 D ResourceManagerService: ResourceManagerService:addResource
05-12 18:18:01.397  4219  4232 I MediaCodec: [CreateByType]line:198 audio/vorbis
05-12 18:18:01.398  4219  4241 D ACodec  : onConfigureComponent
05-12 18:18:01.399  4219  4219 D SystemServicesProxy: getRecentTasks:TASK = Task.Key: 928, s: -1, u: 0, lat: 1589282266140, ComponentInfo{com.michatapp.im/com.michatapp.keepalive.ForegroundActivity}/isExcluded = true/isTopTaskHome = true/isFirstValidTask = true/t.id = -1
05-12 18:18:01.399  4219  4219 D SystemServicesProxy: getRecentTasks: remove this task..
05-12 18:18:01.399  4219  4219 D SystemServicesProxy: getRecentTasks:TASK = Task.Key: 927, s: -1, u: 0, lat: 1589282172854, ComponentInfo{org.test.myapp/org.kivy.android.PythonActivity}/isExcluded = false/isTopTaskHome = true/isFirstValidTask = true/t.id = -1
05-12 18:18:01.399  4219  4219 D SystemServicesProxy: getRecentTasks:TASK = Task.Key: 924, s: -1, u: 0, lat: 1589280879757, ComponentInfo{com.android.settings/com.android.settings.Settings}/isExcluded = false/isTopTaskHome = true/isFirstValidTask = false/t.id = -1
05-12 18:18:01.399  4219  4219 D SystemServicesProxy: getRecentTasks:TASK = Task.Key: 923, s: -1, u: 0, lat: 1589280859715, ComponentInfo{com.mediatek.filemanager/com.mediatek.filemanager.FileManagerOperationActivity}/isExcluded = false/isTopTaskHome = true/isFirstValidTask = false/t.id = -1
05-12 18:18:01.399  4219  4219 D SystemServicesProxy: getRecentTasks:TASK = Task.Key: 904, s: -1, u: 0, lat: 1589266660010, ComponentInfo{com.whatsapp.w4b/com.whatsapp.voipcalling.VoipActivityV2}/isExcluded = true/isTopTaskHome = true/isFirstValidTask = false/t.id = -1
05-12 18:18:01.399  4219  4219 D SystemServicesProxy: getRecentTasks: remove this task..
05-12 18:18:01.399  4219  4219 D SystemServicesProxy: getRecentTasks:TASK = Task.Key: 898, s: -1, u: 0, lat: 1589266110582, ComponentInfo{com.android.settings/com.android.settings.deviceinfo.UsbModeChooserActivity}/isExcluded = true/isTopTaskHome = true/isFirstValidTask = false/t.id = -1
05-12 18:18:01.399  4219  4219 D SystemServicesProxy: getRecentTasks: remove this task..
05-12 18:18:01.400  4219  4219 D RecentsTaskLoadPlan: preloadRawTasks, tasks: 3
05-12 18:18:01.400  4219  4219 D RecentsTaskLoadPlan: preloadPlan taskCount = 3
05-12 18:18:01.400  4219  4241 D ACodec  : sendFormatChange 0
05-12 18:18:01.401  4219  4241 D ACodec  : sendFormatChange 0
05-12 18:18:01.401   310  1224 E OMXNodeInstance: getParameter(db:google.vorbis.decoder, ??(0x7f200406)) ERROR: UnsupportedIndex(0x8000101a)
05-12 18:18:01.401  4219  4241 I MediaCodec: [onMessageReceived]line:1234 [OMX.google.vorbis.decoder][what=kWhatComponentConfigured][state 3][msg='AMessage(what = 'codc', target = 5) = {
05-12 18:18:01.401  4219  4241 I MediaCodec:   int32_t what = 1665363822
05-12 18:18:01.401  4219  4241 I MediaCodec:   AMessage input-format = AMessage(what = 0x00000000) = {
05-12 18:18:01.401  4219  4241 I MediaCodec:                             int32_t support-partial-frame = 0
05-12 18:18:01.401  4219  4241 I MediaCodec:                             string mime = "audio/vorbis"
05-12 18:18:01.401  4219  4241 I MediaCodec:                             int32_t channel-count = 1
05-12 18:18:01.401  4219  4241 I MediaCodec:                             int32_t sample-rate = 44100
05-12 18:18:01.401  4219  4241 I MediaCodec:                           }
05-12 18:18:01.401  4219  4241 I MediaCodec:   AMessage output-format = AMessage(what = 'codc', target = 5) = {
05-12 18:18:01.401  4219  4241 I MediaCodec:                              string mime = "audio/raw"
05-12 18:18:01.401  4219  4241 I MediaCodec:                              int32_t channel-count = 1
05-12 18:18:01.401  4219  4241 I MediaCodec:                              int32_t sample-rate = 44100
05-12 18:18:01.401  4219  4241 I MediaCodec:                              int32_t bit-width = 16
05-12 18:18:01.401  4219  4241 I MediaCodec:                            }
05-12 18:18:01.401  4219  4241 I MediaCodec: }' ]
05-12 18:18:01.402  1004  1714 W PackageManager: checkUidPermission(): android.permission.UPDATE_DEVICE_STATS of 10023 is denied.
05-12 18:18:01.402  1004  1714 W System.err: java.lang.SecurityException: uid 10023 does not have android.permission.UPDATE_DEVICE_STATS.
05-12 18:18:01.402  1004  1714 W System.err:    at android.app.ContextImpl.enforce(ContextImpl.java:1443)
05-12 18:18:01.402  1004  1714 W System.err:    at android.app.ContextImpl.enforcePermission(ContextImpl.java:1456)
05-12 18:18:01.402  1004  1714 W System.err:    at com.android.server.am.BatteryStatsService.enforceCallingPermission(BatteryStatsService.java:909)
05-12 18:18:01.402  1004  1714 W System.err:    at com.android.server.am.BatteryStatsService.noteStartAudio(BatteryStatsService.java:580)
05-12 18:18:01.402  1004  1714 W System.err:    at com.android.internal.app.IBatteryStats$Stub.onTransact(IBatteryStats.java:90)
05-12 18:18:01.402  1004  1714 W System.err:    at android.os.Binder.execTransact(Binder.java:458)
05-12 18:18:01.403  4219  4241 D ACodec  : onStart
05-12 18:18:01.403  4219  4241 D ACodec  : [OMX.google.vorbis.decoder] Now Loaded->Idle
05-12 18:18:01.404  4219  4241 D ACodec  : [OMX.google.vorbis.decoder] Allocating 4 buffers of size 8192/8192 (from 8192 using Invalid) on input port
05-12 18:18:01.404  4219  4241 D ACodec  : @debug: useBuffer[0], mBufferID(1)
05-12 18:18:01.404  4219  4241 D ACodec  : @debug: buffer = 0x7fa3f19000, size = 8192
05-12 18:18:01.405  4219  4241 D ACodec  : @debug: useBuffer[1], mBufferID(2)
05-12 18:18:01.405  4219  4241 D ACodec  : @debug: buffer = 0x7fa3f1b000, size = 8192
05-12 18:18:01.405  4219  4219 D RecentsTaskLoadPlan:   thumbnail: Task.Key: 923, s: -1, u: 0, lat: 1589280859715, ComponentInfo{com.mediatek.filemanager/com.mediatek.filemanager.FileManagerOperationActivity}, null
05-12 18:18:01.405  4219  4241 D ACodec  : @debug: useBuffer[2], mBufferID(3)
05-12 18:18:01.405  4219  4241 D ACodec  : @debug: buffer = 0x7fa3f1d000, size = 8192
05-12 18:18:01.405  4219  4241 D ACodec  : @debug: useBuffer[3], mBufferID(4)
05-12 18:18:01.405  4219  4241 D ACodec  : @debug: buffer = 0x7fa3f1f000, size = 8192
05-12 18:18:01.406  4219  4241 D ACodec  : [OMX.google.vorbis.decoder] Allocating 4 buffers of size 32768/32768 (from 32768 using Invalid) on output port
05-12 18:18:01.407  4219  4241 D ACodec  : @debug: useBuffer[0], mBufferID(5)
05-12 18:18:01.407  4219  4241 D ACodec  : @debug: buffer = 0x7f90810000, size = 32768
05-12 18:18:01.407  4219  4241 D ACodec  : @debug: useBuffer[1], mBufferID(6)
05-12 18:18:01.407  4219  4241 D ACodec  : @debug: buffer = 0x7f90818000, size = 32768
05-12 18:18:01.407  4219  4241 D ACodec  : @debug: useBuffer[2], mBufferID(7)
05-12 18:18:01.407  4219  4241 D ACodec  : @debug: buffer = 0x7f90820000, size = 32768
05-12 18:18:01.407  4219  4241 D ACodec  : @debug: useBuffer[3], mBufferID(8)
05-12 18:18:01.407  4219  4241 D ACodec  : @debug: buffer = 0x7f90828000, size = 32768
05-12 18:18:01.408  4219  4241 I MediaCodec: [onMessageReceived]line:1303 [OMX.google.vorbis.decoder][what=kWhatBuffersAllocated][state 5][msg='AMessage(what = 'codc', target = 5) = {
05-12 18:18:01.408  4219  4241 I MediaCodec:   int32_t what = 1634495587
05-12 18:18:01.408  4219  4241 I MediaCodec:   int32_t portIndex = 0
05-12 18:18:01.408  4219  4241 I MediaCodec:   RefBase *portDesc = 0x7fa3ed2000
05-12 18:18:01.408  4219  4241 I MediaCodec: }' ]
05-12 18:18:01.408  4219  4241 I MediaCodec: [onMessageReceived]line:1303 [OMX.google.vorbis.decoder][what=kWhatBuffersAllocated][state 5][msg='AMessage(what = 'codc', target = 5) = {
05-12 18:18:01.408  4219  4241 I MediaCodec:   int32_t what = 1634495587
05-12 18:18:01.408  4219  4241 I MediaCodec:   int32_t portIndex = 1
05-12 18:18:01.408  4219  4241 I MediaCodec:   RefBase *portDesc = 0x7fa3ed21e0
05-12 18:18:01.408  4219  4241 I MediaCodec: }' ]
05-12 18:18:01.408  4219  4232 I MediaCodec: [getOutputFormat]line:795 [OMX.google.vorbis.decoder]+++
05-12 18:18:01.408  4219  4241 D ACodec  : [OMX.google.vorbis.decoder] Now Idle->Executing
05-12 18:18:01.409  4219  4241 D ACodec  : [OMX.google.vorbis.decoder] Now Executing
05-12 18:18:01.409  4219  4241 I ACodec  : [OMX.google.vorbis.decoder] received csd settings.
05-12 18:18:01.409  4219  4241 D ACodec  : [OMX.google.vorbis.decoder] calling emptyBuffer 1 w/ codec specific data
05-12 18:18:01.409  4219  4241 I ACodec  : [OMX.google.vorbis.decoder] received csd settings.
05-12 18:18:01.409  4219  4241 D ACodec  : [OMX.google.vorbis.decoder] calling emptyBuffer 2 w/ codec specific data
05-12 18:18:01.410  4219  4219 D RecentsTaskLoadPlan:   thumbnail: Task.Key: 924, s: -1, u: 0, lat: 1589280879757, ComponentInfo{com.android.settings/com.android.settings.Settings}, null
05-12 18:18:01.412  4219  4241 D ACodec  : [OMX.google.vorbis.decoder] Now handling output port settings change
05-12 18:18:01.412  4219  4241 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:18:01.412  4219  4241 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d784c
05-12 18:18:01.412  4219  4241 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:18:01.413  4219  4241 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:18:01.413  4219  4241 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:18:01.414  4219  4241 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d784c
05-12 18:18:01.414  4219  4241 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:18:01.414  4219  4219 D RecentsTaskLoadPlan:   thumbnail: Task.Key: 927, s: -1, u: 0, lat: 1589282172854, ComponentInfo{org.test.myapp/org.kivy.android.PythonActivity}, null
05-12 18:18:01.414  4219  4241 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d784c
05-12 18:18:01.414  4219  4241 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:18:01.414  4219  4241 D ACodec  : OutputPortSettingsChangedState::onOMXEvent event 0, 2, 1
05-12 18:18:01.414  4219  4241 D ACodec  : [OMX.google.vorbis.decoder] Output port now disabled.
05-12 18:18:01.415  4219  4241 D ACodec  : [OMX.google.vorbis.decoder] Allocating 4 buffers of size 32768/32768 (from 32768 using Invalid) on output port
05-12 18:18:01.415  4219  4241 D ACodec  : @debug: useBuffer[0], mBufferID(9)
05-12 18:18:01.416  4219  4241 D ACodec  : @debug: buffer = 0x7f90810000, size = 32768
05-12 18:18:01.416  4219  4241 D ACodec  : @debug: useBuffer[1], mBufferID(10)
05-12 18:18:01.416  4219  4219 D RecentsTaskLoadPlan: executePlan, # tasks: 20, # thumbnails: 10, running task id: -1
05-12 18:18:01.416  4219  4241 D ACodec  : @debug: buffer = 0x7f90818000, size = 32768
05-12 18:18:01.416  4219  4219 D RecentsTaskLoadPlan:   Loading icon: Task.Key: 923, s: -1, u: 0, lat: 1589280859715, ComponentInfo{com.mediatek.filemanager/com.mediatek.filemanager.FileManagerOperationActivity}
05-12 18:18:01.416  4219  4241 D ACodec  : @debug: useBuffer[2], mBufferID(11)
05-12 18:18:01.417  4219  4241 D ACodec  : @debug: buffer = 0x7f90820000, size = 32768
05-12 18:18:01.417  4219  4241 D ACodec  : @debug: useBuffer[3], mBufferID(12)
05-12 18:18:01.417  4219  4241 D ACodec  : @debug: buffer = 0x7f90828000, size = 32768
05-12 18:18:01.417  4219  4241 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d784c
05-12 18:18:01.417  4219  4241 D ACodec  : OutputPortSettingsChangedState::onMessageReceived msg->what() 6f6d7849
05-12 18:18:01.417  4219  4241 D ACodec  : OutputPortSettingsChangedState::onOMXEvent event 0, 3, 1
05-12 18:18:01.417  4219  4241 D ACodec  : [OMX.google.vorbis.decoder] Output port now reenabled.
05-12 18:18:01.418  4219  4241 D ACodec  : [OMX.google.vorbis.decoder] Now Executing
05-12 18:18:01.418  4219  4241 I MediaCodec: [onMessageReceived]line:1303 [OMX.google.vorbis.decoder][what=kWhatBuffersAllocated][state 6][msg='AMessage(what = 'codc', target = 5) = {
05-12 18:18:01.418  4219  4241 I MediaCodec:   int32_t what = 1634495587
05-12 18:18:01.418  4219  4241 I MediaCodec:   int32_t portIndex = 1
05-12 18:18:01.418  4219  4241 I MediaCodec:   RefBase *portDesc = 0x7fa3ed21e0
05-12 18:18:01.418  4219  4241 I MediaCodec: }' ]
05-12 18:18:01.418  4219  4241 D ACodec  : [OMX.google.vorbis.decoder] calling fillBuffer 9
05-12 18:18:01.419  4219  4241 D ACodec  : sendFormatChange 0
05-12 18:18:01.420  4219  4232 I MediaCodec: [getOutputFormat]line:795 [OMX.google.vorbis.decoder]+++
05-12 18:18:01.421  4219  4219 D RecentsTaskLoadPlan:   Loading thumbnail: Task.Key: 923, s: -1, u: 0, lat: 1589280859715, ComponentInfo{com.mediatek.filemanager/com.mediatek.filemanager.FileManagerOperationActivity}
05-12 18:18:01.422  4219  4219 D RecentsTaskLoadPlan:   Loading icon: Task.Key: 924, s: -1, u: 0, lat: 1589280879757, ComponentInfo{com.android.settings/com.android.settings.Settings}
05-12 18:18:01.425  4219  4219 D RecentsTaskLoadPlan:   Loading thumbnail: Task.Key: 924, s: -1, u: 0, lat: 1589280879757, ComponentInfo{com.android.settings/com.android.settings.Settings}
05-12 18:18:01.426  4219  4226 I System  : FinalizerDaemon: finalize objects = 1
05-12 18:18:01.426  4219  4219 D RecentsTaskLoadPlan:   Loading icon: Task.Key: 927, s: -1, u: 0, lat: 1589282172854, ComponentInfo{org.test.myapp/org.kivy.android.PythonActivity}
05-12 18:18:01.431  4219  4232 E OggExtractor: failed to read 27 bytes at offset 0x00000000001ead, got 0 bytes
05-12 18:18:01.431  4219  4232 E OggExtractor: readPage returned -1011
05-12 18:18:01.431  4219  4232 W NuMediaExtractor: read on track 0 err -1011
05-12 18:18:01.431  4219  4241 D ACodec  : InputBuffer EOS
05-12 18:18:01.431  4219  4241 D ACodec  : [OMX.google.vorbis.decoder] calling emptyBuffer 4 w/ EOS
05-12 18:18:01.432  4219  4241 D ACodec  : [OMX.google.vorbis.decoder] Signalled EOS on the input port
05-12 18:18:01.432  4219  4241 D ACodec  : [OMX.google.vorbis.decoder] postFillThisBuffer brk due2 EOS
05-12 18:18:01.433  4219  4241 D ACodec  : [OMX.google.vorbis.decoder] saw output EOS
05-12 18:18:01.433  4219  4241 I MediaCodec: [onMessageReceived]line:1551 [OMX.google.vorbis.decoder][what=kWhatEOS][state 6]
05-12 18:18:01.433  4219  4232 I MediaCodec: [stop]line:597 [OMX.google.vorbis.decoder]+++
05-12 18:18:01.433  4219  4241 D ACodec  : [OMX.google.vorbis.decoder] Executing::kWhatShutdown keepComponentAllocated 105-12 18:18:01.434  4219  4241 D ACodec  : [OMX.google.vorbis.decoder] Now Executing->Idle
05-12 18:18:01.436  4219  4241 I ACodec  : freeBuffersOnPort portIndex 0
05-12 18:18:01.437  4219  4241 I ACodec  : freeBuffersOnPort portIndex 1
05-12 18:18:01.437  4219  4241 D ACodec  : [OMX.google.vorbis.decoder] Now Idle->Loaded
05-12 18:18:01.437  4219  4241 D ACodec  : [OMX.google.vorbis.decoder] Now Loaded
05-12 18:18:01.437  4219  4241 I MediaCodec: [onMessageReceived]line:1557 [OMX.google.vorbis.decoder][what=kWhatShutdownCompleted][state 9][msg='AMessage(what = 'codc', target = 5) = {
05-12 18:18:01.437  4219  4241 I MediaCodec:   int32_t what = 1935896429
05-12 18:18:01.437  4219  4241 I MediaCodec: }' ]
05-12 18:18:01.438   310  1045 D ResourceManagerService: ResourceManagerService:removeResource
05-12 18:18:01.438  4219  4232 I MediaCodec: [release]line:612 [OMX.google.vorbis.decoder]+++
05-12 18:18:01.440  4219  4241 D ACodec  : Now uninitialized
05-12 18:18:01.440  4219  4241 D ACodec  : UninitializedState, mIsAudioBufferLogSwitchOn=0
05-12 18:18:01.440  4219  4241 D ACodec  : UninitializedState, mIsVideoBufferLogSwitchOn=0
05-12 18:18:01.440  4219  4241 I MediaCodec: [onMessageReceived]line:1557 [OMX.google.vorbis.decoder][what=kWhatShutdownCompleted][state 10][msg='AMessage(what = 'codc', target = 5) = {
05-12 18:18:01.440  4219  4241 I MediaCodec:   int32_t what = 1935896429
05-12 18:18:01.440  4219  4241 I MediaCodec: }' ]
05-12 18:18:01.441  1004  1663 W PackageManager: checkUidPermission(): android.permission.UPDATE_DEVICE_STATS of 10023 is denied.
05-12 18:18:01.441  1004  1663 W System.err: java.lang.SecurityException: uid 10023 does not have android.permission.UPDATE_DEVICE_STATS.
05-12 18:18:01.441  1004  1663 W System.err:    at android.app.ContextImpl.enforce(ContextImpl.java:1443)
05-12 18:18:01.441  1004  1663 W System.err:    at android.app.ContextImpl.enforcePermission(ContextImpl.java:1456)
05-12 18:18:01.441  1004  1663 W System.err:    at com.android.server.am.BatteryStatsService.enforceCallingPermission(BatteryStatsService.java:909)
05-12 18:18:01.441  1004  1663 W System.err:    at com.android.server.am.BatteryStatsService.noteStopAudio(BatteryStatsService.java:587)
05-12 18:18:01.441  1004  1663 W System.err:    at com.android.internal.app.IBatteryStats$Stub.onTransact(IBatteryStats.java:99)
05-12 18:18:01.441  1004  1663 W System.err:    at android.os.Binder.execTransact(Binder.java:458)
05-12 18:18:01.442   310  1225 D ResourceManagerService: ResourceManagerService:removeResource
05-12 18:18:01.442  4219  4232 I MediaCodec: [~MediaCodec]line:289 [][mState 0]+++
05-12 18:18:01.442   310 13345 D ResourceManagerService: ResourceManagerService:removeResource
05-12 18:18:01.443  4219  4232 D ACodec  : ~ACodec
05-12 18:18:01.443  4219  4232 D FileSourceProxy: Fd: 20 unregister!
05-12 18:18:01.443  4219  4232 D FileSourceProxy: Fd: 20, File Cache hit rate: 0.00
05-12 18:18:01.443  4219  4232 D FileSourceProxy: Fd: 23 register!
05-12 18:18:01.443  4219  4232 I FileSourceProxy: filename =
05-12 18:18:01.443  4219  4232 E FileSourceProxy: Open dupFd fail for file
05-12 18:18:01.443  4219  4232 D MediaExtractor: JB +MediaExtractor::Create
05-12 18:18:01.444   309   309 D WVMDrmPlugIn: WVMDrmPlugin::onInitialize : 6324
05-12 18:18:01.444   309   309 D WVMDrmPlugIn: WVMDrmPlugin::onSetOnInfoListener : add 6324
05-12 18:18:01.444   309   309 D DrmCtaPlugIn: onInitialize() : uniqueId : 6324
05-12 18:18:01.444   309   309 D DrmCtaPlugIn: encrypt thread has being created
05-12 18:18:01.444   309   309 D DrmCtaPlugIn: decrypt thread has being created
05-12 18:18:01.444   309   309 D DrmCtaPlugIn: onSetOnInfoListener(): uniqueId : 6324
05-12 18:18:01.444   309   309 D DrmCtaPlugIn: onSetOnInfoListener(): native
05-12 18:18:01.444   309   309 D DrmMtkPlugIn: DrmMtkPlugIn::onInitialize : 6324
05-12 18:18:01.444   309   309 D DrmMtkPlugIn: DrmMtkPlugIn::onSetOnInfoListener : 6324
05-12 18:18:01.444  4219  4232 D DrmManagerClient(Native): DrmManagerClient(): mUniqueId=[6324]
05-12 18:18:01.444   309  1574 D DrmMtkUtil: getProcessName() : pid to process: [/proc/4219/cmdline]->[com.android.systemui]
05-12 18:18:01.444   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.gallery] with [com.android.systemui].
05-12 18:18:01.444   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.gallery:CropImage] with [com.android.systemui].
05-12 18:18:01.444   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.cooliris.media] with [com.android.systemui].
05-12 18:18:01.444   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.mediatek.drmfileinstaller] with [com.android.systemui].
05-12 18:18:01.444   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.phone] with [com.android.systemui].
05-12 18:18:01.445   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.gallery3d] with [com.android.systemui].
05-12 18:18:01.445   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.gallery3d:crop] with [com.android.systemui].
05-12 18:18:01.445   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.mediatek.drmframeworktest] with [com.android.systemui].
05-12 18:18:01.445   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.google.android.xts.media] with [com.android.systemui].
05-12 18:18:01.445   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.widevine.demo] with [com.android.systemui].
05-12 18:18:01.445   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.launcher3:wallpaper_chooser] with [com.android.systemui].
05-12 18:18:01.445   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.discretix.drmassist] with [com.android.systemui].
05-12 18:18:01.445   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.discretix.QA_ANDROID_COMMON] with [com.android.systemui].
05-12 18:18:01.445   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.mediatek.dataprotection] with [com.android.systemui].
05-12 18:18:01.445   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.wallpapercropper] with [com.android.systemui].
05-12 18:18:01.445   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [android.process.media] with [com.android.systemui].
05-12 18:18:01.445   309  1574 D DrmMtkUtil/WhiteList: IsDrmTrustedClient: compare [com.android.gallery3d:widgetservice] with [com.android.systemui].
05-12 18:18:01.445   309   309 D WVMDrmPlugIn: WVMDrmPlugin::onTerminate : 6324
05-12 18:18:01.445   309   309 D DrmCtaPlugIn: onTerminate():uniqueId : 6324
05-12 18:18:01.445   309   309 D DrmMtkPlugIn: DrmMtkPlugIn::onTerminate : 6324
05-12 18:18:01.445  4219  4232 D DrmManagerClient(Native): ~DrmManagerClient(): mUniqueId=[6324]
05-12 18:18:01.448  4219  4232 D MPEG2PSExtractor: +SniffMPEGPS in
05-12 18:18:01.448  4219  4232 D MPEG2PSExtractor: ********************* parsePackHeader can't find pack header start code *********************
05-12 18:18:01.448  4219  4232 E APEExtractor: getAPEInfo not ape 5003
05-12 18:18:01.449  4219  4232 E         : unknown object: 5367674f-200-0-00000000000036c0, 3040774173405237195 bytes
05-12 18:18:01.449  4219  4232 I         : obj->type=0,size=3040774173405237195,datalen=0
05-12 18:18:01.449  4219  4232 E         : error parsing header: -6
05-12 18:18:01.449  4219  4232 I MediaExtractor: Autodetected media content as 'application/ogg' with confidence 0.20
05-12 18:18:01.449  4219  4232 D OggExtractor: _readNextPacket(): Can not get full packet, need to parse next page!!!
05-12 18:18:01.457  4219  4232 E OggExtractor: failed to read 27 bytes at offset 0x00000000001651, got 0 bytes
05-12 18:18:01.457  4219  4232 D MediaExtractor: JB -MediaExtractor::Create
05-12 18:18:01.458  4219  4232 D ACodec  : Now uninitialized
05-12 18:18:01.458  4219  4232 D ACodec  : UninitializedState, mIsAudioBufferLogSwitchOn=0
05-12 18:18:01.458  4219  4232 D ACodec  : UninitializedState, mIsVideoBufferLogSwitchOn=0
05-12 18:18:01.458  4219  4244 I MediaCodec: [onMessageReceived]line:1611 [][what=kWhatInit][state 0][msg='AMessage(what = 'init', target = 8) = {
05-12 18:18:01.458  4219  4244 I MediaCodec:   string name = "audio/vorbis"
05-12 18:18:01.458  4219  4244 I MediaCodec:   int32_t nameIsType = 1
05-12 18:18:01.458  4219  4244 I MediaCodec:   int32_t encoder = 0
05-12 18:18:01.458  4219  4244 I MediaCodec:   RefBase *replyID = 0x7f8bd193c0
05-12 18:18:01.458  4219  4244 I MediaCodec: }' ]
05-12 18:18:01.459  4219  4244 D ACodec  : onAllocateComponent
05-12 18:18:01.459  4219  4244 I OMXClient: Using client-side OMX mux.
05-12 18:18:01.459  4219  4244 D ACodec  : mDeathNotifier is set
05-12 18:18:01.462  4219  4244 D ACodec  : [OMX.google.vorbis.decoder] Now Loaded
05-12 18:18:01.462  4219  4244 I MediaCodec: [onMessageReceived]line:1197 [][what=kWhatComponentAllocated][state 1][msg='AMessage(what = 'codc', target = 8) = {
05-12 18:18:01.462  4219  4244 I MediaCodec:   int32_t what = 1665231980
05-12 18:18:01.462  4219  4244 I MediaCodec:   string componentName = "OMX.google.vorbis.decoder"
05-12 18:18:01.462  4219  4244 I MediaCodec:   int32_t quirks = 0
05-12 18:18:01.462  4219  4244 I MediaCodec: }' ]
05-12 18:18:01.462   310   310 D ResourceManagerService: ResourceManagerService:addResource
05-12 18:18:01.462  4219  4232 I MediaCodec: [CreateByType]line:198 audio/vorbis
05-12 18:18:01.462  4219  4244 D ACodec  : onConfigureComponent
05-12 18:18:01.463  4219  4244 D ACodec  : sendFormatChange 0
05-12 18:18:01.463  4219  4244 D ACodec  : sendFormatChange 0
05-12 18:18:01.464   310   310 E OMXNodeInstance: getParameter(dc:google.vorbis.decoder, ??(0x7f200406)) ERROR: UnsupportedIndex(0x8000101a)

@AndreMiras
Copy link
Member

I don't see anything related to any Python application in this logcat 🤔

@purnama11
Copy link
Author

purnama11 commented May 12, 2020

yes, there is no error, but my android system ui got error, (by using -> buildozer android debug deploy run logcat)
and the APK file wont install (file APK in bin folder)

@purnama11
Copy link
Author

for monthly it just size of splash .png file ,
size must be 512px
i close this issue , thank you @AndreMiras

@AndreMiras
Copy link
Member

I'm not sure I really followed what the issue was or how you fixed it 🤔
The problem was the slash image size/format? And also the initial issue you reported is fixed too?

@purnama11
Copy link
Author

Icon and Splash Image (.png) is too large so i must compress until 520 px ,
and all work fine/ fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants