Tencent / MMKV

An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.
Other
17.35k stars 1.9k forks source link

MMKV经常会造成ANR #431

Closed Jack6Wolf closed 4 years ago

Jack6Wolf commented 4 years ago

The language of MMKV

Java

The version of MMKV

v1.0.19

The platform of MMKV

Android

The installation of MMKV

Maven

What's the issue?

1 com.tencent.mmkv.MMKV.boolean containsKey(long,java.lang.String)(Native Method)
--
2 com.tencent.mmkv.MMKV.boolean containsKey(java.lang.String)(MMKV.java:452)
3 com.star.util.mmkv.MMKVUtil.boolean containsKey(java.lang.String)(MMKVUtil.java:197)
4 com.star.util.SharedPreferences.int getSharedMode()(SharedPreferences.java:77)
lingol commented 4 years ago

That's just too old. Upgrade to v1.0.24 or v1.1.0.

Jack6Wolf commented 4 years ago

你确定你们v1.0.19这个版本确实存在可能造成ANR的问题?并且在v1.0.24 、 v1.1.0修复了?

lingol commented 4 years ago

NO. Just don't have time for such an old version.

Jack6Wolf commented 4 years ago

我们升级到1.0.24或者1.1.0之后,热启动应用必然崩溃或者anr!在同样的状况手机运行你们的MMKVDemo同样如此!

lingol commented 4 years ago

Well, crash stack please? Also the logs.

Jack6Wolf commented 4 years ago

这是你们MMKVDemo的carsh: 2020-04-03 11:03:55.206 4245-4245/com.tencent.mmkvdemo A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x8 in tid 4245 (encent.mmkvdemo), pid 4245 (encent.mmkvdemo) 2020-04-03 11:03:55.267 4415-4415/? A/DEBUG: 2020-04-03 11:03:55.267 4415-4415/? A/DEBUG: Build fingerprint: 'TECNO/H633/TECNO-CA7:8.1.0/O11019/BCDK-190323V246:user/release-keys' 2020-04-03 11:03:55.267 4415-4415/? A/DEBUG: Revision: '0' 2020-04-03 11:03:55.267 4415-4415/? A/DEBUG: ABI: 'arm64' 2020-04-03 11:03:55.267 4415-4415/? A/DEBUG: pid: 4245, tid: 4245, name: encent.mmkvdemo >>> com.tencent.mmkvdemo <<< 2020-04-03 11:03:55.267 4415-4415/? A/DEBUG: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x8 2020-04-03 11:03:55.267 4415-4415/? A/DEBUG: Cause: null pointer dereference 2020-04-03 11:03:55.268 4415-4415/? A/DEBUG: x0 6d317de01397f760 x1 000000720b2d6480 x2 0000000000000020 x3 0000000000000006 2020-04-03 11:03:55.268 4415-4415/? A/DEBUG: x4 00000000000000d9 x5 000000720b2d64a0 x6 3330636366373231 x7 6235343838613065 2020-04-03 11:03:55.268 4415-4415/? A/DEBUG: x8 9ddfea08eb382d69 x9 65caa4de4b417060 x10 751a7ada543f1e20 x11 211a3b720bcafbf9 2020-04-03 11:03:55.268 4415-4415/? A/DEBUG: x12 f5532ab7ce3ff68f x13 2a815e95b3d8dd95 x14 2f2befe48468edc8 x15 be41013c00000000 2020-04-03 11:03:55.268 4415-4415/? A/DEBUG: x16 6536653436363564 x17 000000728f17e7f8 x18 000000002dd6b629 x19 6d317de01397f760 2020-04-03 11:03:55.268 4415-4415/? A/DEBUG: x20 0000000000000000 x21 0000007fe099ebe0 x22 0000000000000001 x23 00000072907f8a40 2020-04-03 11:03:55.268 4415-4415/? A/DEBUG: x24 0000000000001000 x25 00000072907f8a40 x26 00000072907f8a40 x27 00000071f2a77578 2020-04-03 11:03:55.268 4415-4415/? A/DEBUG: x28 0000000000000005 x29 0000007fe099ebd0 x30 00000071f2a0775c 2020-04-03 11:03:55.268 4415-4415/? A/DEBUG: sp 0000007fe099eb70 pc 00000071f2a07760 pstate 0000000020000000 2020-04-03 11:03:55.270 4415-4415/? A/DEBUG: backtrace: 2020-04-03 11:03:55.270 4415-4415/? A/DEBUG: #00 pc 0000000000019760 /data/app/com.tencent.mmkvdemo-APntHFaiqSWGI1ZSKjaO4g==/lib/arm64/libmmkv.so 2020-04-03 11:03:55.270 4415-4415/? A/DEBUG: #01 pc 000000000001b14c /data/app/com.tencent.mmkvdemo-APntHFaiqSWGI1ZSKjaO4g==/lib/arm64/libmmkv.so 2020-04-03 11:03:55.270 4415-4415/? A/DEBUG: #02 pc 0000000000010264 /data/app/com.tencent.mmkvdemo-APntHFaiqSWGI1ZSKjaO4g==/lib/arm64/libmmkv.so 2020-04-03 11:03:55.270 4415-4415/? A/DEBUG: #03 pc 0000000000010b4c /data/app/com.tencent.mmkvdemo-APntHFaiqSWGI1ZSKjaO4g==/oat/arm64/base.odex (offset 0xf000) 2020-04-03 11:03:55.976 533-533/? E//system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_06 2020-04-03 11:03:55.986 390-390/? E/lowmemorykiller: Error writing /proc/4245/oom_score_adj; errno=22 2020-04-03 11:03:56.037 926-8045/? E/libPowerStretch: system_server in hard-coded bl 2020-04-03 11:03:56.067 1822-2114/? E/libPowerStretch: TimeStamps from Cache: lucid = 20081231170000, customer = 20081231170000 2020-04-03 11:03:56.067 1822-2114/? E/libPowerStretch: Cache valid RC: lucid = 2, customer = 2 2020-04-03 11:03:56.067 1822-2114/? E/libPowerStretch: com.transsion.hilauncher is in priority_bl 2020-04-03 11:03:56.067 1822-2114/? E/libPowerStretch: Priority black list: 1 2020-04-03 11:03:56.067 1822-2114/? E/libPowerStretch: com.transsion.hilauncher in bl 2020-04-03 11:03:56.075 926-946/? E/libPowerStretch: LucidSystemServerLogic::onSetLucidFgApp send resetFromSystemServer appName = com.transsion.hilauncher 2020-04-03 11:03:56.085 926-946/? E/libPowerStretch: get iris_factor xml value failed 2020-04-03 11:03:56.086 926-946/? E/libPowerStretch: get normal_save/outdoor_low_iris_param xml value failed 2020-04-03 11:03:56.087 926-946/? E/libPowerStretch: get high_save/outdoor_low_iris_param xml value failed 2020-04-03 11:03:56.087 926-946/? E/libPowerStretch: get ultra_save/outdoor_low_iris_param xml value failed 2020-04-03 11:03:56.088 926-946/? E/libPowerStretch: get normal_save/outdoor_high_iris_param xml value failed 2020-04-03 11:03:56.088 926-946/? E/libPowerStretch: get high_save/outdoor_high_iris_param xml value failed 2020-04-03 11:03:56.089 926-946/? E/libPowerStretch: get ultra_save/outdoor_high_iris_param xml value failed 2020-04-03 11:03:56.090 926-946/? E/libPowerStretch: com.transsion.hilauncher is in priority_bl 2020-04-03 11:03:56.091 926-946/? E/libPowerStretch: LucidConfig::getIrisOverride m_irisOverride = 0

lingol commented 4 years ago

Logs please? Also which device are you running on?

Jack6Wolf commented 4 years ago

