android webview加载/data/data/pkg/files/目录下html文件

本文详细介绍了在Android应用中解决文件加载问题的方法,包括使用`getFilesDir().getAbsolutePath()`获取应用私有文件目录,并通过URL加载index.html文件至WebView。此解决方案适用于需要在应用内部加载和展示静态文件的场景。
部署运行你感兴趣的模型镜像

被如题问题给折磨的死死的,最后从群里找到了正解:

String fileUrl="file:"+getFilesDir().getAbsolutePath()+File.separator;
       String indexUrl=fileUrl+"index.html";
       WebView wv_web=(WebView) findViewById(R.id.wv_web);
       wv_web.loadUrl(indexUrl);

您可能感兴趣的与本文相关的镜像

Stable-Diffusion-3.5

Stable-Diffusion-3.5

图片生成
Stable-Diffusion

Stable Diffusion 3.5 (SD 3.5) 是由 Stability AI 推出的新一代文本到图像生成模型,相比 3.0 版本,它提升了图像质量、运行速度和硬件效率

I chromium: [INFO:generated_code_cache_context.cc(127)] [CODECACHE] create dedicated_generated_js_code_cache dedicated_codecache_max_bytes: 0 path: /data/user/0/com.ss.android.ugc.aweme/cache/webviewbytedance_com.ss.android.ugc.aweme/Default/HTTP Cache/Cache_Data/Code Cache 行 7691: 10-11 19:51:24.412 29197 31234 I chromium: [INFO:generated_code_cache_context.cc(127)] [CODECACHE] create dedicated_generated_js_code_cache dedicated_codecache_max_bytes: 0 path: /data/user/0/com.ss.android.ugc.aweme/cache/webviewbytedance_com.ss.android.ugc.aweme/Default/HTTP Cache/Cache_Data/Code Cache 行 7694: 10-11 19:51:24.416 2753 2992 I NetworkQoeProxy: ActivityName com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivityis not in whitelist 行 7696: 10-11 19:51:24.416 1963 3036 W ActivityManager: Unable to start service Intent { cmp=com.ss.android.ugc.aweme/org.chromium.android_webview.services.ComponentsProviderService } U=0: not found 行 7702: 10-11 19:51:24.451 29197 29197 I ConnectivityManager: requestNetwork and the calling app is: com.ss.android.ugc.aweme 行 7703: 3036 I ConnectivityService: requestNetwork for uid/pid:10236/29197 activeRequest: null callbackRequest: 5286 [NetworkRequest [ REQUEST id=5287, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10236 RequestorUid: 10236 RequestorPkg: com.ss.android.ugc.aweme] ]] callback flags: 0 priority: 2147483647 行 7759: 10-11 19:51:24.699 29197 29197 W #tp-default-392: type=1400 audit(0.0:141312): avc: granted { execute } for path="/data/data/com.ss.android.ugc.aweme/files/plugins/com.bytedance.aweme.smart_client_plugin/version-36209055/lib/libCepEngine.so" dev="sdd87" ino=77753 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c236,c256,c512,c768 tclass=file app=com.ss.android.ugc.aweme 行 7759: m.ss.android.ugc.aweme/files/plugins/com.bytedance.aweme.smart_client_plugin/version-36209055/lib/libCepEngine.so" dev="sdd87" ino=77753 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c236,c256,c512,c768 tclass=file app=com.ss.android.ugc.aweme 行 7760: 10-11 19:51:24.703 29197 29197 W #tp-default-392: type=1400 audit(0.0:141313): avc: granted { execute } for path="/data/data/com.ss.android.ugc.aweme/files/plugins/com.bytedance.aweme.smart_client_plugin/version-36209055/lib/libCepAST.so" dev="sdd87" ino=27840 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c236,c256,c512,c768 tclass=file app=com.ss.android.ugc.aweme 行 7760: /com.ss.android.ugc.aweme/files/plugins/com.bytedance.aweme.smart_client_plugin/version-36209055/lib/libCepAST.so" dev="sdd87" ino=27840 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c236,c256,c512,c768 tclass=file app=com.ss.android.ugc.aweme 行 7761: 10-11 19:51:24.707 29197 29197 W #tp-default-392: type=1400 audit(0.0:141314): avc: granted { execute } for path="/data/data/com.ss.android.ugc.aweme/files/plugins/com.bytedance.aweme.smart_client_plugin/version-36209055/lib/libCepFast.so" dev="sdd87" ino=69934 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c236,c256,c512,c768 tclass=file app=com.ss.android.ugc.aweme 行 7761: com.ss.android.ugc.aweme/files/plugins/com.bytedance.aweme.smart_client_plugin/version-36209055/lib/libCepFast.so" dev="sdd87" ino=69934 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c236,c256,c512,c768 tclass=file app=com.ss.android.ugc.aweme 行 7762: 10-11 19:51:24.707 29197 29197 W #tp-default-392: type=1400 audit(0.0:141315): avc: granted { execute } for path="/data/data/com.ss.android.ugc.aweme/files/plugins/com.bytedance.aweme.smart_client_plugin/version-36209055/lib/libfast_engine.so" dev="sdd87" ino=77287 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c236,c256,c512,c768 tclass=file app=com.ss.android.ugc.awe ... 行 7762: ss.android.ugc.aweme/files/plugins/com.bytedance.aweme.smart_client_plugin/version-36209055/lib/libfast_engine.so" dev="sdd87" ino=77287 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c236,c256,c512,c768 tclass=file app=com.ss.android.ugc.aweme 行 7763: 10-11 19:51:24.723 29197 29197 W #tp-default-392: type=1400 audit(0.0:141316): avc: granted { execute } for path="/data/data/com.ss.android.ugc.aweme/files/plugins/com.bytedance.aweme.smart_client_plugin/version-36209055/lib/libPitayaBdComponent.so" dev="sdd87" ino=77187 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c236,c256,c512,c768 tclass=file app=com.ss.android.u ... 行 7763: roid.ugc.aweme/files/plugins/com.bytedance.aweme.smart_client_plugin/version-36209055/lib/libPitayaBdComponent.so" dev="sdd87" ino=77187 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c236,c256,c512,c768 tclass=file app=com.ss.android.ugc.aweme 行 8118: 10-11 19:51:25.440 2753 2992 I NetworkQoeProxy: ActivityName com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivityis not in whitelist 行 8196: 10-11 19:51:25.499 1963 3036 I WindowManager: wm_insets notifyInsetsControlChanged for:Window{32ed8ad u0 com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity} 行 8196: 10-11 19:51:25.499 1963 3036 I WindowManager: wm_insets notifyInsetsControlChanged for:Window{32ed8ad u0 com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity} 行 8217: 10-11 19:51:25.520 1465 1521 I AGPService: FrameRateManager:[HandleFrameRateRefresh] currPkgName: com.ss.android.ugc.aweme, strategyCode 1241: dynamicCode 1, isFactor 0, min 30, max 120, down 120, idle 60 行 8470: 10-11 19:51:26.023 1465 1521 I AGPService: FrameRateManager:[HandleFrameRateRefresh] currPkgName: com.ss.android.ugc.aweme, strategyCode 1241: dynamicCode 1, isFactor 0, min 30, max 120, down 120, idle 60 行 8764: 10-11 19:51:26.466 2753 2992 I NetworkQoeProxy: ActivityName com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivityis not in whitelist 行 8811: 10-11 19:51:26.679 1963 2575 I ActivityManager: power push bindservice callingPkg:com.ss.android.ugc.aweme, pkg:com.huawei.ohos.suggestion, callerApp pid:29197, pid:0 行 8816: 10-11 19:51:26.681 2831 3458 I PG_ash : pkg com.ss.android.ugc.aweme calling: com.huawei.ohos.suggestion, pid: 0 ,type: bindservice 行 9281: 10-11 19:51:27.285 1963 11031 I WindowManager: wm_insets notifyInsetsControlChanged for:Window{32ed8ad u0 com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity} 行 9281: 10-11 19:51:27.285 1963 11031 I WindowManager: wm_insets notifyInsetsControlChanged for:Window{32ed8ad u0 com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity} 行 9316: 10-11 19:51:27.489 2753 2992 I NetworkQoeProxy: ActivityName com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivityis not in whitelist 行 9478: 10-11 19:51:28.406 3253 3299 I PackageUtils: [HMSCore PackageUtils.java:28] uid:10236, packageName:com.ss.android.ugc.aweme 行 9497: 10-11 19:51:28.407 3253 29751 I AIDLInvoke: [HMSCore AIDLInvoke.java:97] Request, URI: awareness_kit.getAwarenessService, clientId: {appId: 10652857, hostAppID: 10652857, packageName: com.ss.android.ugc.aweme, sdkVersion: 60400302, uid: 10236, transactionId: 010652857ervice20251011195128403686176, apiLevel: 11, uri: awareness_kit.getAwarenessService, kitSdkVersion: 0} 行 9515: 10-11 19:51:28.416 3253 3299 I ScopeManager: [HMSCore ScopeManager.java:31] checkCF 10652857/com.ss.android.ugc.aweme 行 9516: 10-11 19:51:28.416 3253 3299 I HC_PackageUtils: [HMSCore PackageUtils.java:81] com.ss.android.ugc.aweme is OHOS app: false 行 9555: 10-11 19:51:28.430 3253 29746 I fwkit_HmsProfiler: [fwkit HmsProfiler.java:212] traceApiEvent input : com.ss.android.ugc.aweme 行 9558: 10-11 19:51:28.443 1963 3632 I ActivityManager: power push bindservice callingPkg:com.ss.android.ugc.aweme, pkg:com.huawei.hwid, callerApp pid:29197, pid:9304 行 9634: 10-11 19:51:28.517 2753 2992 I NetworkQoeProxy: ActivityName com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivityis not in whitelist 行 9662: 10-11 19:51:28.520 29197 30269 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:28 [threadid:2797657264,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face found, length: 946735, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model 行 9663: 10-11 19:51:28.521 29197 30269 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:28 [threadid:2797657264,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 1, name: tt_face, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, size: 946735, useExtraApi: true, AlgorithmFace addr: 0x739f64b980 行 9665: 10-11 19:51:28.521 29197 30265 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:28 [threadid:2869124272,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face found, length: 946735, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model 行 9666: 10-11 19:51:28.521 29197 30265 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:28 [threadid:2869124272,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 1, name: tt_face, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, size: 946735, useExtraApi: true, AlgorithmFace addr: 0x794b4aae80 行 9679: 10-11 19:51:28.524 29197 29294 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:28 [threadid:2102795440,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face found, length: 946735, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model 行 9680: 10-11 19:51:28.524 29197 29294 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:28 [threadid:2102795440,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 1, name: tt_face, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, size: 946735, useExtraApi: true, AlgorithmFace addr: 0x794b47cd40 行 9701: 10-11 19:51:28.548 9304 19897 I HMS-Awa : [AwarenessBinderStub] checkPackageNameIsValid ccallingPackageForRequest = com.ss.android.ugc.aweme 行 9996: 10-11 19:51:29.004 29197 29294 E LOGLIMIT: process com.ss.android.ugc.aweme drop 1280 lines, from time:1760183484 to time:1760183489, threshold:13050 行 10008: 10-11 19:51:29.006 29197 29294 W AE_ALGORITHM_TAG: ## 2025-10-11 19:51:29 [threadid:2102795440,BachAlgorithmAbstract.cpp,521] WARNING ## [AE_ALGORITHM_TAG]Algorithm type: 4 load model tt_face_extra success, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model, length: 590083 行 10029: 10-11 19:51:29.012 29197 30264 W AE_ALGORITHM_TAG: ## 2025-10-11 19:51:29 [threadid:2886991024,BachAlgorithmAbstract.cpp,521] WARNING ## [AE_ALGORITHM_TAG]Algorithm type: 4 load model tt_face_extra success, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model, length: 590083 行 10069: 10-11 19:51:29.029 29197 30258 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:29 [threadid:2976324784,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face found, length: 946735, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model 行 10070: 10-11 19:51:29.029 29197 30258 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:29 [threadid:2976324784,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 1, name: tt_face, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, size: 946735, useExtraApi: true, AlgorithmFace addr: 0x794b9c3b00 行 10300: 10-11 19:51:29.537 2753 2992 I NetworkQoeProxy: ActivityName com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivityis not in whitelist 行 10676: 10-11 19:51:30.003 29197 30265 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:30 [threadid:2869124272,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face_extra found, length: 590083, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model 行 10677: 10-11 19:51:30.003 29197 30265 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:30 [threadid:2869124272,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 2, name: tt_face_extra, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model, size: 590083, useExtraApi: true, AlgorithmFace addr: 0x73105ada00 行 10681: 10-11 19:51:30.004 29197 29254 W AE_ALGORITHM_TAG: ## 2025-10-11 19:51:30 [threadid:2833153200,BachAlgorithmAbstract.cpp,521] WARNING ## [AE_ALGORITHM_TAG]Algorithm type: 4 load model tt_face_extra success, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model, length: 590083 行 10703: 10-11 19:51:30.009 29197 29283 W AE_ALGORITHM_TAG: ## 2025-10-11 19:51:30 [threadid:2281462960,BachAlgorithmAbstract.cpp,521] WARNING ## [AE_ALGORITHM_TAG]Algorithm type: 4 load model tt_face success, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, length: 946735 行 10708: 10-11 19:51:30.013 29197 29283 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:30 [threadid:2281462960,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face_extra found, length: 590083, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model 行 10709: 10-11 19:51:30.013 29197 29283 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:30 [threadid:2281462960,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 2, name: tt_face_extra, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model, size: 590083, useExtraApi: true, AlgorithmFace addr: 0x794b5b0c80 行 10713: 10-11 19:51:30.014 29197 30257 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:30 [threadid:3969825968,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face found, length: 946735, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model 行 10714: 10-11 19:51:30.014 29197 30257 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:30 [threadid:3969825968,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 1, name: tt_face, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, size: 946735, useExtraApi: true, AlgorithmFace addr: 0x7313865800 行 10754: 10-11 19:51:30.020 29197 29294 W AE_ALGORITHM_TAG: ## 2025-10-11 19:51:30 [threadid:2102795440,BachAlgorithmAbstract.cpp,521] WARNING ## [AE_ALGORITHM_TAG]Algorithm type: 4 load model tt_face success, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, length: 946735 行 10760: 10-11 19:51:30.022 29197 30269 W AE_ALGORITHM_TAG: ## 2025-10-11 19:51:30 [threadid:2797657264,BachAlgorithmAbstract.cpp,521] WARNING ## [AE_ALGORITHM_TAG]Algorithm type: 4 load model tt_face success, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, length: 946735 行 10764: 10-11 19:51:30.022 29197 30264 W AE_ALGORITHM_TAG: ## 2025-10-11 19:51:30 [threadid:2886991024,BachAlgorithmAbstract.cpp,521] WARNING ## [AE_ALGORITHM_TAG]Algorithm type: 4 load model tt_face success, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, length: 946735 行 10767: 10-11 19:51:30.023 29197 29294 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:30 [threadid:2102795440,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face_extra found, length: 590083, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model 行 10768: 10-11 19:51:30.023 29197 29294 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:30 [threadid:2102795440,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 2, name: tt_face_extra, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model, size: 590083, useExtraApi: true, AlgorithmFace addr: 0x730ecc9740 行 10770: 10-11 19:51:30.024 29197 30269 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:30 [threadid:2797657264,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face_extra found, length: 590083, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model 行 10771: 10-11 19:51:30.024 29197 30269 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:30 [threadid:2797657264,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 2, name: tt_face_extra, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model, size: 590083, useExtraApi: true, AlgorithmFace addr: 0x727f3c8d00 行 10773: 10-11 19:51:30.024 29197 30264 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:30 [threadid:2886991024,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face_extra found, length: 590083, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model 行 10774: 10-11 19:51:30.024 29197 30264 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:30 [threadid:2886991024,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 2, name: tt_face_extra, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model, size: 590083, useExtraApi: true, AlgorithmFace addr: 0x7314090d80 行 11049: 10-11 19:51:30.562 2753 2992 I NetworkQoeProxy: ActivityName com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivityis not in whitelist 行 11282: 10-11 19:51:30.723 1963 2575 I SensorService: isPermissionEnabled opPackageName: com.ss.android.ugc.aweme, sensorType: 1, callingUid:10236 行 11284: 10-11 19:51:30.724 1963 2575 I SensorService: isPermissionEnabled opPackageName: com.ss.android.ugc.aweme, sensorType: 1, callingUid:10236 行 11433: 10-11 19:51:31.560 1963 3037 I HwAudioService: getPackageNameByPid, packageName=com.ss.android.ugc.aweme 行 11438: 10-11 19:51:31.585 2753 2992 I NetworkQoeProxy: ActivityName com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivityis not in whitelist 行 11835: 10-11 19:51:32.608 2753 2992 I NetworkQoeProxy: ActivityName com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivityis not in whitelist 行 12033: 10-11 19:51:33.632 2753 2992 I NetworkQoeProxy: ActivityName com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivityis not in whitelist 行 12099: 10-11 19:51:34.508 29197 29263 E LOGLIMIT: process com.ss.android.ugc.aweme drop 3513 lines, from time:1760183489 to time:1760183494, threshold:13050 行 12109: 10-11 19:51:34.658 2753 2992 I NetworkQoeProxy: ActivityName com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivityis not in whitelist 行 12363: 10-11 19:51:35.684 2753 2992 I NetworkQoeProxy: ActivityName com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivityis not in whitelist 行 12528: 10-11 19:51:36.708 2753 2992 I NetworkQoeProxy: ActivityName com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivityis not in whitelist 行 12543: 10-11 19:51:36.769 1963 11031 I HwAudioService: getPackageNameByPid, packageName=com.ss.android.ugc.aweme
10-15
30473 I HwApiCacheMangerEx: apicache path=/storage/emulated/0 state=mounted key=com.ss.android.ugc.aweme#10236#256 行 37: 10-11 19:51:14.477 30457 30473 I HwApiCacheMangerEx: apicache path=/storage/emulated/0 state=mounted key=com.ss.android.ugc.aweme#10236#0 行 118: 10-11 19:51:14.557 1465 1521 I AGPService: FrameRateManager:[HandleFrameRateRefresh] currPkgName: com.ss.android.ugc.aweme, strategyCode 1241: dynamicCode 1, isFactor 0, min 30, max 120, down 120, idle 60 行 146: 10-11 19:51:14.605 30457 30457 W dboxed_process: OpenDexFilesFromOat: open dex file failed from /data/user/0/com.ss.android.ugc.aweme/files/webview_bytedance/5561a3dac4133545be2bbfcd605d49e9_md5/ttwebview_res.apk because: Entry not found 行 147: 10-11 19:51:14.606 30457 30457 W dboxed_process: OpenDexFilesFromOat: open oat file failed and fallback to load dex file from apk, package_name = com.ss.android.ugc.aweme version_code = 360201 context = 0x7962b0df60 class_loader = dalvik.system.PathClassLoader/0x793edeb760(/data/app/~~K6H5MRu2tJSxWdS2i-clbQ==/com.ss.android.ugc.aweme-CF6oEfgsKfmojS4w071jJQ==/base.apk/0x7962a14d60:+!classes2.dex/0x7962a30840:+!classes3.dex/0x7962 ... 行 147: enDexFilesFromOat: open oat file failed and fallback to load dex file from apk, package_name = com.ss.android.ugc.aweme version_code = 360201 context = 0x7962b0df60 class_loader = dalvik.system.PathClassLoader/0x793edeb760(/data/app/~~K6H5MRu2tJSxWdS2i-clbQ==/com.ss.android.ugc.aweme-CF6oEfgsKfmojS4w071jJQ==/base.apk/0x7962a14d60:+!classes2.dex/0x7962a30840:+!classes3.dex/0x7962a30920:+!classes4.dex/0x7962a30a00:+!classes5.dex/0x7962a30ae0:+!classes6.dex/0x7962a30bc0:+!classes7.dex/0x7962ae91c0:+!classes8.dex/0x7962ae92a0:+!classes9.dex/0x7 ... 行 147: ses51.dex/0x7962aec560:+!classes52.dex/0x7962aec640:+!classes53.dex/0x7962aec720:+!classes54.dex/0x7962aec800:+!classes55.dex/0x7962aec8e0:+!classes56.dex/0x7962aec9c0);java.lang.BootClassLoader/0x79628d2140 class_loader_status = 0 dex_location = /data/user/0/com.ss.android.ugc.aweme/files/webview_bytedance/5561a3dac4133545be2bbfcd605d49e9_md5/classes.dex dex_location_writable = 1 oat_file_exists = 0 is_compressed_dex = 0 is_jank_perceptible = 1 is_process_on_top = 0 is_main_thread = 1 fallback_time = 86979 行 174: 10-11 19:51:14.632 30457 30473 I AwareBitmapCacher: init processName:com.ss.android.ugc.aweme:sandboxed_process0 pid=30457 uid=10236 行 185: 10-11 19:51:14.640 2831 3458 I PG_ash : com.ss.android.ugc.aweme BinderCallState: true, nextBinderCallTriggeringTime:83806564 行 301: 10-11 19:51:15.199 29197 29294 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:15 [threadid:2102795440,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face found, length: 946735, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model 行 302: 10-11 19:51:15.200 29197 30269 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:15 [threadid:2797657264,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face found, length: 946735, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model 行 303: 10-11 19:51:15.200 29197 29294 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:15 [threadid:2102795440,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 1, name: tt_face, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, size: 946735, useExtraApi: true, AlgorithmFace addr: 0x730ed2dc40 行 304: 10-11 19:51:15.200 29197 30269 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:15 [threadid:2797657264,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 1, name: tt_face, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, size: 946735, useExtraApi: true, AlgorithmFace addr: 0x739dc37080 行 309: 10-11 19:51:15.202 2753 2992 I NetworkQoeProxy: ActivityName com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivityis not in whitelist 行 337: 10-11 19:51:15.215 29197 29294 W AE_ALGORITHM_TAG: ## 2025-10-11 19:51:15 [threadid:2102795440,BachAlgorithmAbstract.cpp,521] WARNING ## [AE_ALGORITHM_TAG]Algorithm type: 4 load model tt_face success, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, length: 946735 行 338: 10-11 19:51:15.215 29197 30269 W AE_ALGORITHM_TAG: ## 2025-10-11 19:51:15 [threadid:2797657264,BachAlgorithmAbstract.cpp,521] WARNING ## [AE_ALGORITHM_TAG]Algorithm type: 4 load model tt_face success, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, length: 946735 行 343: 10-11 19:51:15.216 29197 30269 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:15 [threadid:2797657264,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face_extra found, length: 590083, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model 行 344: 10-11 19:51:15.217 29197 29294 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:15 [threadid:2102795440,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face_extra found, length: 590083, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model 行 345: 10-11 19:51:15.217 29197 30269 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:15 [threadid:2797657264,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 2, name: tt_face_extra, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model, size: 590083, useExtraApi: true, AlgorithmFace addr: 0x739dc37080 行 346: 10-11 19:51:15.217 29197 29294 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:15 [threadid:2102795440,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 2, name: tt_face_extra, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model, size: 590083, useExtraApi: true, AlgorithmFace addr: 0x730ed2dc40 行 428: 10-11 19:51:15.444 1963 3037 I [SECURITY]: [HPS][DEFAULT][HwPermDBAdapter]: checkHwPerm, pkgName: com.ss.android.ugc.aweme, cfg:2709201769989513, permCfgResult:16777216, permType :16777216, code:2709201769989513, permCodeResult:16777216 行 685: 10-11 19:51:15.965 1963 2643 I ShortcutService: setDynamicShortcuts parameter: com.ss.android.ugc.aweme--0--[ShortcutInfo {id=***, flags=0x0 [], packageName=com.ss.android.ugc.aweme, activity=null, shortLabel=***, resId=0[null], longLabel=***, resId=0[null], disabledMessage=***, resId=0[null], disabledReason=[Not disabled], categories=null, persons=null, icon=Ico ... 行 685: 10-11 19:51:15.965 1963 2643 I ShortcutService: setDynamicShortcuts parameter: com.ss.android.ugc.aweme--0--[ShortcutInfo {id=***, flags=0x0 [], packageName=com.ss.android.ugc.aweme, activity=null, shortLabel=***, resId=0[null], longLabel=***, resId=0[null], disabledMessage=***, resId=0[null], disabledReason=[Not disabled], categories=null, persons=null, icon=Icon(typ=BITMAP size=108x108), rank=4, timestamp=1760183475962, intents=size:1, e ... 行 685: resId=0[null], disabledMessage=***, resId=0[null], disabledReason=[Not disabled], categories=null, persons=null, icon=Icon(typ=BITMAP size=108x108), rank=4, timestamp=1760183475962, intents=size:1, extras=null}, ShortcutInfo {id=***, flags=0x0 [], packageName=com.ss.android.ugc.aweme, activity=null, shortLabel=***, resId=0[null], longLabel=***, resId=0[null], disabledMessage=***, resId=0[null], disabledReason=[Not disabled], categories=null, persons=null, icon=Icon(typ=BITMAP size=108x108), rank=3, timestamp=1760183475962, intents=size:1, e ... 行 685: resId=0[null], disabledMessage=***, resId=0[null], disabledReason=[Not disabled], categories=null, persons=null, icon=Icon(typ=BITMAP size=108x108), rank=3, timestamp=1760183475962, intents=size:1, extras=null}, ShortcutInfo {id=***, flags=0x0 [], packageName=com.ss.android.ugc.aweme, activity=null, shortLabel=***, resId=0[null], longLabel=***, resId=0[null], disabledMessage=***, resId=0[null], disabledReason=[Not disabled], categories=null, persons=null, icon=Icon(typ=BITMAP size=108x108), rank=2, timestamp=1760183475962, intents=size:1, e ... 行 685: resId=0[null], disabledMessage=***, resId=0[null], disabledReason=[Not disabled], categories=null, persons=null, icon=Icon(typ=BITMAP size=108x108), rank=2, timestamp=1760183475962, intents=size:1, extras=null}, ShortcutInfo {id=***, flags=0x0 [], packageName=com.ss.android.ugc.aweme, activity=null, shortLabel=***, resId=0[null], longLabel=***, resId=0[null], disabledMessage=***, resId=0[null], disabledReason=[Not disabled], categories=null, persons=null, icon=Icon(typ=BITMAP size=99x99), rank=1, timestamp=1760183475963, intents=size:1, ext ... 行 686: 10-11 19:51:15.966 1963 2643 I ShortcutService: checkIntrustList curPkgName: com.ss.android.ugc.aweme callerPkgName: com.ss.android.ugc.aweme 行 686: 10-11 19:51:15.966 1963 2643 I ShortcutService: checkIntrustList curPkgName: com.ss.android.ugc.aweme callerPkgName: com.ss.android.ugc.aweme 行 691: 10-11 19:51:15.970 1963 2643 E SEAPP_C_SeAppPolicyManagerImpl: getStrategy: ResponseParcel{code=400, message='cannot find package strategy for policyName=shortcut-dynamic-update, packageName=com.ss.android.ugc.aweme', result={}} 行 723: 10-11 19:51:15.975 1963 2643 I ShortcutService: begin to removeOrphans for com.ss.android.ugc.aweme, size=2 行 724: 10-11 19:51:15.975 1963 2643 I ShortcutService: force delete com.ss.android.ugc.aweme shortcut: shortcut_max_money 行 725: 10-11 19:51:15.976 1963 2643 I ShortcutService: force delete com.ss.android.ugc.aweme shortcut: shortcut_clean 行 726: 10-11 19:51:15.976 1963 2643 I ShortcutService: force delete com.ss.android.ugc.aweme shortcut: shortcut_message 行 727: 10-11 19:51:15.979 1963 2643 I ShortcutService: force delete com.ss.android.ugc.aweme shortcut: shortcut_scan 行 729: 10-11 19:51:15.982 1963 2643 I ShortcutService: force delete com.ss.android.ugc.aweme shortcut: shortcut_search 行 731: 10-11 19:51:15.986 1963 2643 I ShortcutService: force delete com.ss.android.ugc.aweme shortcut: shortcut_retain 行 814: 10-11 19:51:16.122 29197 30269 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:16 [threadid:2797657264,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face found, length: 946735, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model 行 815: 10-11 19:51:16.123 29197 30269 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:16 [threadid:2797657264,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 1, name: tt_face, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, size: 946735, useExtraApi: true, AlgorithmFace addr: 0x72e35a9280 行 817: 10-11 19:51:16.123 29197 30263 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:16 [threadid:2904857776,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face found, length: 946735, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model 行 818: 10-11 19:51:16.123 29197 30263 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:16 [threadid:2904857776,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 1, name: tt_face, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, size: 946735, useExtraApi: true, AlgorithmFace addr: 0x7329aa73c0 行 842: 10-11 19:51:16.147 29197 30263 W AE_ALGORITHM_TAG: ## 2025-10-11 19:51:16 [threadid:2904857776,BachAlgorithmAbstract.cpp,521] WARNING ## [AE_ALGORITHM_TAG]Algorithm type: 4 load model tt_face success, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, length: 946735 行 847: 10-11 19:51:16.149 29197 30263 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:16 [threadid:2904857776,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face_extra found, length: 590083, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model 行 848: 10-11 19:51:16.149 29197 30263 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:16 [threadid:2904857776,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 2, name: tt_face_extra, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model, size: 590083, useExtraApi: true, AlgorithmFace addr: 0x7329aa73c0 行 851: 10-11 19:51:16.149 29197 30269 W AE_ALGORITHM_TAG: ## 2025-10-11 19:51:16 [threadid:2797657264,BachAlgorithmAbstract.cpp,521] WARNING ## [AE_ALGORITHM_TAG]Algorithm type: 4 load model tt_face success, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, length: 946735 行 854: 10-11 19:51:16.151 29197 30269 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:16 [threadid:2797657264,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face_extra found, length: 590083, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model 行 855: 10-11 19:51:16.152 29197 30269 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:16 [threadid:2797657264,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 2, name: tt_face_extra, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model, size: 590083, useExtraApi: true, AlgorithmFace addr: 0x72e35a9280 行 907: 10-11 19:51:16.225 2753 2992 I NetworkQoeProxy: ActivityName com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivityis not in whitelist 行 1224: 10-11 19:51:17.014 29197 30259 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:17 [threadid:2958458032,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face found, length: 946735, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model 行 1225: 10-11 19:51:17.014 29197 30259 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:17 [threadid:2958458032,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 1, name: tt_face, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, size: 946735, useExtraApi: true, AlgorithmFace addr: 0x739e1f0c00 行 1227: 10-11 19:51:17.016 29197 29459 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:17 [threadid:3783072944,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face found, length: 946735, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model 行 1228: 10-11 19:51:17.016 29197 29459 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:17 [threadid:3783072944,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 1, name: tt_face, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, size: 946735, useExtraApi: true, AlgorithmFace addr: 0x7378fa9240 行 1251: 10-11 19:51:17.027 29197 29283 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:17 [threadid:2281462960,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face found, length: 946735, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model 行 1254: 10-11 19:51:17.027 29197 29283 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:17 [threadid:2281462960,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 1, name: tt_face, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, size: 946735, useExtraApi: true, AlgorithmFace addr: 0x7329d79600 行 1276: 10-11 19:51:17.035 29197 30259 W AE_ALGORITHM_TAG: ## 2025-10-11 19:51:17 [threadid:2958458032,BachAlgorithmAbstract.cpp,521] WARNING ## [AE_ALGORITHM_TAG]Algorithm type: 4 load model tt_face success, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, length: 946735 行 1533: 10-11 19:51:17.248 2753 2992 I NetworkQoeProxy: ActivityName com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivityis not in whitelist 行 1688: 10-11 19:51:17.879 29197 29197 W #tp-default-340: type=1400 audit(0.0:141006): avc: granted { execute } for path="/data/data/com.ss.android.ugc.aweme/files/plugins/com.ss.android.ugc.aweme.pgo/version-36209011/lib/libhmp.so" dev="sdd87" ino=178956 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c236,c256,c512,c768 tclass=file app=com.ss.android.ugc.aweme 行 1688: 10-11 19:51:17.879 29197 29197 W #tp-default-340: type=1400 audit(0.0:141006): avc: granted { execute } for path="/data/data/com.ss.android.ugc.aweme/files/plugins/com.ss.android.ugc.aweme.pgo/version-36209011/lib/libhmp.so" dev="sdd87" ino=178956 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c236,c256,c512,c768 tclass=file app=com.ss.android.ugc.aweme 行 1688: h="/data/data/com.ss.android.ugc.aweme/files/plugins/com.ss.android.ugc.aweme.pgo/version-36209011/lib/libhmp.so" dev="sdd87" ino=178956 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c236,c256,c512,c768 tclass=file app=com.ss.android.ugc.aweme 行 1689: 10-11 19:51:17.883 29197 29197 W #tp-default-340: type=1400 audit(0.0:141007): avc: granted { execute } for path="/data/data/com.ss.android.ugc.aweme/files/plugins/com.ss.android.ugc.aweme.pgo/version-36209011/lib/libbmf_module_sdk.so" dev="sdd87" ino=132957 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c236,c256,c512,c768 tclass=file app=com.ss.android.ugc.aweme 行 1689: 10-11 19:51:17.883 29197 29197 W #tp-default-340: type=1400 audit(0.0:141007): avc: granted { execute } for path="/data/data/com.ss.android.ugc.aweme/files/plugins/com.ss.android.ugc.aweme.pgo/version-36209011/lib/libbmf_module_sdk.so" dev="sdd87" ino=132957 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c236,c256,c512,c768 tclass=file app=com.ss.android.ugc.aweme 行 1689: ta/com.ss.android.ugc.aweme/files/plugins/com.ss.android.ugc.aweme.pgo/version-36209011/lib/libbmf_module_sdk.so" dev="sdd87" ino=132957 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c236,c256,c512,c768 tclass=file app=com.ss.android.ugc.aweme 行 1695: 10-11 19:51:17.887 29197 29197 W #tp-default-340: type=1400 audit(0.0:141008): avc: granted { execute } for path="/data/data/com.ss.android.ugc.aweme/files/plugins/com.ss.android.ugc.aweme.pgo/version-36209011/lib/libbmf_hydra.so" dev="sdd87" ino=182583 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c236,c256,c512,c768 tclass=file app=com.ss.android.ugc.aweme 行 1695: 10-11 19:51:17.887 29197 29197 W #tp-default-340: type=1400 audit(0.0:141008): avc: granted { execute } for path="/data/data/com.ss.android.ugc.aweme/files/plugins/com.ss.android.ugc.aweme.pgo/version-36209011/lib/libbmf_hydra.so" dev="sdd87" ino=182583 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c236,c256,c512,c768 tclass=file app=com.ss.android.ugc.aweme 行 1695: ta/data/com.ss.android.ugc.aweme/files/plugins/com.ss.android.ugc.aweme.pgo/version-36209011/lib/libbmf_hydra.so" dev="sdd87" ino=182583 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c236,c256,c512,c768 tclass=file app=com.ss.android.ugc.aweme 行 1727: 10-11 19:51:18.044 1465 1521 I AGPService: FrameRateManager:[HandleFrameRateRefresh] currPkgName: com.ss.android.ugc.aweme, strategyCode 1241: dynamicCode 1, isFactor 0, min 30, max 120, down 120, idle 60 行 1792: 10-11 19:51:18.272 2753 2992 I NetworkQoeProxy: ActivityName com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivityis not in whitelist 行 1967: 10-11 19:51:18.647 1963 1980 I InsetsPolicy: showTransient type:[I@341d28 mFocusedWin:Window{32ed8ad u0 com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity} statusBar:com.android.server.statusbar.StatusBarManagerService$1@aebc9d6 行 1967: 10-11 19:51:18.647 1963 1980 I InsetsPolicy: showTransient type:[I@341d28 mFocusedWin:Window{32ed8ad u0 com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity} statusBar:com.android.server.statusbar.StatusBarManagerService$1@aebc9d6 行 1980: 10-11 19:51:18.652 1963 1983 I WindowManager: wm_insets notifyInsetsControlChanged for:Window{32ed8ad u0 com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity} 行 1980: 10-11 19:51:18.652 1963 1983 I WindowManager: wm_insets notifyInsetsControlChanged for:Window{32ed8ad u0 com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity} 行 2022: 10-11 19:51:18.666 1465 1521 I AGPService: FrameRateManager:[HandleFrameRateRefresh] currPkgName: com.ss.android.ugc.aweme, strategyCode 1241: dynamicCode 1, isFactor 0, min 30, max 120, down 120, idle 60 行 2036: 10-11 19:51:18.681 1963 4672 I WindowManager: Changing focus from Window{32ed8ad u0 com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity} to Window{99fe018 u0 NotificationShade} displayId=0 行 2036: 10-11 19:51:18.681 1963 4672 I WindowManager: Changing focus from Window{32ed8ad u0 com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity} to Window{99fe018 u0 NotificationShade} displayId=0 行 2052: 10-11 19:51:18.691 1963 1983 I WindowManager: wm_insets notifyInsetsControlChanged for:Window{32ed8ad u0 com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity} 行 2052: 10-11 19:51:18.691 1963 1983 I WindowManager: wm_insets notifyInsetsControlChanged for:Window{32ed8ad u0 com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity} 行 2484: 10-11 19:51:18.909 29197 30268 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:18 [threadid:2815524016,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face found, length: 946735, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model 行 2485: 10-11 19:51:18.909 29197 30268 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:18 [threadid:2815524016,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 1, name: tt_face, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, size: 946735, useExtraApi: true, AlgorithmFace addr: 0x7329791100 行 2505: 10-11 19:51:18.920 29197 29552 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:18 [threadid:2276134064,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face found, length: 946735, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model 行 2506: 10-11 19:51:18.920 29197 29552 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:18 [threadid:2276134064,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 1, name: tt_face, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, size: 946735, useExtraApi: true, AlgorithmFace addr: 0x7386254400 行 2553: 10-11 19:51:19.000 29197 30268 E LOGLIMIT: process com.ss.android.ugc.aweme drop 2118 lines, from time:1760183474 to time:1760183479, threshold:13050 行 2583: 10-11 19:51:19.021 29197 29552 W AE_ALGORITHM_TAG: ## 2025-10-11 19:51:19 [threadid:2276134064,BachAlgorithmAbstract.cpp,521] WARNING ## [AE_ALGORITHM_TAG]Algorithm type: 4 load model tt_face_extra success, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model, length: 590083 行 2604: 10-11 19:51:19.034 29197 30258 W AE_ALGORITHM_TAG: ## 2025-10-11 19:51:19 [threadid:2976324784,BachAlgorithmAbstract.cpp,521] WARNING ## [AE_ALGORITHM_TAG]Algorithm type: 4 load model tt_face_extra success, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model, length: 590083 行 2617: 10-11 19:51:19.045 29197 30255 W AE_ALGORITHM_TAG: ## 2025-10-11 19:51:19 [threadid:3972005040,BachAlgorithmAbstract.cpp,521] WARNING ## [AE_ALGORITHM_TAG]Algorithm type: 4 load model tt_face success, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, length: 946735 行 2620: 10-11 19:51:19.047 29197 30255 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:19 [threadid:3972005040,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face_extra found, length: 590083, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model 行 2621: 10-11 19:51:19.047 29197 30255 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:19 [threadid:3972005040,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 2, name: tt_face_extra, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model, size: 590083, useExtraApi: true, AlgorithmFace addr: 0x7379015740 行 2640: 10-11 19:51:19.057 29197 30257 W AE_ALGORITHM_TAG: ## 2025-10-11 19:51:19 [threadid:3969825968,BachAlgorithmAbstract.cpp,521] WARNING ## [AE_ALGORITHM_TAG]Algorithm type: 4 load model tt_face_extra success, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model, length: 590083 行 2792: 10-11 19:51:19.297 2753 2992 I NetworkQoeProxy: ActivityName com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivityis not in whitelist 行 3115: 10-11 19:51:19.639 1465 1521 I AGPService: FrameRateManager:[HandleFrameRateRefresh] currPkgName: com.ss.android.ugc.aweme, strategyCode 1241: dynamicCode 1, isFactor 0, min 30, max 120, down 120, idle 60 行 3882: 10-11 19:51:20.009 1465 1521 I AGPService: FrameRateManager:[HandleFrameRateRefresh] currPkgName: com.ss.android.ugc.aweme, strategyCode 1241: dynamicCode 1, isFactor 0, min 30, max 120, down 120, idle 60 行 4361: 10-11 19:51:20.320 2753 2992 I NetworkQoeProxy: ActivityName com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivityis not in whitelist 行 4464: 10-11 19:51:20.452 1963 4672 I WindowManager: Changing focus from Window{99fe018 u0 NotificationShade} to Window{32ed8ad u0 com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity} displayId=0 行 4464: 10-11 19:51:20.452 1963 4672 I WindowManager: Changing focus from Window{99fe018 u0 NotificationShade} to Window{32ed8ad u0 com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity} displayId=0 行 4465: 10-11 19:51:20.453 1963 4672 I NavigationCallOut: focusChanged, focus=Window{32ed8ad u0 com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity}, mIsFocusWinInBlackList=false 行 4465: 10-11 19:51:20.453 1963 4672 I NavigationCallOut: focusChanged, focus=Window{32ed8ad u0 com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity}, mIsFocusWinInBlackList=false 行 4466: 10-11 19:51:20.453 1963 4672 I HwSwingMotionGestureHub: current app:com.ss.android.ugc.aweme,appType:36 行 4479: 10-11 19:51:20.455 1963 1980 I StatusBarDisable: setFlags what=0 which=1 pkg=Window{32ed8ad u0 com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity} 行 4479: 10-11 19:51:20.455 1963 1980 I StatusBarDisable: setFlags what=0 which=1 pkg=Window{32ed8ad u0 com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity} 行 4483: 10-11 19:51:20.457 1963 1983 I WindowManager: wm_insets notifyInsetsControlChanged for:Window{32ed8ad u0 com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity} 行 4483: 10-11 19:51:20.457 1963 1983 I WindowManager: wm_insets notifyInsetsControlChanged for:Window{32ed8ad u0 com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity} 行 4487: 10-11 19:51:20.458 1963 1983 I WindowManager: Focus requested for window=:32ed8ad com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity 行 4487: 10-11 19:51:20.458 1963 1983 I WindowManager: Focus requested for window=:32ed8ad com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity 行 4502: 10-11 19:51:20.474 1963 3036 I FocusResolver: setFocusedWindow 32ed8ad com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity on display 0, result:OK 行 4502: 10-11 19:51:20.474 1963 3036 I FocusResolver: setFocusedWindow 32ed8ad com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity on display 0, result:OK 行 4505: 10-11 19:51:20.474 1963 3036 I FocusResolver: Focus entered window 32ed8ad com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity in display 0, reason:setFocusedWindow 行 4505: 10-11 19:51:20.474 1963 3036 I FocusResolver: Focus entered window 32ed8ad com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity in display 0, reason:setFocusedWindow 行 4611: 10-11 19:51:20.524 1963 3122 I HwOcrImeController: updateMultiWindow focus window = com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity mIsInMultiScreen = false 行 4611: 10-11 19:51:20.524 1963 3122 I HwOcrImeController: updateMultiWindow focus window = com.ss.android.ugc.aweme/com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivity mIsInMultiScreen = false 行 4806: 10-11 19:51:20.608 29197 30270 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:20 [threadid:2779790512,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face found, length: 946735, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model 行 4807: 10-11 19:51:20.608 29197 30270 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:20 [threadid:2779790512,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 1, name: tt_face, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, size: 946735, useExtraApi: true, AlgorithmFace addr: 0x72e0b97cc0 行 4828: 10-11 19:51:20.613 29197 30256 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:20 [threadid:3970915504,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face found, length: 946735, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model 行 4829: 10-11 19:51:20.613 29197 30256 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:20 [threadid:3970915504,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 1, name: tt_face, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, size: 946735, useExtraApi: true, AlgorithmFace addr: 0x794adfc000 行 4945: 10-11 19:51:20.664 29197 30270 W AE_ALGORITHM_TAG: ## 2025-10-11 19:51:20 [threadid:2779790512,BachAlgorithmAbstract.cpp,521] WARNING ## [AE_ALGORITHM_TAG]Algorithm type: 4 load model tt_face success, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, length: 946735 行 4949: 10-11 19:51:20.666 29197 30270 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:20 [threadid:2779790512,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face_extra found, length: 590083, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model 行 4952: 10-11 19:51:20.667 29197 30270 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:20 [threadid:2779790512,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 2, name: tt_face_extra, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model, size: 590083, useExtraApi: true, AlgorithmFace addr: 0x72e0b97cc0 行 4976: 10-11 19:51:20.684 29197 30256 W AE_ALGORITHM_TAG: ## 2025-10-11 19:51:20 [threadid:3970915504,BachAlgorithmAbstract.cpp,521] WARNING ## [AE_ALGORITHM_TAG]Algorithm type: 4 load model tt_face success, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, length: 946735 行 4979: 10-11 19:51:20.686 29197 30256 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:20 [threadid:3970915504,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face_extra found, length: 590083, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model 行 4980: 10-11 19:51:20.686 29197 30256 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:20 [threadid:3970915504,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 2, name: tt_face_extra, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model, size: 590083, useExtraApi: true, AlgorithmFace addr: 0x794adfc000 行 5064: 10-11 19:51:20.801 1465 1521 I AGPService: FrameRateManager:[HandleFrameRateRefresh] currPkgName: com.ss.android.ugc.aweme, strategyCode 1241: dynamicCode 1, isFactor 0, min 30, max 120, down 120, idle 60 行 5688: 10-11 19:51:21.108 29197 29250 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:21 [threadid:2883755184,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face found, length: 946735, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model 行 5689: 10-11 19:51:21.108 29197 29250 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:21 [threadid:2883755184,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 1, name: tt_face, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, size: 946735, useExtraApi: true, AlgorithmFace addr: 0x7871ec6100 行 5705: 10-11 19:51:21.115 29197 29248 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:21 [threadid:2919488688,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face found, length: 946735, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model 行 5706: 10-11 19:51:21.115 29197 29248 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:21 [threadid:2919488688,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 1, name: tt_face, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, size: 946735, useExtraApi: true, AlgorithmFace addr: 0x7281fd5080 行 5764: 10-11 19:51:21.126 29197 30265 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:21 [threadid:2869124272,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face found, length: 946735, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model 行 5766: 10-11 19:51:21.126 29197 30265 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:21 [threadid:2869124272,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 1, name: tt_face, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, size: 946735, useExtraApi: true, AlgorithmFace addr: 0x794cde2d00 行 5822: 10-11 19:51:21.137 29197 30261 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:21 [threadid:2940591280,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face found, length: 946735, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model 行 5826: 10-11 19:51:21.137 29197 30261 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:21 [threadid:2940591280,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 1, name: tt_face, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, size: 946735, useExtraApi: true, AlgorithmFace addr: 0x7829abd480 行 6234: 10-11 19:51:21.345 2753 2992 I NetworkQoeProxy: ActivityName com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivityis not in whitelist 行 6841: 10-11 19:51:21.827 1465 1521 I AGPService: FrameRateManager:[HandleFrameRateRefresh] currPkgName: com.ss.android.ugc.aweme, strategyCode 1241: dynamicCode 1, isFactor 0, min 30, max 120, down 120, idle 60 行 7057: 10-11 19:51:22.369 2753 2992 I NetworkQoeProxy: ActivityName com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivityis not in whitelist 行 7158: 10-11 19:51:22.428 29197 29264 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:22 [threadid:2637708464,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face found, length: 946735, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model 行 7159: 10-11 19:51:22.428 29197 29264 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:22 [threadid:2637708464,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 1, name: tt_face, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, size: 946735, useExtraApi: true, AlgorithmFace addr: 0x794aefab80 行 7161: 10-11 19:51:22.429 29197 29294 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:22 [threadid:2102795440,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face found, length: 946735, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model 行 7162: 10-11 19:51:22.429 29197 29294 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:22 [threadid:2102795440,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 1, name: tt_face, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, size: 946735, useExtraApi: true, AlgorithmFace addr: 0x794af5b400 行 7178: 10-11 19:51:22.449 29197 29264 W AE_ALGORITHM_TAG: ## 2025-10-11 19:51:22 [threadid:2637708464,BachAlgorithmAbstract.cpp,521] WARNING ## [AE_ALGORITHM_TAG]Algorithm type: 4 load model tt_face success, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, length: 946735 行 7181: 10-11 19:51:22.450 29197 29264 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:22 [threadid:2637708464,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face_extra found, length: 590083, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model 行 7182: 10-11 19:51:22.450 29197 29264 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:22 [threadid:2637708464,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 2, name: tt_face_extra, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model, size: 590083, useExtraApi: true, AlgorithmFace addr: 0x794aefab80 行 7195: 10-11 19:51:22.462 29197 29294 W AE_ALGORITHM_TAG: ## 2025-10-11 19:51:22 [threadid:2102795440,BachAlgorithmAbstract.cpp,521] WARNING ## [AE_ALGORITHM_TAG]Algorithm type: 4 load model tt_face success, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, length: 946735 行 7203: 10-11 19:51:22.464 29197 29294 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:22 [threadid:2102795440,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face_extra found, length: 590083, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model 行 7204: 10-11 19:51:22.464 29197 29294 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:22 [threadid:2102795440,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 2, name: tt_face_extra, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model, size: 590083, useExtraApi: true, AlgorithmFace addr: 0x794af5b400 行 7216: 10-11 19:51:22.475 29197 29264 W AE_ALGORITHM_TAG: ## 2025-10-11 19:51:22 [threadid:2637708464,BachAlgorithmAbstract.cpp,521] WARNING ## [AE_ALGORITHM_TAG]Algorithm type: 4 load model tt_face_extra success, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model, length: 590083 行 7342: 10-11 19:51:23.008 29197 30262 W AE_ALGORITHM_TAG: ## 2025-10-11 19:51:23 [threadid:2922724528,BachAlgorithmAbstract.cpp,521] WARNING ## [AE_ALGORITHM_TAG]Algorithm type: 4 load model tt_face_extra success, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model, length: 590083 行 7353: 10-11 19:51:23.011 29197 30265 W AE_ALGORITHM_TAG: ## 2025-10-11 19:51:23 [threadid:2869124272,BachAlgorithmAbstract.cpp,521] WARNING ## [AE_ALGORITHM_TAG]Algorithm type: 4 load model tt_face success, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqh_v11_1_size22_md5e6d93f446da050b80d58d6525e5dbf99_model, length: 946735 行 7356: 10-11 19:51:23.013 29197 30265 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:23 [threadid:2869124272,BachAlgorithmAbstract.cpp,506] SYSTEM ## [AE_ALGORITHM_TAG]algorithm type 4 model tt_face_extra found, length: 590083, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model 行 7357: 10-11 19:51:23.013 29197 30265 I AE_ALGORITHM_TAG: ## 2025-10-11 19:51:23 [threadid:2869124272,BachAlgorithmFace.cpp,108] SYSTEM ## [AE_ALGORITHM_TAG]AlgorithmFace::doLoadModel type: 2, name: tt_face_extra, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model, size: 590083, useExtraApi: true, AlgorithmFace addr: 0x73008d78c0 行 7385: 10-11 19:51:23.037 29197 30265 W AE_ALGORITHM_TAG: ## 2025-10-11 19:51:23 [threadid:2869124272,BachAlgorithmAbstract.cpp,521] WARNING ## [AE_ALGORITHM_TAG]Algorithm type: 4 load model tt_face_extra success, path: /data/user/0/com.ss.android.ugc.aweme/files/effectmodel/algo_ggl1pqhlhmg7p_v15_0_size68_md57aec1c2d507120761cd66af67032107d_model, length: 590083 行 7547: 10-11 19:51:23.392 2753 2992 I NetworkQoeProxy: ActivityName com.ss.android.ugc.aweme.mate.managepage.MateManagePageActivityis not in whitelist 行 7556: 10-11 19:51:23.470 1963 2575 I HwAudioService: getPackageNameByPid, packageName=com.ss.android.ugc.aweme 行 7559: 10-11 19:51:23.487 29197 29197 W Thread-13: type=1400 audit(0.0:141077): avc: denied { read } for name="version" dev="proc" ino=4026532343 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:proc_version:s0 tclass=file permissive=0 app=com.ss.android.ugc.aweme 行 7560: 10-11 19:51:23.487 29197 29197 W Thread-13: type=1400 audit(0.0:141078): avc: denied { read } for name="misc" dev="proc" ino=4026532204 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:proc_misc:s0 tclass=file permissive=0 app=com.ss.android.ugc.aweme 行 7561: 10-11 19:51:23.487 29197 29197 W Thread-13: type=1400 audit(0.0:141079): avc: denied { read } for name="arp" dev="proc" ino=4026532364 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:proc_net:s0 tclass=file permissive=0 app=com.ss.android.ugc.aweme 行 7564: 10-11 19:51:23.491 29197 29197 W Thread-13: type=1400 audit(0.0:141080): avc: denied { getattr } for path="/dev/sdc" dev="tmpfs" ino=841 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:sdc_device:s0 tclass=chr_file permissive=0 app=com.ss.android.ugc.aweme 行 7570: 29197 W Thread-13: type=1400 audit(0.0:141081): avc: denied { read } for name="u:object_r:build_bootimage_prop:s0" dev="tmpfs" ino=236 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:build_bootimage_prop:s0 tclass=file permissive=0 app=com.ss.android.ugc.aweme 行 7598: 10-11 19:51:23.823 29197 29197 W Thread-13: type=1400 audit(0.0:141082): avc: denied { read } for name="arp" dev="proc" ino=4026532364 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:proc_net:s0 tclass=file permissive=0 app=com.ss.android.ugc.aweme 行 7599: 10-11 19:51:23.823 29197 29197 W Thread-13: type=1400 audit(0.0:141083): avc: denied { search } for name="net" dev="sysfs" ino=47008 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:sysfs_net:s0 tclass=dir permissive=0 app=com.ss.android.ugc.aweme 行 7600: 10-11 19:51:23.823 29197 29197 W Thread-13: type=1400 audit(0.0:141084): avc: denied { search } for name="net" dev="sysfs" ino=47008 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:sysfs_net:s0 tclass=dir permissive=0 app=com.ss.android.ugc.aweme 行 7613: 10-11 19:51:24.036 29197 29407 E LOGLIMIT: process com.ss.android.ugc.aweme drop 2886 lines, from time:1760183479 to time:1760183484, threshold:13050 行 7689: 10-11 19:51:24.352 2831 3687 I ThermalTraceService: code:1, appInfo:com.ss.android.ugc.aweme#10009, levelInfo:29,wlchg_lev,1#22,chg_lev,3 以上日志中,哪几行跟抖音的卡顿有关?为啥卡顿,以一个普通用户的角度来说应该怎么解决
10-15
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值