Closed comxza closed 1 year ago
flutter版本3.7.12
dart版本2.19.6
windows 11环境
android Studio最新版
我在聊天页面 ,mo'ni模拟了数条静态数据, 打包成apk 不管是debug还是release ,最终安装到手机 会出现 这个区域的空白
插件包自身是没有宽高限制的,你看一下你是否是设置了ChatViewWidget
的父widget
的宽高,导致了你这个情况,我这边是没有出现你这个情况的。
下面为我复现的内容。
若你对ChatViewWidget
的父widget
的宽高为整屏,并还是出现你上面这个情况,你可以提供的你的完整代码给我。
感谢您的回复,我直接下载这个项目,并且运行的example,需要打包后的apk测试,手动安装,或者通过adb命令去安装,这样才会出现
如果直接通过android studio 运行的话不会复现
感谢您的回复,我直接下载这个项目,并且运行的example,需要打包后的apk测试,手动安装,或者通过adb命令去安装,这样才会出现 如果直接通过android studio 运行的话不会复现
您的意思说打包后手动安装或者通过abd命令去安装这个打包好的apk,它就会出现半屏的这种情况,是吗?
是的
是的
我这边根据您描述的操作进行复现一下,看能不能复现出来。
您尝试运行一下flutter run --release
看看它的UI
构建尺寸呢。
https://www.aliyundrive.com/s/Wutr82HuC7n 提取码: d7q1 这是我操作的视频 您可以看下
https://www.aliyundrive.com/s/Wutr82HuC7n 提取码: d7q1 这是我操作的视频 您可以看下
好的,我这边进行复现一下,然后给您回复
https://www.aliyundrive.com/s/Wutr82HuC7n 提取码:d7q1 这是我操作的视频您可以看下
我这边根据您提供的视频进行操作了一下,在android studio 模拟器中因为模拟器的性能问题在初次渲染的时候会卡在半屏状态一下,但还是能够完成正常的渲染。下方为我操作的截图
我在真机也是这样的 录屏是为了方便 在模拟器操作的
我在真机也是这样的 录屏是为了方便 在模拟器操作的
我这边真机也是我上述的情况并没有出现一直存在的半屏问题,如果您能提供更详细的日志将最好
2023-05-08 14:43:55.089 4504-17236 ActivityRe...ClientImpl com.huawei.hwid.core I [I/HwLocation/ActivityRecognitionClientImpl 4504:12322 LogHMSLocation.java:1] uninstall:com.example.example remove AR and AT request start 2023-05-08 14:43:55.089 4504-17236 ActivityRe...ingManager com.huawei.hwid.core I [I/HwLocation/ActivityRecognitionMappingManager 4504:12322 LogLocation.java:1] removeActivityUpdatesMappingInfoByPackageName:enter:com.example.example 2023-05-08 14:43:55.090 4504-17236 ActivityRe...ingManager com.huawei.hwid.core I [I/HwLocation/ActivityRecognitionMappingManager 4504:12322 LogLocation.java:1] removeActivityUpdatesMappingInfoByPackageName:exit:com.example.example 2023-05-08 14:43:55.090 4504-17236 ActivityTr...ingManager com.huawei.hwid.core I [I/HwLocation/ActivityTransitionMappingManager 4504:12322 LogLocation.java:1] removeActivityTransitionMappingInfoByPackageName:enter:com.example.example 2023-05-08 14:43:55.090 4504-17236 ActivityTr...ingManager com.huawei.hwid.core I [I/HwLocation/ActivityTransitionMappingManager 4504:12322 LogLocation.java:1] removeActivityTransitionMappingInfoByPackageName:exit:com.example.example 2023-05-08 14:43:55.092 4504-17236 ActivityRe...ClientImpl com.huawei.hwid.core I [I/HwLocation/ActivityRecognitionClientImpl 4504:12322 LogLocation.java:1] uninstall:com.example.example remove AR and AT request success! 2023-05-08 14:44:27.348 2099-5141 ActivityManager system_server W Invalid packageName: com.example.example 2023-05-08 14:44:27.348 2099-5141 ActivityManager system_server W Invalid packageName: com.example.example 2023-05-08 14:44:32.273 2099-2340 PackageManager system_server I top pkgName: com.huawei.android.launcher, update pkgName: com.example.example 2023-05-08 14:44:32.273 2099-2340 PackageManager system_server D mFrozenPackages add package:com.example.example 2023-05-08 14:44:32.430 2099-2340 PackageManager system_server I applicationInfo.forceDarkMode of pkgName: com.example.example is 2 2023-05-08 14:44:32.570 2099-2340 PackageManager system_server D mFrozenPackages remove package:com.example.example 2023-05-08 14:44:32.571 1037-5349 cutils installd E Go to create: /data/data/com.example.example 2023-05-08 14:44:32.571 1037-5349 cutils installd W Expected path /data/data/com.example.example with owner 10953 mode 700 but found 904647760 4071,to be fixed... 2023-05-08 14:44:32.571 1037-5349 cutils installd W path /data/data/com.example.example fix completed 2023-05-08 14:44:32.573 1037-5349 cutils installd E Go to create: /data/user_de/0/com.example.example 2023-05-08 14:44:32.573 1037-5349 cutils installd W Expected path /data/user_de/0/com.example.example with owner 10953 mode 700 but found 1701605485 7710,to be fixed... 2023-05-08 14:44:32.573 1037-5349 cutils installd W path /data/user_de/0/com.example.example fix completed 2023-05-08 14:44:32.575 1037-5349 cutils installd E Failed to open(/data/misc/profiles/cur/128/com.example.example/primary.prof): No such file or directory 2023-05-08 14:44:32.575 1037-5349 installd installd E Failed to prepare /data/misc/profiles/cur/128/com.example.example/primary.prof: No such file or directory 2023-05-08 14:44:32.575 2099-2340 ArtManagerService system_server E Failed to prepare profile for com.example.example:/data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/base.apk 2023-05-08 14:44:32.683 2099-2340 PackageMan...xOptimizer system_server I Running dexopt (dexoptNeeded=1) on: /data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/base.apk pkg=com.example.example isa=arm64 dexoptFlags=boot_complete,profile_guided,public,enable_hidden_api_checks targetFilter=speed-profile oatDir=/data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/oat classLoaderContext=PCL[] 2023-05-08 14:44:32.684 1037-5349 installd installd V DexInv: --- BEGIN '/data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/base.apk' --- 2023-05-08 14:44:32.685 1037-5349 installd installd D forkNotifyToRMS parcel pid=17803, ppid=1037, pkg=com.example.example, status=0, num=0, time=0 2023-05-08 14:44:32.733 17803-17803 dex2oat pid-17803 I /apex/com.android.runtime/bin/dex2oat --input-vdex-fd=-1 --output-vdex-fd=11 --resolve-startup-const-strings=true --max-image-block-size=1048576 --compiler-filter=speed-profile -j4 --classpath-dir=/data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A== --class-loader-context=PCL[] --generate-mini-debug-info --compact-dex-level=none --compilation-reason=install 2023-05-08 14:44:32.906 17803-17806 chatty pid-17803 I uid=50953(com.example.example) dex2oat identical 1 line 2023-05-08 14:44:33.019 1037-5349 installd installd V DexInv: --- END '/data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/base.apk' (success) --- 2023-05-08 14:44:33.028 2099-2340 BackupManagerService system_server V restoreAtInstall pkg=com.example.example token=13 restoreSet=0 2023-05-08 14:44:33.029 2099-2340 HwPackageM...rServiceEx system_server I addGrantedInstalledPkg not granted: com.example.example 2023-05-08 14:44:33.044 2099-2340 HwAppAuthManager system_server W Cannot find pacakge : com.example.example 2023-05-08 14:44:33.044 2099-2340 HwAppAuthManager system_server W Cannot find pacakge : com.example.example 2023-05-08 14:44:33.059 2099-2340 HwPackageM...rServiceEx system_server V POST_INSTALL: pkgName = com.example.example, pkgUri = /data/app/vmdl1251922362.tmp;, pkgInstalledPath = /data/app/vmdl1251922362.tmp, pkgInstallerPackageName = , pkgVerName = 1.0.0, pkgVerCode = 1, resultCode = 1, pkgUpdate = false 2023-05-08 14:44:33.064 2099-2340 HwPackageM...rviceUtils system_server I upload install bigdata for PMS parse file: com.example.example result:true 2023-05-08 14:44:33.097 4589-5804 PG_ash com.huawei.iaware I reInit sysCore for install: com.example.example 2023-05-08 14:44:33.099 4589-5340 PG_DBS_MAIN com.huawei.iaware D ID_PACKAGE_ADDED, pkgName: com.example.example, uid: 10953 2023-05-08 14:44:33.101 4589-5771 AppInfoMgr com.huawei.iaware I Write app info to db : com.example.example type: -1 2023-05-08 14:44:33.128 4504-4504 PackageChangeReceiver com.huawei.hwid.core I [I/HMSCore/PackageChangeReceiver 4504:1 SourceFile:3] oripackageName = package:com.example.example 2023-05-08 14:44:33.129 4504-4504 PackageChangeReceiver com.huawei.hwid.core I [I/HMSCore/PackageChangeReceiver 4504:1 SourceFile:5] packageName = com.example.example 2023-05-08 14:44:33.131 4504-17811 ScopeUtil com.huawei.hwid.core I [I/HMSCore/ScopeUtil 4504:12323 SourceFile:3] load AppPermission for app packageName = com.example.example 2023-05-08 14:44:33.131 5023-5023 HiAdKit.Ap...adDelegate com.huawei.hwid.persistent I installReceiver.onReceive, action:android.intent.action.PACKAGE_ADDED, pkg: com.example.example 2023-05-08 14:44:33.133 4456-4456 DEF_Packag...stReceiver com.huawei.systemserver D onReceive com.example.example android.intent.action.PACKAGE_ADDED replacing: false 2023-05-08 14:44:33.134 4277-7779 hwPS_RestrictionAdapter com.huawei.systemmanager:service I getMaliciousAppInfo: packageName:com.example.example flags:1 2023-05-08 14:44:33.137 4277-17816 HSB_EH_PopupManager com.huawei.systemmanager:service I onPackageAdded() called with: packageName=com.example.example, uid=10953, isReplacing=false, start to fetch single package 2023-05-08 14:44:33.140 2099-5141 AppPolicy_...ileManager system_server D getRules: response=Response{code=400, message='no rules present with policyName: runTimeAppRestriction and ruleNames: [com.example.example]', result=Bundle[{}]} 2023-05-08 14:44:33.141 2099-5141 hwPS_RunTi...icyManager system_server E getRestrictionRunTimeRule err, no policy-rule present with: com.example.example 2023-05-08 14:44:33.141 2099-5141 hwPS_RestrictionManager system_server E getRestrictionApp: restrictionAppInfo is null, packageName:com.example.example 2023-05-08 14:44:33.143 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW 2023-05-08 14:44:33.144 10395-10395 CAWARENESS...astAbility com.huawei.hiai.engineservice I onReceive Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.example flg=0x4000010 (has extras) } 2023-05-08 14:44:33.146 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_OVERLAY 2023-05-08 14:44:33.147 4589-4589 ApsAppsTypeHandler com.huawei.iaware I APS: APK: ApsAppsTypeHandler: handlePackagesAdded. package name = com.example.example 2023-05-08 14:44:33.147 4589-4589 ApsAppsTypeHandler com.huawei.iaware I APS: APK: ApsAppsTypeHandler: handlePackagesAddedInner. package name = com.example.example 2023-05-08 14:44:33.148 10395-17820 CAWARENESS...ateAbility com.huawei.hiai.engineservice I dealWithPackageAddedEvent PackageAddedEvent{packageName=com.example.example', isReplace=false} 2023-05-08 14:44:33.148 1071-17819 AwareLog hwpged D ProcessMsgFn msg 601,fd 29,package name com.example.example 2023-05-08 14:44:33.148 1071-17819 <no-tag> hwpged D gmr: ProcessGameMsg fd 29,com.example.example,22 2023-05-08 14:44:33.148 1071-17819 <no-tag> hwpged D gmr: GetPackagePath Successfully path,com.example.example-3KxlHFEXGr9njGeQg6Xz-A== 2023-05-08 14:44:33.149 1071-17819 <no-tag> hwpged D elf: HasCharacteristic reader, /data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/lib/arm64/libapp.so, Java_org_cocos2dx_lib_Cocos2dx... 2023-05-08 14:44:33.150 1071-17819 <no-tag> hwpged D elf: HasCharacteristic reader, /data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/lib/arm64/libflutter.so, Java_org_cocos2dx_lib_Cocos2dx... 2023-05-08 14:44:33.150 11756-11756 Finsky com.android.vending I [1] ozk.n(8): Invalidating cached PackageState for com.example.example 2023-05-08 14:44:33.153 2099-2312 BroadcastQueue system_server W Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.example flg=0x4000010 (has extras) } to com.huawei.appmarket/.service.installresult.control.InstallerReceiver 2023-05-08 14:44:33.154 14786-17824 HSB_EH_PopupManager com.huawei.systemmanager:service I onPackageAdded() called with: packageName=com.example.example, uid=10953, isReplacing=false, start to fetch single package 2023-05-08 14:44:33.162 7731-7731 PushLogSys com...android.pushagent.PushService I sys push system receiver get action is android.intent.action.PACKAGE_ADDED. pkgName is com.example.example 2023-05-08 14:44:33.162 4456-4456 HwEasyGoService com.huawei.systemserver I on call to scan the new installed package com.example.example 2023-05-08 14:44:33.163 16317-16317 AGCLinkKit com.huawei.hwid.container1 D [D/AGCLinkKit/AGCLinkKit 16317:1 KitReceiverUtils.java:167] ACTION_PACKAGE_ADDED :com.example.example 2023-05-08 14:44:33.163 16317-16317 AGCLinkKit com.huawei.hwid.container1 D [D/AGCLinkKit/AGCLinkKit 16317:1 null:54] get arrive link:com.example.example 2023-05-08 14:44:33.164 4456-6007 Hicom_Monitor com.huawei.systemserver I notifyPackageChanged: pkgName:com.example.example, uid: 10953, actionId: 1 2023-05-08 14:44:33.164 4504-17825 fwkit_kmds_preinstall com.huawei.hwid.core I [I/fwkit/fwkit_kmds_preinstall 4504:12324 AppInstallReceiver.java:70] Package:com.example.example added or updated 2023-05-08 14:44:33.164 4456-6007 HicomdMessageAdapter com.huawei.systemserver I onPackageChanged, actionId: 1, pkgName:com.example.example, uid: 10953 2023-05-08 14:44:33.164 4277-7779 hwPS_RestrictionAdapter com.huawei.systemmanager:service E Package is not in the restriction list. packageName:com.example.example 2023-05-08 14:44:33.164 4456-6007 Hicom_XEngineProc com.huawei.systemserver I handlePackageChanged type = 1 packageName = com.example.example uid = 10953 2023-05-08 14:44:33.164 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.FALSING_PLUGIN 2023-05-08 14:44:33.165 4504-17829 PackageReceiver com.huawei.hwid.core I [I/HwLocation/PackageReceiver 4504:12327 LogLocation.java:1] package_add:com.example.example 2023-05-08 14:44:33.166 18665-17821 PackageReceiver com.huawei.hwid.container2 I [I/HwLocation/PackageReceiver 18665:11404 LogLocation.java:1] package_add:com.example.example 2023-05-08 14:44:33.166 4504-17829 ActivityRe...ClientImpl com.huawei.hwid.core I [I/HwLocation/ActivityRecognitionClientImpl 4504:12327 LogLocation.java:1] call onAdded enter:com.example.example 2023-05-08 14:44:33.168 4589-4589 ApsAppsTypeHandler com.huawei.iaware I APS: APK: ApsAppsTypeHandler: handleIAwareAppInsertIntoDB. package name = com.example.example 2023-05-08 14:44:33.168 4589-4589 ApsAppsTypeHandler com.huawei.iaware I APS: APK: ApsAppsTypeHandler: getAppTypeFromIAware. Get app type from iAware, pkg: com.example.example, iAware type: -1 2023-05-08 14:44:33.169 4277-17817 HSB_EH_App...eryManager com.huawei.systemmanager:service I tryFetchExtendHwPermissionsStatus: source=PACKAGE_CHANGE_FETCH_SINGLE start to call with size=1, packageNames=[com.example.example], shouldRefreshAndReset=false 2023-05-08 14:44:33.170 12673-12673 PackageReceiver com.huawei.appmarket I not daemon app or action is null : com.example.example, action : android.intent.action.PACKAGE_ADDED 2023-05-08 14:44:33.175 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_SIGNAL_ICON 2023-05-08 14:44:33.175 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_CONTROL_CENTER 2023-05-08 14:44:33.176 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW 2023-05-08 14:44:33.178 14435-14435 AdAppReceiver com.tencent.tim I onReceivePackageAdded com.example.example 2023-05-08 14:44:33.178 4456-4660 SmartDualCardConfig com.huawei.systemserver I onPackageInstallStateUpdate uid=10953,appName=com.example.example,packageAddFlag=1 2023-05-08 14:44:33.181 14435-17841 WadlJsBridgeUtil com.tencent.tim D ##@getAppid packageName=com.example.example,appId= 2023-05-08 14:44:33.182 4504-7085 fwkit_kims com.huawei.hwid.core W [W/fwkit/fwkit_kims 4504:6978 KIMSServiceController.java:273] getApplicationInfo: com.example.example null. 2023-05-08 14:44:33.184 4853-17838 A_DPMS_App...ionManager com.huawei.securityserver I install app:com.example.example doesn't match revocation policy, remove from framework black list if it exists 2023-05-08 14:44:33.185 4504-7085 fwkit_kims com.huawei.hwid.core W [W/fwkit/fwkit_kims 4504:6978 KIMSServiceController.java:653] no KitInfoEntity by package name: com.example.example 2023-05-08 14:44:33.186 4456-6227 HwEasyGoService com.huawei.systemserver D doOrderScan package com.example.example 2023-05-08 14:44:33.187 18665-18665 MLKitBroadcastReceiver com.huawei.hwid.container2 I packageName = com.example.example, dependency = 2023-05-08 14:44:33.187 4456-6227 EasyGoDataManager com.huawei.systemserver D finish not client or server com.example.example 2023-05-08 14:44:33.187 4456-6227 EasyGoDataManager com.huawei.systemserver D not recorded easygo party com.example.example 2023-05-08 14:44:33.190 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW 2023-05-08 14:44:33.192 14786-17839 HSB_EH_App...eryManager com.huawei.systemmanager:service I tryFetchExtendHwPermissionsStatus: source=PACKAGE_CHANGE_FETCH_SINGLE start to call with size=1, packageNames=[com.example.example], shouldRefreshAndReset=false 2023-05-08 14:44:33.195 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_SIGNAL_ICON 2023-05-08 14:44:33.195 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW 2023-05-08 14:44:33.203 2099-5511 PackageManager system_server I writePackageInfoIntoMemoryFile flags: 134234125, userId: 0, packagerName: com.example.example data size: 4700 isPreset:false 2023-05-08 14:44:33.204 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW 2023-05-08 14:44:33.212 2099-2312 BroadcastQueue system_server W Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.example flg=0x4000010 (has extras) } to com.android.packageinstaller/.PackageInstalledReceiver 2023-05-08 14:44:33.215 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_QS 2023-05-08 14:44:33.215 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_QS_SIMPLE 2023-05-08 14:44:33.219 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_VOLUME 2023-05-08 14:44:33.221 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW 2023-05-08 14:44:33.222 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_SIGNAL_ICON 2023-05-08 14:44:33.222 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW 2023-05-08 14:44:33.224 11756-17848 Finsky com.android.vending I [13239] eyr.accept(33): Asset module storage cleared for package com.example.example. 2023-05-08 14:44:33.224 11756-11862 Finsky com.android.vending I [13146] ffm.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=0, cacheMissCount=1. Missed in cache (limit 10) : [com.example.example] 2023-05-08 14:44:33.224 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW 2023-05-08 14:44:33.225 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.SIMPLE_PLUGIN_CONTROL_CENTER 2023-05-08 14:44:33.227 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW 2023-05-08 14:44:33.228 1071-17852 AwareLog hwpged D ProcessMsgFn msg 601,fd 29,package name com.example.example 2023-05-08 14:44:33.228 1071-17852 <no-tag> hwpged D gmr: ProcessGameMsg fd 29,com.example.example,22 2023-05-08 14:44:33.228 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW 2023-05-08 14:44:33.228 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW 2023-05-08 14:44:33.229 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_NOTIFICATION_ASSISTANT 2023-05-08 14:44:33.230 1071-17852 <no-tag> hwpged D gmr: GetPackagePath Successfully path,com.example.example-3KxlHFEXGr9njGeQg6Xz-A== 2023-05-08 14:44:33.231 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_SIGNAL_ICON 2023-05-08 14:44:33.231 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW 2023-05-08 14:44:33.234 2099-5164 PackageManager system_server I writePackageInfoIntoMemoryFile flags: 134234125, userId: 128, packagerName: com.example.example data size: 48 isPreset:false 2023-05-08 14:44:33.235 16317-16317 fwkit_AbsC...ntProvider com.huawei.hwid.container1 I [I/fwkit/fwkit_AbsContentProvider 16317:1 AbsContentProvider.java:136] KitProcessAgent1Provider; callerPackage: null; method: getType; uri: content://com.huawei.hms.runtimekit.kitcontainerservice.KitProcessAgent1Provider/com.huawei.hms.agclink.CacheContentProvider/NotArrived-com.example.example 2023-05-08 14:44:33.238 2099-5139 BroadcastQueue system_server W Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.example flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver 2023-05-08 14:44:33.244 1071-17852 <no-tag> hwpged D elf: HasCharacteristic reader, /data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/lib/arm64/libapp.so, Java_org_cocos2dx_lib_Cocos2dx... 2023-05-08 14:44:33.245 1071-17852 <no-tag> hwpged D elf: HasCharacteristic reader, /data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/lib/arm64/libflutter.so, Java_org_cocos2dx_lib_Cocos2dx... 2023-05-08 14:44:33.265 7157-17859 GCM com.google.android.gms.persistent W Unexpected forwarded intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.example flg=0x4000010 pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } 2023-05-08 14:44:33.265 7157-17868 GCM com.google.android.gms.persistent W Unexpected forwarded intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.example flg=0x4000010 pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } 2023-05-08 14:44:33.286 11756-11854 Finsky com.android.vending I [13144] ffm.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=0, cacheMissCount=1. Missed in cache (limit 10) : [com.example.example] 2023-05-08 14:44:33.286 2099-5181 ActivityTaskManager system_server I START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x30000000 hwFlg=0x10 cmp=com.example.example/.MainActivity (has extras)} from uid 2000 2023-05-08 14:44:33.288 1071-1119 AwareLog hwpged D iawared: WorkingsetProcessCommand subCmd = 354, userId=10953, pid=0, com.example.example 2023-05-08 14:44:33.289 1071-1119 AwareLog hwpged D iawared: WorkingsetSendPrereadMsg com.example.example 2023-05-08 14:44:33.289 1071-1119 AwareLog hwpged D iawared: WorkingsetStart com.example.example in monitor0 2023-05-08 14:44:33.292 2099-5181 ActivityTaskManager system_server I ActivityRecord info: ActivityInfo{6a7aaa com.example.example.MainActivity} 2023-05-08 14:44:33.345 2099-5181 ActivityTaskManager system_server D TaskLaunchParamsModifier:task=null activity=ActivityRecord{981e87 u0 com.example.example/.MainActivity t-1} display-id=0 display-windowing-mode=1 2023-05-08 14:44:33.345 2099-5181 ActivityTaskManager system_server D TaskLaunchParamsModifier:task=null activity=ActivityRecord{981e87 u0 com.example.example/.MainActivity t-1} display-id=0 display-windowing-mode=1 non-freeform-display maximized-bounds 2023-05-08 14:44:33.353 2099-5181 ActivityTaskManager system_server D TaskLaunchParamsModifier:task=TaskRecord{98e58f #41975 A=10953:com.example.example U=0 StackId=166 sz=0} activity=ActivityRecord{981e87 u0 com.example.example/.MainActivity t-1} display-from-task=0 display-id=0 display-windowing-mode=1 non-freeform-display maximized-bounds 2023-05-08 14:44:33.367 2099-5181 WindowManager system_server I addWindowToken: displayid:0 binder:Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}} token:AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}} 2023-05-08 14:44:33.368 2099-5181 ActivityTaskManager system_server V addAppToken: AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}} task={taskId=41975 appTokens=[] mdr=false} at 2147483647 2023-05-08 14:44:33.369 2099-5181 ActivityTaskManager system_server I setAppStartingWindow: token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}} pkg=com.example.example transferFrom=null newTask=true taskSwitch=true processRunning=false allowTaskSnapshot=true activityCreated=false LowRamTaskSnapshots=false 2023-05-08 14:44:33.370 4456-6962 Hicom_Monitor com.huawei.systemserver D ActivityNotifier not support:com.example.example 2023-05-08 14:44:33.370 2099-2304 HwAudioServiceEx system_server I ComponentInfo : className = com.example.example.MainActivity, flag = showStartingWindow, isHomeActivity = , isTop = false 2023-05-08 14:44:33.390 2099-2294 ActivityManager system_server V startProcess: name=com.example.example app=null knownToBeDead=false thread=null pid=-1 preloadStatus=-1 2023-05-08 14:44:33.390 2099-2294 BigFontUtils system_server I adjustAppProcessConfiguration appInfo:com.example.example 2023-05-08 14:44:33.395 1071-1119 AwareLog hwpged D iawared: WorkingsetProcessCommand subCmd = 354, userId=10953, pid=0, com.example.example 2023-05-08 14:44:33.395 1071-1119 AwareLog hwpged D iawared: WorkingsetStart com.example.example in monitor0 2023-05-08 14:44:33.400 2099-2295 DecorView[example] system_server I pkgName:com.example.example old windowMode:0 new windoMode:1, isFixedSize:false 2023-05-08 14:44:33.422 23317-17903 BlockstoreStorage com.google.android.gms I Clearing Blockstore Data for package com.example.example [CONTEXT service_id=258 ] 2023-05-08 14:44:33.428 2099-2294 ActivityManager system_server V startProcess: name=com.example.example app=ProcessRecord{bb12b1 0:com.example.example/u0a953} knownToBeDead=false thread=null pid=0 preloadStatus=0 2023-05-08 14:44:33.442 2099-2294 ActivityManager system_server V startProcess: name=com.example.example app=ProcessRecord{bb12b1 0:com.example.example/u0a953} knownToBeDead=false thread=null pid=0 preloadStatus=0 2023-05-08 14:44:33.445 2099-2099 hwPS_AppRestrictionCore system_server I addRestrictionAppInfo: packageName: com.example.example RestrictionAppLevel: NORMAL 2023-05-08 14:44:33.448 2099-2295 HwPCUtils#...iewManager system_server I check if rio enable, displayId = 0, packageName = com.example.example 2023-05-08 14:44:33.450 2099-2295 WindowManager system_server I addWindow: Window{9278b1 u0 Splash Screen com.example.example} client:android.view.ViewRootImpl$W@b4e6c2 currentDisplayId:0 requestDisplayId:0 token:Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}} 2023-05-08 14:44:33.450 7157-17865 GCM com.google.android.gms.persistent W Unexpected forwarded intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.example flg=0x4000010 pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } 2023-05-08 14:44:33.452 7157-17865 GCM com.google.android.gms.persistent W Unexpected forwarded intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.example flg=0x4000010 pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } 2023-05-08 14:44:33.457 2099-2099 hwPS_AppRestrictionCore system_server D operateRestrictAction call, packageName: com.example.example 2023-05-08 14:44:33.467 2099-2313 ActivityManager system_server I Start proc 17936:com.example.example/u0a953 for activity {com.example.example/com.example.example.MainActivity} 2023-05-08 14:44:33.469 1071-1119 AwareLog hwpged D iawared: WorkingsetProcessCommand subCmd = 350, userId=10953, pid=17936, com.example.example 2023-05-08 14:44:33.470 1071-1119 AwareLog hwpged D iawared: WorkingsetStart com.example.example in monitor0 2023-05-08 14:44:33.500 2099-4572 HwActivity...rServiceEx system_server W appSwitch from: com.huawei.android.launcher to: com.example.example 2023-05-08 14:44:33.501 4456-28259 AssistantS...11.2.1.200 com.huawei.systemserver I registerHwActivityNotifier call fromPackage:com.huawei.android.launcher, toPackage:com.example.example 2023-05-08 14:44:33.501 2099-2305 HwGameAssi...Controller system_server D UPDATE: mCurFgPkg=com.example.example, mCurFgPid=17936, mIsCurGame=false 2023-05-08 14:44:33.501 4456-5183 AssistantS...11.2.1.200 com.huawei.systemserver D handleMessage app switch fromPackage:com.huawei.android.launcher, toPackage:com.example.example 2023-05-08 14:44:33.501 4456-6549 Hicom_Monitor com.huawei.systemserver D AppSwitchNotifier not support app from:com.huawei.android.launcher, to:com.example.example 2023-05-08 14:44:33.501 2099-4021 WiFi_PRO_W...ateMachine system_server I current app com.example.example, has changed 2023-05-08 14:44:33.518 1071-1119 AwareLog hwpged D iawared: WorkingsetProcessCommand subCmd = 355, userId=10953, pid=0, com.example.example 2023-05-08 14:44:33.518 1071-1119 AwareLog hwpged D iawared: WorkingsetSendClearMsg com.example.example 2023-05-08 14:44:33.529 17936-17936 ApplicationLoaders pid-17936 D createClassLoader zip: /data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/base.apk librarySearchPath: /data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/lib/arm64:/data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/base.apk!/lib/arm64-v8a libraryPermittedPath: /data/user/0/com.example.example parent: java.lang.BootClassLoader@305ed0e targetSdkVersion: 33 isBundled: false classLoaderName: null sharedLibraries: null 2023-05-08 14:44:33.540 4589-5340 ScenarioService com.huawei.iaware D front pkg : com.example.example launcher: false 2023-05-08 14:44:33.540 4589-5340 ScenarioService com.huawei.iaware D new above launcher front pkgs: [com.example.example] 2023-05-08 14:44:33.541 4589-5804 PG_ash com.huawei.iaware I front pkg : com.example.example 2023-05-08 14:44:33.541 4589-6175 PGServer com.huawei.iaware I report state:10000 event type:1 pid:0 uid:0 pkg:com.example.example to pid: 4456 2023-05-08 14:44:33.541 4589-6175 PGServer com.huawei.iaware I report state:10000 event type:1 pid:0 uid:0 pkg:com.example.example to pid: 4589 2023-05-08 14:44:33.542 4589-5340 AppsUsage com.huawei.iaware I scnOff: false FgAPP: com.example.example BgAPP: com.huawei.android.launcher 2023-05-08 14:44:33.544 4589-5340 ScenarioService com.huawei.iaware I app focus change from: com.huawei.android.launcher to:com.example.example 2023-05-08 14:44:33.544 4589-5340 ScenarioService com.huawei.iaware I add focus on app:com.example.example to visiblePkgs 2023-05-08 14:44:33.551 1028-17129 ITouchService AGPService D itouch stylusCurrentPkgName = com.example.example lastOneFramePkgName = 2023-05-08 14:44:33.551 1028-17129 ITouchService AGPService D itouch currentPackageName = com.example.example 2023-05-08 14:44:33.551 1028-17129 ITouchService AGPService D itouch:app com.example.example is not game app 2023-05-08 14:44:33.551 1028-17129 ITouchService AGPService D itouch:app com.example.example is not in StylusPenList 2023-05-08 14:44:33.551 4589-6175 SceneReceiver com.huawei.iaware I state type: 10000 eventType:1 pid:0 uid:0 pkg:com.example.example 2023-05-08 14:44:33.551 4589-6175 PGServer com.huawei.iaware I report state:10000 event type:1 pid:0 uid:0 pkg:com.example.example to pid: 2099 2023-05-08 14:44:33.551 23317-17858 BlockstoreStorage com.google.android.gms I Clearing Blockstore Data for package com.example.example [CONTEXT service_id=258 ] 2023-05-08 14:44:33.552 2099-5181 DE J DES system_server I [effect] Pg pkg:com.example.example 2023-05-08 14:44:33.556 17936-17965 OpenGLRenderer pid-17936 I RenderThread: progress name = [com.example.example], viewCornerType = 0 2023-05-08 14:44:33.556 17936-17968 iGraphics pid-17936 I [0020080c] pn: com.example.example, p: 17936 2023-05-08 14:44:33.557 17936-17968 iGraphics pid-17936 I [0030080c] no spt app: com.example.example 2023-05-08 14:44:33.561 17936-17956 HwApiCacheMangerEx pid-17936 I apicache path=/storage/emulated/0 state=mounted key=com.example.example#10953#256 2023-05-08 14:44:33.563 17936-17956 HwApiCacheMangerEx pid-17936 I apicache path=/storage/emulated/0 state=mounted key=com.example.example#10953#0 2023-05-08 14:44:33.570 2099-2292 AppPolicy_...ileManager system_server D getRules: response=Response{code=200, message='OK', result=Bundle[{rules=[Bundle[{properties=Bundle[{restrictions=SMS_BLANK|CALL_LOG_BLANK|CONTACTS_BLANK|CALENDAR_BLANK|LOCATION|STORAGE|SYSTEM_ALERT_WINDOW|POPUP_BACKGROUND_WINDOW, restrictionLevel=1, name=com.example.example, isRestricted=false}], name=com.example.example}]]}]} 2023-05-08 14:44:33.572 17238-17970 fwkit_kits...ackageAdde com.huawei.hwid.container3 I Package:com.example.example added or updated 2023-05-08 14:44:33.574 17936-17956 AwareBitmapCacher pid-17936 I init processName:com.example.example pid=17936 uid=10953 2023-05-08 14:44:33.574 4456-6007 UctpAppMonitor com.huawei.systemserver I handleAppStarted: pkgName is com.example.example mIsNeedToOpen is false 2023-05-08 14:44:33.575 4456-6007 Hicom_Poli...BaseSystem com.huawei.systemserver D checkMpInfoValid. multipathPolicy is null for: com.example.example 2023-05-08 14:44:33.581 4277-4402 hwPS_RestrictionAdapter com.huawei.systemmanager:service I getMaliciousAppInfo: packageName:com.example.example flags:1 2023-05-08 14:44:33.581 4456-6007 Hicom_Poli...BaseSystem com.huawei.systemserver D checkMpInfoValid. multipathPolicy is null for: com.example.example 2023-05-08 14:44:33.581 2099-5141 AppPolicy_...ileManager system_server D getRules: response=Response{code=200, message='OK', result=Bundle[{rules=[Bundle[{properties=Bundle[{restrictions=SMS_BLANK|CALL_LOG_BLANK|CONTACTS_BLANK|CALENDAR_BLANK|LOCATION|STORAGE|SYSTEM_ALERT_WINDOW|POPUP_BACKGROUND_WINDOW, restrictionLevel=1, name=com.example.example, isRestricted=false}], name=com.example.example}]]}]} 2023-05-08 14:44:33.581 2099-5141 hwPS_RestrictionManager system_server D package: com.example.example isRestricted: false 2023-05-08 14:44:33.594 2099-2295 WindowManager system_server I Check opening app=AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}: allDrawn=false startingDisplayed=false startingMoved=false isRelaunching()=false startingWindow=Window{9278b1 u0 Splash Screen com.example.example} 2023-05-08 14:44:33.600 2099-17977 HiTouch_Pr...reDetector system_server D onAttached, package=com.example.example, windowType=3, mIsHiTouchRestricted=false 2023-05-08 14:44:33.629 2099-2295 WindowManager system_server I performshow Window{9278b1 u0 Splash Screen com.example.example} tok.waitingToShow=true isTransitionSet=true parentHidden=false vis=0 tok.hidden=true hasSurface=true policyVis=true destroying=false animating=true 2023-05-08 14:44:33.630 2099-2295 WindowManager system_server I Check opening app=AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}: allDrawn=false startingDisplayed=true startingMoved=false isRelaunching()=false startingWindow=Window{9278b1 u0 Splash Screen com.example.example} 2023-05-08 14:44:33.632 2099-2295 HwWindowMa...rServiceEx system_server D is app exit to launcher info: transit = 12, app = AppWindowToken{9307c2 token=Token{8725d5 ActivityRecord{930783 u0 com.huawei.android.launcher/.unihome.UniHomeLauncher t1}}}, window = Window{673609 u0 com.huawei.android.launcher/com.huawei.android.launcher.unihome.UniHomeLauncher}, mClosingApps = {AppWindowToken{9307c2 token=Token{8725d5 ActivityRecord{930783 u0 com.huawei.android.launcher/.unihome.UniHomeLauncher t1}}}}, topOpeningApp = AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}, mExitIconBitmap = null, mExitIconHeight = -1, mExitIconWidth = -1 2023-05-08 14:44:33.829 2099-2295 HwWindowMa...rServiceEx system_server D is app exit to launcher info: transit = 12, app = AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}, window = null, mClosingApps = {AppWindowToken{9307c2 token=Token{8725d5 ActivityRecord{930783 u0 com.huawei.android.launcher/.unihome.UniHomeLauncher t1}}}}, topOpeningApp = AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}, mExitIconBitmap = null, mExitIconHeight = -1, mExitIconWidth = -1 2023-05-08 14:44:33.830 2099-2295 WindowManager system_server V commitVisibility: AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}: hidden=false hiddenRequested=false 2023-05-08 14:44:33.831 2099-2295 WindowManager system_server I dispatchResized : win = Window{9278b1 u0 Splash Screen com.example.example} drawState = HAS_DRAWN 2023-05-08 14:44:33.832 2099-2292 StatusBarManagerService system_server D win:Window{9278b1 u0 Splash Screen com.example.example}mIsColorEnable:truelight:false 2023-05-08 14:44:33.832 2099-2292 StatusBarDisable system_server I setFlags what=0 which=1 pkg=Window{9278b1 u0 Splash Screen com.example.example} 2023-05-08 14:44:33.835 4589-5340 ScenarioService com.huawei.iaware I refresh visibleApp:[com.example.example] 2023-05-08 14:44:33.835 4589-5340 PGServer com.huawei.iaware I report state:14 event type:1 pid:-1 uid:-1 pkg:com.example.example to pid: 4589 2023-05-08 14:44:33.835 4589-5340 PF_API_JNI com.huawei.iaware I ACCKIT_APS_NotifyInfo 3: com.example.example 2023-05-08 14:44:33.835 750-750 ACCKIT_ displayservice D pack:"com.example.example" 2023-05-08 14:44:33.838 17936-17936 chatty pid-17936 I uid=10953(com.example.example) identical 1 line 2023-05-08 14:44:33.861 17936-17936 DecorView[] pid-17936 I pkgName:com.example.example old windowMode:0 new windoMode:1, isFixedSize:false 2023-05-08 14:44:33.864 17936-17936 ActivityThread pid-17936 D add activity client record, r= ActivityRecord{e6a812b token=android.os.BinderProxy@1c01728 {com.example.example/com.example.example.MainActivity}} token= android.os.BinderProxy@1c01728 2023-05-08 14:44:33.875 2099-5178 HwPCUtils#...iewManager system_server I check if rio enable, displayId = 0, packageName = com.example.example 2023-05-08 14:44:33.880 17936-17936 DecorView[] pid-17936 I pkgName:com.example.example old windowMode:1 new windoMode:1, isFixedSize:false 2023-05-08 14:44:33.882 2099-5141 WindowManager system_server I addWindow: Window{cf0609 u0 com.example.example/com.example.example.MainActivity} client:android.os.BinderProxy@66a26d currentDisplayId:0 requestDisplayId:0 token:Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}} 2023-05-08 14:44:33.886 4456-6549 Hicom_Monitor com.huawei.systemserver D ActivityNotifier not support:com.example.example 2023-05-08 14:44:33.886 4456-4660 DollieActi...gerAdapter com.huawei.systemserver D [Resumed] bg:true pid:17936 uid:10953 ComponentInfo{com.example.example/com.example.example.MainActivity} 2023-05-08 14:44:33.886 4456-4660 DollieAdapterService com.huawei.systemserver E notifyActivityState pkg:com.example.example/com.example.example.MainActivity state:2 fg:true mUid:10953 2023-05-08 14:44:33.886 10395-13309 CAWARENESS...ageManager com.huawei.hiai.engineservice I onEvent, packageName=com.example.example, activityName=com.example.example.MainActivity, moduleName=, uid=10953 2023-05-08 14:44:33.886 2099-2304 HwAudioServiceEx system_server I ComponentInfo : className = com.example.example.MainActivity, flag = onResume, isHomeActivity = , isTop = true 2023-05-08 14:44:33.894 17936-18010 HiTouch_Pr...reDetector com.example.example D onAttached, package=com.example.example, windowType=1, mIsHiTouchRestricted=false 2023-05-08 14:44:33.907 2099-4213 WindowManager system_server I Changing focus from null to Window{cf0609 u0 com.example.example/com.example.example.MainActivity} displayId=0 Callers=com.android.server.wm.RootWindowContainer.updateFocusedWindowLocked:6686092 com.android.server.wm.WindowManagerService.updateFocusedWindowLocked:6685568 com.android.server.wm.WindowManagerService.relayoutWindow:6286028 com.android.server.wm.Session.relayout:6290724 2023-05-08 14:44:33.909 2099-4213 HwPhoneWindowManager system_server V updateSystemUiColorLw window=Window{cf0609 u0 com.example.example/com.example.example.MainActivity},EmuiStyle=0,StatusBarColor=0x40000000,NavigationBarColor=0xfffcfcfc, mForceNotchStatusBar=false 2023-05-08 14:44:33.910 2099-2292 StatusBarManagerService system_server D win:Window{cf0609 u0 com.example.example/com.example.example.MainActivity}mIsColorEnable:truelight:false 2023-05-08 14:44:33.911 4456-4660 SmartDualCardConfig com.huawei.systemserver I getAppType,pkgName=com.example.example,appType=-1 2023-05-08 14:44:33.912 2099-2292 StatusBarDisable system_server I setFlags what=0 which=1 pkg=Window{cf0609 u0 com.example.example/com.example.example.MainActivity} 2023-05-08 14:44:33.912 4456-4660 SmartDualCardConfig com.huawei.systemserver I getAppType,pkgName=com.example.example,appType=-1 2023-05-08 14:44:33.912 4456-4660 SmartDualCardSM com.huawei.systemserver I onUidStateUpdate,uid=10953,appName=com.example.example,state=FOREGROUND 2023-05-08 14:44:33.914 4456-4660 SmartDualCardConfig com.huawei.systemserver I getAppType,pkgName=com.example.example,appType=-1 2023-05-08 14:44:33.915 2099-4454 BroadcastQueue system_server W Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.example flg=0x4000010 (has extras) } to com.fenqile.fenqile/cn.jpush.android.service.PushReceiver 2023-05-08 14:44:33.932 2099-4213 WindowManager system_server I dispatchResized : win = Window{cf0609 u0 com.example.example/com.example.example.MainActivity} drawState = DRAW_PENDING 2023-05-08 14:44:33.938 2099-5511 HwOcrImeController system_server I updateMultiWindow topActivity = ComponentInfo{com.example.example/com.example.example.MainActivity} windowMode = 1 mIsInMultiScreen = false 2023-05-08 14:44:34.062 12644-18032 QVS_SDK_TAG com...ei.securitypluginbase:service D doSingleScan type:3 engine:6 param:com.example.example 2023-05-08 14:44:34.106 2099-2295 WindowManager system_server I Animation done in AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}} isHidden:false hiddenRequested:false 2023-05-08 14:44:34.166 2099-12864 ActivityTaskManager system_server V Activity idle: Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}} 2023-05-08 14:44:34.171 2099-2295 WindowManager system_server I removeIfPossible: Window{9278b1 u0 Splash Screen com.example.example} callers=com.android.server.wm.WindowState.removeIfPossible:5171052 com.android.server.wm.WindowManagerService.removeWindow:4776256 android.view.ViewRootImpl.dispatchDetachedFromWindow:3539404 android.view.ViewRootImpl.doDie:3537108 android.view.ViewRootImpl$ViewRootHandler.handleMessage:5076872 2023-05-08 14:44:34.172 2099-2295 WindowManager system_server I Not removing Window{9278b1 u0 Splash Screen com.example.example EXITING} due to exit animation 2023-05-08 14:44:34.262 2099-2099 HwOcrImeController system_server I updateMultiWindow topActivity = ComponentInfo{com.example.example/com.example.example.MainActivity} windowMode = 1 mIsInMultiScreen = false 2023-05-08 14:44:34.289 2099-2295 WindowManager system_server I Exit animation finished in Window{9278b1 u0 Splash Screen com.example.example EXITING}: remove=true 2023-05-08 14:44:34.289 2099-2295 WindowManager system_server E win=Window{9278b1 u0 Splash Screen com.example.example EXITING} destroySurfaces: appStopped=false win.mWindowRemovalAllowed=true win.mRemoveOnExit=true 2023-05-08 14:44:34.290 2099-2295 WindowManager system_server I postWindowRemoveCleanupLocked: Window{9278b1 u0 Splash Screen com.example.example} 2023-05-08 14:44:34.290 2099-2295 WindowManager system_server I Removing Window{9278b1 u0 Splash Screen com.example.example} from AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}} 2023-05-08 14:44:34.292 2099-2292 StatusBarManagerService system_server D win:Window{cf0609 u0 com.example.example/com.example.example.MainActivity}mIsColorEnable:truelight:false 2023-05-08 14:44:34.293 2099-2292 StatusBarDisable system_server I setFlags what=0 which=1 pkg=Window{cf0609 u0 com.example.example/com.example.example.MainActivity} 2023-05-08 14:44:34.321 4456-4660 SmartDualCardConfig com.huawei.systemserver I getAppType,pkgName=com.example.example,appType=-1 2023-05-08 14:44:34.333 1071-1119 AwareLog hwpged D iawared: WorkingsetProcessCommand subCmd = 351, userId=10953, pid=17936, com.example.example 2023-05-08 14:44:34.333 1071-1119 AwareLog hwpged D iawared: WorkingsetPause com.example.example 2023-05-08 14:44:34.336 1028-17129 AGPService AGPService I aps-info: focus pkgName - com.example.example, with 0 more apps 2023-05-08 14:44:34.336 1028-17129 AGPService AGPService I FrameRateManager: aps-info: new pkgName - com.example.example, type - -1 2023-05-08 14:44:34.336 1028-17129 AGPService AGPService I GpuPolicyManager: m_currentPkgName - com.example.example 2023-05-08 14:44:34.734 4589-6182 ThermalTraceService com.huawei.iaware I code:1, appInfo:com.example.example#10000, levelInfo:29,warm_demo,2#0,warm_bschg_cpu,2 2023-05-08 14:44:35.031 7122-7122 HwLauncher com.huawei.android.launcher I Model onPackageAdded userAppPackage:Package:com.example.example,User:UserHandle{0},IsClone:false 2023-05-08 14:44:35.043 7122-7122 HwLauncher com.huawei.android.launcher I Model findCloudAppInfoInDB : found 0 shortcutInfo for package[com.example.example] in db 2023-05-08 14:44:35.044 7122-7122 HwLauncher com.huawei.android.launcher I PowerSaveLauncherModel onPackageAdded:Package:com.example.example,User:UserHandle{0},IsClone:false 2023-05-08 14:44:35.044 7122-7122 HwLauncher com.huawei.android.launcher I StreetModeLauncherModel onPackageAdded:Package:com.example.example,User:UserHandle{0},IsClone:false 2023-05-08 14:44:35.047 7122-7222 hwPS_RestrictionAdapter com.huawei.android.launcher I getMaliciousAppInfo: packageName:com.example.example flags:1 2023-05-08 14:44:35.048 2099-5141 AppPolicy_...ileManager system_server D getRules: response=Response{code=200, message='OK', result=Bundle[{rules=[Bundle[{properties=Bundle[{restrictions=SMS_BLANK|CALL_LOG_BLANK|CONTACTS_BLANK|CALENDAR_BLANK|LOCATION|STORAGE|SYSTEM_ALERT_WINDOW|POPUP_BACKGROUND_WINDOW, restrictionLevel=1, name=com.example.example, isRestricted=false}], name=com.example.example}]]}]} 2023-05-08 14:44:35.049 2099-5141 hwPS_RestrictionManager system_server D package: com.example.example isRestricted: false 2023-05-08 14:44:35.067 7122-7222 HwLauncher com.huawei.android.launcher I AllIdleAppsList addPackage: add new shortcut is {ShortcutInfo: example, component: ComponentInfo{com.example.example/com.example.example.MainActivity}, id: -1, container: -100CellIndex:Container:-100, ScreenId:-1, ScreenIndex:-1, Cell(-1, -1) Spans(1, 1) null} 2023-05-08 14:44:35.080 7122-7122 hwPS_RestrictionAdapter com.huawei.android.launcher I getMaliciousAppInfo: packageName:com.example.example flags:1 2023-05-08 14:44:35.080 2099-5141 AppPolicy_...ileManager system_server D getRules: response=Response{code=200, message='OK', result=Bundle[{rules=[Bundle[{properties=Bundle[{restrictions=SMS_BLANK|CALL_LOG_BLANK|CONTACTS_BLANK|CALENDAR_BLANK|LOCATION|STORAGE|SYSTEM_ALERT_WINDOW|POPUP_BACKGROUND_WINDOW, restrictionLevel=1, name=com.example.example, isRestricted=false}], name=com.example.example}]]}]} 2023-05-08 14:44:35.081 2099-5141 hwPS_RestrictionManager system_server D package: com.example.example isRestricted: false 2023-05-08 14:44:35.083 2099-2309 ActivityTaskManager system_server I Fully drawn com.example.example/.MainActivity: +849ms 2023-05-08 14:44:35.084 2099-2309 ActivityTaskManager system_server I Displayed com.example.example/.MainActivity: +881ms 2023-05-08 14:44:35.893 4456-4660 ConnCureConfigUtil com.huawei.systemserver D isCaredApp: input = com.example.example 2023-05-08 14:44:37.133 1071-1119 AwareLog hwpged D iawared: WorkingsetProcessCommand subCmd = 357, userId=10953, pid=17936, com.example.example 2023-05-08 14:44:37.134 1071-1119 AwareLog hwpged D iawared: WorkingsetPauseCollect com.example.example 2023-05-08 14:44:38.095 4589-5340 AppTypeRecogManager com.huawei.iaware I Update app type name:com.example.example type:65535 2023-05-08 14:44:38.098 4589-5340 AppTypeRecogManager com.huawei.iaware I Update app type by self. name:com.example.example type:65535 2023-05-08 14:44:38.212 4589-5340 ApplistMgr com.huawei.iaware I mSmartOptimizeApps : [com.huawei.ohos.smarthome, com.tencent.qqmusic, com.huawei.android.totemweather, com.example.example, com.huawei.videoeditor, com.huawei.hms5gkit.agentservice, com.android.simappdialog, com.xusun000.river_lite_2022, com.tencent.mm, com.huawei.tips, com.tencent.tim, com.huawei.ohos.videoeditor, com.huawei.inputmethod.intelligent, cn.i4.mobile, com.example.flutter09, com.android.localtransport, com.huawei.contactscamcard, com.coolapk.market, com.fluttercandies.wechatAssetsPickerExample, io.dcloud.HBuilder, com.huawei.ohos.health, com.huawei.game.kitserver, com.huawei.hbm, com.yidoutang.app] 2023-05-08 14:44:42.136 1071-1119 AwareLog hwpged D iawared: WorkingsetProcessCommand subCmd = 352, userId=10953, pid=17936, com.example.example 2023-05-08 14:44:42.136 1071-1119 AwareLog hwpged D iawared: WorkingsetStop com.example.example 2023-05-08 14:44:43.166 4589-5804 ApplistMgr com.huawei.iaware I mSmartOptimizeApps : [com.huawei.ohos.smarthome, com.tencent.qqmusic, com.huawei.android.totemweather, com.example.example, com.huawei.videoeditor, com.huawei.hms5gkit.agentservice, com.android.simappdialog, com.xusun000.river_lite_2022, com.tencent.mm, com.huawei.tips, com.tencent.tim, com.huawei.ohos.videoeditor, com.huawei.inputmethod.intelligent, cn.i4.mobile, com.example.flutter09, com.android.localtransport, com.huawei.contactscamcard, com.coolapk.market, com.fluttercandies.wechatAssetsPickerExample, io.dcloud.HBuilder, com.huawei.ohos.health, com.huawei.game.kitserver, com.huawei.hbm, com.yidoutang.app] 2023-05-08 14:44:48.300 11459-18194 AdBlock_AbsAdRequest com.huawei.systemmanager D getPostRequestParam param: apps=%5B%7B%22pkgName%22%3A%22com.example.example%22%2C%22versionCode%22%3A1%2C%22version%22%3A%221.0.0%22%7D%5D&buildNumber=PCT-AL10+3.0.0.165%28C00E165R4P3%29&clientPackage=com.huawei.systemmanager&emuiVer=EmotionUI_13.0.0&firmwareVersion=10&locale=zh_CN&method=store.getControlStrategy&phoneType=PCT-AL10&resolution=1080x2310&sysBits=2&ts=1683528288284&version=12.1.0.170 2023-05-08 14:44:58.256 2099-4213 HwApsManagerConfig system_server I registerCallbackLocked success, pkgName:com.example.example, callback_count:46 2023-05-08 14:44:58.256 2099-4213 HwApsManagerConfig system_server I doCallbackAtFirstRegisterLocked, start ! pkgName:com.example.example 2023-05-08 14:44:58.256 17936-17936 Hwaps com.example.example D APS: EventAnalyzed: registerCallbackInApsManagerService, mPkgName:com.example.example; result = true 2023-05-08 14:44:58.709 2099-2338 PackageMan...xOptimizer system_server I Running dexopt (dexoptNeeded=-3) on: /data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/base.apk pkg=com.example.example isa=arm64 dexoptFlags=boot_complete,profile_guided,enable_hidden_api_checks targetFilter=speed-profile oatDir=/data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/oat classLoaderContext=PCL[] 2023-05-08 14:44:58.709 1037-5349 installd installd D forkNotifyToRMS parcel pid=0, ppid=1037, pkg=com.example.example, status=1, num=2, time=1683528071 2023-05-08 14:44:58.710 1037-5349 installd installd V DexInv: --- BEGIN '/data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/base.apk' --- 2023-05-08 14:44:58.711 1037-5349 installd installd D forkNotifyToRMS parcel pid=18227, ppid=1037, pkg=com.example.example, status=0, num=0, time=0 2023-05-08 14:44:58.774 18227-18227 dex2oat pid-18227 I /apex/com.android.runtime/bin/dex2oat --input-vdex-fd=11 --output-vdex-fd=12 --resolve-startup-const-strings=true --max-image-block-size=1048576 --compiler-filter=speed-profile -j1 --profile-file-fd=15 --classpath-dir=/data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A== --class-loader-context=PCL[] --generate-mini-debug-info --compilation-reason=unknown 2023-05-08 14:44:58.985 18227-18227 chatty dex2oat I uid=50953(com.example.example) /apex/com.android.runtime/bin/dex2oat identical 1 line 2023-05-08 14:44:59.529 1037-5349 installd installd V DexInv: --- END '/data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/base.apk' (success) --- 2023-05-08 14:44:59.529 1037-5349 installd installd D forkNotifyToRMS parcel pid=0, ppid=1037, pkg=com.example.example, status=2, num=0, time=0 2023-05-08 14:47:24.738 2099-5164 WindowManager system_server I Changing focus from Window{cf0609 u0 com.example.example/com.example.example.MainActivity} to Window{9597ad u0 StatusBar} displayId=0 Callers=com.android.server.wm.RootWindowContainer.updateFocusedWindowLocked:6686092 com.android.server.wm.WindowManagerService.updateFocusedWindowLocked:6685568 com.android.server.wm.WindowManagerService.relayoutWindow:6286028 com.android.server.wm.Session.relayout:6290724 2023-05-08 14:47:25.722 4589-5804 PG_DBS_MAIN com.huawei.iaware I dock stack close, FgAPP:com.example.example BgAPP:com.example.example 2023-05-08 14:47:25.780 2099-5178 HwActivity...rServiceEx system_server W appSwitch from: com.example.example to: com.huawei.systemmanager 2023-05-08 14:47:25.787 4456-6962 AssistantS...11.2.1.200 com.huawei.systemserver I registerHwActivityNotifier call fromPackage:com.example.example, toPackage:com.huawei.systemmanager 2023-05-08 14:47:25.787 4456-5183 AssistantS...11.2.1.200 com.huawei.systemserver D handleMessage app switch fromPackage:com.example.example, toPackage:com.huawei.systemmanager 2023-05-08 14:47:25.787 4456-6006 Hicom_Monitor com.huawei.systemserver D AppSwitchNotifier not support app from:com.example.example, to:com.huawei.systemmanager 2023-05-08 14:47:25.787 2099-2304 HwAudioServiceEx system_server I ComponentInfo : className = com.example.example.MainActivity, flag = onPause, isHomeActivity = , isTop = false 2023-05-08 14:47:25.788 4456-28259 Hicom_Monitor com.huawei.systemserver D ActivityNotifier not support:com.example.example 2023-05-08 14:47:25.790 4456-4660 DollieActi...gerAdapter com.huawei.systemserver D [Paused] pid:17936 uid:10953 ComponentInfo{com.example.example/com.example.example.MainActivity} uidState:2 2023-05-08 14:47:25.792 4589-5340 ScenarioService com.huawei.iaware D new above launcher front pkgs: [com.example.example, com.huawei.systemmanager] 2023-05-08 14:47:25.793 4589-5340 AppsUsage com.huawei.iaware I scnOff: false FgAPP: com.huawei.systemmanager BgAPP: com.example.example 2023-05-08 14:47:25.795 4589-5340 ScenarioService com.huawei.iaware I app focus change from: com.example.example to:com.huawei.systemmanager 2023-05-08 14:47:25.800 4589-6175 PGServer com.huawei.iaware I report state:10000 event type:2 pid:0 uid:0 pkg:com.example.example to pid: 4456 2023-05-08 14:47:25.800 4589-6175 PGServer com.huawei.iaware I report state:10000 event type:2 pid:0 uid:0 pkg:com.example.example to pid: 4589 2023-05-08 14:47:25.800 4589-6175 SceneReceiver com.huawei.iaware I state type: 10000 eventType:2 pid:0 uid:0 pkg:com.example.example 2023-05-08 14:47:25.800 4589-6175 PGServer com.huawei.iaware I report state:10000 event type:2 pid:0 uid:0 pkg:com.example.example to pid: 2099 2023-05-08 14:47:25.803 2099-2294 ActivityTaskManager system_server V Stopping ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}: nowVisible=false animating=true finishing=false 2023-05-08 14:47:25.897 4589-5804 PG_ash com.huawei.iaware I com.example.example become invisible 2023-05-08 14:47:25.916 2099-2295 RemoteAnim...Controller system_server D createAnimationAdapter(): token=AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}} 2023-05-08 14:47:25.917 2099-2295 WindowManager system_server V commitVisibility: AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}: hidden=true hiddenRequested=true 2023-05-08 14:47:25.929 2099-2294 HwWindowMa...rServiceEx system_server I com.example.example/com.example.example.MainActivity blur level: -1 2023-05-08 14:47:25.929 2099-2294 HwWindowMa...rServiceEx system_server I com.example.example blur level: -1 2023-05-08 14:47:26.171 2099-5139 ActivityTaskManager system_server V Stopping ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}: nowVisible=false animating=true finishing=false 2023-05-08 14:47:26.355 2099-5640 WindowManager system_server I Animation done in AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}} isHidden:true hiddenRequested:true 2023-05-08 14:47:26.367 756-980 BufferQueueProducer surfaceflinger W [SurfaceView - com.example.example/com.example.example.MainActivity#0]:1390: disconnect: not connected (req=1) 2023-05-08 14:47:26.369 756-980 BufferQueueProducer surfaceflinger W [com.example.example/com.example.example.MainActivity#0]:1390: disconnect: not connected (req=1) 2023-05-08 14:47:26.384 4456-4660 DollieAdapterService com.huawei.systemserver E notifyActivityState pkg:com.example.example/com.example.example.MainActivity state:16 fg:false mUid:10953 2023-05-08 14:47:26.384 4456-4660 HidataAppQoeP com.huawei.systemserver I foregroundUidRemove uid: 10953 name: com.example.example 2023-05-08 14:47:26.386 4456-4660 SmartDualCardConfig com.huawei.systemserver I getAppType,pkgName=com.example.example,appType=-1 2023-05-08 14:47:26.386 4456-4660 SmartDualCardConfig com.huawei.systemserver I getAppType,pkgName=com.example.example,appType=-1 2023-05-08 14:47:26.386 4456-4660 SmartDualCardSM com.huawei.systemserver I onUidStateUpdate,uid=10953,appName=com.example.example,state=BACKGROUND 2023-05-08 14:47:26.387 4456-4660 SmartDualCardConfig com.huawei.systemserver I getAppType,pkgName=com.example.example,appType=-1 2023-05-08 14:47:26.392 4456-4660 DollieChr com.huawei.systemserver I handleForegroundAppUpdateMsg,mAppState=2,scenes=1,mForegroundAppName=com.example.example 2023-05-08 14:47:26.393 4456-4660 SmartDualCardConfig com.huawei.systemserver I getAppType,pkgName=com.example.example,appType=-1 2023-05-08 14:47:26.396 2099-5640 WindowManager system_server I notifyAppStopped: AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}} 2023-05-08 14:47:26.396 2099-5640 WindowManager system_server E win=Window{cf0609 u0 com.example.example/com.example.example.MainActivity} destroySurfaces: appStopped=true win.mWindowRemovalAllowed=false win.mRemoveOnExit=false 2023-05-08 14:47:26.404 1028-14870 ITouchService AGPService D itouch currentPackageName = com.example.example 2023-05-08 14:47:26.404 1028-14870 ITouchService AGPService D itouch:app com.example.example is not game app 2023-05-08 14:47:26.404 1028-14870 ITouchService AGPService D itouch:app com.example.example is not in StylusPenList 2023-05-08 14:47:29.244 2099-5139 HwActivity...rServiceEx system_server W appSwitch from: com.huawei.systemmanager to: com.example.example 2023-05-08 14:47:29.244 4456-6962 Hicom_Monitor com.huawei.systemserver D AppSwitchNotifier not support app from:com.huawei.systemmanager, to:com.example.example 2023-05-08 14:47:29.244 4456-28259 AssistantS...11.2.1.200 com.huawei.systemserver I registerHwActivityNotifier call fromPackage:com.huawei.systemmanager, toPackage:com.example.example 2023-05-08 14:47:29.246 4589-5340 ScenarioService com.huawei.iaware I app focus change from: com.huawei.systemmanager to:com.example.example 2023-05-08 14:47:29.246 4589-5340 ScenarioService com.huawei.iaware I add focus on app:com.example.example to visiblePkgs 2023-05-08 14:47:29.248 2099-4021 WiFi_PRO_W...ateMachine system_server I current app com.example.example, has changed 2023-05-08 14:47:29.248 4456-5183 AssistantS...11.2.1.200 com.huawei.systemserver D handleMessage app switch fromPackage:com.huawei.systemmanager, toPackage:com.example.example 2023-05-08 14:47:29.248 2099-2305 HwGameAssi...Controller system_server D UPDATE: mCurFgPkg=com.example.example, mCurFgPid=17936, mIsCurGame=false 2023-05-08 14:47:29.254 2099-5178 WindowManager system_server V notifyAppResumed: wasStopped=true AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}} 2023-05-08 14:47:29.257 2099-5178 WindowManager system_server I Check opening app=AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}: allDrawn=false startingDisplayed=false startingMoved=false isRelaunching()=false startingWindow=null 2023-05-08 14:47:29.258 2099-2295 WindowManager system_server I Check opening app=AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}: allDrawn=false startingDisplayed=false startingMoved=false isRelaunching()=false startingWindow=null 2023-05-08 14:47:29.264 2099-5634 WindowManager system_server I Check opening app=AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}: allDrawn=false startingDisplayed=false startingMoved=false isRelaunching()=false startingWindow=null 2023-05-08 14:47:29.269 4589-5340 ScenarioService com.huawei.iaware D front pkg : com.example.example launcher: false 2023-05-08 14:47:29.269 4589-5340 ScenarioService com.huawei.iaware I old above launcher pkgs: [com.example.example, com.huawei.systemmanager] new front:com.example.example 2023-05-08 14:47:29.269 4589-5340 ScenarioService com.huawei.iaware D new above launcher front pkgs: [com.example.example] 2023-05-08 14:47:29.269 4589-5340 AppsUsage com.huawei.iaware I scnOff: false FgAPP: com.example.example BgAPP: com.huawei.systemmanager 2023-05-08 14:47:29.269 4589-5804 PG_ash com.huawei.iaware I front pkg : com.example.example 2023-05-08 14:47:29.269 4589-6175 PGServer com.huawei.iaware I report state:10000 event type:1 pid:0 uid:0 pkg:com.example.example to pid: 4456 2023-05-08 14:47:29.269 4589-6175 PGServer com.huawei.iaware I report state:10000 event type:1 pid:0 uid:0 pkg:com.example.example to pid: 4589 2023-05-08 14:47:29.270 4589-6175 SceneReceiver com.huawei.iaware I state type: 10000 eventType:1 pid:0 uid:0 pkg:com.example.example 2023-05-08 14:47:29.270 4589-6175 PGServer com.huawei.iaware I report state:10000 event type:1 pid:0 uid:0 pkg:com.example.example to pid: 2099 2023-05-08 14:47:29.273 4456-6962 Hicom_Monitor com.huawei.systemserver D ActivityNotifier not support:com.example.example 2023-05-08 14:47:29.273 2099-2304 HwAudioServiceEx system_server I ComponentInfo : className = com.example.example.MainActivity, flag = onResume, isHomeActivity = , isTop = true 2023-05-08 14:47:29.274 4456-4660 DollieActi...gerAdapter com.huawei.systemserver D [Resumed] bg:true pid:17936 uid:10953 ComponentInfo{com.example.example/com.example.example.MainActivity} 2023-05-08 14:47:29.274 4456-4660 DollieAdapterService com.huawei.systemserver E notifyActivityState pkg:com.example.example/com.example.example.MainActivity state:2 fg:true mUid:10953 2023-05-08 14:47:29.275 2099-4213 DE J DES system_server I [effect] Pg pkg:com.example.example 2023-05-08 14:47:29.276 10395-13309 CAWARENESS...ageManager com.huawei.hiai.engineservice I onEvent, packageName=com.example.example, activityName=com.example.example.MainActivity, moduleName=, uid=10953 2023-05-08 14:47:29.278 1028-14870 ITouchService AGPService D itouch stylusCurrentPkgName = com.example.example lastOneFramePkgName = 2023-05-08 14:47:29.278 1028-14870 ITouchService AGPService D itouch currentPackageName = com.example.example 2023-05-08 14:47:29.278 1028-14870 ITouchService AGPService D itouch:app com.example.example is not game app 2023-05-08 14:47:29.278 1028-14870 ITouchService AGPService D itouch:app com.example.example is not in StylusPenList 2023-05-08 14:47:29.282 2099-12864 WindowManager system_server I Check opening app=AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}: allDrawn=false startingDisplayed=false startingMoved=false isRelaunching()=false startingWindow=null 2023-05-08 14:47:29.284 2099-12864 WindowManager system_server I Changing focus from null to Window{cf0609 u0 com.example.example/com.example.example.MainActivity} displayId=0 Callers=com.android.server.wm.RootWindowContainer.updateFocusedWindowLocked:6686092 com.android.server.wm.WindowManagerService.updateFocusedWindowLocked:6685568 com.android.server.wm.WindowManagerService.relayoutWindow:6286028 com.android.server.wm.Session.relayout:6290724 2023-05-08 14:47:29.284 2099-12864 HwPhoneWindowManager system_server V updateSystemUiColorLw window=Window{cf0609 u0 com.example.example/com.example.example.MainActivity},EmuiStyle=0,StatusBarColor=0x40000000,NavigationBarColor=0xfffcfcfc, mForceNotchStatusBar=false 2023-05-08 14:47:29.289 4456-4660 SmartDualCardConfig com.huawei.systemserver I getAppType,pkgName=com.example.example,appType=-1 2023-05-08 14:47:29.289 4456-4660 SmartDualCardConfig com.huawei.systemserver I getAppType,pkgName=com.example.example,appType=-1 2023-05-08 14:47:29.289 4456-4660 SmartDualCardSM com.huawei.systemserver I onUidStateUpdate,uid=10953,appName=com.example.example,state=FOREGROUND 2023-05-08 14:47:29.290 4456-4660 SmartDualCardConfig com.huawei.systemserver I getAppType,pkgName=com.example.example,appType=-1 2023-05-08 14:47:29.293 2099-2295 WindowManager system_server I Check opening app=AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}: allDrawn=true startingDisplayed=false startingMoved=false isRelaunching()=false startingWindow=null 2023-05-08 14:47:29.295 2099-2295 HwWindowMa...rServiceEx system_server D is app exit to launcher info: transit = 9, app = AppWindowToken{b7a448 token=Token{9a5b12 ActivityRecord{cea287 u0 com.huawei.systemmanager/com.huawei.harassmentinterception.ui.InterceptionActivity t41976}}}, window = Window{cf0759 u0 com.huawei.systemmanager/com.huawei.harassmentinterception.ui.InterceptionActivity}, mClosingApps = {AppWindowToken{b7a448 token=Token{9a5b12 ActivityRecord{cea287 u0 com.huawei.systemmanager/com.huawei.harassmentinterception.ui.InterceptionActivity t41976}}}}, topOpeningApp = AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}, mExitIconBitmap = null, mExitIconHeight = -1, mExitIconWidth = -1 2023-05-08 14:47:29.297 2099-2295 HwWindowMa...rServiceEx system_server D is app exit to launcher info: transit = 9, app = AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}, window = Window{cf0609 u0 com.example.example/com.example.example.MainActivity}, mClosingApps = {AppWindowToken{b7a448 token=Token{9a5b12 ActivityRecord{cea287 u0 com.huawei.systemmanager/com.huawei.harassmentinterception.ui.InterceptionActivity t41976}}}}, topOpeningApp = AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}, mExitIconBitmap = null, mExitIconHeight = -1, mExitIconWidth = -1 2023-05-08 14:47:29.299 2099-2295 WindowManager system_server V commitVisibility: AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}: hidden=false hiddenRequested=false 2023-05-08 14:47:29.316 2099-5634 HwOcrImeController system_server I updateMultiWindow topActivity = ComponentInfo{com.example.example/com.example.example.MainActivity} windowMode = 1 mIsInMultiScreen = false 2023-05-08 14:47:29.318 2099-5164 ActivityTaskManager system_server V Activity idle: Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}} 2023-05-08 14:47:29.320 2099-2292 AppPolicy_...ileManager system_server D getRules: response=Response{code=200, message='OK', result=Bundle[{rules=[Bundle[{properties=Bundle[{restrictions=SMS_BLANK|CALL_LOG_BLANK|CONTACTS_BLANK|CALENDAR_BLANK|LOCATION|STORAGE|SYSTEM_ALERT_WINDOW|POPUP_BACKGROUND_WINDOW, restrictionLevel=1, name=com.example.example, isRestricted=false}], name=com.example.example}]]}]} 2023-05-08 14:47:29.325 2099-2292 StatusBarManagerService system_server D win:Window{cf0609 u0 com.example.example/com.example.example.MainActivity}mIsColorEnable:truelight:true 2023-05-08 14:47:29.325 2099-2292 StatusBarDisable system_server I setFlags what=0 which=1 pkg=Window{cf0609 u0 com.example.example/com.example.example.MainActivity} 2023-05-08 14:47:29.325 2099-2292 StatusBarManagerService system_server D win:Window{cf0609 u0 com.example.example/com.example.example.MainActivity}mIsColorEnable:truelight:false 2023-05-08 14:47:29.325 2099-2292 StatusBarDisable system_server I setFlags what=0 which=1 pkg=Window{cf0609 u0 com.example.example/com.example.example.MainActivity} 2023-05-08 14:47:29.328 4277-4402 hwPS_RestrictionAdapter com.huawei.systemmanager:service I getMaliciousAppInfo: packageName:com.example.example flags:1 2023-05-08 14:47:29.329 2099-5634 AppPolicy_...ileManager system_server D getRules: response=Response{code=200, message='OK', result=Bundle[{rules=[Bundle[{properties=Bundle[{restrictions=SMS_BLANK|CALL_LOG_BLANK|CONTACTS_BLANK|CALENDAR_BLANK|LOCATION|STORAGE|SYSTEM_ALERT_WINDOW|POPUP_BACKGROUND_WINDOW, restrictionLevel=1, name=com.example.example, isRestricted=false}], name=com.example.example}]]}]} 2023-05-08 14:47:29.329 2099-5634 hwPS_RestrictionManager system_server D package: com.example.example isRestricted: false 2023-05-08 14:47:29.346 4589-5340 ScenarioService com.huawei.iaware I refresh visibleApp:[com.example.example] 2023-05-08 14:47:29.346 4589-5340 PGServer com.huawei.iaware I report state:14 event type:1 pid:-1 uid:-1 pkg:com.example.example to pid: 4589 2023-05-08 14:47:29.346 4589-5340 PF_API_JNI com.huawei.iaware I ACCKIT_APS_NotifyInfo 3: com.example.example 2023-05-08 14:47:29.346 750-750 ACCKIT_ displayservice D pack:"com.example.example" 2023-05-08 14:47:29.463 4456-4660 SmartDualCardConfig com.huawei.systemserver I getAppType,pkgName=com.example.example,appType=-1 2023-05-08 14:47:29.807 2099-2295 WindowManager system_server I Animation done in AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}} isHidden:false hiddenRequested:false 2023-05-08 14:47:29.827 1028-14870 ITouchService AGPService D itouch stylusCurrentPkgName = com.example.example lastOneFramePkgName = 2023-05-08 14:47:29.847 1028-14870 AGPService AGPService I aps-info: focus pkgName - com.example.example, with 0 more apps 2023-05-08 14:47:29.847 1028-14870 AGPService AGPService I FrameRateManager: aps-info: new pkgName - com.example.example, type - -1 2023-05-08 14:47:29.848 1028-14870 AGPService AGPService I GpuPolicyManager: m_currentPkgName - com.example.example 2023-05-08 14:47:29.960 2099-2099 HwOcrImeController system_server I updateMultiWindow topActivity = ComponentInfo{com.example.example/com.example.example.MainActivity} windowMode = 1 mIsInMultiScreen = false 2023-05-08 14:47:31.280 4456-4660 ConnCureConfigUtil com.huawei.systemserver D isCaredApp: input = com.example.example 2023-05-08 14:47:55.727 17238-17313 keyringKit...ppReceiver com.huawei.hwid.container3 I com.example.example installed: true.
这是详细的日志信息
这是日志的截图模式
https://www.aliyundrive.com/s/GHRaAniu5WZ 这是真机上表现的效果
2023-05-08 14:43:55.089 4504-17236 ActivityRe...ClientImpl com.huawei.hwid.core I [I/HwLocation/ActivityRecognitionClientImpl 4504:12322 LogHMSLocation.java:1] uninstall:com.example.example remove AR and AT request start 2023-05-08 14:43:55.089 4504-17236 ActivityRe...ingManager com.huawei.hwid.core I [I/HwLocation/ActivityRecognitionMappingManager 4504:12322 LogLocation.java:1] removeActivityUpdatesMappingInfoByPackageName:enter:com.example.example 2023-05-08 14:43:55.090 4504-17236 ActivityRe...ingManager com.huawei.hwid.core I [I/HwLocation/ActivityRecognitionMappingManager 4504:12322 LogLocation.java:1] removeActivityUpdatesMappingInfoByPackageName:exit:com.example.example 2023-05-08 14:43:55.090 4504-17236 ActivityTr...ingManager com.huawei.hwid.core I [I/HwLocation/ActivityTransitionMappingManager 4504:12322 LogLocation.java:1] removeActivityTransitionMappingInfoByPackageName:enter:com.example.example 2023-05-08 14:43:55.090 4504-17236 ActivityTr...ingManager com.huawei.hwid.core I [I/HwLocation/ActivityTransitionMappingManager 4504:12322 LogLocation.java:1] removeActivityTransitionMappingInfoByPackageName:exit:com.example.example 2023-05-08 14:43:55.092 4504-17236 ActivityRe...ClientImpl com.huawei.hwid.core I [I/HwLocation/ActivityRecognitionClientImpl 4504:12322 LogLocation.java:1] uninstall:com.example.example remove AR and AT request success! 2023-05-08 14:44:27.348 2099-5141 ActivityManager system_server W Invalid packageName: com.example.example 2023-05-08 14:44:27.348 2099-5141 ActivityManager system_server W Invalid packageName: com.example.example 2023-05-08 14:44:32.273 2099-2340 PackageManager system_server I top pkgName: com.huawei.android.launcher, update pkgName: com.example.example 2023-05-08 14:44:32.273 2099-2340 PackageManager system_server D mFrozenPackages add package:com.example.example 2023-05-08 14:44:32.430 2099-2340 PackageManager system_server I applicationInfo.forceDarkMode of pkgName: com.example.example is 2 2023-05-08 14:44:32.570 2099-2340 PackageManager system_server D mFrozenPackages remove package:com.example.example 2023-05-08 14:44:32.571 1037-5349 cutils installd E Go to create: /data/data/com.example.example 2023-05-08 14:44:32.571 1037-5349 cutils installd W Expected path /data/data/com.example.example with owner 10953 mode 700 but found 904647760 4071,to be fixed... 2023-05-08 14:44:32.571 1037-5349 cutils installd W path /data/data/com.example.example fix completed 2023-05-08 14:44:32.573 1037-5349 cutils installd E Go to create: /data/user_de/0/com.example.example 2023-05-08 14:44:32.573 1037-5349 cutils installd W Expected path /data/user_de/0/com.example.example with owner 10953 mode 700 but found 1701605485 7710,to be fixed... 2023-05-08 14:44:32.573 1037-5349 cutils installd W path /data/user_de/0/com.example.example fix completed 2023-05-08 14:44:32.575 1037-5349 cutils installd E Failed to open(/data/misc/profiles/cur/128/com.example.example/primary.prof): No such file or directory 2023-05-08 14:44:32.575 1037-5349 installd installd E Failed to prepare /data/misc/profiles/cur/128/com.example.example/primary.prof: No such file or directory 2023-05-08 14:44:32.575 2099-2340 ArtManagerService system_server E Failed to prepare profile for com.example.example:/data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/base.apk 2023-05-08 14:44:32.683 2099-2340 PackageMan...xOptimizer system_server I Running dexopt (dexoptNeeded=1) on: /data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/base.apk pkg=com.example.example isa=arm64 dexoptFlags=boot_complete,profile_guided,public,enable_hidden_api_checks targetFilter=speed-profile oatDir=/data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/oat classLoaderContext=PCL[] 2023-05-08 14:44:32.684 1037-5349 installd installd V DexInv: --- BEGIN '/data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/base.apk' --- 2023-05-08 14:44:32.685 1037-5349 installd installd D forkNotifyToRMS parcel pid=17803, ppid=1037, pkg=com.example.example, status=0, num=0, time=0 2023-05-08 14:44:32.733 17803-17803 dex2oat pid-17803 I /apex/com.android.runtime/bin/dex2oat --input-vdex-fd=-1 --output-vdex-fd=11 --resolve-startup-const-strings=true --max-image-block-size=1048576 --compiler-filter=speed-profile -j4 --classpath-dir=/data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A== --class-loader-context=PCL[] --generate-mini-debug-info --compact-dex-level=none --compilation-reason=install 2023-05-08 14:44:32.906 17803-17806 chatty pid-17803 I uid=50953(com.example.example) dex2oat identical 1 line 2023-05-08 14:44:33.019 1037-5349 installd installd V DexInv: --- END '/data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/base.apk' (success) --- 2023-05-08 14:44:33.028 2099-2340 BackupManagerService system_server V restoreAtInstall pkg=com.example.example token=13 restoreSet=0 2023-05-08 14:44:33.029 2099-2340 HwPackageM...rServiceEx system_server I addGrantedInstalledPkg not granted: com.example.example 2023-05-08 14:44:33.044 2099-2340 HwAppAuthManager system_server W Cannot find pacakge : com.example.example 2023-05-08 14:44:33.044 2099-2340 HwAppAuthManager system_server W Cannot find pacakge : com.example.example 2023-05-08 14:44:33.059 2099-2340 HwPackageM...rServiceEx system_server V POST_INSTALL: pkgName = com.example.example, pkgUri = /data/app/vmdl1251922362.tmp;, pkgInstalledPath = /data/app/vmdl1251922362.tmp, pkgInstallerPackageName = , pkgVerName = 1.0.0, pkgVerCode = 1, resultCode = 1, pkgUpdate = false 2023-05-08 14:44:33.064 2099-2340 HwPackageM...rviceUtils system_server I upload install bigdata for PMS parse file: com.example.example result:true 2023-05-08 14:44:33.097 4589-5804 PG_ash com.huawei.iaware I reInit sysCore for install: com.example.example 2023-05-08 14:44:33.099 4589-5340 PG_DBS_MAIN com.huawei.iaware D ID_PACKAGE_ADDED, pkgName: com.example.example, uid: 10953 2023-05-08 14:44:33.101 4589-5771 AppInfoMgr com.huawei.iaware I Write app info to db : com.example.example type: -1 2023-05-08 14:44:33.128 4504-4504 PackageChangeReceiver com.huawei.hwid.core I [I/HMSCore/PackageChangeReceiver 4504:1 SourceFile:3] oripackageName = package:com.example.example 2023-05-08 14:44:33.129 4504-4504 PackageChangeReceiver com.huawei.hwid.core I [I/HMSCore/PackageChangeReceiver 4504:1 SourceFile:5] packageName = com.example.example 2023-05-08 14:44:33.131 4504-17811 ScopeUtil com.huawei.hwid.core I [I/HMSCore/ScopeUtil 4504:12323 SourceFile:3] load AppPermission for app packageName = com.example.example 2023-05-08 14:44:33.131 5023-5023 HiAdKit.Ap...adDelegate com.huawei.hwid.persistent I installReceiver.onReceive, action:android.intent.action.PACKAGE_ADDED, pkg: com.example.example 2023-05-08 14:44:33.133 4456-4456 DEF_Packag...stReceiver com.huawei.systemserver D onReceive com.example.example android.intent.action.PACKAGE_ADDED replacing: false 2023-05-08 14:44:33.134 4277-7779 hwPS_RestrictionAdapter com.huawei.systemmanager:service I getMaliciousAppInfo: packageName:com.example.example flags:1 2023-05-08 14:44:33.137 4277-17816 HSB_EH_PopupManager com.huawei.systemmanager:service I onPackageAdded() called with: packageName=com.example.example, uid=10953, isReplacing=false, start to fetch single package 2023-05-08 14:44:33.140 2099-5141 AppPolicy_...ileManager system_server D getRules: response=Response{code=400, message='no rules present with policyName: runTimeAppRestriction and ruleNames: [com.example.example]', result=Bundle[{}]} 2023-05-08 14:44:33.141 2099-5141 hwPS_RunTi...icyManager system_server E getRestrictionRunTimeRule err, no policy-rule present with: com.example.example 2023-05-08 14:44:33.141 2099-5141 hwPS_RestrictionManager system_server E getRestrictionApp: restrictionAppInfo is null, packageName:com.example.example 2023-05-08 14:44:33.143 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW 2023-05-08 14:44:33.144 10395-10395 CAWARENESS...astAbility com.huawei.hiai.engineservice I onReceive Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.example flg=0x4000010 (has extras) } 2023-05-08 14:44:33.146 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_OVERLAY 2023-05-08 14:44:33.147 4589-4589 ApsAppsTypeHandler com.huawei.iaware I APS: APK: ApsAppsTypeHandler: handlePackagesAdded. package name = com.example.example 2023-05-08 14:44:33.147 4589-4589 ApsAppsTypeHandler com.huawei.iaware I APS: APK: ApsAppsTypeHandler: handlePackagesAddedInner. package name = com.example.example 2023-05-08 14:44:33.148 10395-17820 CAWARENESS...ateAbility com.huawei.hiai.engineservice I dealWithPackageAddedEvent PackageAddedEvent{packageName=com.example.example', isReplace=false} 2023-05-08 14:44:33.148 1071-17819 AwareLog hwpged D ProcessMsgFn msg 601,fd 29,package name com.example.example 2023-05-08 14:44:33.148 1071-17819 <no-tag> hwpged D gmr: ProcessGameMsg fd 29,com.example.example,22 2023-05-08 14:44:33.148 1071-17819 <no-tag> hwpged D gmr: GetPackagePath Successfully path,com.example.example-3KxlHFEXGr9njGeQg6Xz-A== 2023-05-08 14:44:33.149 1071-17819 <no-tag> hwpged D elf: HasCharacteristic reader, /data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/lib/arm64/libapp.so, Java_org_cocos2dx_lib_Cocos2dx... 2023-05-08 14:44:33.150 1071-17819 <no-tag> hwpged D elf: HasCharacteristic reader, /data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/lib/arm64/libflutter.so, Java_org_cocos2dx_lib_Cocos2dx... 2023-05-08 14:44:33.150 11756-11756 Finsky com.android.vending I [1] ozk.n(8): Invalidating cached PackageState for com.example.example 2023-05-08 14:44:33.153 2099-2312 BroadcastQueue system_server W Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.example flg=0x4000010 (has extras) } to com.huawei.appmarket/.service.installresult.control.InstallerReceiver 2023-05-08 14:44:33.154 14786-17824 HSB_EH_PopupManager com.huawei.systemmanager:service I onPackageAdded() called with: packageName=com.example.example, uid=10953, isReplacing=false, start to fetch single package 2023-05-08 14:44:33.162 7731-7731 PushLogSys com...android.pushagent.PushService I sys push system receiver get action is android.intent.action.PACKAGE_ADDED. pkgName is com.example.example 2023-05-08 14:44:33.162 4456-4456 HwEasyGoService com.huawei.systemserver I on call to scan the new installed package com.example.example 2023-05-08 14:44:33.163 16317-16317 AGCLinkKit com.huawei.hwid.container1 D [D/AGCLinkKit/AGCLinkKit 16317:1 KitReceiverUtils.java:167] ACTION_PACKAGE_ADDED :com.example.example 2023-05-08 14:44:33.163 16317-16317 AGCLinkKit com.huawei.hwid.container1 D [D/AGCLinkKit/AGCLinkKit 16317:1 null:54] get arrive link:com.example.example 2023-05-08 14:44:33.164 4456-6007 Hicom_Monitor com.huawei.systemserver I notifyPackageChanged: pkgName:com.example.example, uid: 10953, actionId: 1 2023-05-08 14:44:33.164 4504-17825 fwkit_kmds_preinstall com.huawei.hwid.core I [I/fwkit/fwkit_kmds_preinstall 4504:12324 AppInstallReceiver.java:70] Package:com.example.example added or updated 2023-05-08 14:44:33.164 4456-6007 HicomdMessageAdapter com.huawei.systemserver I onPackageChanged, actionId: 1, pkgName:com.example.example, uid: 10953 2023-05-08 14:44:33.164 4277-7779 hwPS_RestrictionAdapter com.huawei.systemmanager:service E Package is not in the restriction list. packageName:com.example.example 2023-05-08 14:44:33.164 4456-6007 Hicom_XEngineProc com.huawei.systemserver I handlePackageChanged type = 1 packageName = com.example.example uid = 10953 2023-05-08 14:44:33.164 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.FALSING_PLUGIN 2023-05-08 14:44:33.165 4504-17829 PackageReceiver com.huawei.hwid.core I [I/HwLocation/PackageReceiver 4504:12327 LogLocation.java:1] package_add:com.example.example 2023-05-08 14:44:33.166 18665-17821 PackageReceiver com.huawei.hwid.container2 I [I/HwLocation/PackageReceiver 18665:11404 LogLocation.java:1] package_add:com.example.example 2023-05-08 14:44:33.166 4504-17829 ActivityRe...ClientImpl com.huawei.hwid.core I [I/HwLocation/ActivityRecognitionClientImpl 4504:12327 LogLocation.java:1] call onAdded enter:com.example.example 2023-05-08 14:44:33.168 4589-4589 ApsAppsTypeHandler com.huawei.iaware I APS: APK: ApsAppsTypeHandler: handleIAwareAppInsertIntoDB. package name = com.example.example 2023-05-08 14:44:33.168 4589-4589 ApsAppsTypeHandler com.huawei.iaware I APS: APK: ApsAppsTypeHandler: getAppTypeFromIAware. Get app type from iAware, pkg: com.example.example, iAware type: -1 2023-05-08 14:44:33.169 4277-17817 HSB_EH_App...eryManager com.huawei.systemmanager:service I tryFetchExtendHwPermissionsStatus: source=PACKAGE_CHANGE_FETCH_SINGLE start to call with size=1, packageNames=[com.example.example], shouldRefreshAndReset=false 2023-05-08 14:44:33.170 12673-12673 PackageReceiver com.huawei.appmarket I not daemon app or action is null : com.example.example, action : android.intent.action.PACKAGE_ADDED 2023-05-08 14:44:33.175 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_SIGNAL_ICON 2023-05-08 14:44:33.175 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_CONTROL_CENTER 2023-05-08 14:44:33.176 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW 2023-05-08 14:44:33.178 14435-14435 AdAppReceiver com.tencent.tim I onReceivePackageAdded com.example.example 2023-05-08 14:44:33.178 4456-4660 SmartDualCardConfig com.huawei.systemserver I onPackageInstallStateUpdate uid=10953,appName=com.example.example,packageAddFlag=1 2023-05-08 14:44:33.181 14435-17841 WadlJsBridgeUtil com.tencent.tim D ##@getAppid packageName=com.example.example,appId= 2023-05-08 14:44:33.182 4504-7085 fwkit_kims com.huawei.hwid.core W [W/fwkit/fwkit_kims 4504:6978 KIMSServiceController.java:273] getApplicationInfo: com.example.example null. 2023-05-08 14:44:33.184 4853-17838 A_DPMS_App...ionManager com.huawei.securityserver I install app:com.example.example doesn't match revocation policy, remove from framework black list if it exists 2023-05-08 14:44:33.185 4504-7085 fwkit_kims com.huawei.hwid.core W [W/fwkit/fwkit_kims 4504:6978 KIMSServiceController.java:653] no KitInfoEntity by package name: com.example.example 2023-05-08 14:44:33.186 4456-6227 HwEasyGoService com.huawei.systemserver D doOrderScan package com.example.example 2023-05-08 14:44:33.187 18665-18665 MLKitBroadcastReceiver com.huawei.hwid.container2 I packageName = com.example.example, dependency = 2023-05-08 14:44:33.187 4456-6227 EasyGoDataManager com.huawei.systemserver D finish not client or server com.example.example 2023-05-08 14:44:33.187 4456-6227 EasyGoDataManager com.huawei.systemserver D not recorded easygo party com.example.example 2023-05-08 14:44:33.190 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW 2023-05-08 14:44:33.192 14786-17839 HSB_EH_App...eryManager com.huawei.systemmanager:service I tryFetchExtendHwPermissionsStatus: source=PACKAGE_CHANGE_FETCH_SINGLE start to call with size=1, packageNames=[com.example.example], shouldRefreshAndReset=false 2023-05-08 14:44:33.195 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_SIGNAL_ICON 2023-05-08 14:44:33.195 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW 2023-05-08 14:44:33.203 2099-5511 PackageManager system_server I writePackageInfoIntoMemoryFile flags: 134234125, userId: 0, packagerName: com.example.example data size: 4700 isPreset:false 2023-05-08 14:44:33.204 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW 2023-05-08 14:44:33.212 2099-2312 BroadcastQueue system_server W Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.example flg=0x4000010 (has extras) } to com.android.packageinstaller/.PackageInstalledReceiver 2023-05-08 14:44:33.215 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_QS 2023-05-08 14:44:33.215 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_QS_SIMPLE 2023-05-08 14:44:33.219 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_VOLUME 2023-05-08 14:44:33.221 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW 2023-05-08 14:44:33.222 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_SIGNAL_ICON 2023-05-08 14:44:33.222 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW 2023-05-08 14:44:33.224 11756-17848 Finsky com.android.vending I [13239] eyr.accept(33): Asset module storage cleared for package com.example.example. 2023-05-08 14:44:33.224 11756-11862 Finsky com.android.vending I [13146] ffm.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=0, cacheMissCount=1. Missed in cache (limit 10) : [com.example.example] 2023-05-08 14:44:33.224 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW 2023-05-08 14:44:33.225 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.SIMPLE_PLUGIN_CONTROL_CENTER 2023-05-08 14:44:33.227 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW 2023-05-08 14:44:33.228 1071-17852 AwareLog hwpged D ProcessMsgFn msg 601,fd 29,package name com.example.example 2023-05-08 14:44:33.228 1071-17852 <no-tag> hwpged D gmr: ProcessGameMsg fd 29,com.example.example,22 2023-05-08 14:44:33.228 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW 2023-05-08 14:44:33.228 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW 2023-05-08 14:44:33.229 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_NOTIFICATION_ASSISTANT 2023-05-08 14:44:33.230 1071-17852 <no-tag> hwpged D gmr: GetPackagePath Successfully path,com.example.example-3KxlHFEXGr9njGeQg6Xz-A== 2023-05-08 14:44:33.231 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_SIGNAL_ICON 2023-05-08 14:44:33.231 4118-4266 PluginInstanceManager com.android.systemui D queryPkg com.example.example com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW 2023-05-08 14:44:33.234 2099-5164 PackageManager system_server I writePackageInfoIntoMemoryFile flags: 134234125, userId: 128, packagerName: com.example.example data size: 48 isPreset:false 2023-05-08 14:44:33.235 16317-16317 fwkit_AbsC...ntProvider com.huawei.hwid.container1 I [I/fwkit/fwkit_AbsContentProvider 16317:1 AbsContentProvider.java:136] KitProcessAgent1Provider; callerPackage: null; method: getType; uri: content://com.huawei.hms.runtimekit.kitcontainerservice.KitProcessAgent1Provider/com.huawei.hms.agclink.CacheContentProvider/NotArrived-com.example.example 2023-05-08 14:44:33.238 2099-5139 BroadcastQueue system_server W Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.example flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver 2023-05-08 14:44:33.244 1071-17852 <no-tag> hwpged D elf: HasCharacteristic reader, /data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/lib/arm64/libapp.so, Java_org_cocos2dx_lib_Cocos2dx... 2023-05-08 14:44:33.245 1071-17852 <no-tag> hwpged D elf: HasCharacteristic reader, /data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/lib/arm64/libflutter.so, Java_org_cocos2dx_lib_Cocos2dx... 2023-05-08 14:44:33.265 7157-17859 GCM com.google.android.gms.persistent W Unexpected forwarded intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.example flg=0x4000010 pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } 2023-05-08 14:44:33.265 7157-17868 GCM com.google.android.gms.persistent W Unexpected forwarded intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.example flg=0x4000010 pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } 2023-05-08 14:44:33.286 11756-11854 Finsky com.android.vending I [13144] ffm.a(5): AIM: AppInfoManager-Perf > OnDeviceAppInfo > cacheHitCount=0, cacheMissCount=1. Missed in cache (limit 10) : [com.example.example] 2023-05-08 14:44:33.286 2099-5181 ActivityTaskManager system_server I START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x30000000 hwFlg=0x10 cmp=com.example.example/.MainActivity (has extras)} from uid 2000 2023-05-08 14:44:33.288 1071-1119 AwareLog hwpged D iawared: WorkingsetProcessCommand subCmd = 354, userId=10953, pid=0, com.example.example 2023-05-08 14:44:33.289 1071-1119 AwareLog hwpged D iawared: WorkingsetSendPrereadMsg com.example.example 2023-05-08 14:44:33.289 1071-1119 AwareLog hwpged D iawared: WorkingsetStart com.example.example in monitor0 2023-05-08 14:44:33.292 2099-5181 ActivityTaskManager system_server I ActivityRecord info: ActivityInfo{6a7aaa com.example.example.MainActivity} 2023-05-08 14:44:33.345 2099-5181 ActivityTaskManager system_server D TaskLaunchParamsModifier:task=null activity=ActivityRecord{981e87 u0 com.example.example/.MainActivity t-1} display-id=0 display-windowing-mode=1 2023-05-08 14:44:33.345 2099-5181 ActivityTaskManager system_server D TaskLaunchParamsModifier:task=null activity=ActivityRecord{981e87 u0 com.example.example/.MainActivity t-1} display-id=0 display-windowing-mode=1 non-freeform-display maximized-bounds 2023-05-08 14:44:33.353 2099-5181 ActivityTaskManager system_server D TaskLaunchParamsModifier:task=TaskRecord{98e58f #41975 A=10953:com.example.example U=0 StackId=166 sz=0} activity=ActivityRecord{981e87 u0 com.example.example/.MainActivity t-1} display-from-task=0 display-id=0 display-windowing-mode=1 non-freeform-display maximized-bounds 2023-05-08 14:44:33.367 2099-5181 WindowManager system_server I addWindowToken: displayid:0 binder:Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}} token:AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}} 2023-05-08 14:44:33.368 2099-5181 ActivityTaskManager system_server V addAppToken: AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}} task={taskId=41975 appTokens=[] mdr=false} at 2147483647 2023-05-08 14:44:33.369 2099-5181 ActivityTaskManager system_server I setAppStartingWindow: token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}} pkg=com.example.example transferFrom=null newTask=true taskSwitch=true processRunning=false allowTaskSnapshot=true activityCreated=false LowRamTaskSnapshots=false 2023-05-08 14:44:33.370 4456-6962 Hicom_Monitor com.huawei.systemserver D ActivityNotifier not support:com.example.example 2023-05-08 14:44:33.370 2099-2304 HwAudioServiceEx system_server I ComponentInfo : className = com.example.example.MainActivity, flag = showStartingWindow, isHomeActivity = , isTop = false 2023-05-08 14:44:33.390 2099-2294 ActivityManager system_server V startProcess: name=com.example.example app=null knownToBeDead=false thread=null pid=-1 preloadStatus=-1 2023-05-08 14:44:33.390 2099-2294 BigFontUtils system_server I adjustAppProcessConfiguration appInfo:com.example.example 2023-05-08 14:44:33.395 1071-1119 AwareLog hwpged D iawared: WorkingsetProcessCommand subCmd = 354, userId=10953, pid=0, com.example.example 2023-05-08 14:44:33.395 1071-1119 AwareLog hwpged D iawared: WorkingsetStart com.example.example in monitor0 2023-05-08 14:44:33.400 2099-2295 DecorView[example] system_server I pkgName:com.example.example old windowMode:0 new windoMode:1, isFixedSize:false 2023-05-08 14:44:33.422 23317-17903 BlockstoreStorage com.google.android.gms I Clearing Blockstore Data for package com.example.example [CONTEXT service_id=258 ] 2023-05-08 14:44:33.428 2099-2294 ActivityManager system_server V startProcess: name=com.example.example app=ProcessRecord{bb12b1 0:com.example.example/u0a953} knownToBeDead=false thread=null pid=0 preloadStatus=0 2023-05-08 14:44:33.442 2099-2294 ActivityManager system_server V startProcess: name=com.example.example app=ProcessRecord{bb12b1 0:com.example.example/u0a953} knownToBeDead=false thread=null pid=0 preloadStatus=0 2023-05-08 14:44:33.445 2099-2099 hwPS_AppRestrictionCore system_server I addRestrictionAppInfo: packageName: com.example.example RestrictionAppLevel: NORMAL 2023-05-08 14:44:33.448 2099-2295 HwPCUtils#...iewManager system_server I check if rio enable, displayId = 0, packageName = com.example.example 2023-05-08 14:44:33.450 2099-2295 WindowManager system_server I addWindow: Window{9278b1 u0 Splash Screen com.example.example} client:android.view.ViewRootImpl$W@b4e6c2 currentDisplayId:0 requestDisplayId:0 token:Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}} 2023-05-08 14:44:33.450 7157-17865 GCM com.google.android.gms.persistent W Unexpected forwarded intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.example flg=0x4000010 pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } 2023-05-08 14:44:33.452 7157-17865 GCM com.google.android.gms.persistent W Unexpected forwarded intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.example flg=0x4000010 pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } 2023-05-08 14:44:33.457 2099-2099 hwPS_AppRestrictionCore system_server D operateRestrictAction call, packageName: com.example.example 2023-05-08 14:44:33.467 2099-2313 ActivityManager system_server I Start proc 17936:com.example.example/u0a953 for activity {com.example.example/com.example.example.MainActivity} 2023-05-08 14:44:33.469 1071-1119 AwareLog hwpged D iawared: WorkingsetProcessCommand subCmd = 350, userId=10953, pid=17936, com.example.example 2023-05-08 14:44:33.470 1071-1119 AwareLog hwpged D iawared: WorkingsetStart com.example.example in monitor0 2023-05-08 14:44:33.500 2099-4572 HwActivity...rServiceEx system_server W appSwitch from: com.huawei.android.launcher to: com.example.example 2023-05-08 14:44:33.501 4456-28259 AssistantS...11.2.1.200 com.huawei.systemserver I registerHwActivityNotifier call fromPackage:com.huawei.android.launcher, toPackage:com.example.example 2023-05-08 14:44:33.501 2099-2305 HwGameAssi...Controller system_server D UPDATE: mCurFgPkg=com.example.example, mCurFgPid=17936, mIsCurGame=false 2023-05-08 14:44:33.501 4456-5183 AssistantS...11.2.1.200 com.huawei.systemserver D handleMessage app switch fromPackage:com.huawei.android.launcher, toPackage:com.example.example 2023-05-08 14:44:33.501 4456-6549 Hicom_Monitor com.huawei.systemserver D AppSwitchNotifier not support app from:com.huawei.android.launcher, to:com.example.example 2023-05-08 14:44:33.501 2099-4021 WiFi_PRO_W...ateMachine system_server I current app com.example.example, has changed 2023-05-08 14:44:33.518 1071-1119 AwareLog hwpged D iawared: WorkingsetProcessCommand subCmd = 355, userId=10953, pid=0, com.example.example 2023-05-08 14:44:33.518 1071-1119 AwareLog hwpged D iawared: WorkingsetSendClearMsg com.example.example 2023-05-08 14:44:33.529 17936-17936 ApplicationLoaders pid-17936 D createClassLoader zip: /data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/base.apk librarySearchPath: /data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/lib/arm64:/data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/base.apk!/lib/arm64-v8a libraryPermittedPath: /data/user/0/com.example.example parent: java.lang.BootClassLoader@305ed0e targetSdkVersion: 33 isBundled: false classLoaderName: null sharedLibraries: null 2023-05-08 14:44:33.540 4589-5340 ScenarioService com.huawei.iaware D front pkg : com.example.example launcher: false 2023-05-08 14:44:33.540 4589-5340 ScenarioService com.huawei.iaware D new above launcher front pkgs: [com.example.example] 2023-05-08 14:44:33.541 4589-5804 PG_ash com.huawei.iaware I front pkg : com.example.example 2023-05-08 14:44:33.541 4589-6175 PGServer com.huawei.iaware I report state:10000 event type:1 pid:0 uid:0 pkg:com.example.example to pid: 4456 2023-05-08 14:44:33.541 4589-6175 PGServer com.huawei.iaware I report state:10000 event type:1 pid:0 uid:0 pkg:com.example.example to pid: 4589 2023-05-08 14:44:33.542 4589-5340 AppsUsage com.huawei.iaware I scnOff: false FgAPP: com.example.example BgAPP: com.huawei.android.launcher 2023-05-08 14:44:33.544 4589-5340 ScenarioService com.huawei.iaware I app focus change from: com.huawei.android.launcher to:com.example.example 2023-05-08 14:44:33.544 4589-5340 ScenarioService com.huawei.iaware I add focus on app:com.example.example to visiblePkgs 2023-05-08 14:44:33.551 1028-17129 ITouchService AGPService D itouch stylusCurrentPkgName = com.example.example lastOneFramePkgName = 2023-05-08 14:44:33.551 1028-17129 ITouchService AGPService D itouch currentPackageName = com.example.example 2023-05-08 14:44:33.551 1028-17129 ITouchService AGPService D itouch:app com.example.example is not game app 2023-05-08 14:44:33.551 1028-17129 ITouchService AGPService D itouch:app com.example.example is not in StylusPenList 2023-05-08 14:44:33.551 4589-6175 SceneReceiver com.huawei.iaware I state type: 10000 eventType:1 pid:0 uid:0 pkg:com.example.example 2023-05-08 14:44:33.551 4589-6175 PGServer com.huawei.iaware I report state:10000 event type:1 pid:0 uid:0 pkg:com.example.example to pid: 2099 2023-05-08 14:44:33.551 23317-17858 BlockstoreStorage com.google.android.gms I Clearing Blockstore Data for package com.example.example [CONTEXT service_id=258 ] 2023-05-08 14:44:33.552 2099-5181 DE J DES system_server I [effect] Pg pkg:com.example.example 2023-05-08 14:44:33.556 17936-17965 OpenGLRenderer pid-17936 I RenderThread: progress name = [com.example.example], viewCornerType = 0 2023-05-08 14:44:33.556 17936-17968 iGraphics pid-17936 I [0020080c] pn: com.example.example, p: 17936 2023-05-08 14:44:33.557 17936-17968 iGraphics pid-17936 I [0030080c] no spt app: com.example.example 2023-05-08 14:44:33.561 17936-17956 HwApiCacheMangerEx pid-17936 I apicache path=/storage/emulated/0 state=mounted key=com.example.example#10953#256 2023-05-08 14:44:33.563 17936-17956 HwApiCacheMangerEx pid-17936 I apicache path=/storage/emulated/0 state=mounted key=com.example.example#10953#0 2023-05-08 14:44:33.570 2099-2292 AppPolicy_...ileManager system_server D getRules: response=Response{code=200, message='OK', result=Bundle[{rules=[Bundle[{properties=Bundle[{restrictions=SMS_BLANK|CALL_LOG_BLANK|CONTACTS_BLANK|CALENDAR_BLANK|LOCATION|STORAGE|SYSTEM_ALERT_WINDOW|POPUP_BACKGROUND_WINDOW, restrictionLevel=1, name=com.example.example, isRestricted=false}], name=com.example.example}]]}]} 2023-05-08 14:44:33.572 17238-17970 fwkit_kits...ackageAdde com.huawei.hwid.container3 I Package:com.example.example added or updated 2023-05-08 14:44:33.574 17936-17956 AwareBitmapCacher pid-17936 I init processName:com.example.example pid=17936 uid=10953 2023-05-08 14:44:33.574 4456-6007 UctpAppMonitor com.huawei.systemserver I handleAppStarted: pkgName is com.example.example mIsNeedToOpen is false 2023-05-08 14:44:33.575 4456-6007 Hicom_Poli...BaseSystem com.huawei.systemserver D checkMpInfoValid. multipathPolicy is null for: com.example.example 2023-05-08 14:44:33.581 4277-4402 hwPS_RestrictionAdapter com.huawei.systemmanager:service I getMaliciousAppInfo: packageName:com.example.example flags:1 2023-05-08 14:44:33.581 4456-6007 Hicom_Poli...BaseSystem com.huawei.systemserver D checkMpInfoValid. multipathPolicy is null for: com.example.example 2023-05-08 14:44:33.581 2099-5141 AppPolicy_...ileManager system_server D getRules: response=Response{code=200, message='OK', result=Bundle[{rules=[Bundle[{properties=Bundle[{restrictions=SMS_BLANK|CALL_LOG_BLANK|CONTACTS_BLANK|CALENDAR_BLANK|LOCATION|STORAGE|SYSTEM_ALERT_WINDOW|POPUP_BACKGROUND_WINDOW, restrictionLevel=1, name=com.example.example, isRestricted=false}], name=com.example.example}]]}]} 2023-05-08 14:44:33.581 2099-5141 hwPS_RestrictionManager system_server D package: com.example.example isRestricted: false 2023-05-08 14:44:33.594 2099-2295 WindowManager system_server I Check opening app=AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}: allDrawn=false startingDisplayed=false startingMoved=false isRelaunching()=false startingWindow=Window{9278b1 u0 Splash Screen com.example.example} 2023-05-08 14:44:33.600 2099-17977 HiTouch_Pr...reDetector system_server D onAttached, package=com.example.example, windowType=3, mIsHiTouchRestricted=false 2023-05-08 14:44:33.629 2099-2295 WindowManager system_server I performshow Window{9278b1 u0 Splash Screen com.example.example} tok.waitingToShow=true isTransitionSet=true parentHidden=false vis=0 tok.hidden=true hasSurface=true policyVis=true destroying=false animating=true 2023-05-08 14:44:33.630 2099-2295 WindowManager system_server I Check opening app=AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}: allDrawn=false startingDisplayed=true startingMoved=false isRelaunching()=false startingWindow=Window{9278b1 u0 Splash Screen com.example.example} 2023-05-08 14:44:33.632 2099-2295 HwWindowMa...rServiceEx system_server D is app exit to launcher info: transit = 12, app = AppWindowToken{9307c2 token=Token{8725d5 ActivityRecord{930783 u0 com.huawei.android.launcher/.unihome.UniHomeLauncher t1}}}, window = Window{673609 u0 com.huawei.android.launcher/com.huawei.android.launcher.unihome.UniHomeLauncher}, mClosingApps = {AppWindowToken{9307c2 token=Token{8725d5 ActivityRecord{930783 u0 com.huawei.android.launcher/.unihome.UniHomeLauncher t1}}}}, topOpeningApp = AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}, mExitIconBitmap = null, mExitIconHeight = -1, mExitIconWidth = -1 2023-05-08 14:44:33.829 2099-2295 HwWindowMa...rServiceEx system_server D is app exit to launcher info: transit = 12, app = AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}, window = null, mClosingApps = {AppWindowToken{9307c2 token=Token{8725d5 ActivityRecord{930783 u0 com.huawei.android.launcher/.unihome.UniHomeLauncher t1}}}}, topOpeningApp = AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}, mExitIconBitmap = null, mExitIconHeight = -1, mExitIconWidth = -1 2023-05-08 14:44:33.830 2099-2295 WindowManager system_server V commitVisibility: AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}: hidden=false hiddenRequested=false 2023-05-08 14:44:33.831 2099-2295 WindowManager system_server I dispatchResized : win = Window{9278b1 u0 Splash Screen com.example.example} drawState = HAS_DRAWN 2023-05-08 14:44:33.832 2099-2292 StatusBarManagerService system_server D win:Window{9278b1 u0 Splash Screen com.example.example}mIsColorEnable:truelight:false 2023-05-08 14:44:33.832 2099-2292 StatusBarDisable system_server I setFlags what=0 which=1 pkg=Window{9278b1 u0 Splash Screen com.example.example} 2023-05-08 14:44:33.835 4589-5340 ScenarioService com.huawei.iaware I refresh visibleApp:[com.example.example] 2023-05-08 14:44:33.835 4589-5340 PGServer com.huawei.iaware I report state:14 event type:1 pid:-1 uid:-1 pkg:com.example.example to pid: 4589 2023-05-08 14:44:33.835 4589-5340 PF_API_JNI com.huawei.iaware I ACCKIT_APS_NotifyInfo 3: com.example.example 2023-05-08 14:44:33.835 750-750 ACCKIT_ displayservice D pack:"com.example.example" 2023-05-08 14:44:33.838 17936-17936 chatty pid-17936 I uid=10953(com.example.example) identical 1 line 2023-05-08 14:44:33.861 17936-17936 DecorView[] pid-17936 I pkgName:com.example.example old windowMode:0 new windoMode:1, isFixedSize:false 2023-05-08 14:44:33.864 17936-17936 ActivityThread pid-17936 D add activity client record, r= ActivityRecord{e6a812b token=android.os.BinderProxy@1c01728 {com.example.example/com.example.example.MainActivity}} token= android.os.BinderProxy@1c01728 2023-05-08 14:44:33.875 2099-5178 HwPCUtils#...iewManager system_server I check if rio enable, displayId = 0, packageName = com.example.example 2023-05-08 14:44:33.880 17936-17936 DecorView[] pid-17936 I pkgName:com.example.example old windowMode:1 new windoMode:1, isFixedSize:false 2023-05-08 14:44:33.882 2099-5141 WindowManager system_server I addWindow: Window{cf0609 u0 com.example.example/com.example.example.MainActivity} client:android.os.BinderProxy@66a26d currentDisplayId:0 requestDisplayId:0 token:Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}} 2023-05-08 14:44:33.886 4456-6549 Hicom_Monitor com.huawei.systemserver D ActivityNotifier not support:com.example.example 2023-05-08 14:44:33.886 4456-4660 DollieActi...gerAdapter com.huawei.systemserver D [Resumed] bg:true pid:17936 uid:10953 ComponentInfo{com.example.example/com.example.example.MainActivity} 2023-05-08 14:44:33.886 4456-4660 DollieAdapterService com.huawei.systemserver E notifyActivityState pkg:com.example.example/com.example.example.MainActivity state:2 fg:true mUid:10953 2023-05-08 14:44:33.886 10395-13309 CAWARENESS...ageManager com.huawei.hiai.engineservice I onEvent, packageName=com.example.example, activityName=com.example.example.MainActivity, moduleName=, uid=10953 2023-05-08 14:44:33.886 2099-2304 HwAudioServiceEx system_server I ComponentInfo : className = com.example.example.MainActivity, flag = onResume, isHomeActivity = , isTop = true 2023-05-08 14:44:33.894 17936-18010 HiTouch_Pr...reDetector com.example.example D onAttached, package=com.example.example, windowType=1, mIsHiTouchRestricted=false 2023-05-08 14:44:33.907 2099-4213 WindowManager system_server I Changing focus from null to Window{cf0609 u0 com.example.example/com.example.example.MainActivity} displayId=0 Callers=com.android.server.wm.RootWindowContainer.updateFocusedWindowLocked:6686092 com.android.server.wm.WindowManagerService.updateFocusedWindowLocked:6685568 com.android.server.wm.WindowManagerService.relayoutWindow:6286028 com.android.server.wm.Session.relayout:6290724 2023-05-08 14:44:33.909 2099-4213 HwPhoneWindowManager system_server V updateSystemUiColorLw window=Window{cf0609 u0 com.example.example/com.example.example.MainActivity},EmuiStyle=0,StatusBarColor=0x40000000,NavigationBarColor=0xfffcfcfc, mForceNotchStatusBar=false 2023-05-08 14:44:33.910 2099-2292 StatusBarManagerService system_server D win:Window{cf0609 u0 com.example.example/com.example.example.MainActivity}mIsColorEnable:truelight:false 2023-05-08 14:44:33.911 4456-4660 SmartDualCardConfig com.huawei.systemserver I getAppType,pkgName=com.example.example,appType=-1 2023-05-08 14:44:33.912 2099-2292 StatusBarDisable system_server I setFlags what=0 which=1 pkg=Window{cf0609 u0 com.example.example/com.example.example.MainActivity} 2023-05-08 14:44:33.912 4456-4660 SmartDualCardConfig com.huawei.systemserver I getAppType,pkgName=com.example.example,appType=-1 2023-05-08 14:44:33.912 4456-4660 SmartDualCardSM com.huawei.systemserver I onUidStateUpdate,uid=10953,appName=com.example.example,state=FOREGROUND 2023-05-08 14:44:33.914 4456-4660 SmartDualCardConfig com.huawei.systemserver I getAppType,pkgName=com.example.example,appType=-1 2023-05-08 14:44:33.915 2099-4454 BroadcastQueue system_server W Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.example flg=0x4000010 (has extras) } to com.fenqile.fenqile/cn.jpush.android.service.PushReceiver 2023-05-08 14:44:33.932 2099-4213 WindowManager system_server I dispatchResized : win = Window{cf0609 u0 com.example.example/com.example.example.MainActivity} drawState = DRAW_PENDING 2023-05-08 14:44:33.938 2099-5511 HwOcrImeController system_server I updateMultiWindow topActivity = ComponentInfo{com.example.example/com.example.example.MainActivity} windowMode = 1 mIsInMultiScreen = false 2023-05-08 14:44:34.062 12644-18032 QVS_SDK_TAG com...ei.securitypluginbase:service D doSingleScan type:3 engine:6 param:com.example.example 2023-05-08 14:44:34.106 2099-2295 WindowManager system_server I Animation done in AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}} isHidden:false hiddenRequested:false 2023-05-08 14:44:34.166 2099-12864 ActivityTaskManager system_server V Activity idle: Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}} 2023-05-08 14:44:34.171 2099-2295 WindowManager system_server I removeIfPossible: Window{9278b1 u0 Splash Screen com.example.example} callers=com.android.server.wm.WindowState.removeIfPossible:5171052 com.android.server.wm.WindowManagerService.removeWindow:4776256 android.view.ViewRootImpl.dispatchDetachedFromWindow:3539404 android.view.ViewRootImpl.doDie:3537108 android.view.ViewRootImpl$ViewRootHandler.handleMessage:5076872 2023-05-08 14:44:34.172 2099-2295 WindowManager system_server I Not removing Window{9278b1 u0 Splash Screen com.example.example EXITING} due to exit animation 2023-05-08 14:44:34.262 2099-2099 HwOcrImeController system_server I updateMultiWindow topActivity = ComponentInfo{com.example.example/com.example.example.MainActivity} windowMode = 1 mIsInMultiScreen = false 2023-05-08 14:44:34.289 2099-2295 WindowManager system_server I Exit animation finished in Window{9278b1 u0 Splash Screen com.example.example EXITING}: remove=true 2023-05-08 14:44:34.289 2099-2295 WindowManager system_server E win=Window{9278b1 u0 Splash Screen com.example.example EXITING} destroySurfaces: appStopped=false win.mWindowRemovalAllowed=true win.mRemoveOnExit=true 2023-05-08 14:44:34.290 2099-2295 WindowManager system_server I postWindowRemoveCleanupLocked: Window{9278b1 u0 Splash Screen com.example.example} 2023-05-08 14:44:34.290 2099-2295 WindowManager system_server I Removing Window{9278b1 u0 Splash Screen com.example.example} from AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}} 2023-05-08 14:44:34.292 2099-2292 StatusBarManagerService system_server D win:Window{cf0609 u0 com.example.example/com.example.example.MainActivity}mIsColorEnable:truelight:false 2023-05-08 14:44:34.293 2099-2292 StatusBarDisable system_server I setFlags what=0 which=1 pkg=Window{cf0609 u0 com.example.example/com.example.example.MainActivity} 2023-05-08 14:44:34.321 4456-4660 SmartDualCardConfig com.huawei.systemserver I getAppType,pkgName=com.example.example,appType=-1 2023-05-08 14:44:34.333 1071-1119 AwareLog hwpged D iawared: WorkingsetProcessCommand subCmd = 351, userId=10953, pid=17936, com.example.example 2023-05-08 14:44:34.333 1071-1119 AwareLog hwpged D iawared: WorkingsetPause com.example.example 2023-05-08 14:44:34.336 1028-17129 AGPService AGPService I aps-info: focus pkgName - com.example.example, with 0 more apps 2023-05-08 14:44:34.336 1028-17129 AGPService AGPService I FrameRateManager: aps-info: new pkgName - com.example.example, type - -1 2023-05-08 14:44:34.336 1028-17129 AGPService AGPService I GpuPolicyManager: m_currentPkgName - com.example.example 2023-05-08 14:44:34.734 4589-6182 ThermalTraceService com.huawei.iaware I code:1, appInfo:com.example.example#10000, levelInfo:29,warm_demo,2#0,warm_bschg_cpu,2 2023-05-08 14:44:35.031 7122-7122 HwLauncher com.huawei.android.launcher I Model onPackageAdded userAppPackage:Package:com.example.example,User:UserHandle{0},IsClone:false 2023-05-08 14:44:35.043 7122-7122 HwLauncher com.huawei.android.launcher I Model findCloudAppInfoInDB : found 0 shortcutInfo for package[com.example.example] in db 2023-05-08 14:44:35.044 7122-7122 HwLauncher com.huawei.android.launcher I PowerSaveLauncherModel onPackageAdded:Package:com.example.example,User:UserHandle{0},IsClone:false 2023-05-08 14:44:35.044 7122-7122 HwLauncher com.huawei.android.launcher I StreetModeLauncherModel onPackageAdded:Package:com.example.example,User:UserHandle{0},IsClone:false 2023-05-08 14:44:35.047 7122-7222 hwPS_RestrictionAdapter com.huawei.android.launcher I getMaliciousAppInfo: packageName:com.example.example flags:1 2023-05-08 14:44:35.048 2099-5141 AppPolicy_...ileManager system_server D getRules: response=Response{code=200, message='OK', result=Bundle[{rules=[Bundle[{properties=Bundle[{restrictions=SMS_BLANK|CALL_LOG_BLANK|CONTACTS_BLANK|CALENDAR_BLANK|LOCATION|STORAGE|SYSTEM_ALERT_WINDOW|POPUP_BACKGROUND_WINDOW, restrictionLevel=1, name=com.example.example, isRestricted=false}], name=com.example.example}]]}]} 2023-05-08 14:44:35.049 2099-5141 hwPS_RestrictionManager system_server D package: com.example.example isRestricted: false 2023-05-08 14:44:35.067 7122-7222 HwLauncher com.huawei.android.launcher I AllIdleAppsList addPackage: add new shortcut is {ShortcutInfo: example, component: ComponentInfo{com.example.example/com.example.example.MainActivity}, id: -1, container: -100CellIndex:Container:-100, ScreenId:-1, ScreenIndex:-1, Cell(-1, -1) Spans(1, 1) null} 2023-05-08 14:44:35.080 7122-7122 hwPS_RestrictionAdapter com.huawei.android.launcher I getMaliciousAppInfo: packageName:com.example.example flags:1 2023-05-08 14:44:35.080 2099-5141 AppPolicy_...ileManager system_server D getRules: response=Response{code=200, message='OK', result=Bundle[{rules=[Bundle[{properties=Bundle[{restrictions=SMS_BLANK|CALL_LOG_BLANK|CONTACTS_BLANK|CALENDAR_BLANK|LOCATION|STORAGE|SYSTEM_ALERT_WINDOW|POPUP_BACKGROUND_WINDOW, restrictionLevel=1, name=com.example.example, isRestricted=false}], name=com.example.example}]]}]} 2023-05-08 14:44:35.081 2099-5141 hwPS_RestrictionManager system_server D package: com.example.example isRestricted: false 2023-05-08 14:44:35.083 2099-2309 ActivityTaskManager system_server I Fully drawn com.example.example/.MainActivity: +849ms 2023-05-08 14:44:35.084 2099-2309 ActivityTaskManager system_server I Displayed com.example.example/.MainActivity: +881ms 2023-05-08 14:44:35.893 4456-4660 ConnCureConfigUtil com.huawei.systemserver D isCaredApp: input = com.example.example 2023-05-08 14:44:37.133 1071-1119 AwareLog hwpged D iawared: WorkingsetProcessCommand subCmd = 357, userId=10953, pid=17936, com.example.example 2023-05-08 14:44:37.134 1071-1119 AwareLog hwpged D iawared: WorkingsetPauseCollect com.example.example 2023-05-08 14:44:38.095 4589-5340 AppTypeRecogManager com.huawei.iaware I Update app type name:com.example.example type:65535 2023-05-08 14:44:38.098 4589-5340 AppTypeRecogManager com.huawei.iaware I Update app type by self. name:com.example.example type:65535 2023-05-08 14:44:38.212 4589-5340 ApplistMgr com.huawei.iaware I mSmartOptimizeApps : [com.huawei.ohos.smarthome, com.tencent.qqmusic, com.huawei.android.totemweather, com.example.example, com.huawei.videoeditor, com.huawei.hms5gkit.agentservice, com.android.simappdialog, com.xusun000.river_lite_2022, com.tencent.mm, com.huawei.tips, com.tencent.tim, com.huawei.ohos.videoeditor, com.huawei.inputmethod.intelligent, cn.i4.mobile, com.example.flutter09, com.android.localtransport, com.huawei.contactscamcard, com.coolapk.market, com.fluttercandies.wechatAssetsPickerExample, io.dcloud.HBuilder, com.huawei.ohos.health, com.huawei.game.kitserver, com.huawei.hbm, com.yidoutang.app] 2023-05-08 14:44:42.136 1071-1119 AwareLog hwpged D iawared: WorkingsetProcessCommand subCmd = 352, userId=10953, pid=17936, com.example.example 2023-05-08 14:44:42.136 1071-1119 AwareLog hwpged D iawared: WorkingsetStop com.example.example 2023-05-08 14:44:43.166 4589-5804 ApplistMgr com.huawei.iaware I mSmartOptimizeApps : [com.huawei.ohos.smarthome, com.tencent.qqmusic, com.huawei.android.totemweather, com.example.example, com.huawei.videoeditor, com.huawei.hms5gkit.agentservice, com.android.simappdialog, com.xusun000.river_lite_2022, com.tencent.mm, com.huawei.tips, com.tencent.tim, com.huawei.ohos.videoeditor, com.huawei.inputmethod.intelligent, cn.i4.mobile, com.example.flutter09, com.android.localtransport, com.huawei.contactscamcard, com.coolapk.market, com.fluttercandies.wechatAssetsPickerExample, io.dcloud.HBuilder, com.huawei.ohos.health, com.huawei.game.kitserver, com.huawei.hbm, com.yidoutang.app] 2023-05-08 14:44:48.300 11459-18194 AdBlock_AbsAdRequest com.huawei.systemmanager D getPostRequestParam param: apps=%5B%7B%22pkgName%22%3A%22com.example.example%22%2C%22versionCode%22%3A1%2C%22version%22%3A%221.0.0%22%7D%5D&buildNumber=PCT-AL10+3.0.0.165%28C00E165R4P3%29&clientPackage=com.huawei.systemmanager&emuiVer=EmotionUI_13.0.0&firmwareVersion=10&locale=zh_CN&method=store.getControlStrategy&phoneType=PCT-AL10&resolution=1080x2310&sysBits=2&ts=1683528288284&version=12.1.0.170 2023-05-08 14:44:58.256 2099-4213 HwApsManagerConfig system_server I registerCallbackLocked success, pkgName:com.example.example, callback_count:46 2023-05-08 14:44:58.256 2099-4213 HwApsManagerConfig system_server I doCallbackAtFirstRegisterLocked, start ! pkgName:com.example.example 2023-05-08 14:44:58.256 17936-17936 Hwaps com.example.example D APS: EventAnalyzed: registerCallbackInApsManagerService, mPkgName:com.example.example; result = true 2023-05-08 14:44:58.709 2099-2338 PackageMan...xOptimizer system_server I Running dexopt (dexoptNeeded=-3) on: /data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/base.apk pkg=com.example.example isa=arm64 dexoptFlags=boot_complete,profile_guided,enable_hidden_api_checks targetFilter=speed-profile oatDir=/data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/oat classLoaderContext=PCL[] 2023-05-08 14:44:58.709 1037-5349 installd installd D forkNotifyToRMS parcel pid=0, ppid=1037, pkg=com.example.example, status=1, num=2, time=1683528071 2023-05-08 14:44:58.710 1037-5349 installd installd V DexInv: --- BEGIN '/data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/base.apk' --- 2023-05-08 14:44:58.711 1037-5349 installd installd D forkNotifyToRMS parcel pid=18227, ppid=1037, pkg=com.example.example, status=0, num=0, time=0 2023-05-08 14:44:58.774 18227-18227 dex2oat pid-18227 I /apex/com.android.runtime/bin/dex2oat --input-vdex-fd=11 --output-vdex-fd=12 --resolve-startup-const-strings=true --max-image-block-size=1048576 --compiler-filter=speed-profile -j1 --profile-file-fd=15 --classpath-dir=/data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A== --class-loader-context=PCL[] --generate-mini-debug-info --compilation-reason=unknown 2023-05-08 14:44:58.985 18227-18227 chatty dex2oat I uid=50953(com.example.example) /apex/com.android.runtime/bin/dex2oat identical 1 line 2023-05-08 14:44:59.529 1037-5349 installd installd V DexInv: --- END '/data/app/com.example.example-3KxlHFEXGr9njGeQg6Xz-A==/base.apk' (success) --- 2023-05-08 14:44:59.529 1037-5349 installd installd D forkNotifyToRMS parcel pid=0, ppid=1037, pkg=com.example.example, status=2, num=0, time=0 2023-05-08 14:47:24.738 2099-5164 WindowManager system_server I Changing focus from Window{cf0609 u0 com.example.example/com.example.example.MainActivity} to Window{9597ad u0 StatusBar} displayId=0 Callers=com.android.server.wm.RootWindowContainer.updateFocusedWindowLocked:6686092 com.android.server.wm.WindowManagerService.updateFocusedWindowLocked:6685568 com.android.server.wm.WindowManagerService.relayoutWindow:6286028 com.android.server.wm.Session.relayout:6290724 2023-05-08 14:47:25.722 4589-5804 PG_DBS_MAIN com.huawei.iaware I dock stack close, FgAPP:com.example.example BgAPP:com.example.example 2023-05-08 14:47:25.780 2099-5178 HwActivity...rServiceEx system_server W appSwitch from: com.example.example to: com.huawei.systemmanager 2023-05-08 14:47:25.787 4456-6962 AssistantS...11.2.1.200 com.huawei.systemserver I registerHwActivityNotifier call fromPackage:com.example.example, toPackage:com.huawei.systemmanager 2023-05-08 14:47:25.787 4456-5183 AssistantS...11.2.1.200 com.huawei.systemserver D handleMessage app switch fromPackage:com.example.example, toPackage:com.huawei.systemmanager 2023-05-08 14:47:25.787 4456-6006 Hicom_Monitor com.huawei.systemserver D AppSwitchNotifier not support app from:com.example.example, to:com.huawei.systemmanager 2023-05-08 14:47:25.787 2099-2304 HwAudioServiceEx system_server I ComponentInfo : className = com.example.example.MainActivity, flag = onPause, isHomeActivity = , isTop = false 2023-05-08 14:47:25.788 4456-28259 Hicom_Monitor com.huawei.systemserver D ActivityNotifier not support:com.example.example 2023-05-08 14:47:25.790 4456-4660 DollieActi...gerAdapter com.huawei.systemserver D [Paused] pid:17936 uid:10953 ComponentInfo{com.example.example/com.example.example.MainActivity} uidState:2 2023-05-08 14:47:25.792 4589-5340 ScenarioService com.huawei.iaware D new above launcher front pkgs: [com.example.example, com.huawei.systemmanager] 2023-05-08 14:47:25.793 4589-5340 AppsUsage com.huawei.iaware I scnOff: false FgAPP: com.huawei.systemmanager BgAPP: com.example.example 2023-05-08 14:47:25.795 4589-5340 ScenarioService com.huawei.iaware I app focus change from: com.example.example to:com.huawei.systemmanager 2023-05-08 14:47:25.800 4589-6175 PGServer com.huawei.iaware I report state:10000 event type:2 pid:0 uid:0 pkg:com.example.example to pid: 4456 2023-05-08 14:47:25.800 4589-6175 PGServer com.huawei.iaware I report state:10000 event type:2 pid:0 uid:0 pkg:com.example.example to pid: 4589 2023-05-08 14:47:25.800 4589-6175 SceneReceiver com.huawei.iaware I state type: 10000 eventType:2 pid:0 uid:0 pkg:com.example.example 2023-05-08 14:47:25.800 4589-6175 PGServer com.huawei.iaware I report state:10000 event type:2 pid:0 uid:0 pkg:com.example.example to pid: 2099 2023-05-08 14:47:25.803 2099-2294 ActivityTaskManager system_server V Stopping ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}: nowVisible=false animating=true finishing=false 2023-05-08 14:47:25.897 4589-5804 PG_ash com.huawei.iaware I com.example.example become invisible 2023-05-08 14:47:25.916 2099-2295 RemoteAnim...Controller system_server D createAnimationAdapter(): token=AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}} 2023-05-08 14:47:25.917 2099-2295 WindowManager system_server V commitVisibility: AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}: hidden=true hiddenRequested=true 2023-05-08 14:47:25.929 2099-2294 HwWindowMa...rServiceEx system_server I com.example.example/com.example.example.MainActivity blur level: -1 2023-05-08 14:47:25.929 2099-2294 HwWindowMa...rServiceEx system_server I com.example.example blur level: -1 2023-05-08 14:47:26.171 2099-5139 ActivityTaskManager system_server V Stopping ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}: nowVisible=false animating=true finishing=false 2023-05-08 14:47:26.355 2099-5640 WindowManager system_server I Animation done in AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}} isHidden:true hiddenRequested:true 2023-05-08 14:47:26.367 756-980 BufferQueueProducer surfaceflinger W [SurfaceView - com.example.example/com.example.example.MainActivity#0]:1390: disconnect: not connected (req=1) 2023-05-08 14:47:26.369 756-980 BufferQueueProducer surfaceflinger W [com.example.example/com.example.example.MainActivity#0]:1390: disconnect: not connected (req=1) 2023-05-08 14:47:26.384 4456-4660 DollieAdapterService com.huawei.systemserver E notifyActivityState pkg:com.example.example/com.example.example.MainActivity state:16 fg:false mUid:10953 2023-05-08 14:47:26.384 4456-4660 HidataAppQoeP com.huawei.systemserver I foregroundUidRemove uid: 10953 name: com.example.example 2023-05-08 14:47:26.386 4456-4660 SmartDualCardConfig com.huawei.systemserver I getAppType,pkgName=com.example.example,appType=-1 2023-05-08 14:47:26.386 4456-4660 SmartDualCardConfig com.huawei.systemserver I getAppType,pkgName=com.example.example,appType=-1 2023-05-08 14:47:26.386 4456-4660 SmartDualCardSM com.huawei.systemserver I onUidStateUpdate,uid=10953,appName=com.example.example,state=BACKGROUND 2023-05-08 14:47:26.387 4456-4660 SmartDualCardConfig com.huawei.systemserver I getAppType,pkgName=com.example.example,appType=-1 2023-05-08 14:47:26.392 4456-4660 DollieChr com.huawei.systemserver I handleForegroundAppUpdateMsg,mAppState=2,scenes=1,mForegroundAppName=com.example.example 2023-05-08 14:47:26.393 4456-4660 SmartDualCardConfig com.huawei.systemserver I getAppType,pkgName=com.example.example,appType=-1 2023-05-08 14:47:26.396 2099-5640 WindowManager system_server I notifyAppStopped: AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}} 2023-05-08 14:47:26.396 2099-5640 WindowManager system_server E win=Window{cf0609 u0 com.example.example/com.example.example.MainActivity} destroySurfaces: appStopped=true win.mWindowRemovalAllowed=false win.mRemoveOnExit=false 2023-05-08 14:47:26.404 1028-14870 ITouchService AGPService D itouch currentPackageName = com.example.example 2023-05-08 14:47:26.404 1028-14870 ITouchService AGPService D itouch:app com.example.example is not game app 2023-05-08 14:47:26.404 1028-14870 ITouchService AGPService D itouch:app com.example.example is not in StylusPenList 2023-05-08 14:47:29.244 2099-5139 HwActivity...rServiceEx system_server W appSwitch from: com.huawei.systemmanager to: com.example.example 2023-05-08 14:47:29.244 4456-6962 Hicom_Monitor com.huawei.systemserver D AppSwitchNotifier not support app from:com.huawei.systemmanager, to:com.example.example 2023-05-08 14:47:29.244 4456-28259 AssistantS...11.2.1.200 com.huawei.systemserver I registerHwActivityNotifier call fromPackage:com.huawei.systemmanager, toPackage:com.example.example 2023-05-08 14:47:29.246 4589-5340 ScenarioService com.huawei.iaware I app focus change from: com.huawei.systemmanager to:com.example.example 2023-05-08 14:47:29.246 4589-5340 ScenarioService com.huawei.iaware I add focus on app:com.example.example to visiblePkgs 2023-05-08 14:47:29.248 2099-4021 WiFi_PRO_W...ateMachine system_server I current app com.example.example, has changed 2023-05-08 14:47:29.248 4456-5183 AssistantS...11.2.1.200 com.huawei.systemserver D handleMessage app switch fromPackage:com.huawei.systemmanager, toPackage:com.example.example 2023-05-08 14:47:29.248 2099-2305 HwGameAssi...Controller system_server D UPDATE: mCurFgPkg=com.example.example, mCurFgPid=17936, mIsCurGame=false 2023-05-08 14:47:29.254 2099-5178 WindowManager system_server V notifyAppResumed: wasStopped=true AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}} 2023-05-08 14:47:29.257 2099-5178 WindowManager system_server I Check opening app=AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}: allDrawn=false startingDisplayed=false startingMoved=false isRelaunching()=false startingWindow=null 2023-05-08 14:47:29.258 2099-2295 WindowManager system_server I Check opening app=AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}: allDrawn=false startingDisplayed=false startingMoved=false isRelaunching()=false startingWindow=null 2023-05-08 14:47:29.264 2099-5634 WindowManager system_server I Check opening app=AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}: allDrawn=false startingDisplayed=false startingMoved=false isRelaunching()=false startingWindow=null 2023-05-08 14:47:29.269 4589-5340 ScenarioService com.huawei.iaware D front pkg : com.example.example launcher: false 2023-05-08 14:47:29.269 4589-5340 ScenarioService com.huawei.iaware I old above launcher pkgs: [com.example.example, com.huawei.systemmanager] new front:com.example.example 2023-05-08 14:47:29.269 4589-5340 ScenarioService com.huawei.iaware D new above launcher front pkgs: [com.example.example] 2023-05-08 14:47:29.269 4589-5340 AppsUsage com.huawei.iaware I scnOff: false FgAPP: com.example.example BgAPP: com.huawei.systemmanager 2023-05-08 14:47:29.269 4589-5804 PG_ash com.huawei.iaware I front pkg : com.example.example 2023-05-08 14:47:29.269 4589-6175 PGServer com.huawei.iaware I report state:10000 event type:1 pid:0 uid:0 pkg:com.example.example to pid: 4456 2023-05-08 14:47:29.269 4589-6175 PGServer com.huawei.iaware I report state:10000 event type:1 pid:0 uid:0 pkg:com.example.example to pid: 4589 2023-05-08 14:47:29.270 4589-6175 SceneReceiver com.huawei.iaware I state type: 10000 eventType:1 pid:0 uid:0 pkg:com.example.example 2023-05-08 14:47:29.270 4589-6175 PGServer com.huawei.iaware I report state:10000 event type:1 pid:0 uid:0 pkg:com.example.example to pid: 2099 2023-05-08 14:47:29.273 4456-6962 Hicom_Monitor com.huawei.systemserver D ActivityNotifier not support:com.example.example 2023-05-08 14:47:29.273 2099-2304 HwAudioServiceEx system_server I ComponentInfo : className = com.example.example.MainActivity, flag = onResume, isHomeActivity = , isTop = true 2023-05-08 14:47:29.274 4456-4660 DollieActi...gerAdapter com.huawei.systemserver D [Resumed] bg:true pid:17936 uid:10953 ComponentInfo{com.example.example/com.example.example.MainActivity} 2023-05-08 14:47:29.274 4456-4660 DollieAdapterService com.huawei.systemserver E notifyActivityState pkg:com.example.example/com.example.example.MainActivity state:2 fg:true mUid:10953 2023-05-08 14:47:29.275 2099-4213 DE J DES system_server I [effect] Pg pkg:com.example.example 2023-05-08 14:47:29.276 10395-13309 CAWARENESS...ageManager com.huawei.hiai.engineservice I onEvent, packageName=com.example.example, activityName=com.example.example.MainActivity, moduleName=, uid=10953 2023-05-08 14:47:29.278 1028-14870 ITouchService AGPService D itouch stylusCurrentPkgName = com.example.example lastOneFramePkgName = 2023-05-08 14:47:29.278 1028-14870 ITouchService AGPService D itouch currentPackageName = com.example.example 2023-05-08 14:47:29.278 1028-14870 ITouchService AGPService D itouch:app com.example.example is not game app 2023-05-08 14:47:29.278 1028-14870 ITouchService AGPService D itouch:app com.example.example is not in StylusPenList 2023-05-08 14:47:29.282 2099-12864 WindowManager system_server I Check opening app=AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}: allDrawn=false startingDisplayed=false startingMoved=false isRelaunching()=false startingWindow=null 2023-05-08 14:47:29.284 2099-12864 WindowManager system_server I Changing focus from null to Window{cf0609 u0 com.example.example/com.example.example.MainActivity} displayId=0 Callers=com.android.server.wm.RootWindowContainer.updateFocusedWindowLocked:6686092 com.android.server.wm.WindowManagerService.updateFocusedWindowLocked:6685568 com.android.server.wm.WindowManagerService.relayoutWindow:6286028 com.android.server.wm.Session.relayout:6290724 2023-05-08 14:47:29.284 2099-12864 HwPhoneWindowManager system_server V updateSystemUiColorLw window=Window{cf0609 u0 com.example.example/com.example.example.MainActivity},EmuiStyle=0,StatusBarColor=0x40000000,NavigationBarColor=0xfffcfcfc, mForceNotchStatusBar=false 2023-05-08 14:47:29.289 4456-4660 SmartDualCardConfig com.huawei.systemserver I getAppType,pkgName=com.example.example,appType=-1 2023-05-08 14:47:29.289 4456-4660 SmartDualCardConfig com.huawei.systemserver I getAppType,pkgName=com.example.example,appType=-1 2023-05-08 14:47:29.289 4456-4660 SmartDualCardSM com.huawei.systemserver I onUidStateUpdate,uid=10953,appName=com.example.example,state=FOREGROUND 2023-05-08 14:47:29.290 4456-4660 SmartDualCardConfig com.huawei.systemserver I getAppType,pkgName=com.example.example,appType=-1 2023-05-08 14:47:29.293 2099-2295 WindowManager system_server I Check opening app=AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}: allDrawn=true startingDisplayed=false startingMoved=false isRelaunching()=false startingWindow=null 2023-05-08 14:47:29.295 2099-2295 HwWindowMa...rServiceEx system_server D is app exit to launcher info: transit = 9, app = AppWindowToken{b7a448 token=Token{9a5b12 ActivityRecord{cea287 u0 com.huawei.systemmanager/com.huawei.harassmentinterception.ui.InterceptionActivity t41976}}}, window = Window{cf0759 u0 com.huawei.systemmanager/com.huawei.harassmentinterception.ui.InterceptionActivity}, mClosingApps = {AppWindowToken{b7a448 token=Token{9a5b12 ActivityRecord{cea287 u0 com.huawei.systemmanager/com.huawei.harassmentinterception.ui.InterceptionActivity t41976}}}}, topOpeningApp = AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}, mExitIconBitmap = null, mExitIconHeight = -1, mExitIconWidth = -1 2023-05-08 14:47:29.297 2099-2295 HwWindowMa...rServiceEx system_server D is app exit to launcher info: transit = 9, app = AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}, window = Window{cf0609 u0 com.example.example/com.example.example.MainActivity}, mClosingApps = {AppWindowToken{b7a448 token=Token{9a5b12 ActivityRecord{cea287 u0 com.huawei.systemmanager/com.huawei.harassmentinterception.ui.InterceptionActivity t41976}}}}, topOpeningApp = AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}, mExitIconBitmap = null, mExitIconHeight = -1, mExitIconWidth = -1 2023-05-08 14:47:29.299 2099-2295 WindowManager system_server V commitVisibility: AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}}: hidden=false hiddenRequested=false 2023-05-08 14:47:29.316 2099-5634 HwOcrImeController system_server I updateMultiWindow topActivity = ComponentInfo{com.example.example/com.example.example.MainActivity} windowMode = 1 mIsInMultiScreen = false 2023-05-08 14:47:29.318 2099-5164 ActivityTaskManager system_server V Activity idle: Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}} 2023-05-08 14:47:29.320 2099-2292 AppPolicy_...ileManager system_server D getRules: response=Response{code=200, message='OK', result=Bundle[{rules=[Bundle[{properties=Bundle[{restrictions=SMS_BLANK|CALL_LOG_BLANK|CONTACTS_BLANK|CALENDAR_BLANK|LOCATION|STORAGE|SYSTEM_ALERT_WINDOW|POPUP_BACKGROUND_WINDOW, restrictionLevel=1, name=com.example.example, isRestricted=false}], name=com.example.example}]]}]} 2023-05-08 14:47:29.325 2099-2292 StatusBarManagerService system_server D win:Window{cf0609 u0 com.example.example/com.example.example.MainActivity}mIsColorEnable:truelight:true 2023-05-08 14:47:29.325 2099-2292 StatusBarDisable system_server I setFlags what=0 which=1 pkg=Window{cf0609 u0 com.example.example/com.example.example.MainActivity} 2023-05-08 14:47:29.325 2099-2292 StatusBarManagerService system_server D win:Window{cf0609 u0 com.example.example/com.example.example.MainActivity}mIsColorEnable:truelight:false 2023-05-08 14:47:29.325 2099-2292 StatusBarDisable system_server I setFlags what=0 which=1 pkg=Window{cf0609 u0 com.example.example/com.example.example.MainActivity} 2023-05-08 14:47:29.328 4277-4402 hwPS_RestrictionAdapter com.huawei.systemmanager:service I getMaliciousAppInfo: packageName:com.example.example flags:1 2023-05-08 14:47:29.329 2099-5634 AppPolicy_...ileManager system_server D getRules: response=Response{code=200, message='OK', result=Bundle[{rules=[Bundle[{properties=Bundle[{restrictions=SMS_BLANK|CALL_LOG_BLANK|CONTACTS_BLANK|CALENDAR_BLANK|LOCATION|STORAGE|SYSTEM_ALERT_WINDOW|POPUP_BACKGROUND_WINDOW, restrictionLevel=1, name=com.example.example, isRestricted=false}], name=com.example.example}]]}]} 2023-05-08 14:47:29.329 2099-5634 hwPS_RestrictionManager system_server D package: com.example.example isRestricted: false 2023-05-08 14:47:29.346 4589-5340 ScenarioService com.huawei.iaware I refresh visibleApp:[com.example.example] 2023-05-08 14:47:29.346 4589-5340 PGServer com.huawei.iaware I report state:14 event type:1 pid:-1 uid:-1 pkg:com.example.example to pid: 4589 2023-05-08 14:47:29.346 4589-5340 PF_API_JNI com.huawei.iaware I ACCKIT_APS_NotifyInfo 3: com.example.example 2023-05-08 14:47:29.346 750-750 ACCKIT_ displayservice D pack:"com.example.example" 2023-05-08 14:47:29.463 4456-4660 SmartDualCardConfig com.huawei.systemserver I getAppType,pkgName=com.example.example,appType=-1 2023-05-08 14:47:29.807 2099-2295 WindowManager system_server I Animation done in AppWindowToken{981f05 token=Token{d06a86 ActivityRecord{981e87 u0 com.example.example/.MainActivity t41975}}} isHidden:false hiddenRequested:false 2023-05-08 14:47:29.827 1028-14870 ITouchService AGPService D itouch stylusCurrentPkgName = com.example.example lastOneFramePkgName = 2023-05-08 14:47:29.847 1028-14870 AGPService AGPService I aps-info: focus pkgName - com.example.example, with 0 more apps 2023-05-08 14:47:29.847 1028-14870 AGPService AGPService I FrameRateManager: aps-info: new pkgName - com.example.example, type - -1 2023-05-08 14:47:29.848 1028-14870 AGPService AGPService I GpuPolicyManager: m_currentPkgName - com.example.example 2023-05-08 14:47:29.960 2099-2099 HwOcrImeController system_server I updateMultiWindow topActivity = ComponentInfo{com.example.example/com.example.example.MainActivity} windowMode = 1 mIsInMultiScreen = false 2023-05-08 14:47:31.280 4456-4660 ConnCureConfigUtil com.huawei.systemserver D isCaredApp: input = com.example.example 2023-05-08 14:47:55.727 17238-17313 keyringKit...ppReceiver com.huawei.hwid.container3 I com.example.example installed: true.
这是详细的日志信息 这是日志的截图模式
https://www.aliyundrive.com/s/GHRaAniu5WZ 这是真机上表现的效果
好的,我将会在下个版本中进行修复,您可以关注后续的版本升级,若您后续在版本升级后遇到了这个问题您可以再次联系我,感谢您对chat_flutter
的支持。谢谢!
谢谢
我在聊天页面 ,mo'ni模拟了数条静态数据, 打包成apk 不管是debug还是release ,最终安装到手机 会出现 这个区域的空白