是的!在关闭网络的环境下! 设备信息: TECNO/H633/TECNO-CA7 Android:8.1.0 `2020-04-03 12:05:07.689 3953-6648/? I/ADB_SERVICES: post waitpid (pid=6647) status=0000 2020-04-03 12:05:07.744 3953-6650/? I/ADB_SERVICES: post waitpid (pid=6649) status=0000 2020-04-03 12:05:08.326 2672-6558/? V/FA: Inactivity, disconnecting from the service 2020-04-03 12:05:08.730 6561-6660/? I/DynamiteModule: Considering local module com.google.android.gms.measurement.dynamite:12 and remote module com.google.android.gms.measurement.dynamite:0 2020-04-03 12:05:08.730 6561-6660/? I/DynamiteModule: Selected local version of com.google.android.gms.measurement.dynamite 2020-04-03 12:05:08.739 6561-6660/? W/zygote64: Unsupported class loader 2020-04-03 12:05:08.741 6561-6660/? W/zygote64: Skipping duplicate class check due to unsupported classloader 2020-04-03 12:05:08.896 6561-6665/? V/FA: App measurement collection enabled 2020-04-03 12:05:08.899 6561-6665/? V/FA: App measurement enabled for app package, google app id: com.google.android.googlequicksearchbox, 1:1086610230652:android:131e4c3db28fca84 2020-04-03 12:05:08.902 6561-6665/? I/FA: App measurement initialized, version: 25005 2020-04-03 12:05:08.902 6561-6665/? I/FA: To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 2020-04-03 12:05:08.902 6561-6665/? I/FA: To enable faster debug mode event logging run: adb shell setprop debug.firebase.analytics.app com.google.android.googlequicksearchbox 2020-04-03 12:05:08.902 6561-6665/? D/FA: Debug-level message logging enabled 2020-04-03 12:05:08.952 6561-6665/? V/FA: Connecting to remote service 2020-04-03 12:05:08.972 6561-6665/? V/FA: Connection attempt already in progress 2020-04-03 12:05:08.975 6561-6665/? D/FA: Connected to remote service 2020-04-03 12:05:08.976 6561-6665/? V/FA: Processing queued up service tasks: 2 2020-04-03 12:05:09.699 1822-6540/? V/FA: Inactivity, disconnecting from the service 2020-04-03 12:05:10.101 518-518/? I/thermal_repeater: [recvMdThermalInfo] ret=37, strLen=127, 2, 32767, -127, 20821, 32767, -20554 2020-04-03 12:05:12.904 387-412/? I/libPerfService: 13: legacy set freq: -1 -1 -1 -1 2020-04-03 12:05:12.906 3953-3953/? I/ADB_SERVICES: g_pending_list length=1 2020-04-03 12:05:12.906 3953-3953/? I/ADB_SERVICES: +read_data=101333 local_socket_list_len=2 2020-04-03 12:05:13.695 6561-6561/? I/MemoryTrimmer: Trimming objects from memory, since app is in the background. 2020-04-03 12:05:13.994 6561-6665/? V/FA: Inactivity, disconnecting from the service 2020-04-03 12:05:14.771 926-1178/? D/AES: AEEIOCTL_GET/SET_SF_STATE IOCTL,cmd= 1074294797, lParam=0. 2020-04-03 12:05:14.771 926-1178/? D/AES: AEEIOCTL_RT_MON_Kick IOCTL,cmd= 2147774474, lParam=300. 2020-04-03 12:05:20.129 518-518/? I/thermal_repeater: [recvMdThermalInfo] ret=37, strLen=127, 2, 32767, -127, 20821, 32767, -20554 2020-04-03 12:05:23.712 6561-6593/? I/WorkerManager: dispose()

--------- beginning of system

2020-04-03 12:05:28.049 926-5608/? I/ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.tencent.mmkvdemo/.MainActivity bnds=[536,550][712,747] (has extras)} from uid 10069 2020-04-03 12:05:28.052 387-413/? I/vendor.mediatek.hardware.power@1.1-impl: PowerHint hint:8, data:1 2020-04-03 12:05:28.053 387-412/? I/libPerfService: 8: legacy set freq: 1508000 -1 2002000 -1 2020-04-03 12:05:28.056 926-5608/? D/PowerManagerService: wqGMS:SkipGmsWakeLockByPkg return pkg= android tag= launch mIsGmsConnected= true 2020-04-03 12:05:28.056 926-5608/? D/PowerManagerService: wqGMS:Gms Connected 2020-04-03 12:05:28.061 926-946/? W/BroadcastQueue: Permission Denial: receiving Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } to ProcessRecord{a74bbb5 1550:com.google.android.gms.persistent/u0a13} (pid=1550, uid=10013) requires com.transsion.hilauncher.permission.RECEIVE_LAUNCH_BROADCASTS due to sender com.transsion.hilauncher (uid 10069) 2020-04-03 12:05:28.061 926-946/? W/BroadcastQueue: Permission Denial: receiving Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$GmsExternalReceiver requires com.transsion.hilauncher.permission.RECEIVE_LAUNCH_BROADCASTS due to sender com.transsion.hilauncher (uid 10069) 2020-04-03 12:05:28.062 1822-6540/? V/FA: Recording user engagement, ms: 25010 2020-04-03 12:05:28.062 1822-6540/? V/FA: Connecting to remote service 2020-04-03 12:05:28.063 926-1027/? D/WindowClient: Add to mViews: DecorView@1cc6e8b[mmkvdemo], this = android.view.WindowManagerGlobal@dc2fa51 2020-04-03 12:05:28.063 926-1027/? D/ViewRootImpl[mmkvdemo]: hardware acceleration = false , fakeHwAccelerated = true, sRendererDisabled = false, forceHwAccelerated = false, sSystemRendererDisabled = false 2020-04-03 12:05:28.070 1822-6540/? V/FA: Activity paused, time: 178251964 2020-04-03 12:05:28.073 1822-6540/? D/FA: Logging event (FE): user_engagement(_e), Bundle[{firebase_event_origin(_o)=auto, engagement_time_msec(_et)=25010, firebase_screen_class(_sc)=Launcher, firebase_screen_id(_si)=-1891772369087027393, firebase_screen(_sn)=MZsScreenExit}] 2020-04-03 12:05:28.076 391-391/? I/BufferQueue: unnamed-391-965 BufferQueue core=(391:/system/bin/surfaceflinger) 2020-04-03 12:05:28.077 391-391/? W/GuiExt: Cannot find GuiExtService 2020-04-03 12:05:28.077 391-391/? I/BufferQueueConsumer: unnamed-391-965 connect(C): consumer=(391:/system/bin/surfaceflinger) controlledByApp=false 2020-04-03 12:05:28.077 391-391/? I/BufferQueueConsumer: unnamed-391-965 setConsumerName: unnamed-391-965 2020-04-03 12:05:28.077 391-391/? I/BufferQueueConsumer: Splash Screen com.tencent.mmkvdemo#0 setConsumerName: Splash Screen com.tencent.mmkvdemo#0 2020-04-03 12:05:28.077 391-391/? I/BufferQueueConsumer: Splash Screen com.tencent.mmkvdemo#0 setDefaultBufferSize: width=720 height=1440 2020-04-03 12:05:28.085 926-7367/? I/ActivityManager: Start proc 6684:com.tencent.mmkvdemo/u0a120 for activity com.tencent.mmkvdemo/.MainActivity 2020-04-03 12:05:28.086 399-1981/? D/pnpmgr: Got fd=24, /sys/power/pnpmgr/ams/process updated:-1,-1 2020-04-03 12:05:28.086 399-1981/? D/pnpmgr: uid:10120, pid:6684 2020-04-03 12:05:28.090 926-1027/? D/Surface: lockCanvas 2020-04-03 12:05:28.090 926-1027/? D/Surface: Surface::connect(this=0x71ede1d000,api=2) 2020-04-03 12:05:28.091 391-417/? I/BufferQueueProducer: Splash Screen com.tencent.mmkvdemo#0 connect(P): api=2 producer=(926:system_server) producerControlledByApp=false 2020-04-03 12:05:28.091 391-391/? I/DisplayDevice: [Built-in Screen (type:0)] fps:1.169833,dur:23080.21,max:22434.21,min:16.29 2020-04-03 12:05:28.092 6684-6684/? I/zygote64: Late-enabling -Xcheck:jni 2020-04-03 12:05:28.098 1822-6540/? V/FA: Connection attempt already in progress 2020-04-03 12:05:28.098 1822-6540/? D/FA: Connected to remote service 2020-04-03 12:05:28.098 1822-6540/? V/FA: Processing queued up service tasks: 2 2020-04-03 12:05:28.114 1648-6542/? V/FA-SVC: Logging event: origin=auto,name=user_engagement(_e),params=Bundle[{ga_event_origin(_o)=auto, engagement_time_msec(_et)=25010, ga_screen_class(_sc)=Launcher, ga_screen_id(_si)=-1891772369087027393, ga_screen(_sn)=MZsScreenExit}] 2020-04-03 12:05:28.141 1648-6542/? V/FA-SVC: No network 2020-04-03 12:05:28.141 1648-6542/? V/FA-SVC: Unscheduling upload 2020-04-03 12:05:28.144 1648-6542/? V/FA-SVC: Background event processing time, ms: 32 2020-04-03 12:05:28.150 926-1821/? D/SingleHandMode: performTraversalInTransactionFromWindowManagerInternal false 2020-04-03 12:05:28.150 926-1821/? D/SingleHandMode: displayDeviceInfo.type:1 2020-04-03 12:05:28.150 926-1821/? D/SingleHandMode: the rect is normal 2020-04-03 12:05:28.150 926-1821/? D/SingleHandMode: the rect is changed null,displayDeviceInfo.type:1 2020-04-03 12:05:28.154 926-1821/? D/AppLockDelegator: appLockCheck: 2020-04-03 12:05:28.154 926-1821/? D/ActivityManager: realStartActivityLocked: app lock service check 2020-04-03 12:05:28.154 399-1981/? D/pnpmgr: Got fd=19, /sys/power/pnpmgr/ams/activity updated:com.tencent.mmkvdemo 2020-04-03 12:05:28.155 926-1821/? V/WindowManager: Set focused app to: AppWindowToken{8e30614 token=Token{8136f02 ActivityRecord{77b484d u0 com.tencent.mmkvdemo/.MainActivity t256}}} old focus=AppWindowToken{2985dd8 token=Token{ff91ba9 ActivityRecord{144b330 u0 com.transsion.hilauncher/com.android.launcher3.Launcher t87}}} moveFocusNow=true 2020-04-03 12:05:28.155 926-1821/? V/WindowManager: Changing focus from Window{b581c54 u0 com.transsion.hilauncher/com.android.launcher3.Launcher} to null Callers=com.android.server.wm.WindowManagerService.setFocusedApp:2761 com.android.server.am.ActivityManagerService.setResumedActivityUncheckLocked:3458 com.android.server.am.ActivityStack.setResumedActivityLocked:2348 com.android.server.am.ActivityStack.minimalResumeActivityLocked:1105 2020-04-03 12:05:28.156 926-1821/? D/WindowManager: Input focus has changed to null 2020-04-03 12:05:28.156 3953-3953/? I/ADB_SERVICES: service_to_fd shell:stat -c %u /proc/6684 | xargs -n 1 pm list packages --uid 2020-04-03 12:05:28.163 926-1699/? D/PowerManagerService: wqGMS:SkipGmsWakeLockByPkg return pkg= com.google.android.gms tag= gms_scheduler:internal mIsGmsConnected= true 2020-04-03 12:05:28.164 926-1699/? D/PowerManagerService: wqGMS:Gms Connected 2020-04-03 12:05:28.164 926-1821/? D/ProcessManager: After resumed : com.tencent.mmkvdemo 2020-04-03 12:05:28.164 387-413/? I/vendor.mediatek.hardware.power@1.1-impl: notifyAppState pack:com.tencent.mmkvdemo, act:com.tencent.mmkvdemo.MainActivity, pid:6684, state:1 2020-04-03 12:05:28.167 387-412/? I/libPerfService: [perfNotifyAppState] foreground:com.tencent.mmkvdemo, pid:6684 2020-04-03 12:05:28.169 926-957/? I/WindowManager: Focus moving from Window{b581c54 u0 com.transsion.hilauncher/com.android.launcher3.Launcher} to null 2020-04-03 12:05:28.169 926-1044/? I/InputReader: Reconfiguring input devices. changes=0x00000004 2020-04-03 12:05:28.176 1822-2114/? D/Surface: Surface::disconnect(this=0x720b318000,api=1) 2020-04-03 12:05:28.177 391-417/? I/BufferQueueProducer: com.transsion.hilauncher/com.android.launcher3.Launcher#0 disconnect(P): api 1 2020-04-03 12:05:28.177 391-417/? I/BufferQueueConsumer: com.transsion.hilauncher/com.android.launcher3.Launcher#0 getReleasedBuffers: returning mask 0xffffffffffffffff 2020-04-03 12:05:28.183 926-5608/? D/PowerManagerService: releaseWakeLockInternal: lock=164175452 [gms_scheduler:internal], flags=0x0, totaltime=20ms 2020-04-03 12:05:28.188 1102-22449/? D/SystemServicesProxy: getRecentTasks:TASK = id=256 stackId=1 user=0 lastActiveTime=1585886728157 componentComponentInfo{com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity}/isExcluded = false/includeFrontMostExcludedTask = false/isFirstValidTask = true/t.id = 256 2020-04-03 12:05:28.189 1102-22449/? D/SystemServicesProxy: getRecentTasks:TASK = id=253 stackId=-1 user=0 lastActiveTime=1585886593663 componentComponentInfo{com.star.mobile.video.debug.v52400/com.star.mobile.video.activity.WelcomeActivity}/isExcluded = false/includeFrontMostExcludedTask = false/isFirstValidTask = false/t.id = -1 2020-04-03 12:05:28.189 1102-22449/? D/SystemServicesProxy: getRecentTasks:TASK = id=165 stackId=-1 user=0 lastActiveTime=1585715379935 componentComponentInfo{com.android.settings/com.android.settings.applications.InstalledAppDetailsTop}/isExcluded = false/includeFrontMostExcludedTask = false/isFirstValidTask = false/t.id = -1 2020-04-03 12:05:28.189 1102-22449/? D/SystemServicesProxy: getRecentTasks:TASK = id=86 stackId=-1 user=0 lastActiveTime=1585642761470 componentComponentInfo{com.android.settings/com.android.settings.applications.InstalledAppDetailsTop}/isExcluded = false/includeFrontMostExcludedTask = false/isFirstValidTask = false/t.id = -1 2020-04-03 12:05:28.189 1102-22449/? D/SystemServicesProxy: getRecentTasks:TASK = id=44 stackId=-1 user=0 lastActiveTime=1585298596464 componentComponentInfo{com.android.settings/com.android.settings.applications.InstalledAppDetailsTop}/isExcluded = false/includeFrontMostExcludedTask = false/isFirstValidTask = false/t.id = -1 2020-04-03 12:05:28.189 1102-22449/? D/SystemServicesProxy: getRecentTasks:TASK = id=43 stackId=-1 user=0 lastActiveTime=1585298583363 componentComponentInfo{com.tencent.android.qqdownloader/com.tencent.nucleus.manager.setting.SettingActivity}/isExcluded = false/includeFrontMostExcludedTask = false/isFirstValidTask = false/t.id = -1 2020-04-03 12:05:28.189 1102-22449/? D/SystemServicesProxy: getRecentTasks:TASK = id=23 stackId=-1 user=0 lastActiveTime=1585292488077 componentComponentInfo{com.android.settings/com.android.settings.applications.InstalledAppDetailsTop}/isExcluded = false/includeFrontMostExcludedTask = false/isFirstValidTask = false/t.id = -1 2020-04-03 12:05:28.192 1102-22449/? D/AppLockLoader: isAppLocked: packageName=com.tencent.mmkvdemo, isLocked=false 2020-04-03 12:05:28.193 1102-22449/? D/AppLockLoader: isAppLocked: packageName=com.star.mobile.video.debug.v52400, isLocked=false 2020-04-03 12:05:28.206 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:0.08 cannot be handled by hwcomposer 2020-04-03 12:05:28.210 6684-6684/com.tencent.mmkvdemo I/LoadedApk: No resource references to update in package com.transsion.theme.icon 2020-04-03 12:05:28.211 391-391/? I/BufferQueueProducer: FrameBufferSurface_0 queueBuffer: fps=0.04 dur=107014.38 max=106964.96 min=16.25 2020-04-03 12:05:28.222 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:0.30 cannot be handled by hwcomposer 2020-04-03 12:05:28.238 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:0.62 cannot be handled by hwcomposer 2020-04-03 12:05:28.245 926-5608/? V/SettingsProvider: packageValueForCallResult, name = null, value : Bundle[{_track_generation=android.util.MemoryIntArray@6c, value=null, _generation_index=0, _generation=27}] 2020-04-03 12:05:28.255 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:0.77 cannot be handled by hwcomposer 2020-04-03 12:05:28.271 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:0.86 cannot be handled by hwcomposer 2020-04-03 12:05:28.288 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:0.92 cannot be handled by hwcomposer 2020-04-03 12:05:28.305 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:0.95 cannot be handled by hwcomposer 2020-04-03 12:05:28.313 6684-6684/com.tencent.mmkvdemo I/zygote64: Rejecting re-init on previously-failed class java.lang.Class<androidx.core.view.ViewCompat$2>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/View$OnUnhandledKeyEventListener; 2020-04-03 12:05:28.313 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.core.view.ViewCompat.setBackground(android.view.View, android.graphics.drawable.Drawable) (ViewCompat.java:2559) 2020-04-03 12:05:28.313 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.appcompat.widget.ActionBarContainer.(android.content.Context, android.util.AttributeSet) (ActionBarContainer.java:63) 2020-04-03 12:05:28.313 6684-6684/com.tencent.mmkvdemo I/zygote64: at java.lang.Object java.lang.reflect.Constructor.newInstance0(java.lang.Object[]) (Constructor.java:-2) 2020-04-03 12:05:28.313 6684-6684/com.tencent.mmkvdemo I/zygote64: at java.lang.Object java.lang.reflect.Constructor.newInstance(java.lang.Object[]) (Constructor.java:334) 2020-04-03 12:05:28.313 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.createView(java.lang.String, java.lang.String, android.util.AttributeSet) (LayoutInflater.java:647) 2020-04-03 12:05:28.313 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:790) 2020-04-03 12:05:28.313 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:730) 2020-04-03 12:05:28.313 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:863) 2020-04-03 12:05:28.313 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:824) 2020-04-03 12:05:28.313 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser, android.view.ViewGroup, boolean) (LayoutInflater.java:515) 2020-04-03 12:05:28.313 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean) (LayoutInflater.java:423) 2020-04-03 12:05:28.313 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup) (LayoutInflater.java:374) 2020-04-03 12:05:28.313 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.ViewGroup androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:749) 2020-04-03 12:05:28.313 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:659) 2020-04-03 12:05:28.313 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.appcompat.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:552) 2020-04-03 12:05:28.313 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.appcompat.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:161) 2020-04-03 12:05:28.313 6684-6684/com.tencent.mmkvdemo I/zygote64: at void com.tencent.mmkvdemo.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:53) 2020-04-03 12:05:28.313 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7030) 2020-04-03 12:05:28.313 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7021) 2020-04-03 12:05:28.313 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1214) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2759) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2884) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1614) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.os.Looper.loop() (Looper.java:164) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6524) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:438) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:888) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.View$OnUnhandledKeyEventListener" on path: DexPathList[[zip file "/data/app/com.tencent.mmkvdemo-APntHFaiqSWGI1ZSKjaO4g==/base.apk"],nativeLibraryDirectories=[/data/app/com.tencent.mmkvdemo-APntHFaiqSWGI1ZSKjaO4g==/lib/arm64, /data/app/com.tencent.mmkvdemo-APntHFaiqSWGI1ZSKjaO4g==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64]] 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.core.view.ViewCompat.setBackground(android.view.View, android.graphics.drawable.Drawable) (ViewCompat.java:2559) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.appcompat.widget.ActionBarContainer.(android.content.Context, android.util.AttributeSet) (ActionBarContainer.java:63) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at java.lang.Object java.lang.reflect.Constructor.newInstance0(java.lang.Object[]) (Constructor.java:-2) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at java.lang.Object java.lang.reflect.Constructor.newInstance(java.lang.Object[]) (Constructor.java:334) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.createView(java.lang.String, java.lang.String, android.util.AttributeSet) (LayoutInflater.java:647) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:790) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:730) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:863) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:824) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser, android.view.ViewGroup, boolean) (LayoutInflater.java:515) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean) (LayoutInflater.java:423) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup) (LayoutInflater.java:374) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.ViewGroup androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:749) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:659) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.appcompat.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:552) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.appcompat.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:161) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at void com.tencent.mmkvdemo.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:53) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7030) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7021) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1214) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2759) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2884) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1614) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.os.Looper.loop() (Looper.java:164) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6524) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:438) 2020-04-03 12:05:28.314 6684-6684/com.tencent.mmkvdemo I/zygote64: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:888) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: Rejecting re-init on previously-failed class java.lang.Class<androidx.core.view.ViewCompat$2>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/View$OnUnhandledKeyEventListener; 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.core.view.ViewCompat.setBackground(android.view.View, android.graphics.drawable.Drawable) (ViewCompat.java:2559) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.appcompat.widget.ActionBarContainer.(android.content.Context, android.util.AttributeSet) (ActionBarContainer.java:63) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at java.lang.Object java.lang.reflect.Constructor.newInstance0(java.lang.Object[]) (Constructor.java:-2) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at java.lang.Object java.lang.reflect.Constructor.newInstance(java.lang.Object[]) (Constructor.java:334) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.createView(java.lang.String, java.lang.String, android.util.AttributeSet) (LayoutInflater.java:647) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:790) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:730) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:863) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:824) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser, android.view.ViewGroup, boolean) (LayoutInflater.java:515) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean) (LayoutInflater.java:423) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup) (LayoutInflater.java:374) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.ViewGroup androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:749) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:659) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.appcompat.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:552) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.appcompat.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:161) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void com.tencent.mmkvdemo.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:53) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7030) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7021) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1214) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2759) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2884) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1614) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.os.Looper.loop() (Looper.java:164) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6524) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:438) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:888) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.View$OnUnhandledKeyEventListener" on path: DexPathList[[zip file "/data/app/com.tencent.mmkvdemo-APntHFaiqSWGI1ZSKjaO4g==/base.apk"],nativeLibraryDirectories=[/data/app/com.tencent.mmkvdemo-APntHFaiqSWGI1ZSKjaO4g==/lib/arm64, /data/app/com.tencent.mmkvdemo-APntHFaiqSWGI1ZSKjaO4g==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64]] 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.core.view.ViewCompat.setBackground(android.view.View, android.graphics.drawable.Drawable) (ViewCompat.java:2559) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.appcompat.widget.ActionBarContainer.(android.content.Context, android.util.AttributeSet) (ActionBarContainer.java:63) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at java.lang.Object java.lang.reflect.Constructor.newInstance0(java.lang.Object[]) (Constructor.java:-2) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at java.lang.Object java.lang.reflect.Constructor.newInstance(java.lang.Object[]) (Constructor.java:334) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.createView(java.lang.String, java.lang.String, android.util.AttributeSet) (LayoutInflater.java:647) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:790) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:730) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:863) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:824) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser, android.view.ViewGroup, boolean) (LayoutInflater.java:515) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean) (LayoutInflater.java:423) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup) (LayoutInflater.java:374) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.ViewGroup androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:749) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:659) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.appcompat.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:552) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.appcompat.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:161) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void com.tencent.mmkvdemo.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:53) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7030) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7021) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1214) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2759) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2884) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1614) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.os.Looper.loop() (Looper.java:164) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6524) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:438) 2020-04-03 12:05:28.315 6684-6684/com.tencent.mmkvdemo I/zygote64: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:888) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: Rejecting re-init on previously-failed class java.lang.Class<androidx.core.view.ViewCompat$2>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/View$OnUnhandledKeyEventListener; 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.core.view.ViewCompat.setBackground(android.view.View, android.graphics.drawable.Drawable) (ViewCompat.java:2559) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.appcompat.widget.ActionBarContainer.(android.content.Context, android.util.AttributeSet) (ActionBarContainer.java:63) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at java.lang.Object java.lang.reflect.Constructor.newInstance0(java.lang.Object[]) (Constructor.java:-2) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at java.lang.Object java.lang.reflect.Constructor.newInstance(java.lang.Object[]) (Constructor.java:334) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.createView(java.lang.String, java.lang.String, android.util.AttributeSet) (LayoutInflater.java:647) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:790) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:730) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:863) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:824) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser, android.view.ViewGroup, boolean) (LayoutInflater.java:515) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean) (LayoutInflater.java:423) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup) (LayoutInflater.java:374) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.ViewGroup androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:749) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:659) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.appcompat.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:552) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.appcompat.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:161) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void com.tencent.mmkvdemo.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:53) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7030) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7021) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1214) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2759) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2884) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1614) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.os.Looper.loop() (Looper.java:164) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6524) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:438) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:888) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.View$OnUnhandledKeyEventListener" on path: DexPathList[[zip file "/data/app/com.tencent.mmkvdemo-APntHFaiqSWGI1ZSKjaO4g==/base.apk"],nativeLibraryDirectories=[/data/app/com.tencent.mmkvdemo-APntHFaiqSWGI1ZSKjaO4g==/lib/arm64, /data/app/com.tencent.mmkvdemo-APntHFaiqSWGI1ZSKjaO4g==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64]] 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.core.view.ViewCompat.setBackground(android.view.View, android.graphics.drawable.Drawable) (ViewCompat.java:2559) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.appcompat.widget.ActionBarContainer.(android.content.Context, android.util.AttributeSet) (ActionBarContainer.java:63) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at java.lang.Object java.lang.reflect.Constructor.newInstance0(java.lang.Object[]) (Constructor.java:-2) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at java.lang.Object java.lang.reflect.Constructor.newInstance(java.lang.Object[]) (Constructor.java:334) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.createView(java.lang.String, java.lang.String, android.util.AttributeSet) (LayoutInflater.java:647) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:790) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:730) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:863) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:824) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser, android.view.ViewGroup, boolean) (LayoutInflater.java:515) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean) (LayoutInflater.java:423) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup) (LayoutInflater.java:374) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.view.ViewGroup androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:749) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:659) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.appcompat.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:552) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void androidx.appcompat.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:161) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void com.tencent.mmkvdemo.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:53) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7030) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7021) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1214) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2759) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2884) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1614) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.os.Looper.loop() (Looper.java:164) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6524) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:438) 2020-04-03 12:05:28.316 6684-6684/com.tencent.mmkvdemo I/zygote64: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:888) 2020-04-03 12:05:28.321 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:0.98 cannot be handled by hwcomposer 2020-04-03 12:05:28.338 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:0.99 cannot be handled by hwcomposer 2020-04-03 12:05:28.345 494-539/? D/AAL: 04-03 05:05:28.296 BL= 69,ESS= 256, 2020-04-03 12:05:28.354 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:1.00 cannot be handled by hwcomposer 2020-04-03 12:05:28.372 1102-1102/? D/RecentsImpl: mWaitingForTransitionStart = false waitingForTransitionStartfalse 2020-04-03 12:05:28.372 1102-1102/? D/RecentsImpl: mWaitingForTransitionStart = false waitingForTransitionStartfalse 2020-04-03 12:05:28.377 1102-1102/? D/ImageWallpaper: onVisibilityChanged: mVisible, visible=true, false 2020-04-03 12:05:28.377 1102-1102/? D/ImageWallpaper: Visibility changed to visible=false 2020-04-03 12:05:28.478 6684-6684/com.tencent.mmkvdemo I/MMKV: current API level = 27 2020-04-03 12:05:28.478 6684-6684/com.tencent.mmkvdemo I/MMKV: armv8 AES instructions is supported 2020-04-03 12:05:28.478 6684-6684/com.tencent.mmkvdemo I/MMKV: armv8 CRC32 instructions is supported 2020-04-03 12:05:28.479 6684-6684/com.tencent.mmkvdemo I/MMKV: page size:4096 2020-04-03 12:05:28.480 6684-6684/com.tencent.mmkvdemo I/MMKV: root dir: /data/user/0/com.tencent.mmkvdemo/files/mmkv 2020-04-03 12:05:28.480 6684-6684/com.tencent.mmkvdemo I/MMKV: mmkv root: /data/user/0/com.tencent.mmkvdemo/files/mmkv 2020-04-03 12:05:28.506 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: prepare to load test/AES (id 127fcc03e0a8845bd5664e6e7e25f805) from relativePath /data/user/0/com.tencent.mmkvdemo/files/mmkv_3 2020-04-03 12:05:28.507 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [127fcc03e0a8845bd5664e6e7e25f805] with 147 actual size, file size 4096, InterProcess 0, meta info version:3 2020-04-03 12:05:28.507 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [127fcc03e0a8845bd5664e6e7e25f805] with crc 4146315839 sequence 10 version 3 2020-04-03 12:05:28.507 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loaded [127fcc03e0a8845bd5664e6e7e25f805] with 5 values 2020-04-03 12:05:28.507 6684-6684/com.tencent.mmkvdemo I/MMKV: bool: true 2020-04-03 12:05:28.507 6684-6684/com.tencent.mmkvdemo I/MMKV: int: -2147483648 2020-04-03 12:05:28.507 6684-6684/com.tencent.mmkvdemo I/MMKV: long: 9223372036854775807 2020-04-03 12:05:28.507 6684-6684/com.tencent.mmkvdemo I/MMKV: float: -3.14 2020-04-03 12:05:28.508 6684-6684/com.tencent.mmkvdemo I/MMKV: double: 4.9E-324 2020-04-03 12:05:28.508 6684-6684/com.tencent.mmkvdemo I/MMKV: string: Hello from mmkv 2020-04-03 12:05:28.508 6684-6684/com.tencent.mmkvdemo I/MMKV: bytes: mmkv 2020-04-03 12:05:28.508 6684-6684/com.tencent.mmkvdemo I/MMKV: bytes length = 4, value size consumption = 5, value size = 4 2020-04-03 12:05:28.508 6684-6684/com.tencent.mmkvdemo I/MMKV: size Needed = 4 written size = 4 2020-04-03 12:05:28.510 6684-6684/com.tencent.mmkvdemo D/MMKV: parcel: 1024, Hi Parcelable, [] 2020-04-03 12:05:28.510 6684-6684/com.tencent.mmkvdemo I/MMKV: allKeys: [long, int, double, bytes, parcel, bool, float, string] 2020-04-03 12:05:28.510 6684-6684/com.tencent.mmkvdemo I/MMKV: count = 8, totalSize = 4096 2020-04-03 12:05:28.510 6684-6684/com.tencent.mmkvdemo I/MMKV: containsKey[string]: true 2020-04-03 12:05:28.510 6684-6684/com.tencent.mmkvdemo I/MMKV: bool: false 2020-04-03 12:05:28.510 6684-6684/com.tencent.mmkvdemo I/MMKV: string before set null: some string 2020-04-03 12:05:28.510 6684-6684/com.tencent.mmkvdemo I/MMKV: string after set null: null, containsKey:false 2020-04-03 12:05:28.510 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: clearMemoryCache [127fcc03e0a8845bd5664e6e7e25f805] 2020-04-03 12:05:28.511 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [127fcc03e0a8845bd5664e6e7e25f805] with 147 actual size, file size 4096, InterProcess 0, meta info version:3 2020-04-03 12:05:28.511 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [127fcc03e0a8845bd5664e6e7e25f805] with crc 4020215577 sequence 11 version 3 2020-04-03 12:05:28.511 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loaded [127fcc03e0a8845bd5664e6e7e25f805] with 5 values 2020-04-03 12:05:28.511 6684-6684/com.tencent.mmkvdemo I/MMKV: allKeys: [string, float, parcel, bytes, double] 2020-04-03 12:05:28.511 6684-6684/com.tencent.mmkvdemo I/MMKV: isFileValid[127fcc03e0a8845bd5664e6e7e25f805]: true 2020-04-03 12:05:28.511 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: close [127fcc03e0a8845bd5664e6e7e25f805] 2020-04-03 12:05:28.511 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: clearMemoryCache [127fcc03e0a8845bd5664e6e7e25f805] 2020-04-03 12:05:28.513 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: getting mmkv in main process 2020-04-03 12:05:28.515 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [testAshmem] with 0 actual size, file size 4096, InterProcess 0, meta info version:0 2020-04-03 12:05:28.515 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loaded [testAshmem] with 0 values 2020-04-03 12:05:28.515 6684-6684/com.tencent.mmkvdemo I/MMKV: bool: true 2020-04-03 12:05:28.515 6684-6684/com.tencent.mmkvdemo I/MMKV: int: -2147483648 2020-04-03 12:05:28.515 6684-6684/com.tencent.mmkvdemo I/MMKV: long: 9223372036854775807 2020-04-03 12:05:28.516 6684-6684/com.tencent.mmkvdemo I/MMKV: float: -3.14 2020-04-03 12:05:28.516 6684-6684/com.tencent.mmkvdemo I/MMKV: double: 4.9E-324 2020-04-03 12:05:28.516 6684-6684/com.tencent.mmkvdemo I/MMKV: string: Hello from mmkv 2020-04-03 12:05:28.516 6684-6684/com.tencent.mmkvdemo I/MMKV: bytes: mmkv 2020-04-03 12:05:28.516 6684-6684/com.tencent.mmkvdemo I/MMKV: allKeys: [string, bool, float, long, int, bytes, double] 2020-04-03 12:05:28.516 6684-6684/com.tencent.mmkvdemo I/MMKV: count = 7, totalSize = 4096 2020-04-03 12:05:28.516 6684-6684/com.tencent.mmkvdemo I/MMKV: containsKey[string]: true 2020-04-03 12:05:28.516 6684-6684/com.tencent.mmkvdemo I/MMKV: bool: false 2020-04-03 12:05:28.516 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: clearMemoryCache [testAshmem] 2020-04-03 12:05:28.517 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [testAshmem] with 118 actual size, file size 4096, InterProcess 0, meta info version:3 2020-04-03 12:05:28.517 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [testAshmem] with crc 1147950572 sequence 1 version 3 2020-04-03 12:05:28.517 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loaded [testAshmem] with 4 values 2020-04-03 12:05:28.517 6684-6684/com.tencent.mmkvdemo I/MMKV: allKeys: [string, float, bytes, double] 2020-04-03 12:05:28.517 6684-6684/com.tencent.mmkvdemo I/MMKV: isFileValid[testAshmem]: true 2020-04-03 12:05:28.517 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [testAES_reKey1] with 147 actual size, file size 4096, InterProcess 0, meta info version:3 2020-04-03 12:05:28.518 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [testAES_reKey1] with crc 2376799989 sequence 37 version 3 2020-04-03 12:05:28.518 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loaded [testAES_reKey1] with 5 values 2020-04-03 12:05:28.518 6684-6684/com.tencent.mmkvdemo I/MMKV: bool: true 2020-04-03 12:05:28.518 6684-6684/com.tencent.mmkvdemo I/MMKV: int: -2147483648 2020-04-03 12:05:28.518 6684-6684/com.tencent.mmkvdemo I/MMKV: long: 9223372036854775807 2020-04-03 12:05:28.518 6684-6684/com.tencent.mmkvdemo I/MMKV: float: -3.14 2020-04-03 12:05:28.518 6684-6684/com.tencent.mmkvdemo I/MMKV: double: 4.9E-324 2020-04-03 12:05:28.518 6684-6684/com.tencent.mmkvdemo I/MMKV: string: Hello from mmkv 2020-04-03 12:05:28.519 6684-6684/com.tencent.mmkvdemo I/MMKV: bytes: mmkv 2020-04-03 12:05:28.519 6684-6684/com.tencent.mmkvdemo I/MMKV: bytes length = 4, value size consumption = 5, value size = 4 2020-04-03 12:05:28.519 6684-6684/com.tencent.mmkvdemo I/MMKV: size Needed = 4 written size = 4 2020-04-03 12:05:28.519 6684-6684/com.tencent.mmkvdemo D/MMKV: parcel: 1024, Hi Parcelable, [] 2020-04-03 12:05:28.519 6684-6684/com.tencent.mmkvdemo I/MMKV: allKeys: [long, int, string, bool, float, parcel, bytes, double] 2020-04-03 12:05:28.519 6684-6684/com.tencent.mmkvdemo I/MMKV: count = 8, totalSize = 4096 2020-04-03 12:05:28.519 6684-6684/com.tencent.mmkvdemo I/MMKV: containsKey[string]: true 2020-04-03 12:05:28.519 6684-6684/com.tencent.mmkvdemo I/MMKV: bool: false 2020-04-03 12:05:28.520 6684-6684/com.tencent.mmkvdemo I/MMKV: string before set null: some string 2020-04-03 12:05:28.520 6684-6684/com.tencent.mmkvdemo I/MMKV: string after set null: null, containsKey:false 2020-04-03 12:05:28.520 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: clearMemoryCache [testAES_reKey1] 2020-04-03 12:05:28.520 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [testAES_reKey1] with 147 actual size, file size 4096, InterProcess 0, meta info version:3 2020-04-03 12:05:28.520 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [testAES_reKey1] with crc 143797552 sequence 38 version 3 2020-04-03 12:05:28.520 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loaded [testAES_reKey1] with 5 values 2020-04-03 12:05:28.520 6684-6684/com.tencent.mmkvdemo I/MMKV: allKeys: [double, bytes, parcel, float, string] 2020-04-03 12:05:28.520 6684-6684/com.tencent.mmkvdemo I/MMKV: isFileValid[testAES_reKey1]: true 2020-04-03 12:05:28.520 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: reKey with aes key 2020-04-03 12:05:28.521 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: clearMemoryCache [testAES_reKey1] 2020-04-03 12:05:28.521 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [testAES_reKey1] with 109 actual size, file size 4096, InterProcess 0, meta info version:3 2020-04-03 12:05:28.521 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [testAES_reKey1] with crc 4099592050 sequence 39 version 3 2020-04-03 12:05:28.521 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loaded [testAES_reKey1] with 5 values 2020-04-03 12:05:28.521 6684-6684/com.tencent.mmkvdemo I/MMKV: bool: false 2020-04-03 12:05:28.521 6684-6684/com.tencent.mmkvdemo I/MMKV: int: 0 2020-04-03 12:05:28.521 6684-6684/com.tencent.mmkvdemo I/MMKV: long: 0 2020-04-03 12:05:28.521 6684-6684/com.tencent.mmkvdemo I/MMKV: float: -3.14 2020-04-03 12:05:28.522 6684-6684/com.tencent.mmkvdemo I/MMKV: double: 4.9E-324 2020-04-03 12:05:28.522 6684-6684/com.tencent.mmkvdemo I/MMKV: string: Hello from mmkv 2020-04-03 12:05:28.522 6684-6684/com.tencent.mmkvdemo I/MMKV: bytes: mmkv 2020-04-03 12:05:28.522 6684-6684/com.tencent.mmkvdemo I/MMKV: bytes length = 4, value size consumption = 5, value size = 4 2020-04-03 12:05:28.522 6684-6684/com.tencent.mmkvdemo I/MMKV: size Needed = 4 written size = 4 2020-04-03 12:05:28.522 6684-6684/com.tencent.mmkvdemo D/MMKV: parcel: 1024, Hi Parcelable, [] 2020-04-03 12:05:28.522 6684-6684/com.tencent.mmkvdemo I/MMKV: allKeys: [string, float, parcel, bytes, double] 2020-04-03 12:05:28.522 6684-6684/com.tencent.mmkvdemo I/MMKV: count = 5, totalSize = 4096 2020-04-03 12:05:28.522 6684-6684/com.tencent.mmkvdemo I/MMKV: containsKey[string]: true 2020-04-03 12:05:28.523 6684-6684/com.tencent.mmkvdemo I/MMKV: bool: false 2020-04-03 12:05:28.523 6684-6684/com.tencent.mmkvdemo I/MMKV: string before set null: some string 2020-04-03 12:05:28.523 6684-6684/com.tencent.mmkvdemo I/MMKV: string after set null: null, containsKey:false 2020-04-03 12:05:28.523 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: clearMemoryCache [testAES_reKey1] 2020-04-03 12:05:28.523 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [testAES_reKey1] with 147 actual size, file size 4096, InterProcess 0, meta info version:3 2020-04-03 12:05:28.523 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [testAES_reKey1] with crc 547925622 sequence 39 version 3 2020-04-03 12:05:28.523 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loaded [testAES_reKey1] with 5 values 2020-04-03 12:05:28.524 6684-6684/com.tencent.mmkvdemo I/MMKV: allKeys: [string, float, parcel, bytes, double] 2020-04-03 12:05:28.524 6684-6684/com.tencent.mmkvdemo I/MMKV: isFileValid[testAES_reKey1]: true 2020-04-03 12:05:28.524 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: reKey with new aes key 2020-04-03 12:05:28.524 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: clearMemoryCache [testAES_reKey1] 2020-04-03 12:05:28.525 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [testAES_reKey1] with 109 actual size, file size 4096, InterProcess 0, meta info version:3 2020-04-03 12:05:28.525 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [testAES_reKey1] with crc 708744262 sequence 40 version 3 2020-04-03 12:05:28.525 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loaded [testAES_reKey1] with 5 values 2020-04-03 12:05:28.525 6684-6684/com.tencent.mmkvdemo I/MMKV: bool: false 2020-04-03 12:05:28.525 6684-6684/com.tencent.mmkvdemo I/MMKV: int: 0 2020-04-03 12:05:28.525 6684-6684/com.tencent.mmkvdemo I/MMKV: long: 0 2020-04-03 12:05:28.525 6684-6684/com.tencent.mmkvdemo I/MMKV: float: -3.14 2020-04-03 12:05:28.525 6684-6684/com.tencent.mmkvdemo I/MMKV: double: 4.9E-324 2020-04-03 12:05:28.526 6684-6684/com.tencent.mmkvdemo I/MMKV: string: Hello from mmkv 2020-04-03 12:05:28.526 6684-6684/com.tencent.mmkvdemo I/MMKV: bytes: mmkv 2020-04-03 12:05:28.526 6684-6684/com.tencent.mmkvdemo I/MMKV: bytes length = 4, value size consumption = 5, value size = 4 2020-04-03 12:05:28.526 6684-6684/com.tencent.mmkvdemo I/MMKV: size Needed = 4 written size = 4 2020-04-03 12:05:28.526 6684-6684/com.tencent.mmkvdemo D/MMKV: parcel: 1024, Hi Parcelable, [] 2020-04-03 12:05:28.526 6684-6684/com.tencent.mmkvdemo I/MMKV: allKeys: [double, bytes, parcel, float, string] 2020-04-03 12:05:28.526 6684-6684/com.tencent.mmkvdemo I/MMKV: count = 5, totalSize = 4096 2020-04-03 12:05:28.526 6684-6684/com.tencent.mmkvdemo I/MMKV: containsKey[string]: true 2020-04-03 12:05:28.526 6684-6684/com.tencent.mmkvdemo I/MMKV: bool: false 2020-04-03 12:05:28.526 6684-6684/com.tencent.mmkvdemo I/MMKV: string before set null: some string 2020-04-03 12:05:28.527 6684-6684/com.tencent.mmkvdemo I/MMKV: string after set null: null, containsKey:false 2020-04-03 12:05:28.527 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: clearMemoryCache [testAES_reKey1] 2020-04-03 12:05:28.527 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [testAES_reKey1] with 147 actual size, file size 4096, InterProcess 0, meta info version:3 2020-04-03 12:05:28.527 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [testAES_reKey1] with crc 3993805379 sequence 40 version 3 2020-04-03 12:05:28.527 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loaded [testAES_reKey1] with 5 values 2020-04-03 12:05:28.527 6684-6684/com.tencent.mmkvdemo I/MMKV: allKeys: [double, bytes, parcel, float, string] 2020-04-03 12:05:28.528 6684-6684/com.tencent.mmkvdemo I/MMKV: isFileValid[testAES_reKey1]: true 2020-04-03 12:05:28.528 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: reKey with no aes key 2020-04-03 12:05:28.528 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: clearMemoryCache [testAES_reKey1] 2020-04-03 12:05:28.528 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [testAES_reKey1] with 109 actual size, file size 4096, InterProcess 0, meta info version:3 2020-04-03 12:05:28.528 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [testAES_reKey1] with crc 3532252305 sequence 41 version 3 2020-04-03 12:05:28.528 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loaded [testAES_reKey1] with 5 values 2020-04-03 12:05:28.528 6684-6684/com.tencent.mmkvdemo I/MMKV: bool: false 2020-04-03 12:05:28.529 6684-6684/com.tencent.mmkvdemo I/MMKV: int: 0 2020-04-03 12:05:28.529 6684-6684/com.tencent.mmkvdemo I/MMKV: long: 0 2020-04-03 12:05:28.529 6684-6684/com.tencent.mmkvdemo I/MMKV: float: -3.14 2020-04-03 12:05:28.529 6684-6684/com.tencent.mmkvdemo I/MMKV: double: 4.9E-324 2020-04-03 12:05:28.529 6684-6684/com.tencent.mmkvdemo I/MMKV: string: Hello from mmkv 2020-04-03 12:05:28.529 6684-6684/com.tencent.mmkvdemo I/MMKV: bytes: mmkv 2020-04-03 12:05:28.529 6684-6684/com.tencent.mmkvdemo I/MMKV: bytes length = 4, value size consumption = 5, value size = 4 2020-04-03 12:05:28.529 6684-6684/com.tencent.mmkvdemo I/MMKV: size Needed = 4 written size = 4 2020-04-03 12:05:28.530 6684-6684/com.tencent.mmkvdemo D/MMKV: parcel: 1024, Hi Parcelable, [] 2020-04-03 12:05:28.530 6684-6684/com.tencent.mmkvdemo I/MMKV: allKeys: [string, float, parcel, bytes, double] 2020-04-03 12:05:28.530 6684-6684/com.tencent.mmkvdemo I/MMKV: count = 5, totalSize = 4096 2020-04-03 12:05:28.530 6684-6684/com.tencent.mmkvdemo I/MMKV: containsKey[string]: true 2020-04-03 12:05:28.530 6684-6684/com.tencent.mmkvdemo I/MMKV: bool: false 2020-04-03 12:05:28.530 6684-6684/com.tencent.mmkvdemo I/MMKV: string before set null: some string 2020-04-03 12:05:28.530 6684-6684/com.tencent.mmkvdemo I/MMKV: string after set null: null, containsKey:false 2020-04-03 12:05:28.530 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: clearMemoryCache [testAES_reKey1] 2020-04-03 12:05:28.531 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [testAES_reKey1] with 147 actual size, file size 4096, InterProcess 0, meta info version:3 2020-04-03 12:05:28.531 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [testAES_reKey1] with crc 2376799989 sequence 41 version 3 2020-04-03 12:05:28.531 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loaded [testAES_reKey1] with 5 values 2020-04-03 12:05:28.531 6684-6684/com.tencent.mmkvdemo I/MMKV: allKeys: [string, float, parcel, bytes, double] 2020-04-03 12:05:28.531 6684-6684/com.tencent.mmkvdemo I/MMKV: isFileValid[testAES_reKey1]: true 2020-04-03 12:05:28.532 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [testKotlin] with 64 actual size, file size 4096, InterProcess 0, meta info version:3 2020-04-03 12:05:28.532 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [testKotlin] with crc 3401386332 sequence 10 version 3 2020-04-03 12:05:28.532 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loaded [testKotlin] with 4 values 2020-04-03 12:05:28.532 6684-6684/com.tencent.mmkvdemo I/System.out: bool = true 2020-04-03 12:05:28.533 6684-6684/com.tencent.mmkvdemo I/System.out: int: -2147483648 2020-04-03 12:05:28.533 6684-6684/com.tencent.mmkvdemo I/System.out: long: 9223372036854775807 2020-04-03 12:05:28.533 6684-6684/com.tencent.mmkvdemo I/System.out: float: -3.14 2020-04-03 12:05:28.533 6684-6684/com.tencent.mmkvdemo I/System.out: double: 4.9E-324 2020-04-03 12:05:28.533 6684-6684/com.tencent.mmkvdemo I/System.out: string: Hello from mmkv 2020-04-03 12:05:28.534 6684-6684/com.tencent.mmkvdemo I/System.out: bytes: mmkv 2020-04-03 12:05:28.535 6684-6684/com.tencent.mmkvdemo I/System.out: allKeys: [long, int, string, bool, float, bytes, double] 2020-04-03 12:05:28.535 6684-6684/com.tencent.mmkvdemo I/System.out: count = 7, totalSize = 4096 2020-04-03 12:05:28.535 6684-6684/com.tencent.mmkvdemo I/System.out: containsKey[string]: true 2020-04-03 12:05:28.535 6684-6684/com.tencent.mmkvdemo I/System.out: bool: false 2020-04-03 12:05:28.535 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: clearMemoryCache [testKotlin] 2020-04-03 12:05:28.536 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [testKotlin] with 64 actual size, file size 4096, InterProcess 0, meta info version:3 2020-04-03 12:05:28.536 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [testKotlin] with crc 2240736 sequence 11 version 3 2020-04-03 12:05:28.536 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loaded [testKotlin] with 4 values 2020-04-03 12:05:28.536 6684-6684/com.tencent.mmkvdemo I/System.out: allKeys: [double, bytes, float, string] 2020-04-03 12:05:28.536 6684-6684/com.tencent.mmkvdemo I/System.out: isFileValid[testKotlin]: true 2020-04-03 12:05:28.537 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [benchmark_interprocess] with 54302 actual size, file size 131072, InterProcess 1, meta info version:3 2020-04-03 12:05:28.538 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [benchmark_interprocess] with crc 3134036253 sequence 17 version 3 2020-04-03 12:05:28.539 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loaded [benchmark_interprocess] with 2000 values 2020-04-03 12:05:28.540 6684-6684/com.tencent.mmkvdemo D/mmkv in main: 1024 2020-04-03 12:05:28.555 926-5608/? I/ActivityManager: Start proc 6707:com.tencent.mmkvdemo:mmkvdemo_svr/u0a120 for service com.tencent.mmkvdemo/.MyService 2020-04-03 12:05:28.555 399-1981/? D/pnpmgr: Got fd=24, /sys/power/pnpmgr/ams/process updated:-1,-1 2020-04-03 12:05:28.555 926-5608/? D/ActivityManager: AMS: *** Launch app com.tencent.mmkvdemo/10120 for service Intent { cmp=com.tencent.mmkvdemo/.MyService }, from com.tencent.mmkvdemo/10120. 2020-04-03 12:05:28.555 399-1981/? D/pnpmgr: uid:10120, pid:6707 2020-04-03 12:05:28.558 6707-6707/? I/zygote64: Late-enabling -Xcheck:jni 2020-04-03 12:05:28.572 926-961/? D/ProcessManager: persist Notification : com.transsion.phoenix 2020-04-03 12:05:28.572 926-961/? D/ProcessManager: persist Notification : android 2020-04-03 12:05:28.572 926-961/? D/ProcessManager: Kill ProcessRecord{b1f8e8e 6561:com.google.android.googlequicksearchbox:search/u0a38} 2020-04-03 12:05:28.572 926-961/? I/ActivityManager: Killing 6561:com.google.android.googlequicksearchbox:search/u0a38 (adj 900): doclean 2020-04-03 12:05:28.573 926-951/? W/zygote64: kill(-6561, 9) failed: No such process 2020-04-03 12:05:28.574 926-951/? I/zygote64: Successfully killed process cgroup uid 10038 pid 6561 in 0ms 2020-04-03 12:05:28.575 926-961/? D/ProcessManager: Kill ProcessRecord{438fd5f 6625:com.google.android.partnersetup/u0a18} 2020-04-03 12:05:28.576 926-961/? I/ActivityManager: Killing 6625:com.google.android.partnersetup/u0a18 (adj 902): doclean 2020-04-03 12:05:28.579 926-961/? I/ProcessManager.SC: clean process consume time:6 2020-04-03 12:05:28.613 926-951/? W/zygote64: kill(-6625, 9) failed: No such process 2020-04-03 12:05:28.613 926-951/? I/zygote64: Successfully killed process cgroup uid 10018 pid 6625 in 0ms 2020-04-03 12:05:28.642 6707-6707/com.tencent.mmkvdemo:mmkvdemo_svr I/LoadedApk: No resource references to update in package com.transsion.theme.icon 2020-04-03 12:05:28.646 6704-6704/? D/PQ: [PQ_PROT] [PQCust] libpq_cust_base.so OK, libpq_cust.so absent 2020-04-03 12:05:28.646 6707-6707/com.tencent.mmkvdemo:mmkvdemo_svr I/MMKV: onCreate BenchMarkBaseService 2020-04-03 12:05:28.651 6707-6707/com.tencent.mmkvdemo:mmkvdemo_svr I/MMKV: current API level = 27 2020-04-03 12:05:28.651 6707-6707/com.tencent.mmkvdemo:mmkvdemo_svr I/MMKV: armv8 AES instructions is supported 2020-04-03 12:05:28.651 6707-6707/com.tencent.mmkvdemo:mmkvdemo_svr I/MMKV: armv8 CRC32 instructions is supported 2020-04-03 12:05:28.652 6707-6707/com.tencent.mmkvdemo:mmkvdemo_svr I/MMKV: page size:4096 2020-04-03 12:05:28.652 6707-6707/com.tencent.mmkvdemo:mmkvdemo_svr I/MMKV: root dir: /data/user/0/com.tencent.mmkvdemo/files/mmkv 2020-04-03 12:05:28.652 6707-6707/com.tencent.mmkvdemo:mmkvdemo_svr I/MMKV: loading [benchmark_interprocess] with 54312 actual size, file size 131072, InterProcess 1, meta info version:3 2020-04-03 12:05:28.652 6707-6707/com.tencent.mmkvdemo:mmkvdemo_svr I/MMKV: loading [benchmark_interprocess] with crc 2244988836 sequence 17 version 3 2020-04-03 12:05:28.654 6707-6707/com.tencent.mmkvdemo:mmkvdemo_svr I/MMKV: loaded [benchmark_interprocess] with 2001 values 2020-04-03 12:05:28.654 6707-6707/com.tencent.mmkvdemo:mmkvdemo_svr I/MMKV: load [benchmark_interprocess]: 2 ms 2020-04-03 12:05:28.660 6704-6704/? D/PQ: [PQ_PROT] [PQCust] libpq_cust_base_mtk.so absent, libpq_cust_mtk.so absent 2020-04-03 12:05:28.661 6704-6704/? D/AVStageFactory: createInstance(64bit): createVendorAVFactory success! 2020-04-03 12:05:28.661 6704-6704/? D/AVStageUtils: createInstance(64bit): createVendorAVUtils success! 2020-04-03 12:05:28.661 6704-6704/? D/AVStageFactory: createInstance(64bit): createVendorAVFactory success! 2020-04-03 12:05:28.661 6704-6704/? D/AVStageUtils: createInstance(64bit): createVendorAVUtils success! 2020-04-03 12:05:28.664 6704-6704/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<< 2020-04-03 12:05:28.714 6707-6707/com.tencent.mmkvdemo:mmkvdemo_svr I/MMKV: onCreate MyService 2020-04-03 12:05:28.715 6707-6707/com.tencent.mmkvdemo:mmkvdemo_svr I/MMKV: MyService onStartCommand 2020-04-03 12:05:28.715 6707-6707/com.tencent.mmkvdemo:mmkvdemo_svr D/mmkv in child: 1024 2020-04-03 12:05:28.804 6704-6704/? I/app_process: The ClassLoaderContext is a special shared library. 2020-04-03 12:05:28.842 6704-6704/? D/AndroidRuntime: Calling main entry com.android.commands.pm.Pm 2020-04-03 12:05:28.856 6704-6704/? I/app_process: System.exit called, status: 0 2020-04-03 12:05:28.856 6704-6704/? I/AndroidRuntime: VM exiting with result code 0. 2020-04-03 12:05:28.856 6704-6731/? W/MessageQueue: Handler (android.os.Handler) {5e2fa5f} sending message to a Handler on a dead thread java.lang.IllegalStateException: Handler (android.os.Handler) {5e2fa5f} sending message to a Handler on a dead thread at android.os.MessageQueue.enqueueMessage(MessageQueue.java:545) at android.os.Handler.enqueueMessage(Handler.java:662) at android.os.Handler.sendMessageAtTime(Handler.java:631) at android.os.Handler.sendMessageDelayed(Handler.java:601) at android.os.Handler.post(Handler.java:357) at android.os.ResultReceiver$MyResultReceiver.send(ResultReceiver.java:57) at com.android.internal.os.IResultReceiver$Stub.onTransact(IResultReceiver.java:58) at android.os.Binder.execTransact(Binder.java:697) 2020-04-03 12:05:29.280 6734-6734/? D/PQ: [PQ_PROT] [PQCust] libpq_cust_base.so OK, libpq_cust.so absent 2020-04-03 12:05:29.289 494-539/? D/AAL: 04-03 05:05:28.528 BL= 70,ESS= 256, 04-03 05:05:28.726 BL= 71,ESS= 256, 04-03 05:05:28.909 BL= 72,ESS= 256, 04-03 05:05:29.107 BL= 73,ESS= 256, 04-03 05:05:29.289 BL= 74,ESS= 256, 2020-04-03 12:05:29.294 6734-6734/? D/PQ: [PQ_PROT] [PQCust] libpq_cust_base_mtk.so absent, libpq_cust_mtk.so absent 2020-04-03 12:05:29.294 6734-6734/? D/AVStageFactory: createInstance(64bit): createVendorAVFactory success! 2020-04-03 12:05:29.295 6734-6734/? D/AVStageUtils: createInstance(64bit): createVendorAVUtils success! 2020-04-03 12:05:29.295 6734-6734/? D/AVStageFactory: createInstance(64bit): createVendorAVFactory success! 2020-04-03 12:05:29.295 6734-6734/? D/AVStageUtils: createInstance(64bit): createVendorAVUtils success! 2020-04-03 12:05:29.298 6734-6734/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<< 2020-04-03 12:05:29.432 6734-6734/? I/app_process: The ClassLoaderContext is a special shared library. 2020-04-03 12:05:29.472 6734-6734/? D/AndroidRuntime: Calling main entry com.android.commands.pm.Pm 2020-04-03 12:05:29.477 6734-6734/? I/app_process: System.exit called, status: 0 2020-04-03 12:05:29.478 6734-6742/? W/MessageQueue: Handler (android.os.Handler) {88594c8} sending message to a Handler on a dead thread java.lang.IllegalStateException: Handler (android.os.Handler) {88594c8} sending message to a Handler on a dead thread at android.os.MessageQueue.enqueueMessage(MessageQueue.java:545) at android.os.Handler.enqueueMessage(Handler.java:662) at android.os.Handler.sendMessageAtTime(Handler.java:631) at android.os.Handler.sendMessageDelayed(Handler.java:601) at android.os.Handler.post(Handler.java:357) at android.os.ResultReceiver$MyResultReceiver.send(ResultReceiver.java:57) at com.android.internal.os.IResultReceiver$Stub.onTransact(IResultReceiver.java:58) at android.os.Binder.execTransact(Binder.java:697) 2020-04-03 12:05:29.478 6734-6734/? I/AndroidRuntime: VM exiting with result code 0. 2020-04-03 12:05:29.501 3953-6700/? I/ADB_SERVICES: post waitpid (pid=6699) status=0000 2020-04-03 12:05:29.521 3953-3953/? I/ADB_SERVICES: service_to_fd shell:stat -c %u /proc/6707 | xargs -n 1 pm list packages --uid 2020-04-03 12:05:29.942 6749-6749/? D/PQ: [PQ_PROT] [PQCust] libpq_cust_base.so OK, libpq_cust.so absent 2020-04-03 12:05:29.956 6749-6749/? D/PQ: [PQ_PROT] [PQCust] libpq_cust_base_mtk.so absent, libpq_cust_mtk.so absent 2020-04-03 12:05:29.957 6749-6749/? D/AVStageFactory: createInstance(64bit): createVendorAVFactory success! 2020-04-03 12:05:29.957 6749-6749/? D/AVStageUtils: createInstance(64bit): createVendorAVUtils success! 2020-04-03 12:05:29.957 6749-6749/? D/AVStageFactory: createInstance(64bit): createVendorAVFactory success! 2020-04-03 12:05:29.957 6749-6749/? D/AVStageUtils: createInstance(64bit): createVendorAVUtils success! 2020-04-03 12:05:29.960 6749-6749/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<< 2020-04-03 12:05:30.094 6749-6749/? I/app_process: The ClassLoaderContext is a special shared library. 2020-04-03 12:05:30.116 926-7367/? E/TouchFilter: setTouchFilter LOG Enable prameter: 0 2020-04-03 12:05:30.116 926-7367/? D/EventHub: Event Hub Touch Filter log is disabled 2020-04-03 12:05:30.116 926-7367/? D/EventHub: Event Hub Touch Filter is enabled 2020-04-03 12:05:30.133 6749-6749/? D/AndroidRuntime: Calling main entry com.android.commands.pm.Pm 2020-04-03 12:05:30.147 518-518/? I/thermal_repeater: [recvMdThermalInfo] ret=33, strLen=127, 2, 32767, -127, -27772, 32767, 0 2020-04-03 12:05:30.148 6749-6759/? W/MessageQueue: Handler (android.os.Handler) {88594c8} sending message to a Handler on a dead thread java.lang.IllegalStateException: Handler (android.os.Handler) {88594c8} sending message to a Handler on a dead thread at android.os.MessageQueue.enqueueMessage(MessageQueue.java:545) at android.os.Handler.enqueueMessage(Handler.java:662) at android.os.Handler.sendMessageAtTime(Handler.java:631) at android.os.Handler.sendMessageDelayed(Handler.java:601) at android.os.Handler.post(Handler.java:357) at android.os.ResultReceiver$MyResultReceiver.send(ResultReceiver.java:57) at com.android.internal.os.IResultReceiver$Stub.onTransact(IResultReceiver.java:58) at android.os.Binder.execTransact(Binder.java:697) 2020-04-03 12:05:30.148 6749-6749/? I/app_process: System.exit called, status: 0 2020-04-03 12:05:30.148 6749-6749/? I/AndroidRuntime: VM exiting with result code 0. 2020-04-03 12:05:30.250 494-539/? D/AAL: 04-03 05:05:29.489 BL= 75,ESS= 256, 04-03 05:05:29.670 BL= 76,ESS= 256, 04-03 05:05:29.869 BL= 77,ESS= 256, 04-03 05:05:30.051 BL= 78,ESS= 256, 04-03 05:05:30.250 BL= 79,ESS= 256, 2020-04-03 12:05:30.566 6765-6765/? D/PQ: [PQ_PROT] [PQCust] libpq_cust_base.so OK, libpq_cust.so absent 2020-04-03 12:05:30.580 6765-6765/? D/PQ: [PQ_PROT] [PQCust] libpq_cust_base_mtk.so absent, libpq_cust_mtk.so absent 2020-04-03 12:05:30.580 6765-6765/? D/AVStageFactory: createInstance(64bit): createVendorAVFactory success! 2020-04-03 12:05:30.580 6765-6765/? D/AVStageUtils: createInstance(64bit): createVendorAVUtils success! 2020-04-03 12:05:30.580 6765-6765/? D/AVStageFactory: createInstance(64bit): createVendorAVFactory success! 2020-04-03 12:05:30.581 6765-6765/? D/AVStageUtils: createInstance(64bit): createVendorAVUtils success! 2020-04-03 12:05:30.583 6765-6765/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<< 2020-04-03 12:05:30.718 6765-6765/? I/app_process: The ClassLoaderContext is a special shared library. 2020-04-03 12:05:30.757 6765-6765/? D/AndroidRuntime: Calling main entry com.android.commands.pm.Pm 2020-04-03 12:05:30.763 6765-6765/? I/app_process: System.exit called, status: 0 2020-04-03 12:05:30.763 6765-6773/? W/MessageQueue: Handler (android.os.Handler) {b282f31} sending message to a Handler on a dead thread java.lang.IllegalStateException: Handler (android.os.Handler) {b282f31} sending message to a Handler on a dead thread at android.os.MessageQueue.enqueueMessage(MessageQueue.java:545) at android.os.Handler.enqueueMessage(Handler.java:662) at android.os.Handler.sendMessageAtTime(Handler.java:631) at android.os.Handler.sendMessageDelayed(Handler.java:601) at android.os.Handler.post(Handler.java:357) at android.os.ResultReceiver$MyResultReceiver.send(ResultReceiver.java:57) at com.android.internal.os.IResultReceiver$Stub.onTransact(IResultReceiver.java:58) at android.os.Binder.execTransact(Binder.java:697) 2020-04-03 12:05:30.764 6765-6765/? I/AndroidRuntime: VM exiting with result code 0. 2020-04-03 12:05:30.788 3953-6746/? I/ADB_SERVICES: post waitpid (pid=6745) status=0000 2020-04-03 12:05:31.210 494-539/? D/AAL: 04-03 05:05:30.432 BL= 80,ESS= 256, 04-03 05:05:30.630 BL= 81,ESS= 256, 04-03 05:05:30.812 BL= 82,ESS= 256, 04-03 05:05:31.011 BL= 83,ESS= 256, 04-03 05:05:31.210 BL= 84,ESS= 256, 2020-04-03 12:05:31.557 6684-6684/com.tencent.mmkvdemo I/content changed: benchmark_interprocess 2020-04-03 12:05:31.557 6684-6684/com.tencent.mmkvdemo D/mmkv: 0 2020-04-03 12:05:31.568 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [imported] with 874 actual size, file size 4096, InterProcess 0, meta info version:3 2020-04-03 12:05:31.568 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loading [imported] with crc 402414378 sequence 1 version 3 2020-04-03 12:05:31.568 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: loaded [imported] with 6 values 2020-04-03 12:05:31.572 6684-6684/com.tencent.mmkvdemo I/MMKV: allKeys: [long, int, string-set, bool, float, string] 2020-04-03 12:05:31.572 6684-6684/com.tencent.mmkvdemo I/MMKV: bool: true 2020-04-03 12:05:31.572 6684-6684/com.tencent.mmkvdemo I/MMKV: int: -2147483648 2020-04-03 12:05:31.572 6684-6684/com.tencent.mmkvdemo I/MMKV: long: 9223372036854775807 2020-04-03 12:05:31.572 6684-6684/com.tencent.mmkvdemo I/MMKV: float: -3.14 2020-04-03 12:05:31.572 6684-6684/com.tencent.mmkvdemo I/MMKV: double: 0.0 2020-04-03 12:05:31.572 6684-6684/com.tencent.mmkvdemo I/MMKV: string: hello, imported 2020-04-03 12:05:31.573 6684-6684/com.tencent.mmkvdemo I/MMKV: string-set: [a, C, t, e, W, h] 2020-04-03 12:05:31.573 6684-6684/com.tencent.mmkvdemo I/MMKV: linked-string-set: [a, C, t, e, W, h] 2020-04-03 12:05:31.590 6684-6684/com.tencent.mmkvdemo I/SurfaceFactory: [static] sSurfaceFactory = com.mediatek.view.impl.SurfaceFactoryImpl@d86f6ec 2020-04-03 12:05:31.594 6684-6684/com.tencent.mmkvdemo I/TouchScreenHelper: constructed in com.tencent.mmkvdemo 2020-04-03 12:05:31.606 926-5602/? V/SettingsProvider: packageValueForCallResult, name = os_action_navigationbar_gesture, value : Bundle[{_track_generation=android.util.MemoryIntArray@6c, value=0, _generation_index=2, _generation=157}] 2020-04-03 12:05:31.607 6684-6684/com.tencent.mmkvdemo D/TouchScreenHelper: mTripleFingerEnabled? false, mMuffleScreenEnabled? false,mIsUltraPowerOn?false 2020-04-03 12:05:31.607 6684-6684/com.tencent.mmkvdemo I/WindowManager: sTouchScreenHelper = com.transsion.touchscreenhelper.TouchScreenHelper@83b3ab5 2020-04-03 12:05:31.609 391-416/? I/SurfaceFlinger: EventThread Client Pid (6684) created 2020-04-03 12:05:31.609 391-416/? I/SurfaceFlinger: EventThread Client Pid (6684) created 2020-04-03 12:05:31.612 6684-6684/com.tencent.mmkvdemo D/WindowClient: Add to mViews: DecorView@26295d8[MainActivity], this = android.view.WindowManagerGlobal@ab1cd31 2020-04-03 12:05:31.614 6684-6684/com.tencent.mmkvdemo D/OpenGLRenderer: Dumper init 4 threads <0x71fe5e9b00> 2020-04-03 12:05:31.614 6684-6684/com.tencent.mmkvdemo D/OpenGLRenderer: is running. 2020-04-03 12:05:31.616 391-416/? I/SurfaceFlinger: EventThread Client Pid (6684) created 2020-04-03 12:05:31.616 6684-6777/com.tencent.mmkvdemo D/OpenGLRenderer: HWUI GL Pipeline 2020-04-03 12:05:31.620 6684-6684/com.tencent.mmkvdemo D/ViewRootImpl[MainActivity]: hardware acceleration = true , fakeHwAccelerated = false, sRendererDisabled = false, forceHwAccelerated = false, sSystemRendererDisabled = false 2020-04-03 12:05:31.622 391-416/? I/SurfaceFlinger: [SF client] NEW(0x724fdd3680) for (926:system_server) 2020-04-03 12:05:31.625 6684-6684/com.tencent.mmkvdemo V/PhoneWindow: DecorView setVisiblity: visibility = 0, Parent = ViewRoot{f1f7c16 com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity,ident = 0}, this = DecorView@26295d8[MainActivity] 2020-04-03 12:05:31.626 926-946/? E/libPowerStretch: LucidSystemServerLogic::onSetLucidFgApp send resetFromSystemServer appName = com.tencent.mmkvdemo 2020-04-03 12:05:31.626 926-946/? D/libPowerStretch: filename is null 2020-04-03 12:05:31.626 926-946/? E/libPowerStretch: LucidConfigXml found app in regex WL : com.tencent.mmkvdemo 2020-04-03 12:05:31.634 926-946/? E/libPowerStretch: get iris_factor xml value failed 2020-04-03 12:05:31.635 926-946/? E/libPowerStretch: get normal_save/outdoor_low_iris_param xml value failed 2020-04-03 12:05:31.635 926-946/? E/libPowerStretch: get high_save/outdoor_low_iris_param xml value failed 2020-04-03 12:05:31.636 926-946/? E/libPowerStretch: get ultra_save/outdoor_low_iris_param xml value failed 2020-04-03 12:05:31.636 926-946/? E/libPowerStretch: get normal_save/outdoor_high_iris_param xml value failed 2020-04-03 12:05:31.637 926-946/? E/libPowerStretch: get high_save/outdoor_high_iris_param xml value failed 2020-04-03 12:05:31.637 926-946/? E/libPowerStretch: get ultra_save/outdoor_high_iris_param xml value failed 2020-04-03 12:05:31.635 926-926/? W/ActivityManager: type=1400 audit(0.0:2922): avc: denied { search } for name="user" dev="dm-2" ino=30 scontext=u:r:system_server:s0 tcontext=u:object_r:misc_user_data_file:s0 tclass=dir permissive=0 2020-04-03 12:05:31.639 926-946/? E/libPowerStretch: LUCID Battery Level = 98% Battery Temp = -100 Cpu Temp = -100 2020-04-03 12:05:31.639 926-946/? E/libPowerStretch: LucidConfig::getIrisOverride m_irisOverride = 0 2020-04-03 12:05:31.639 926-946/? I/libPowerStretch: LucidIrisAppLogic::resetIris Not irisOverride , gpCurveId = %s, fsCurveId= %s 2020-04-03 12:05:31.697 926-5602/? I/WindowManager: Relayout Window{64cd6f1 u0 com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity}: oldVis=4 newVis=0 focusMayChange = true 2020-04-03 12:05:31.700 391-391/? I/BufferQueue: unnamed-391-966 BufferQueue core=(391:/system/bin/surfaceflinger) 2020-04-03 12:05:31.701 391-391/? W/GuiExt: Cannot find GuiExtService 2020-04-03 12:05:31.701 391-391/? I/BufferQueueConsumer: unnamed-391-966 connect(C): consumer=(391:/system/bin/surfaceflinger) controlledByApp=false 2020-04-03 12:05:31.701 391-391/? I/BufferQueueConsumer: unnamed-391-966 setConsumerName: unnamed-391-966 2020-04-03 12:05:31.701 391-391/? I/BufferQueueConsumer: com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity#0 setConsumerName: com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity#0 2020-04-03 12:05:31.701 391-391/? I/BufferQueueConsumer: com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity#0 setDefaultBufferSize: width=720 height=1440 2020-04-03 12:05:31.703 926-5602/? V/WindowManager: Changing focus from null to Window{64cd6f1 u0 com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity} Callers=com.android.server.wm.WindowManagerService.relayoutWindow:2193 com.android.server.wm.Session.relayout:240 android.view.IWindowSession$Stub.onTransact:286 com.android.server.wm.Session.onTransact:164 2020-04-03 12:05:31.704 926-5602/? D/WindowManager: Input focus has changed to Window{64cd6f1 u0 com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity} 2020-04-03 12:05:31.707 926-957/? I/WindowManager: Focus moving from null to Window{64cd6f1 u0 com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity} 2020-04-03 12:05:31.711 6684-6684/com.tencent.mmkvdemo D/Surface: Surface::allocateBuffers(this=0x71fe412000) 2020-04-03 12:05:31.716 391-391/? I/DisplayDevice: [Built-in Screen (type:0)] fps:5.791981,dur:3625.70,max:3110.61,min:14.01 2020-04-03 12:05:31.718 6684-6777/com.tencent.mmkvdemo I/zygote64: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0 2020-04-03 12:05:31.719 6684-6777/com.tencent.mmkvdemo I/OpenGLRenderer: Initialized EGL, version 1.4 2020-04-03 12:05:31.719 6684-6777/com.tencent.mmkvdemo D/OpenGLRenderer: Swap behavior 2 2020-04-03 12:05:31.735 6684-6777/com.tencent.mmkvdemo D/OpenGLRenderer: [init] completed 2020-04-03 12:05:31.735 6684-6777/com.tencent.mmkvdemo D/HWUIExtension: MTKProgramCache.init: enable enhancement 1 2020-04-03 12:05:31.736 6684-6777/com.tencent.mmkvdemo I/HWUIExtension: Get disable program binary service property (0) 2020-04-03 12:05:31.736 6684-6777/com.tencent.mmkvdemo I/HWUIExtension: Initializing program atlas... 2020-04-03 12:05:31.736 6684-6777/com.tencent.mmkvdemo I/ProgramBinary/Service: ProgramBinaryService client side disable debugging. 2020-04-03 12:05:31.736 6684-6777/com.tencent.mmkvdemo I/ProgramBinary/Service: ProgramBinaryService client side disable binary content debugging. 2020-04-03 12:05:31.736 6684-6777/com.tencent.mmkvdemo D/ProgramBinary/Service: BpProgramBinaryService.getReady 2020-04-03 12:05:31.736 6684-6777/com.tencent.mmkvdemo D/ProgramBinary/Service: zhiyin- 1 BpProgramBinaryService::getReady() 2020-04-03 12:05:31.736 531-576/? D/ProgramBinary/Service: zhiyin- ontransact 1 code 1 2020-04-03 12:05:31.736 531-576/? D/ProgramBinary/Service: zhiyin- ontransact 2 code 1 2020-04-03 12:05:31.736 531-576/? D/ProgramBinary/Service: zhiyin- ontransact 3 code 1 2020-04-03 12:05:31.736 6684-6777/com.tencent.mmkvdemo D/ProgramBinary/Service: zhiyin- 2 BpProgramBinaryService::getReady() 2020-04-03 12:05:31.737 6684-6777/com.tencent.mmkvdemo D/ProgramBinary/Service: BpProgramBinaryService.getProgramBinaryData 2020-04-03 12:05:31.737 531-576/? D/ProgramBinary/Service: zhiyin- ontransact 1 code 3 2020-04-03 12:05:31.737 6684-6777/com.tencent.mmkvdemo I/HWUIExtension: Program binary detail: Binary length is 188172, program map length is 104. 2020-04-03 12:05:31.737 6684-6777/com.tencent.mmkvdemo I/HWUIExtension: Succeeded to mmap program binaries. File descriptor is 76, and path is /dev/ashmem. 2020-04-03 12:05:31.737 6684-6777/com.tencent.mmkvdemo I/HWUIExtension: No need to use file discriptor anymore, close fd(76). 2020-04-03 12:05:31.737 6684-6777/com.tencent.mmkvdemo D/HWUIExtension: Dumper init 4 threads <0x71f192d380> 2020-04-03 12:05:31.737 6684-6777/com.tencent.mmkvdemo D/HWUIExtension: is running. 2020-04-03 12:05:31.737 6684-6777/com.tencent.mmkvdemo D/HWUIExtension: Initializing program cache from 0x0, size = -1 2020-04-03 12:05:31.738 6684-6777/com.tencent.mmkvdemo D/libPowerStretch: m_filePath:/data/user/0/com.tencent.mmkvdemo/configurationCache.txt, len:56 2020-04-03 12:05:31.738 6684-6777/com.tencent.mmkvdemo E/libPowerStretch: TimeStamps from Cache: lucid = 20081231170000, customer = 20081231170000 2020-04-03 12:05:31.738 6684-6777/com.tencent.mmkvdemo E/libPowerStretch: Cache valid RC: lucid = 2, customer = 2 2020-04-03 12:05:31.739 6684-6777/com.tencent.mmkvdemo E/libPowerStretch: Priority black list: 0 2020-04-03 12:05:31.739 6684-6777/com.tencent.mmkvdemo E/libPowerStretch: Mode = WVS 2020-04-03 12:05:31.739 6684-6777/com.tencent.mmkvdemo E/libPowerStretch: STATICS !!! m_enableIce = 1 , s_IceEnabledFirst = 0 2020-04-03 12:05:31.739 6684-6777/com.tencent.mmkvdemo E/libPowerStretch: Ice is working with black list method 2020-04-03 12:05:31.742 6684-6777/com.tencent.mmkvdemo E/libPowerStretch: LUCID Battery Level = 98% Battery Temp = -100 Cpu Temp = -100 2020-04-03 12:05:31.742 6684-6777/com.tencent.mmkvdemo E/libPowerStretch: LUCID changing m_iceStateConfig from 0 to 2 2020-04-03 12:05:31.742 6684-6777/com.tencent.mmkvdemo I/libPowerStretch: PowerXtend Common Architecture Integration Call - libinput.so 2020-04-03 12:05:31.743 6684-6777/com.tencent.mmkvdemo E/libPowerStretch: HI from Dynamix Resolution: lucid_dr , mEnabled = 1 2020-04-03 12:05:31.743 6684-6777/com.tencent.mmkvdemo E/libPowerStretch: EglCreateWindowSurfaceImp pid 6684 != tid 6777 mResized = 1 [720 1440] 1.000000 mIsIceDelayed_wl 1 mIsIceMainThread 0 m_HardCodedBlackListed 1 X 2020-04-03 12:05:31.743 6684-6777/com.tencent.mmkvdemo D/Surface: Surface::connect(this=0x71fe412000,api=1) 2020-04-03 12:05:31.743 391-416/? I/BufferQueueProducer: com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity#0 connect(P): api=1 producer=(6684:com.tencent.mmkvdemo) producerControlledByApp=true 2020-04-03 12:05:31.744 6684-6777/com.tencent.mmkvdemo D/mali_winsys: EGLint new_window_surface(egl_winsys_display , void , EGLSurface, EGLConfig, egl_winsys_surface *, egl_color_buffer_format , EGLBoolean) returns 0x3000 2020-04-03 12:05:31.794 6684-6777/com.tencent.mmkvdemo D/HWUIExtension: MTKProgramCache.generateProgram: 0 2020-04-03 12:05:31.795 6684-6777/com.tencent.mmkvdemo D/HWUIExtension: createProgram 0x0000000000000000, binary 0x728bd00000, length 4420, format 36705 within 748ns 2020-04-03 12:05:31.795 6684-6777/com.tencent.mmkvdemo D/HWUIExtension: MTKProgramCache.generateProgram: 562984313159683 2020-04-03 12:05:31.796 6684-6777/com.tencent.mmkvdemo D/HWUIExtension: createProgram 0x0002000800000003, binary 0x728bd083ac, length 5140, format 36705 within 344ns 2020-04-03 12:05:31.796 6684-6777/com.tencent.mmkvdemo D/HWUIExtension: MTKProgramCache.generateProgram: 240518168576 2020-04-03 12:05:31.796 6684-6777/com.tencent.mmkvdemo D/HWUIExtension: createProgram 0x0000003800000000, binary 0x728bd023fc, length 4812, format 36705 within 230ns 2020-04-03 12:05:31.797 6684-6777/com.tencent.mmkvdemo D/HWUIExtension: MTKProgramCache.generateProgram: 68724719680 2020-04-03 12:05:31.797 6684-6777/com.tencent.mmkvdemo D/HWUIExtension: createProgram 0x0000001000500040, binary 0x728bd01144, length 4792, format 36705 within 299ns 2020-04-03 12:05:31.806 926-1027/? D/View: [Warning] assignParent to null: this = DecorView@1cc6e8b[mmkvdemo] 2020-04-03 12:05:31.808 926-1027/? D/WindowClient: Remove from mViews: DecorView@1cc6e8b[mmkvdemo], this = android.view.WindowManagerGlobal@dc2fa51 2020-04-03 12:05:31.809 926-957/? I/ActivityManager: Displayed com.tencent.mmkvdemo/.MainActivity: +3s734ms (total +1m51s677ms) 2020-04-03 12:05:31.827 387-413/? I/vendor.mediatek.hardware.power@1.1-impl: PowerHint hint:8, data:0 2020-04-03 12:05:31.827 387-412/? I/libPerfService: 8: legacy set freq: -1 -1 -1 -1 2020-04-03 12:05:31.828 926-5602/? D/PowerManagerService: releaseWakeLockInternal: lock=198006017 [launch], flags=0x0, totaltime=3772ms 2020-04-03 12:05:31.841 926-5602/? D/IdleScreen: activityIdleScreen: android.app.ContextImpl@a110a0e mNotifyNeeded: false idleIntent: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10800100 cmp=com.transsion.hilauncher/com.android.launcher3.Launcher } 2020-04-03 12:05:31.843 387-412/? I/libPerfService: 11: legacy set freq: 1508000 -1 2002000 -1 2020-04-03 12:05:31.849 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:0.89 cannot be handled by hwcomposer 2020-04-03 12:05:31.852 391-391/? I/BufferQueueProducer: FrameBufferSurface_0 queueBuffer: fps=2.75 dur=3641.68 max=3494.77 min=15.16 2020-04-03 12:05:31.856 1102-1102/? D/StatusBar: onNotificationPosted: StatusBarNotification(pkg=android user=UserHandle{0} id=40 tag=null key=0|android|40|null|1000: Notification(channel=FOREGROUND_SERVICE pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x2 color=0xff607d8b vis=PRIVATE)) 2020-04-03 12:05:31.856 1102-1102/? D/StatusBar: addNotification key=0|android|40|null|1000 2020-04-03 12:05:31.856 1822-1822/? V/PhoneWindow: DecorView setVisiblity: visibility = 4, Parent = ViewRoot{3e6e9c5 com.transsion.hilauncher/com.android.launcher3.Launcher,ident = 0}, this = DecorView@c196a2f[Launcher] 2020-04-03 12:05:31.859 1102-1102/? D/StatusBar: No peeking: filtered notification: 0|android|40|null|1000 2020-04-03 12:05:31.864 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:0.78 cannot be handled by hwcomposer 2020-04-03 12:05:31.881 391-391/? I/BufferQueueConsumer: com.transsion.hilauncher/com.android.launcher3.Launcher#0 disconnect(C) 2020-04-03 12:05:31.881 391-391/? I/BufferQueue: com.transsion.hilauncher/com.android.launcher3.Launcher#0 ~BufferQueueCore 2020-04-03 12:05:31.883 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:0.67 cannot be handled by hwcomposer 2020-04-03 12:05:31.891 1102-1102/? D/StatusBar: No peeking: unimportant notification: 0|android|40|null|1000 2020-04-03 12:05:31.895 1102-1102/? D/NotificationIconAreaController: IconMerger feature, skip pkg / icon / iconlevel =com.transsion.phoenix/2131165289/0 2020-04-03 12:05:31.896 1102-1102/? D/NotificationIconAreaController: IconMerger feature, skip pkg / icon / iconlevel =android/17303434/0 2020-04-03 12:05:31.898 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:0.56 cannot be handled by hwcomposer 2020-04-03 12:05:31.910 391-417/? I/BufferQueueProducer: StatusBar#0 queueBuffer: fps=0.14 dur=28826.57 max=28682.54 min=9.13 2020-04-03 12:05:31.914 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:0.45 cannot be handled by hwcomposer 2020-04-03 12:05:31.931 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:0.34 cannot be handled by hwcomposer 2020-04-03 12:05:31.947 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:0.23 cannot be handled by hwcomposer 2020-04-03 12:05:31.964 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:0.12 cannot be handled by hwcomposer 2020-04-03 12:05:31.981 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:0.01 cannot be handled by hwcomposer 2020-04-03 12:05:31.998 926-1027/? D/Surface: Surface::disconnect(this=0x71ede1d000,api=2) 2020-04-03 12:05:31.998 391-417/? I/BufferQueueProducer: Splash Screen com.tencent.mmkvdemo#0 disconnect(P): api 2 2020-04-03 12:05:31.998 391-417/? I/BufferQueueConsumer: Splash Screen com.tencent.mmkvdemo#0 getReleasedBuffers: returning mask 0xffffffffffffffff 2020-04-03 12:05:32.013 391-391/? I/BufferQueueConsumer: Splash Screen com.tencent.mmkvdemo#0 disconnect(C) 2020-04-03 12:05:32.013 391-391/? I/BufferQueue: Splash Screen com.tencent.mmkvdemo#0 ~BufferQueueCore 2020-04-03 12:05:32.131 926-5602/? E/TouchFilter: setTouchFilter LOG Enable prameter: 0 2020-04-03 12:05:32.131 926-5602/? D/EventHub: Event Hub Touch Filter log is disabled 2020-04-03 12:05:32.131 926-5602/? D/EventHub: Event Hub Touch Filter is enabled 2020-04-03 12:05:32.142 1613-1616/? D/GasService: pkg a:[com.tencent.mmkvdemo] [D] pid:6684 uid:10120 audio:0,_s:0 2020-04-03 12:05:32.187 494-539/? D/AAL: 04-03 05:05:31.392 BL= 85,ESS= 256, 04-03 05:05:31.591 BL= 86,ESS= 256, 04-03 05:05:31.773 BL= 87,ESS= 256, 04-03 05:05:32.005 BL= 86,ESS= 256, 04-03 05:05:32.187 BL= 85,ESS= 256, 2020-04-03 12:05:32.343 387-412/? I/libPerfService: 11: legacy set freq: -1 -1 -1 -1 2020-04-03 12:05:33.110 1822-6540/? V/FA: Inactivity, disconnecting from the service 2020-04-03 12:05:33.111 3953-3953/? I/ADB_SERVICES: g_pending_list length=1 2020-04-03 12:05:33.112 3953-3953/? I/ADB_SERVICES: +read_data=102442 local_socket_list_len=4 2020-04-03 12:05:33.148 494-539/? D/AAL: 04-03 05:05:32.386 BL= 84,ESS= 256, 04-03 05:05:32.568 BL= 83,ESS= 256, 04-03 05:05:32.767 BL= 82,ESS= 256, 04-03 05:05:32.966 BL= 81,ESS= 256, 04-03 05:05:33.148 BL= 80,ESS= 256, 2020-04-03 12:05:33.632 6707-6722/com.tencent.mmkvdemo:mmkvdemo_svr I/zygote64: Waiting for a blocking GC ProfileSaver 2020-04-03 12:05:33.655 6707-6722/com.tencent.mmkvdemo:mmkvdemo_svr I/zygote64: WaitForGcToComplete blocked ProfileSaver on HeapTrim for 23.455ms 2020-04-03 12:05:34.108 494-539/? D/AAL: 04-03 05:05:33.347 BL= 79,ESS= 256, 04-03 05:05:33.529 BL= 78,ESS= 256, 04-03 05:05:33.727 BL= 77,ESS= 256, 04-03 05:05:33.910 BL= 76,ESS= 256, 04-03 05:05:34.108 BL= 75,ESS= 256, 2020-04-03 12:05:35.052 494-539/? D/AAL: 04-03 05:05:34.291 BL= 74,ESS= 256, 04-03 05:05:34.489 BL= 73,ESS= 256, 04-03 05:05:34.671 BL= 72,ESS= 256, 04-03 05:05:34.870 BL= 71,ESS= 256, 04-03 05:05:35.052 BL= 70,ESS= 256, 2020-04-03 12:05:35.399 494-539/? D/AAL: 04-03 05:05:35.251 BL= 69,ESS= 256, 2020-04-03 12:05:40.175 518-518/? I/thermal_repeater: [recvMdThermalInfo] ret=37, strLen=127, 2, 32767, -127, 20821, 32767, -20554 2020-04-03 12:05:44.773 926-1178/? D/AES: AEEIOCTL_GET/SET_SF_STATE IOCTL,cmd= 1074294797, lParam=0. 2020-04-03 12:05:44.773 926-1178/? D/AES: AEEIOCTL_RT_MON_Kick IOCTL,cmd= 2147774474, lParam=300. 2020-04-03 12:05:47.154 926-5602/? W/Settings: Setting oobe_init_mode has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. 2020-04-03 12:05:47.154 926-5602/? D/WindowManager: interceptKeyBeforeQueueing keyCode = 4 2020-04-03 12:05:47.158 926-6820/? D/PowerManagerService: wqGMS:SkipGmsWakeLockByPkg return pkg= android tag= vibrator mIsGmsConnected= true 2020-04-03 12:05:47.158 926-6820/? D/PowerManagerService: wqGMS:Gms Connected 2020-04-03 12:05:47.159 926-1043/? D/WindowManager: isQrCodeActivity 2020-04-03 12:05:47.162 6955-6955/? D/canna-debug: Xnb:handleKeyDown-- code=4 2020-04-03 12:05:47.163 6955-6955/? E/canna-debug: showKeyboardWithHKB -- 0 2020-04-03 12:05:47.176 391-416/? I/BufferQueueProducer: NavigationBar#0 queueBuffer: fps=0.02 dur=44106.81 max=44106.81 min=44106.81 2020-04-03 12:05:47.182 391-391/? I/DisplayDevice: [Built-in Screen (type:0)] fps:1.681128,dur:15465.81,max:14985.91,min:9.45 2020-04-03 12:05:47.185 926-5602/? W/Settings: Setting oobe_init_mode has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. 2020-04-03 12:05:47.185 926-5602/? D/WindowManager: interceptKeyBeforeQueueing keyCode = 4 2020-04-03 12:05:47.186 926-1043/? D/WindowManager: isQrCodeActivity 2020-04-03 12:05:47.188 6955-6955/? D/canna-debug: Xnb:handleKeyUp-- code=4 2020-04-03 12:05:47.196 926-5602/? D/PowerManagerService: wqGMS:SkipGmsWakeLockByPkg return pkg= android tag= launch mIsGmsConnected= true 2020-04-03 12:05:47.196 926-5602/? D/PowerManagerService: wqGMS:Gms Connected 2020-04-03 12:05:47.199 387-412/? I/libPerfService: 11: legacy set freq: 1508000 -1 2002000 -1 2020-04-03 12:05:47.205 926-7367/? V/WindowManager: Set focused app to: AppWindowToken{2985dd8 token=Token{ff91ba9 ActivityRecord{144b330 u0 com.transsion.hilauncher/com.android.launcher3.Launcher t87}}} old focus=AppWindowToken{8e30614 token=Token{8136f02 ActivityRecord{77b484d u0 com.tencent.mmkvdemo/.MainActivity t256}}} moveFocusNow=true 2020-04-03 12:05:47.206 926-7367/? V/WindowManager: Changing focus from Window{64cd6f1 u0 com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity} to null Callers=com.android.server.wm.WindowManagerService.setFocusedApp:2761 com.android.server.am.ActivityManagerService.setResumedActivityUncheckLocked:3458 com.android.server.am.ActivityStack.setResumedActivityLocked:2348 com.android.server.am.ActivityStack.resumeTopActivityInnerLocked:2669 2020-04-03 12:05:47.206 926-7367/? D/WindowManager: Input focus has changed to null 2020-04-03 12:05:47.207 387-413/? I/vendor.mediatek.hardware.power@1.1-impl: notifyAppState pack:com.transsion.hilauncher, act:com.android.launcher3.Launcher, pid:1822, state:1 2020-04-03 12:05:47.208 387-412/? I/libPerfService: [perfNotifyAppState] foreground:com.transsion.hilauncher, pid:1822 2020-04-03 12:05:47.208 399-1981/? D/pnpmgr: Got fd=19, /sys/power/pnpmgr/ams/activity updated:com.transsion.hilauncher 2020-04-03 12:05:47.209 926-7367/? D/ProcessManager: After resumed : com.transsion.hilauncher 2020-04-03 12:05:47.219 926-7367/? D/AppLockDelegator: appLockCheck: 2020-04-03 12:05:47.220 926-7367/? D/ActivityManager: resumeTopActivityInnerLocked: app lock service check, hot launch! 2020-04-03 12:05:47.220 926-957/? I/WindowManager: Focus moving from Window{64cd6f1 u0 com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity} to null 2020-04-03 12:05:47.221 926-6820/? D/PowerManagerService: releaseWakeLockInternal: lock=91390718 [vibrator], flags=0x0, totaltime=62ms 2020-04-03 12:05:47.231 1822-6540/? V/FA: Connecting to remote service 2020-04-03 12:05:47.233 1102-1102/? D/StatusBar: onNotificationRemoved: StatusBarNotification(pkg=android user=UserHandle{0} id=40 tag=null key=0|android|40|null|1000: Notification(channel=FOREGROUND_SERVICE pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x2 color=0xff607d8b vis=PRIVATE)) 2020-04-03 12:05:47.234 1822-1822/? V/PhoneWindow: DecorView setVisiblity: visibility = 0, Parent = ViewRoot{3e6e9c5 com.transsion.hilauncher/com.android.launcher3.Launcher,ident = 0}, this = DecorView@c196a2f[Launcher] 2020-04-03 12:05:47.235 926-946/? E/libPowerStretch: LucidSystemServerLogic::onSetLucidFgApp send resetFromSystemServer appName = com.transsion.hilauncher 2020-04-03 12:05:47.235 926-946/? D/libPowerStretch: filename is null 2020-04-03 12:05:47.235 1822-6540/? V/FA: Activity resumed, time: 178271133 2020-04-03 12:05:47.236 926-946/? E/libPowerStretch: LucidConfigXml found app in regex WL : com.transsion.hilauncher 2020-04-03 12:05:47.237 1822-6540/? D/FA: Logging event (FE): onCreate_event, Bundle[{action=ADPoolCheck, firebase_event_origin(_o)=app, firebase_screen_class(_sc)=Launcher, firebase_screen_id(_si)=-1891772369087027393, firebase_screen(_sn)=MZsScreenExit}] 2020-04-03 12:05:47.238 926-7367/? I/WindowManager: Relayout Window{b581c54 u0 com.transsion.hilauncher/com.android.launcher3.Launcher}: oldVis=4 newVis=0 focusMayChange = true 2020-04-03 12:05:47.239 391-391/? I/BufferQueue: unnamed-391-967 BufferQueue core=(391:/system/bin/surfaceflinger) 2020-04-03 12:05:47.239 391-391/? W/GuiExt: Cannot find GuiExtService 2020-04-03 12:05:47.239 391-391/? I/BufferQueueConsumer: unnamed-391-967 connect(C): consumer=(391:/system/bin/surfaceflinger) controlledByApp=false 2020-04-03 12:05:47.239 391-391/? I/BufferQueueConsumer: unnamed-391-967 setConsumerName: unnamed-391-967 2020-04-03 12:05:47.239 391-391/? I/BufferQueueConsumer: com.transsion.hilauncher/com.android.launcher3.Launcher#0 setConsumerName: com.transsion.hilauncher/com.android.launcher3.Launcher#0 2020-04-03 12:05:47.239 391-391/? I/BufferQueueConsumer: com.transsion.hilauncher/com.android.launcher3.Launcher#0 setDefaultBufferSize: width=720 height=1440 2020-04-03 12:05:47.241 926-7367/? V/WindowManager: Changing focus from null to Window{b581c54 u0 com.transsion.hilauncher/com.android.launcher3.Launcher} Callers=com.android.server.wm.WindowManagerService.relayoutWindow:2193 com.android.server.wm.Session.relayout:240 android.view.IWindowSession$Stub.onTransact:286 com.android.server.wm.Session.onTransact:164 2020-04-03 12:05:47.241 926-7367/? D/WindowManager: Input focus has changed to Window{b581c54 u0 com.transsion.hilauncher/com.android.launcher3.Launcher} 2020-04-03 12:05:47.242 1102-1102/? D/NotificationIconAreaController: IconMerger feature, skip pkg / icon / iconlevel =com.transsion.phoenix/2131165289/0 2020-04-03 12:05:47.243 1102-1102/? D/NotificationIconAreaController: IconMerger feature, skip pkg / icon / iconlevel =android/17303434/0 2020-04-03 12:05:47.244 926-957/? I/WindowManager: Focus moving from null to Window{b581c54 u0 com.transsion.hilauncher/com.android.launcher3.Launcher} 2020-04-03 12:05:47.244 1102-1102/? D/StatusBar: removeNotification key=0|android|40|null|1000 old=StatusBarNotification(pkg=android user=UserHandle{0} id=40 tag=null key=0|android|40|null|1000: Notification(channel=FOREGROUND_SERVICE pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x2 color=0xff607d8b vis=PRIVATE)) 2020-04-03 12:05:47.245 1822-1822/? D/Surface: Surface::allocateBuffers(this=0x720b318000) 2020-04-03 12:05:47.245 1822-2114/? I/OpenGLRenderer: Initialized EGL, version 1.4 2020-04-03 12:05:47.245 1822-2114/? D/OpenGLRenderer: Swap behavior 2 2020-04-03 12:05:47.246 1822-6540/? V/FA: Connection attempt already in progress 2020-04-03 12:05:47.248 1822-6540/? D/FA: Logging event (FE): onCreate_event, Bundle[{action=ADPoolSwitch_true, firebase_event_origin(_o)=app, firebase_screen_class(_sc)=Launcher, firebase_screen_id(_si)=-1891772369087027393, firebase_screen(_sn)=MZsScreenExit}] 2020-04-03 12:05:47.248 1822-2114/? D/HWUIExtension: MTKProgramCache.init: enable enhancement 1 2020-04-03 12:05:47.249 1822-2114/? I/HWUIExtension: Already had program atlas... 2020-04-03 12:05:47.249 1822-2114/? D/HWUIExtension: Initializing program cache from 0x0, size = -1 2020-04-03 12:05:47.249 1822-2114/? E/libPowerStretch: TimeStamps from Cache: lucid = 20081231170000, customer = 20081231170000 2020-04-03 12:05:47.249 926-946/? E/libPowerStretch: get iris_factor xml value failed 2020-04-03 12:05:47.249 1822-2114/? E/libPowerStretch: Cache valid RC: lucid = 2, customer = 2 2020-04-03 12:05:47.250 1822-2114/? E/libPowerStretch: com.transsion.hilauncher is in priority_bl 2020-04-03 12:05:47.250 1822-2114/? E/libPowerStretch: Priority black list: 1 2020-04-03 12:05:47.250 1822-2114/? E/libPowerStretch: com.transsion.hilauncher in bl 2020-04-03 12:05:47.250 1822-2114/? D/Surface: Surface::connect(this=0x720b318000,api=1) 2020-04-03 12:05:47.250 926-946/? E/libPowerStretch: get normal_save/outdoor_low_iris_param xml value failed 2020-04-03 12:05:47.250 391-416/? I/BufferQueueProducer: com.transsion.hilauncher/com.android.launcher3.Launcher#0 connect(P): api=1 producer=(1822:com.transsion.hilauncher) producerControlledByApp=true 2020-04-03 12:05:47.251 926-946/? E/libPowerStretch: get high_save/outdoor_low_iris_param xml value failed 2020-04-03 12:05:47.251 926-946/? E/libPowerStretch: get ultra_save/outdoor_low_iris_param xml value failed 2020-04-03 12:05:47.251 1822-2114/? D/mali_winsys: EGLint new_window_surface(egl_winsys_display , void , EGLSurface, EGLConfig, egl_winsys_surface *, egl_color_buffer_format , EGLBoolean) returns 0x3000 2020-04-03 12:05:47.252 926-946/? E/libPowerStretch: get normal_save/outdoor_high_iris_param xml value failed 2020-04-03 12:05:47.252 926-946/? E/libPowerStretch: get high_save/outdoor_high_iris_param xml value failed 2020-04-03 12:05:47.253 926-946/? E/libPowerStretch: get ultra_save/outdoor_high_iris_param xml value failed 2020-04-03 12:05:47.253 391-416/? I/BufferQueueProducer: StatusBar#0 queueBuffer: fps=1.11 dur=15343.43 max=15070.84 min=14.70 2020-04-03 12:05:47.251 926-926/? W/ActivityManager: type=1400 audit(0.0:2925): avc: denied { search } for name="user" dev="dm-2" ino=30 scontext=u:r:system_server:s0 tcontext=u:object_r:misc_user_data_file:s0 tclass=dir permissive=0 2020-04-03 12:05:47.254 926-946/? E/libPowerStretch: com.transsion.hilauncher is in priority_bl 2020-04-03 12:05:47.255 926-946/? E/libPowerStretch: LucidConfig::getIrisOverride m_irisOverride = 0 2020-04-03 12:05:47.255 1102-1429/? E/libPowerStretch: LucidStats currentFPS = 0.92 [4043298032] 2020-04-03 12:05:47.260 1822-6540/? V/FA: Connection attempt already in progress 2020-04-03 12:05:47.261 1822-6540/? D/FA: Logging event (FE): MNewZeroScreenRecentAppShow, Bundle[{item_name=MNewZeroScreenRecentAppShow, firebase_event_origin(_o)=app, firebase_screen_class(_sc)=Launcher, firebase_screen_id(_si)=-1891772369087027393, firebase_screen(_sn)=MZsScreenExit}] 2020-04-03 12:05:47.272 1822-6540/? V/FA: Connection attempt already in progress 2020-04-03 12:05:47.298 1822-2114/? D/HWUIExtension: MTKProgramCache.generateProgram: 562949953421313 2020-04-03 12:05:47.299 1822-2114/? D/HWUIExtension: createProgram 0x0002000000000001, binary 0x71f036a6c8, length 4944, format 36705 within 863ns 2020-04-03 12:05:47.302 1822-2114/? D/HWUIExtension: MTKProgramCache.generateProgram: 562984313159683 2020-04-03 12:05:47.302 1822-2114/? D/HWUIExtension: createProgram 0x0002000800000003, binary 0x71f036f3ac, length 5140, format 36705 within 372ns 2020-04-03 12:05:47.308 1822-2114/? D/HWUIExtension: MTKProgramCache.generateProgram: 103079215104 2020-04-03 12:05:47.308 1822-2114/? D/HWUIExtension: createProgram 0x0000001800000000, binary 0x71f0374098, length 4648, format 36705 within 340ns 2020-04-03 12:05:47.312 1102-1102/? D/ImageWallpaper: onOffsetsChanged: xOffset=0.0, yOffset=0.0, xOffsetStep=0.0, yOffsetStep=0.0, xPixels=0, yPixels=0 2020-04-03 12:05:47.313 1102-1102/? D/ImageWallpaper: Suppressed drawFrame since redraw is not needed and offsets have not changed. 2020-04-03 12:05:47.313 1102-1102/? D/ImageWallpaper: onVisibilityChanged: mVisible, visible=false, true 2020-04-03 12:05:47.313 1102-1102/? D/ImageWallpaper: Visibility changed to visible=true 2020-04-03 12:05:47.313 1102-1102/? D/ImageWallpaper: Suppressed drawFrame since redraw is not needed and offsets have not changed. 2020-04-03 12:05:47.315 1822-6540/? D/FA: Connected to remote service 2020-04-03 12:05:47.316 1822-6540/? V/FA: Processing queued up service tasks: 4 2020-04-03 12:05:47.316 926-5608/? D/PowerManagerService: releaseWakeLockInternal: lock=198006017 [launch], flags=0x0, totaltime=120ms 2020-04-03 12:05:47.324 1648-6542/? V/FA-SVC: Logging event: origin=app,name=onCreate_event,params=Bundle[{action=ADPoolCheck, ga_event_origin(_o)=app, ga_screen_class(_sc)=Launcher, ga_screen_id(_si)=-1891772369087027393, ga_screen(_sn)=MZsScreenExit}] 2020-04-03 12:05:47.329 926-1027/? I/BufferQueue: unnamed-926-155 BufferQueue core=(926:system_server) 2020-04-03 12:05:47.329 926-1027/? W/GuiExt: Cannot find GuiExtService 2020-04-03 12:05:47.329 926-1027/? I/BufferQueueConsumer: unnamed-926-155 connect(C): consumer=(926:system_server) controlledByApp=true 2020-04-03 12:05:47.329 926-1027/? I/BufferQueueConsumer: unnamed-926-155 setConsumerName: unnamed-926-155 2020-04-03 12:05:47.330 391-416/? D/Surface: Surface::connect(this=0x71c6ef3000,api=1) 2020-04-03 12:05:47.331 926-1027/? I/BufferQueueProducer: unnamed-926-155 connect(P): api=1 producer=(391:/system/bin/surfaceflinger) producerControlledByApp=false 2020-04-03 12:05:47.335 391-391/? I/SurfaceFlinger: screenshot (com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity#0) 2020-04-03 12:05:47.335 6684-6777/com.tencent.mmkvdemo D/Surface: Surface::disconnect(this=0x71fe412000,api=1) 2020-04-03 12:05:47.336 391-417/? I/BufferQueueProducer: com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity#0 disconnect(P): api 1 2020-04-03 12:05:47.338 391-417/? I/BufferQueueConsumer: com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity#0 getReleasedBuffers: returning mask 0xffffffffffffffff 2020-04-03 12:05:47.339 391-416/? D/Surface: Surface::disconnect(this=0x71c6ef3000,api=1) 2020-04-03 12:05:47.340 926-1027/? I/BufferQueueProducer: unnamed-926-155 disconnect(P): api 1 2020-04-03 12:05:47.340 926-1027/? I/BufferQueueConsumer: unnamed-926-155 getReleasedBuffers: returning mask 0xffffffffffffffff 2020-04-03 12:05:47.340 926-1027/? I/BufferQueueConsumer: unnamed-926-155 disconnect(C) 2020-04-03 12:05:47.340 926-1027/? I/BufferQueue: unnamed-926-155 ~BufferQueueCore 2020-04-03 12:05:47.348 926-5608/? D/IdleScreen: activityIdleScreen: android.app.ContextImpl@a110a0e mNotifyNeeded: false idleIntent: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10800100 cmp=com.transsion.hilauncher/com.android.launcher3.Launcher } 2020-04-03 12:05:47.354 1102-22449/? D/SystemServicesProxy: getRecentTasks:TASK = id=256 stackId=1 user=0 lastActiveTime=1585886747195 componentComponentInfo{com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity}/isExcluded = false/includeFrontMostExcludedTask = false/isFirstValidTask = true/t.id = -1 2020-04-03 12:05:47.355 1102-22449/? D/SystemServicesProxy: getRecentTasks:TASK = id=253 stackId=-1 user=0 lastActiveTime=1585886593663 componentComponentInfo{com.star.mobile.video.debug.v52400/com.star.mobile.video.activity.WelcomeActivity}/isExcluded = false/includeFrontMostExcludedTask = false/isFirstValidTask = false/t.id = -1 2020-04-03 12:05:47.355 1102-22449/? D/SystemServicesProxy: getRecentTasks:TASK = id=165 stackId=-1 user=0 lastActiveTime=1585715379935 componentComponentInfo{com.android.settings/com.android.settings.applications.InstalledAppDetailsTop}/isExcluded = false/includeFrontMostExcludedTask = false/isFirstValidTask = false/t.id = -1 2020-04-03 12:05:47.355 1102-22449/? D/SystemServicesProxy: getRecentTasks:TASK = id=86 stackId=-1 user=0 lastActiveTime=1585642761470 componentComponentInfo{com.android.settings/com.android.settings.applications.InstalledAppDetailsTop}/isExcluded = false/includeFrontMostExcludedTask = false/isFirstValidTask = false/t.id = -1 2020-04-03 12:05:47.355 1102-22449/? D/SystemServicesProxy: getRecentTasks:TASK = id=44 stackId=-1 user=0 lastActiveTime=1585298596464 componentComponentInfo{com.android.settings/com.android.settings.applications.InstalledAppDetailsTop}/isExcluded = false/includeFrontMostExcludedTask = false/isFirstValidTask = false/t.id = -1 2020-04-03 12:05:47.355 1102-22449/? D/SystemServicesProxy: getRecentTasks:TASK = id=43 stackId=-1 user=0 lastActiveTime=1585298583363 componentComponentInfo{com.tencent.android.qqdownloader/com.tencent.nucleus.manager.setting.SettingActivity}/isExcluded = false/includeFrontMostExcludedTask = false/isFirstValidTask = false/t.id = -1 2020-04-03 12:05:47.355 1102-22449/? D/SystemServicesProxy: getRecentTasks:TASK = id=23 stackId=-1 user=0 lastActiveTime=1585292488077 componentComponentInfo{com.android.settings/com.android.settings.applications.InstalledAppDetailsTop}/isExcluded = false/includeFrontMostExcludedTask = false/isFirstValidTask = false/t.id = -1 2020-04-03 12:05:47.357 1102-22449/? D/AppLockLoader: isAppLocked: packageName=com.star.mobile.video.debug.v52400, isLocked=false 2020-04-03 12:05:47.358 1102-22449/? D/AppLockLoader: isAppLocked: packageName=com.tencent.mmkvdemo, isLocked=false 2020-04-03 12:05:47.362 391-391/? W/Layer: [com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity#0] opaque layer with plane alpha:0.80 cannot be handled by hwcomposer 2020-04-03 12:05:47.366 391-391/? I/BufferQueueProducer: FrameBufferSurface_0 queueBuffer: fps=0.58 dur=15514.05 max=15382.63 min=14.47 2020-04-03 12:05:47.367 1648-6542/? V/FA-SVC: No network 2020-04-03 12:05:47.368 1648-6542/? V/FA-SVC: Unscheduling upload 2020-04-03 12:05:47.371 1648-6542/? V/FA-SVC: Background event processing time, ms: 47 2020-04-03 12:05:47.375 1648-6542/? V/FA-SVC: Logging event: origin=app,name=onCreate_event,params=Bundle[{action=ADPoolSwitch_true, ga_event_origin(_o)=app, ga_screen_class(_sc)=Launcher, ga_screen_id(_si)=-1891772369087027393, ga_screen(_sn)=MZsScreenExit}] 2020-04-03 12:05:47.376 926-7367/? D/PowerManagerService: wqGMS:SkipGmsWakeLockByPkg return pkg= com.google.android.gms tag= gms_scheduler:internal mIsGmsConnected= true 2020-04-03 12:05:47.376 926-7367/? D/PowerManagerService: wqGMS:Gms Connected 2020-04-03 12:05:47.379 391-391/? W/Layer: [com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity#0] opaque layer with plane alpha:0.61 cannot be handled by hwcomposer 2020-04-03 12:05:47.390 926-7367/? D/PowerManagerService: releaseWakeLockInternal: lock=164175452 [gms_scheduler:internal], flags=0x0, totaltime=13ms 2020-04-03 12:05:47.391 1648-6542/? V/FA-SVC: No network 2020-04-03 12:05:47.391 1648-6542/? V/FA-SVC: Unscheduling upload 2020-04-03 12:05:47.394 1648-6542/? V/FA-SVC: Background event processing time, ms: 19 2020-04-03 12:05:47.395 391-391/? W/Layer: [com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity#0] opaque layer with plane alpha:0.45 cannot be handled by hwcomposer 2020-04-03 12:05:47.398 1648-6542/? V/FA-SVC: Logging event: origin=app,name=MNewZeroScreenRecentAppShow,params=Bundle[{item_name=MNewZeroScreenRecentAppShow, ga_event_origin(_o)=app, ga_screen_class(_sc)=Launcher, ga_screen_id(_si)=-1891772369087027393, ga_screen(_sn)=MZsScreenExit}] 2020-04-03 12:05:47.399 926-5602/? D/PowerManagerService: wqGMS:SkipGmsWakeLockByPkg return pkg= com.google.android.gms tag= gms_scheduler:internal mIsGmsConnected= true 2020-04-03 12:05:47.400 926-5602/? D/PowerManagerService: wqGMS:Gms Connected 2020-04-03 12:05:47.410 1648-6542/? V/FA-SVC: No network 2020-04-03 12:05:47.410 1648-6542/? V/FA-SVC: Unscheduling upload 2020-04-03 12:05:47.410 926-7367/? D/PowerManagerService: releaseWakeLockInternal: lock=164175452 [gms_scheduler:internal], flags=0x0, totaltime=11ms 2020-04-03 12:05:47.412 391-391/? W/Layer: [com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity#0] opaque layer with plane alpha:0.31 cannot be handled by hwcomposer 2020-04-03 12:05:47.413 1648-6542/? V/FA-SVC: Background event processing time, ms: 16 2020-04-03 12:05:47.420 926-7367/? D/PowerManagerService: wqGMS:SkipGmsWakeLockByPkg return pkg= com.google.android.gms tag= gms_scheduler:internal mIsGmsConnected= true 2020-04-03 12:05:47.421 926-7367/? D/PowerManagerService: wqGMS:Gms Connected 2020-04-03 12:05:47.428 391-391/? W/Layer: [com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity#0] opaque layer with plane alpha:0.21 cannot be handled by hwcomposer 2020-04-03 12:05:47.430 926-7367/? D/PowerManagerService: releaseWakeLockInternal: lock=164175452 [gms_scheduler:internal], flags=0x0, totaltime=10ms 2020-04-03 12:05:47.444 391-391/? W/Layer: [com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity#0] opaque layer with plane alpha:0.12 cannot be handled by hwcomposer 2020-04-03 12:05:47.461 391-391/? W/Layer: [com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity#0] opaque layer with plane alpha:0.05 cannot be handled by hwcomposer 2020-04-03 12:05:47.478 391-391/? W/Layer: [com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity#0] opaque layer with plane alpha:0.01 cannot be handled by hwcomposer 2020-04-03 12:05:47.495 391-391/? W/Layer: [com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity#0] opaque layer with plane alpha:0.00 cannot be handled by hwcomposer 2020-04-03 12:05:47.511 1102-1102/? D/RecentsImpl: mWaitingForTransitionStart = false waitingForTransitionStartfalse 2020-04-03 12:05:47.511 1102-1102/? D/RecentsImpl: mWaitingForTransitionStart = false waitingForTransitionStartfalse 2020-04-03 12:05:47.515 926-8045/? I/zygote64: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0 2020-04-03 12:05:47.515 926-8045/? I/OpenGLRenderer: Initialized EGL, version 1.4 2020-04-03 12:05:47.515 926-8045/? D/OpenGLRenderer: Swap behavior 2 2020-04-03 12:05:47.518 494-539/? D/AAL: 04-03 05:05:47.452 BL= 68,ESS= 256, 2020-04-03 12:05:47.520 926-8045/? D/HWUIExtension: MTKProgramCache.init: enable enhancement 1 2020-04-03 12:05:47.521 926-8045/? I/HWUIExtension: Already had program atlas... 2020-04-03 12:05:47.521 926-8045/? D/HWUIExtension: Initializing program cache from 0x0, size = -1 2020-04-03 12:05:47.523 926-8045/? D/HWUIExtension: MTKProgramCache.generateProgram: 824633720832 2020-04-03 12:05:47.534 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: clearMemoryCache [benchmark_interprocess] 2020-04-03 12:05:47.536 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: clearMemoryCache [benchmark_interprocess] 2020-04-03 12:05:47.537 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: clearMemoryCache [imported] 2020-04-03 12:05:47.537 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: clearMemoryCache [imported] 2020-04-03 12:05:47.537 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: clearMemoryCache [testKotlin] 2020-04-03 12:05:47.537 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: clearMemoryCache [testKotlin] 2020-04-03 12:05:47.537 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: clearMemoryCache [testAES_reKey1] 2020-04-03 12:05:47.537 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: clearMemoryCache [testAES_reKey1] 2020-04-03 12:05:47.537 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: clearMemoryCache [testAshmem] 2020-04-03 12:05:47.537 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: clearMemoryCache [testAshmem] 2020-04-03 12:05:47.550 6684-6684/com.tencent.mmkvdemo D/View: [Warning] assignParent to null: this = DecorView@26295d8[MainActivity] 2020-04-03 12:05:47.555 6684-6684/com.tencent.mmkvdemo D/WindowClient: Remove from mViews: DecorView@26295d8[MainActivity], this = android.view.WindowManagerGlobal@ab1cd31 2020-04-03 12:05:47.560 391-391/? I/BufferQueueConsumer: com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity#0 disconnect(C) 2020-04-03 12:05:47.560 391-391/? I/BufferQueue: com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity#0 ~BufferQueueCore 2020-04-03 12:05:48.318 926-7367/? E/TouchFilter: setTouchFilter LOG Enable prameter: 0 2020-04-03 12:05:48.318 926-7367/? D/EventHub: Event Hub Touch Filter log is disabled 2020-04-03 12:05:48.318 926-7367/? D/EventHub: Event Hub Touch Filter is enabled 2020-04-03 12:05:48.328 1613-1616/? D/GasService: pkg a:[com.transsion.hilauncher] [D] pid:1822 uid:10069 audio:0,_s:0 2020-04-03 12:05:50.194 518-518/? I/thermal_repeater: [recvMdThermalInfo] ret=37, strLen=127, 2, 32767, -127, 20821, 32767, -20554 2020-04-03 12:05:50.595 926-7367/? I/ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.tencent.mmkvdemo/.MainActivity bnds=[536,550][712,747] (has extras)} from uid 10069 2020-04-03 12:05:50.597 387-413/? I/vendor.mediatek.hardware.power@1.1-impl: PowerHint hint:8, data:1 2020-04-03 12:05:50.599 926-7367/? D/PowerManagerService: wqGMS:SkipGmsWakeLockByPkg return pkg= android tag= launch mIsGmsConnected= true 2020-04-03 12:05:50.599 926-7367/? D/PowerManagerService: wqGMS:Gms Connected 2020-04-03 12:05:50.603 926-1027/? D/WindowClient: Add to mViews: DecorView@a850ca4[mmkvdemo], this = android.view.WindowManagerGlobal@dc2fa51 2020-04-03 12:05:50.603 926-1027/? D/ViewRootImpl[mmkvdemo]: hardware acceleration = false , fakeHwAccelerated = true, sRendererDisabled = false, forceHwAccelerated = false, sSystemRendererDisabled = false 2020-04-03 12:05:50.605 926-946/? W/BroadcastQueue: Permission Denial: receiving Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } to ProcessRecord{a74bbb5 1550:com.google.android.gms.persistent/u0a13} (pid=1550, uid=10013) requires com.transsion.hilauncher.permission.RECEIVE_LAUNCH_BROADCASTS due to sender com.transsion.hilauncher (uid 10069) 2020-04-03 12:05:50.605 926-946/? W/BroadcastQueue: Permission Denial: receiving Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$GmsExternalReceiver requires com.transsion.hilauncher.permission.RECEIVE_LAUNCH_BROADCASTS due to sender com.transsion.hilauncher (uid 10069) 2020-04-03 12:05:50.605 1822-6540/? V/FA: Recording user engagement, ms: 3375 2020-04-03 12:05:50.610 1822-6540/? V/FA: Activity paused, time: 178274508 2020-04-03 12:05:50.610 391-391/? I/BufferQueue: unnamed-391-968 BufferQueue core=(391:/system/bin/surfaceflinger) 2020-04-03 12:05:50.610 391-391/? W/GuiExt: Cannot find GuiExtService 2020-04-03 12:05:50.610 391-391/? I/BufferQueueConsumer: unnamed-391-968 connect(C): consumer=(391:/system/bin/surfaceflinger) controlledByApp=false 2020-04-03 12:05:50.610 391-391/? I/BufferQueueConsumer: unnamed-391-968 setConsumerName: unnamed-391-968 2020-04-03 12:05:50.610 391-391/? I/BufferQueueConsumer: Splash Screen com.tencent.mmkvdemo#0 setConsumerName: Splash Screen com.tencent.mmkvdemo#0 2020-04-03 12:05:50.610 391-391/? I/BufferQueueConsumer: Splash Screen com.tencent.mmkvdemo#0 setDefaultBufferSize: width=720 height=1440 2020-04-03 12:05:50.612 1822-6540/? D/FA: Logging event (FE): user_engagement(_e), Bundle[{firebase_event_origin(_o)=auto, engagement_time_msec(_et)=3375, firebase_screen_class(_sc)=Launcher, firebase_screen_id(_si)=-1891772369087027393, firebase_screen(_sn)=MZsScreenExit}] 2020-04-03 12:05:50.619 926-7367/? D/AppLockDelegator: appLockCheck: 2020-04-03 12:05:50.619 926-7367/? D/ActivityManager: realStartActivityLocked: app lock service check 2020-04-03 12:05:50.620 399-1981/? D/pnpmgr: Got fd=19, /sys/power/pnpmgr/ams/activity updated:com.tencent.mmkvdemo 2020-04-03 12:05:50.620 926-7367/? V/WindowManager: Set focused app to: AppWindowToken{87287d3 token=Token{dcfc80c ActivityRecord{4c0973f u0 com.tencent.mmkvdemo/.MainActivity t257}}} old focus=AppWindowToken{2985dd8 token=Token{ff91ba9 ActivityRecord{144b330 u0 com.transsion.hilauncher/com.android.launcher3.Launcher t87}}} moveFocusNow=true 2020-04-03 12:05:50.621 926-7367/? V/WindowManager: Changing focus from Window{b581c54 u0 com.transsion.hilauncher/com.android.launcher3.Launcher} to null Callers=com.android.server.wm.WindowManagerService.setFocusedApp:2761 com.android.server.am.ActivityManagerService.setResumedActivityUncheckLocked:3458 com.android.server.am.ActivityStack.setResumedActivityLocked:2348 com.android.server.am.ActivityStack.minimalResumeActivityLocked:1105 2020-04-03 12:05:50.621 926-7367/? D/WindowManager: Input focus has changed to null 2020-04-03 12:05:50.622 926-957/? I/WindowManager: Focus moving from Window{b581c54 u0 com.transsion.hilauncher/com.android.launcher3.Launcher} to null 2020-04-03 12:05:50.623 387-413/? I/vendor.mediatek.hardware.power@1.1-impl: notifyAppState pack:com.tencent.mmkvdemo, act:com.tencent.mmkvdemo.MainActivity, pid:6684, state:1 2020-04-03 12:05:50.623 926-7367/? D/ProcessManager: After resumed : com.tencent.mmkvdemo 2020-04-03 12:05:50.624 926-1027/? D/Surface: lockCanvas 2020-04-03 12:05:50.624 926-1027/? D/Surface: Surface::connect(this=0x71ed5a3000,api=2) 2020-04-03 12:05:50.624 387-412/? I/libPerfService: [perfNotifyAppState] foreground:com.tencent.mmkvdemo, pid:6684 2020-04-03 12:05:50.624 391-1595/? I/BufferQueueProducer: Splash Screen com.tencent.mmkvdemo#0 connect(P): api=2 producer=(926:system_server) producerControlledByApp=false 2020-04-03 12:05:50.625 391-391/? I/DisplayDevice: [Built-in Screen (type:0)] fps:9.586554,dur:3442.32,max:2814.30,min:14.14 2020-04-03 12:05:50.644 1822-2114/? D/Surface: Surface::disconnect(this=0x720b318000,api=1) 2020-04-03 12:05:50.644 391-1595/? I/BufferQueueProducer: com.transsion.hilauncher/com.android.launcher3.Launcher#0 disconnect(P): api 1 2020-04-03 12:05:50.645 391-1595/? I/BufferQueueConsumer: com.transsion.hilauncher/com.android.launcher3.Launcher#0 getReleasedBuffers: returning mask 0xffffffffffffffff 2020-04-03 12:05:50.650 1648-6542/? V/FA-SVC: Logging event: origin=auto,name=user_engagement(_e),params=Bundle[{ga_event_origin(_o)=auto, engagement_time_msec(_et)=3375, ga_screen_class(_sc)=Launcher, ga_screen_id(_si)=-1891772369087027393, ga_screen(_sn)=MZsScreenExit}] 2020-04-03 12:05:50.664 1648-6542/? V/FA-SVC: No network 2020-04-03 12:05:50.664 1648-6542/? V/FA-SVC: Unscheduling upload 2020-04-03 12:05:50.667 1648-6542/? V/FA-SVC: Background event processing time, ms: 17 2020-04-03 12:05:50.671 926-5608/? D/PowerManagerService: wqGMS:SkipGmsWakeLockByPkg return pkg= com.google.android.gms tag= gms_scheduler:internal mIsGmsConnected= true 2020-04-03 12:05:50.671 926-5608/? D/PowerManagerService: wqGMS:Gms Connected 2020-04-03 12:05:50.673 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:0.08 cannot be handled by hwcomposer 2020-04-03 12:05:50.677 391-391/? I/BufferQueueProducer: FrameBufferSurface_0 queueBuffer: fps=2.72 dur=3310.64 max=3179.21 min=14.15 2020-04-03 12:05:50.681 6684-6690/com.tencent.mmkvdemo I/zygote64: Do partial code cache collection, code=28KB, data=27KB 2020-04-03 12:05:50.681 6684-6690/com.tencent.mmkvdemo I/zygote64: After code cache collection, code=28KB, data=27KB 2020-04-03 12:05:50.681 6684-6690/com.tencent.mmkvdemo I/zygote64: Increasing code cache capacity to 128KB 2020-04-03 12:05:50.685 926-5608/? D/PowerManagerService: releaseWakeLockInternal: lock=164175452 [gms_scheduler:internal], flags=0x0, totaltime=13ms 2020-04-03 12:05:50.689 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:0.30 cannot be handled by hwcomposer 2020-04-03 12:05:50.706 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:0.61 cannot be handled by hwcomposer 2020-04-03 12:05:50.722 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:0.77 cannot be handled by hwcomposer 2020-04-03 12:05:50.729 1102-22449/? D/SystemServicesProxy: getRecentTasks:TASK = id=257 stackId=1 user=0 lastActiveTime=1585886750622 componentComponentInfo{com.tencent.mmkvdemo/com.tencent.mmkvdemo.MainActivity}/isExcluded = false/includeFrontMostExcludedTask = false/isFirstValidTask = true/t.id = 257 2020-04-03 12:05:50.729 1102-22449/? D/SystemServicesProxy: getRecentTasks:TASK = id=253 stackId=-1 user=0 lastActiveTime=1585886593663 componentComponentInfo{com.star.mobile.video.debug.v52400/com.star.mobile.video.activity.WelcomeActivity}/isExcluded = false/includeFrontMostExcludedTask = false/isFirstValidTask = false/t.id = -1 2020-04-03 12:05:50.729 1102-22449/? D/SystemServicesProxy: getRecentTasks:TASK = id=165 stackId=-1 user=0 lastActiveTime=1585715379935 componentComponentInfo{com.android.settings/com.android.settings.applications.InstalledAppDetailsTop}/isExcluded = false/includeFrontMostExcludedTask = false/isFirstValidTask = false/t.id = -1 2020-04-03 12:05:50.729 1102-22449/? D/SystemServicesProxy: getRecentTasks:TASK = id=86 stackId=-1 user=0 lastActiveTime=1585642761470 componentComponentInfo{com.android.settings/com.android.settings.applications.InstalledAppDetailsTop}/isExcluded = false/includeFrontMostExcludedTask = false/isFirstValidTask = false/t.id = -1 2020-04-03 12:05:50.729 1102-22449/? D/SystemServicesProxy: getRecentTasks:TASK = id=44 stackId=-1 user=0 lastActiveTime=1585298596464 componentComponentInfo{com.android.settings/com.android.settings.applications.InstalledAppDetailsTop}/isExcluded = false/includeFrontMostExcludedTask = false/isFirstValidTask = false/t.id = -1 2020-04-03 12:05:50.729 1102-22449/? D/SystemServicesProxy: getRecentTasks:TASK = id=43 stackId=-1 user=0 lastActiveTime=1585298583363 componentComponentInfo{com.tencent.android.qqdownloader/com.tencent.nucleus.manager.setting.SettingActivity}/isExcluded = false/includeFrontMostExcludedTask = false/isFirstValidTask = false/t.id = -1 2020-04-03 12:05:50.729 1102-22449/? D/SystemServicesProxy: getRecentTasks:TASK = id=23 stackId=-1 user=0 lastActiveTime=1585292488077 componentComponentInfo{com.android.settings/com.android.settings.applications.InstalledAppDetailsTop}/isExcluded = false/includeFrontMostExcludedTask = false/isFirstValidTask = false/t.id = -1 2020-04-03 12:05:50.731 1102-22449/? D/AppLockLoader: isAppLocked: packageName=com.tencent.mmkvdemo, isLocked=false 2020-04-03 12:05:50.732 1102-22449/? D/AppLockLoader: isAppLocked: packageName=com.star.mobile.video.debug.v52400, isLocked=false 2020-04-03 12:05:50.739 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:0.86 cannot be handled by hwcomposer 2020-04-03 12:05:50.755 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:0.91 cannot be handled by hwcomposer 2020-04-03 12:05:50.766 6684-6684/com.tencent.mmkvdemo I/redirect logging MMKV: root dir: /data/user/0/com.tencent.mmkvdemo/files/mmkv 2020-04-03 12:05:50.766 6684-6684/com.tencent.mmkvdemo I/MMKV: mmkv root: /data/user/0/com.tencent.mmkvdemo/files/mmkv

--------- beginning of crash

2020-04-03 12:05:50.771 6684-6684/com.tencent.mmkvdemo A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x8 in tid 6684 (encent.mmkvdemo), pid 6684 (encent.mmkvdemo) 2020-04-03 12:05:50.772 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:0.95 cannot be handled by hwcomposer 2020-04-03 12:05:50.789 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:0.98 cannot be handled by hwcomposer 2020-04-03 12:05:50.796 494-539/? D/AAL: 04-03 05:05:50.747 BL= 69,ESS= 256, 2020-04-03 12:05:50.805 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:0.99 cannot be handled by hwcomposer 2020-04-03 12:05:50.822 391-391/? W/Layer: [Splash Screen com.tencent.mmkvdemo#0] opaque layer with plane alpha:1.00 cannot be handled by hwcomposer 2020-04-03 12:05:50.828 6836-6836/? I/crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstone 2020-04-03 12:05:50.829 533-533/? I//system/bin/tombstoned: received crash request for pid 6684 2020-04-03 12:05:50.831 6836-6836/? I/crash_dump64: performing dump of process 6684 (target tid = 6684) 2020-04-03 12:05:50.832 6684-6684/com.tencent.mmkvdemo I/libc: orig_dumpable: 1 2020-04-03 12:05:50.832 6836-6836/? A/DEBUG: 2020-04-03 12:05:50.832 6836-6836/? A/DEBUG: Build fingerprint: 'TECNO/H633/TECNO-CA7:8.1.0/O11019/BCDK-190323V246:user/release-keys' 2020-04-03 12:05:50.832 6836-6836/? A/DEBUG: Revision: '0' 2020-04-03 12:05:50.832 6836-6836/? A/DEBUG: ABI: 'arm64' 2020-04-03 12:05:50.832 6836-6836/? A/DEBUG: pid: 6684, tid: 6684, name: encent.mmkvdemo >>> com.tencent.mmkvdemo <<< 2020-04-03 12:05:50.832 6836-6836/? A/DEBUG: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x8 2020-04-03 12:05:50.832 6836-6836/? A/DEBUG: Cause: null pointer dereference 2020-04-03 12:05:50.832 6836-6836/? A/DEBUG: x0 6d317de01397f760 x1 00000071fe4af740 x2 0000000000000020 x3 0000000000000006 2020-04-03 12:05:50.832 6836-6836/? A/DEBUG: x4 00000000000000d4 x5 00000071fe4af760 x6 3330636366373231 x7 6235343838613065 2020-04-03 12:05:50.832 6836-6836/? A/DEBUG: x8 9ddfea08eb382d69 x9 65caa4de4b417060 x10 751a7ada543f1e20 x11 211a3b720bcafbf9 2020-04-03 12:05:50.832 6836-6836/? A/DEBUG: x12 f5532ab7ce3ff68f x13 2a815e95b3d8dd95 x14 2f2befe48468edc8 x15 be41013c00000000 2020-04-03 12:05:50.832 6836-6836/? A/DEBUG: x16 6536653436363564 x17 000000728f17e7f8 x18 000000002dd6b629 x19 6d317de01397f760 2020-04-03 12:05:50.832 6836-6836/? A/DEBUG: x20 0000000000000000 x21 0000007fe099ebe0 x22 0000000000000001 x23 00000072907f8a40 2020-04-03 12:05:50.832 6836-6836/? A/DEBUG: x24 0000000000001000 x25 00000072907f8a40 x26 00000072907f8a40 x27 00000071f2b4d578 2020-04-03 12:05:50.832 6836-6836/? A/DEBUG: x28 0000000000000005 x29 0000007fe099ebd0 x30 00000071f2add75c 2020-04-03 12:05:50.832 6836-6836/? A/DEBUG: sp 0000007fe099eb70 pc 00000071f2add760 pstate 0000000020000000 2020-04-03 12:05:50.834 6836-6836/? A/DEBUG: backtrace: 2020-04-03 12:05:50.834 6836-6836/? A/DEBUG: #00 pc 0000000000019760 /data/app/com.tencent.mmkvdemo-APntHFaiqSWGI1ZSKjaO4g==/lib/arm64/libmmkv.so 2020-04-03 12:05:50.834 6836-6836/? A/DEBUG: #01 pc 000000000001b14c /data/app/com.tencent.mmkvdemo-APntHFaiqSWGI1ZSKjaO4g==/lib/arm64/libmmkv.so 2020-04-03 12:05:50.834 6836-6836/? A/DEBUG: #02 pc 0000000000010264 /data/app/com.tencent.mmkvdemo-APntHFaiqSWGI1ZSKjaO4g==/lib/arm64/libmmkv.so 2020-04-03 12:05:50.834 6836-6836/? A/DEBUG: #03 pc 0000000000010b4c /data/app/com.tencent.mmkvdemo-APntHFaiqSWGI1ZSKjaO4g==/oat/arm64/base.odex (offset 0xf000) 2020-04-03 12:05:50.839 1102-1102/? D/RecentsImpl: mWaitingForTransitionStart = false waitingForTransitionStartfalse 2020-04-03 12:05:50.839 1102-1102/? D/RecentsImpl: mWaitingForTransitionStart = false waitingForTransitionStartfalse 2020-04-03 12:05:50.842 1102-1102/? D/ImageWallpaper: onVisibilityChanged: mVisible, visible=true, false 2020-04-03 12:05:50.842 1102-1102/? D/ImageWallpaper: Visibility changed to visible=false 2020-04-03 12:05:51.503 814-814/? D/AEE_AED: $===AEE===AEE===AEE===$ 2020-04-03 12:05:51.504 814-814/? D/AEE_AED: p 2 poll events 1 revents 1 2020-04-03 12:05:51.504 814-814/? D/AEE_AED: PPM cpu cores:8, online:8 2020-04-03 12:05:51.505 814-814/? D/AEE_AED: aed_main_fork_worker: generator 0x78c4c30480, worker 0x7ffe898188, recv_fd 10 2020-04-03 12:05:51.507 6837-6837/? V/AEE_AED: dashboard_record_update() : rec->module = com.tencent.mmkvdemo 2020-04-03 12:05:51.507 6837-6837/? D/AEE_AED: Duplicated exception, cnt = 7 2020-04-03 12:05:51.507 6837-6837/? D/AEE_AED: Last exception time: 1585886621 2020-04-03 12:05:51.507 6837-6837/? D/AEE_AED: cur time: 1585886751 2020-04-03 12:05:51.507 6837-6837/? D/AEE_AED: Skip for Exp level'0' 2020-04-03 12:05:51.507 6837-6837/? I/AEE_AED: aed_crash_dump_session: aed_report_filter asked to skip 2020-04-03 12:05:51.507 6836-6836/? I/crash_dump: crash_dump_notify exit 2020-04-03 12:05:51.508 814-814/? D/AEE_AED: clear ppm settings 2020-04-03 12:05:51.508 814-814/? D/AEE_AED: $===AEE===AEE===AEE===$ 2020-04-03 12:05:51.509 533-533/? E//system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_09 2020-04-03 12:05:51.510 926-6838/? D/ActivityManager: crashInfo.exceptionClassName = Native crash , crashInfo.exceptionMessage = Segmentation fault, crashInfo.throwFileName = unknown,crashInfo.throwLineNumber = 0 2020-04-03 12:05:51.511 926-6838/? W/ActivityManager: Force finishing activity com.tencent.mmkvdemo/.MainActivity 2020-04-03 12:05:51.513 926-954/? I/BootReceiver: Copying /data/tombstones/tombstone_09 to DropBox (SYSTEM_TOMBSTONE) 2020-04-03 12:05:51.514 926-6838/? D/PowerManagerService: wqGMS:SkipGmsWakeLockByPkg return pkg= android tag= launch mIsGmsConnected= true 2020-04-03 12:05:51.514 926-6838/? D/PowerManagerService: wqGMS:Gms Connected 2020-04-03 12:05:51.519 926-947/? I/ActivityManager: Showing crash dialog for package com.tencent.mmkvdemo u0 2020-04-03 12:05:51.520 926-6839/? W/AES: Exception Log handling... 2020-04-03 12:05:51.522 926-946/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver 2020-04-03 12:05:51.522 926-946/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver 2020-04-03 12:05:51.523 390-390/? E/lowmemorykiller: Error writing /proc/6684/oom_score_adj; errno=22 2020-04-03 12:05:51.524 926-6839/? D/AES: ExceptionLog: notify aed (process:com.tencent.mmkvdemo pid:6684 cause:data_app_native_crash ) 2020-04-03 12:05:51.524 926-6839/? W/AES: native_crash should be processed by aee already 2020-04-03 12:05:51.547 926-7367/? D/PowerManagerService: wqGMS:SkipGmsWakeLockByPkg return pkg= com.google.android.gms tag= IntentOp:.common.broadcast.BackgroundBroadcastReceiverSupport$GmsReceiverIntentOperation mIsGmsConnected= true 2020-04-03 12:05:51.547 926-7367/? D/PowerManagerService: wqGMS:Gms Connected 2020-04-03 12:05:51.549 926-946/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver 2020-04-03 12:05:51.549 926-946/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver 2020-04-03 12:05:51.552 926-947/? D/WindowClient: Add to mViews: DecorView@3e27522[mmkvdemo], this = android.view.WindowManagerGlobal@dc2fa51 2020-04-03 12:05:51.557 926-947/? D/ViewRootImpl[mmkvdemo]: hardware acceleration = true , fakeHwAccelerated = false, sRendererDisabled = false, forceHwAccelerated = false, sSystemRendererDisabled = false 2020-04-03 12:05:51.559 926-7367/? D/PowerManagerService: wqGMS:SkipGmsWakeLockByPkg return pkg= com.google.android.gms tag= IntentOp:.common.broadcast.BackgroundBroadcastReceiverSupport$PersistentReceiverIntentOperation mIsGmsConnected= true 2020-04-03 12:05:51.559 926-7367/? D/PowerManagerService: wqGMS:Gms Connected 2020-04-03 12:05:51.559 926-947/? V/WindowManager: Changing focus from null to Window{9b89570 u0 Application Error: com.tencent.mmkvdemo} Callers=com.android.server.wm.WindowManagerService.addWindow:1591 com.android.server.wm.Session.addToDisplay:203 android.view.ViewRootImpl.setView:747 android.view.WindowManagerGlobal.addView:374 2020-04-03 12:05:51.561 926-947/? D/WindowManager: Input focus has changed to Window{9b89570 u0 Application Error: com.tencent.mmkvdemo} 2020-04-03 12:05:51.562 926-957/? I/WindowManager: Focus moving from null to Window{9b89570 u0 Application Error: com.tencent.mmkvdemo} 2020-04-03 12:05:51.565 391-417/? I/SurfaceFlinger: EventThread Client Pid (6684) disconnected by (391) 2020-04-03 12:05:51.566 391-417/? I/chatty: uid=1000(system) Binder:391_2 identical 1 line 2020-04-03 12:05:51.566 391-417/? I/SurfaceFlinger: EventThread Client Pid (6684) disconnected by (391) 2020-04-03 12:05:51.566 391-417/? I/SurfaceFlinger: [SF client] DEL(0x724fdd3680) for (926:system_server) 2020-04-03 12:05:51.567 926-4784/? I/ActivityManager: Process com.tencent.mmkvdemo (pid 6684) has died: vis +99TOP 2020-04-03 12:05:51.567 926-5603/? D/PowerManagerService: wqGMS:SkipGmsWakeLockByPkg return pkg= com.google.android.gms tag= IntentOp:.common.broadcast.BackgroundBroadcastReceiverSupport$GmsReceiverIntentOperation mIsGmsConnected= true 2020-04-03 12:05:51.567 926-5603/? D/PowerManagerService: wqGMS:Gms Connected 2020-04-03 12:05:51.568 926-5601/? D/PowerManagerService: wqGMS:SkipGmsWakeLockByPkg return pkg= com.google.android.gms tag= IntentOp:.common.broadcast.BackgroundBroadcastReceiverSupport$PersistentReceiverIntentOperation mIsGmsConnected= true 2020-04-03 12:05:51.568 926-5601/? D/PowerManagerService: wqGMS:Gms Connected 2020-04-03 12:05:51.567 926-951/? W/zygote64: kill(-6684, 9) failed: No such process 2020-04-03 12:05:51.568 926-951/? I/zygote64: Successfully killed process cgroup uid 10120 pid 6684 in 1ms 2020-04-03 12:05:51.569 926-5601/? D/PowerManagerService: releaseWakeLockInternal: lock=190234990 [IntentOp:.common.broadcast.BackgroundBroadcastReceiverSupport$GmsReceiverIntentOperation], flags=0x0, totaltime=22ms 2020-04-03 12:05:51.570 926-4784/? V/WindowManager: Removing focused app token:AppWindowToken{87287d3 token=Token{dcfc80c ActivityRecord{4c0973f u0 com.tencent.mmkvdemo/.MainActivity t257}}} mIsExiting= 2020-04-03 12:05:51.571 926-1027/? D/View: [Warning] assignParent to null: this = DecorView@a850ca4[mmkvdemo] 2020-04-03 12:05:51.572 926-1027/? D/Surface: Surface::disconnect(this=0x71ed5a3000,api=2) 2020-04-03 12:05:51.572 391-737/? I/BufferQueueProducer: Splash Screen com.tencent.mmkvdemo#0 disconnect(P): api 2 2020-04-03 12:05:51.572 391-737/? I/BufferQueueConsumer: Splash Screen com.tencent.mmkvdemo#0 getReleasedBuffers: returning mask 0xffffffffffffffff 2020-04-03 12:05:51.575 926-1027/? D/WindowClient: Remove from mViews: DecorView@a850ca4[mmkvdemo], this = android.view.WindowManagerGlobal@dc2fa51 2020-04-03 12:05:51.576 391-391/? I/BufferQueue: unnamed-391-969 BufferQueue core=(391:/system/bin/surfaceflinger) 2020-04-03 12:05:51.577 391-391/? W/GuiExt: Cannot find GuiExtService 2020-04-03 12:05:51.577 391-391/? I/BufferQueueConsumer: unnamed-391-969 connect(C): consumer=(391:/system/bin/surfaceflinger) controlledByApp=false 2020-04-03 12:05:51.577 391-391/? I/BufferQueueConsumer: unnamed-391-969 setConsumerName: unnamed-391-969 2020-04-03 12:05:51.577 391-391/? I/BufferQueueConsumer: Application Error: com.tencent.mmkvdemo#0 setConsumerName: Application Error: com.tencent.mmkvdemo#0 2020-04-03 12:05:51.577 391-391/? I/BufferQueueConsumer: Application Error: com.tencent.mmkvdemo#0 setDefaultBufferSize: width=25 height=25 2020-04-03 12:05:51.583 391-391/? I/BufferQueueConsumer: Application Error: com.tencent.mmkvdemo#0 setDefaultBufferSize: width=744 height=299 2020-04-03 12:05:51.583 391-391/? I/BufferQueueConsumer: Splash Screen com.tencent.mmkvdemo#0 disconnect(C) 2020-04-03 12:05:51.583 391-391/? I/BufferQueue: Splash Screen com.tencent.mmkvdemo#0 ~BufferQueueCore 2020-04-03 12:05:51.587 926-947/? D/Surface: Surface::allocateBuffers(this=0x71da721000) 2020-04-03 12:05:51.587 926-8045/? E/libPowerStretch: system_server in hard-coded bl 2020-04-03 12:05:51.587 926-8045/? D/Surface: Surface::connect(this=0x71da721000,api=1) 2020-04-03 12:05:51.587 926-4784/? V/WindowManager: Set focused app to: AppWindowToken{2985dd8 token=Token{ff91ba9 ActivityRecord{144b330 u0 com.transsion.hilauncher/com.android.launcher3.Launcher t87}}} old focus=null moveFocusNow=true 2020-04-03 12:05:51.587 391-1595/? I/BufferQueueProducer: Application Error: com.tencent.mmkvdemo#0 connect(P): api=1 producer=(926:system_server) producerControlledByApp=false 2020-04-03 12:05:51.588 387-413/? I/vendor.mediatek.hardware.power@1.1-impl: notifyAppState pack:com.transsion.hilauncher, act:com.android.launcher3.Launcher, pid:1822, state:1 2020-04-03 12:05:51.589 399-1981/? D/pnpmgr: Got fd=19, /sys/power/pnpmgr/ams/activity updated:com.transsion.hilauncher 2020-04-03 12:05:51.589 387-412/? I/libPerfService: [perfNotifyAppState] foreground:com.transsion.hilauncher, pid:1822 2020-04-03 12:05:51.589 926-4784/? D/ProcessManager: After resumed : com.transsion.hilauncher 2020-04-03 12:05:51.590 926-8045/? D/mali_winsys: EGLint new_window_surface(egl_winsys_display , void , EGLSurface, EGLConfig, egl_winsys_surface *, egl_color_buffer_format , EGLBoolean) returns 0x3000 2020-04-03 12:05:51.591 926-4784/? D/AppLockDelegator: appLockCheck: 2020-04-03 12:05:51.591 926-4784/? D/ActivityManager: resumeTopActivityInnerLocked: app lock service check, hot launch! 2020-04-03 12:05:51.596 1102-1102/? D/ImageWallpaper: onOffsetsChanged: xOffset=0.0, yOffset=0.0, xOffsetStep=0.0, yOffsetStep=0.0, xPixels=0, yPixels=0 2020-04-03 12:05:51.597 1102-1102/? D/ImageWallpaper: Suppressed drawFrame since redraw is not needed and offsets have not changed. 2020-04-03 12:05:51.597 1102-1102/? D/ImageWallpaper: onVisibilityChanged: mVisible, visible=false, true 2020-04-03 12:05:51.597 1102-1102/? D/ImageWallpaper: Visibility changed to visible=true 2020-04-03 12:05:51.598 1102-1102/? D/ImageWallpaper: Suppressed drawFrame since redraw is not needed and offsets have not changed. 2020-04-03 12:05:51.600 926-8045/? D/HWUIExtension: MTKProgramCache.generateProgram: 240518168576 2020-04-03 12:05:51.601 926-8045/? D/HWUIExtension: createProgram 0x0000003800000000, binary 0x71fdb293fc, length 4812, format 36705 within 1014ns 2020-04-03 12:05:51.603 926-8045/? D/HWUIExtension: MTKProgramCache.generateProgram: 8864812498944 2020-04-03 12:05:51.603 926-957/? W/ActivityManager: setHasOverlayUi called on unknown pid: 6684 2020-04-03 12:05:51.603 926-8045/? D/HWUIExtension: createProgram 0x0000081000000000, binary 0x71fdb3bdb8, length 12020, format 36705 within 583ns 2020-04-03 12:05:51.604 926-8045/? D/HWUIExtension: MTKProgramCache.generateProgram: 571780406181891 2020-04-03 12:05:51.605 926-8045/? D/HWUIExtension: createProgram 0x0002080800000003, binary 0x71fdb48138, length 12588, format 36705 within 705ns 2020-04-03 12:05:51.606 926-1695/? I/WindowManager: Relayout Window{b581c54 u0 com.transsion.hilauncher/com.android.launcher3.Launcher}: oldVis=8 newVis=0 focusMayChange = true 2020-04-03 12:05:51.607 926-5603/? D/PowerManagerService: releaseWakeLockInternal: lock=69055141 [IntentOp:.common.broadcast.BackgroundBroadcastReceiverSupport$PersistentReceiverIntentOperation], flags=0x0, totaltime=47ms 2020-04-03 12:05:51.610 926-8045/? D/HWUIExtension: MTKProgramCache.generateProgram: 571746055880769 2020-04-03 12:05:51.611 926-8045/? D/HWUIExtension: createProgram 0x0002080000900041, binary 0x71fdb44f08, length 12848, format 36705 within 645ns 2020-04-03 12:05:51.611 926-4851/? D/PowerManagerService: releaseWakeLockInternal: lock=229738106 [IntentOp:.common.broadcast.BackgroundBroadcastReceiverSupport$GmsReceiverIntentOperation], flags=0x0, totaltime=44ms 2020-04-03 12:05:51.614 1822-1822/? D/Surface: Surface::allocateBuffers(this=0x720b318000) 2020-04-03 12:05:51.614 1822-2114/? E/libPowerStretch: TimeStamps from Cache: lucid = 20081231170000, customer = 20081231170000 2020-04-03 12:05:51.615 1822-2114/? E/libPowerStretch: Cache valid RC: lucid = 2, customer = 2 2020-04-03 12:05:51.615 1822-2114/? E/libPowerStretch: com.transsion.hilauncher is in priority_bl 2020-04-03 12:05:51.615 1822-2114/? E/libPowerStretch: Priority black list: 1 2020-04-03 12:05:51.615 1822-2114/? E/libPowerStretch: com.transsion.hilauncher in bl 2020-04-03 12:05:51.615 1822-2114/? D/Surface: Surface::connect(this=0x720b318000,api=1) 2020-04-03 12:05:51.616 391-416/? I/BufferQueueProducer: com.transsion.hilauncher/com.android.launcher3.Launcher#0 connect(P): api=1 producer=(1822:com.transsion.hilauncher) producerControlledByApp=true 2020-04-03 12:05:51.619 1822-2114/? D/mali_winsys: EGLint new_window_surface(egl_winsys_display , void , EGLSurface, EGLConfig, egl_winsys_surface *, egl_color_buffer_format , EGLBoolean) returns 0x3000 2020-04-03 12:05:51.621 926-1776/? D/PowerManagerService: releaseWakeLockInternal: lock=63017030 [IntentOp:.common.broadcast.BackgroundBroadcastReceiverSupport$PersistentReceiverIntentOperation], flags=0x0, totaltime=52ms 2020-04-03 12:05:51.622 1822-6540/? V/FA: Activity resumed, time: 178275522 2020-04-03 12:05:51.623 1822-1822/? V/PhoneWindow: DecorView setVisiblity: visibility = 0, Parent = ViewRoot{3e6e9c5 com.transsion.hilauncher/com.android.launcher3.Launcher,ident = 0}, this = DecorView@c196a2f[Launcher] 2020-04-03 12:05:51.624 926-946/? E/libPowerStretch: LucidSystemServerLogic::onSetLucidFgApp send resetFromSystemServer appName = com.transsion.hilauncher 2020-04-03 12:05:51.624 926-946/? D/libPowerStretch: filename is null 2020-04-03 12:05:51.624 1102-21927/? D/SystemServicesProxy: getRecentTasks:TASK = id=253 stackId=-1 user=0 lastActiveTime=1585886593663 componentComponentInfo{com.star.mobile.video.debug.v52400/com.star.mobile.video.activity.WelcomeActivity}/isExcluded = false/includeFrontMostExcludedTask = false/isFirstValidTask = true/t.id = -1 2020-04-03 12:05:51.624 1102-21927/? D/SystemServicesProxy: getRecentTasks:TASK = id=165 stackId=-1 user=0 lastActiveTime=1585715379935 componentComponentInfo{com.android.settings/com.android.settings.applications.InstalledAppDetailsTop}/isExcluded = false/includeFrontMostExcludedTask = false/isFirstValidTask = false/t.id = -1 2020-04-03 12:05:51.624 1102-21927/? D/SystemServicesProxy: getRecentTasks:TASK = id=86 stackId=-1 user=0 lastActiveTime=1585642761470 componentComponentInfo{com.android.settings/com.android.settings.applications.InstalledAppDetailsTop}/isExcluded = false/includeFrontMostExcludedTask = false/isFirstValidTask = false/t.id = -1 2020-04-03 12:05:51.624 1102-21927/? D/SystemServicesProxy: getRecentTasks:TASK = id=44 stackId=-1 user=0 lastActiveTime=1585298596464 componentComponentInfo{com.android.settings/com.android.settings.applications.InstalledAppDetailsTop}/isExcluded = false/includeFrontMostExcludedTask = false/isFirstValidTask = false/t.id = -1 2020-04-03 12:05:51.624 1102-21927/? D/SystemServicesProxy: getRecentTasks:TASK = id=43 stackId=-1 user=0 lastActiveTime=1585298583363 componentComponentInfo{com.tencent.android.qqdownloader/com.tencent.nucleus.manager.setting.SettingActivity}/isExcluded = false/includeFrontMostExcludedTask = false/isFirstValidTask = false/t.id = -1 2020-04-03 12:05:51.624 1102-21927/? D/SystemServicesProxy: getRecentTasks:TASK = id=23 stackId=-1 user=0 lastActiveTime=1585292488077 componentComponentInfo{com.android.settings/com.android.settings.applications.InstalledAppDetailsTop}/isExcluded = false/includeFrontMostExcludedTask = false/isFirstValidTask = false/t.id = -1 2020-04-03 12:05:51.631 387-413/? I/vendor.mediatek.hardware.power@1.1-impl: PowerHint hint:8, data:0 2020-04-03 12:05:51.633 926-4405/? D/PowerManagerService: releaseWakeLockInternal: lock=198006017 [launch], flags=0x0, totaltime=1033ms 2020-04-03 12:05:51.637 1822-6540/? D/FA: Logging event (FE): onCreate_event, Bundle[{action=ADPoolCheck, firebase_event_origin(_o)=app, firebase_screen_class(_sc)=Launcher, firebase_screen_id(_si)=-1891772369087027393, firebase_screen(_sn)=MZsScreenExit}] 2020-04-03 12:05:51.638 926-4405/? D/IdleScreen: activityIdleScreen: android.app.ContextImpl@a110a0e mNotifyNeeded: false idleIntent: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10800100 cmp=com.transsion.hilauncher/com.android.launcher3.Launcher } 2020-04-03 12:05:51.639 391-391/? I/DisplayDevice: [Built-in Screen (type:0)] fps:21.678106,dur:1014.85,max:663.39,min:14.40 2020-04-03 12:05:51.640 1102-21927/? D/AppLockLoader: isAppLocked: packageName=com.star.mobile.video.debug.v52400, isLocked=false 2020-04-03 12:05:51.643 926-946/? E/libPowerStretch: get iris_factor xml value failed 2020-04-03 12:05:51.644 926-946/? E/libPowerStretch: get normal_save/outdoor_low_iris_param xml value failed 2020-04-03 12:05:51.644 391-1595/? I/BufferQueueProducer: com.transsion.hilauncher/com.android.launcher3.Launcher#0 queueBuffer: fps=0.23 dur=4333.56 max=4333.56 min=4333.56 2020-04-03 12:05:51.645 926-946/? E/libPowerStretch: get high_save/outdoor_low_iris_param xml value failed 2020-04-03 12:05:51.645 926-946/? E/libPowerStretch: get ultra_save/outdoor_low_iris_param xml value failed 2020-04-03 12:05:51.646 926-946/? E/libPowerStretch: get normal_save/outdoor_high_iris_param xml value failed 2020-04-03 12:05:51.646 926-946/? E/libPowerStretch: get high_save/outdoor_high_iris_param xml value failed 2020-04-03 12:05:51.647 926-946/? E/libPowerStretch: get ultra_save/outdoor_high_iris_param xml value failed 2020-04-03 12:05:51.647 926-946/? E/libPowerStretch: com.transsion.hilauncher is in priority_bl 2020-04-03 12:05:51.643 926-926/? W/ActivityManager: type=1400 audit(0.0:2928): avc: denied { search } for name="user" dev="dm-2" ino=30 scontext=u:r:system_server:s0 tcontext=u:object_r:misc_user_data_file:s0 tclass=dir permissive=0 2020-04-03 12:05:51.647 926-946/? E/libPowerStretch: LucidConfig::getIrisOverride m_irisOverride = 0 2020-04-03 12:05:51.667 1822-6540/? D/FA: Logging event (FE): onCreate_event, Bundle[{action=ADPoolSwitch_true, firebase_event_origin(_o)=app, firebase_screen_class(_sc)=Launcher, firebase_screen_id(_si)=-1891772369087027393, firebase_screen(_sn)=MZsScreenExit}] 2020-04-03 12:05:51.673 1648-6542/? V/FA-SVC: Logging event: origin=app,name=onCreate_event,params=Bundle[{action=ADPoolCheck, ga_event_origin(_o)=app, ga_screen_class(_sc)=Launcher, ga_screen_id(_si)=-1891772369087027393, ga_screen(_sn)=MZsScreenExit}] 2020-04-03 12:05:51.684 1648-6542/? V/FA-SVC: No network 2020-04-03 12:05:51.684 1648-6542/? V/FA-SVC: Unscheduling upload 2020-04-03 12:05:51.687 391-391/? I/BufferQueueProducer: FrameBufferSurface_0 queueBuffer: fps=12.88 dur=1009.66 max=813.71 min=15.50 2020-04-03 12:05:51.689 1648-6542/? V/FA-SVC: Background event processing time, ms: 16 2020-04-03 12:05:51.693 1648-6542/? V/FA-SVC: Logging event: origin=app,name=onCreate_event,params=Bundle[{action=ADPoolSwitch_true, ga_event_origin(_o)=app, ga_screen_class(_sc)=Launcher, ga_screen_id(_si)=-1891772369087027393, ga_screen(_sn)=MZsScreenExit}] 2020-04-03 12:05:51.694 926-1695/? D/PowerManagerService: wqGMS:SkipGmsWakeLockByPkg return pkg= com.google.android.gms tag= gms_scheduler:internal mIsGmsConnected= true 2020-04-03 12:05:51.694 926-1695/? D/PowerManagerService: wqGMS:Gms Connected 2020-04-03 12:05:51.705 926-4405/? D/PowerManagerService: releaseWakeLockInternal: lock=164175452 [gms_scheduler:internal], flags=0x0, totaltime=11ms 2020-04-03 12:05:51.706 1648-6542/? V/FA-SVC: No network 2020-04-03 12:05:51.706 1648-6542/? V/FA-SVC: Unscheduling upload 2020-04-03 12:05:51.709 1648-6542/? V/FA-SVC: Background event processing time, ms: 16 2020-04-03 12:05:51.713 926-1695/? D/PowerManagerService: wqGMS:SkipGmsWakeLockByPkg return pkg= com.google.android.gms tag= gms_scheduler:internal mIsGmsConnected= true 2020-04-03 12:05:51.713 926-1695/? D/PowerManagerService: wqGMS:Gms Connected 2020-04-03 12:05:51.724 494-539/? D/AAL: 04-03 05:05:50.979 BL= 70,ESS= 256, 04-03 05:05:51.178 BL= 71,ESS= 256, 04-03 05:05:51.359 BL= 72,ESS= 256, 04-03 05:05:51.558 BL= 73,ESS= 256, 04-03 05:05:51.724 BL= 72,ESS= 256, 2020-04-03 12:05:51.726 926-1695/? D/PowerManagerService: releaseWakeLockInternal: lock=164175452 [gms_scheduler:internal], flags=0x0, totaltime=12ms 2020-04-03 12:05:51.744 926-935/? I/zygote64: Background concurrent copying GC freed 41084(2MB) AllocSpace objects, 40(2MB) LOS objects, 42% free, 18MB/32MB, paused 686us total 196.921ms 2020-04-03 12:05:51.767 1102-1102/? D/RecentsImpl: mWaitingForTransitionStart = false waitingForTransitionStartfalse `

Jack6Wolf commented 4 years ago

还有一个问题:为什么你们MMKVDemo。启动进程到MainActivity需要这么久?这是发生阻塞了吗? 2020-04-03 13:30:35.254 926-957/? I/ActivityManager: Displayed com.tencent.mmkvdemo/.MainActivity: +3s721ms (total +9s350ms)

lingol commented 4 years ago

There's a bug in mmkvdemo's MMKV init & destroy logic. Shouldn't do that in the MainActivity cause it will be destroyed on a hot reload. Should do that in the Application class. It's fixed in the dev branch with commit https://github.com/Tencent/MMKV/commit/8f0dfe1a790fe1bb74d4a178eb4b4a6ea0ae685a.

lingol commented 4 years ago

还有一个问题:为什么你们MMKVDemo。启动进程到MainActivity需要这么久?这是发生阻塞了吗? 2020-04-03 13:30:35.254 926-957/? I/ActivityManager: Displayed com.tencent.mmkvdemo/.MainActivity: +3s721ms (total +9s350ms)

No, I don't thinks so.

lingol commented 4 years ago

我们升级到1.0.24或者1.1.0之后,热启动应用必然崩溃或者anr!在同样的状况手机运行你们的MMKVDemo同样如此!

You should move the init & destroy logic into your main Application class as well. The Wiki will update soon.

lingol commented 4 years ago

Close this issue for now. If you still face ANR after upgrade to v1.1.0, please open a new issue.

Jack6Wolf commented 4 years ago

嗨,您好!如果把MMKV.onExit()逻辑放置在onTerminate()中,在真机环境下,您并不能保证它能被调用啊!那样意味着MMKV.onExit()无效了!

lingol commented 4 years ago

嗨,您好!如果把MMKV.onExit()逻辑放置在onTerminate()中,在真机环境下,您并不能保证它能被调用啊!那样意味着MMKV.onExit()无效了!

You don't really need to call it. It's totally OK, let the Android OS do the cleanup job.