0% found this document useful (0 votes)
51 views31 pages

Android Debug Log Analysis

The log file documents the startup process of an Android application. It records initialization messages from various system components as the application loads and begins execution. Errors are logged that indicate a library failed to load and compatibility changes were reported.

Uploaded by

malijeduard
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views31 pages

Android Debug Log Analysis

The log file documents the startup process of an Android application. It records initialization messages from various system components as the application loads and begins execution. Errors are logged that indicate a library failed to load and compatibility changes were reported.

Uploaded by

malijeduard
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 31

--------- beginning of main

11-16 14:04:07.615 3154 3154 I kstargames.samp: Using CollectorTypeCC GC.


11-16 14:04:07.622 3154 3154 W kstargames.samp: Using default instruction set
features for ARM CPU variant (cortex-a9) using conservative defaults
11-16 14:04:07.640 3154 3154 E kstargames.samp: Not starting debugger since
process cannot load the jdwp agent.
11-16 14:04:07.677 3154 3154 I MessageMonitor: Load libmiui_runtime
11-16 14:04:07.720 3154 3154 D CompatibilityChangeReporter: Compat change id
reported: 171979766; UID 10314; state: DISABLED
11-16 14:04:07.721 3154 3199 W AppScoutStateMachine: can't loadLibrary
libwalkstack
11-16 14:04:07.721 3154 3199 W AppScoutStateMachine:
java.lang.UnsatisfiedLinkError: dlopen failed: library "libwalkstack.so" not found
11-16 14:04:07.721 3154 3199 W AppScoutStateMachine: at
java.lang.Runtime.loadLibrary0(Runtime.java:1093)
11-16 14:04:07.721 3154 3199 W AppScoutStateMachine: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
11-16 14:04:07.721 3154 3199 W AppScoutStateMachine: at
java.lang.System.loadLibrary(System.java:1661)
11-16 14:04:07.721 3154 3199 W AppScoutStateMachine: at
android.app.AppScoutStateMachine.<clinit>(AppScoutStateMachine.java:100)
11-16 14:04:07.721 3154 3199 W AppScoutStateMachine: at
android.app.ActivityThreadImpl.updateAppScoutStateMachineState(ActivityThreadImpl.j
ava:111)
11-16 14:04:07.721 3154 3199 W AppScoutStateMachine: at
android.app.ActivityThread.updateProcessState(ActivityThread.java:3576)
11-16 14:04:07.721 3154 3199 W AppScoutStateMachine: at
android.app.ActivityThread$ApplicationThread.setProcessState(ActivityThread.java:18
24)
11-16 14:04:07.721 3154 3199 W AppScoutStateMachine: at
android.app.IApplicationThread$Stub.onTransact(IApplicationThread.java:1014)
11-16 14:04:07.721 3154 3199 W AppScoutStateMachine: at
android.os.Binder.execTransactInternal(Binder.java:1290)
11-16 14:04:07.721 3154 3199 W AppScoutStateMachine: at
android.os.Binder.execTransact(Binder.java:1249)
11-16 14:04:07.723 3154 3199 D AppScoutStateMachine: 3154-
ScoutStateMachinecreated
11-16 14:04:07.746 3154 3154 D ApplicationLoaders: Returning zygote-cached class
loader: /system/framework/android.test.base.jar
11-16 14:04:07.755 3154 3154 D nativeloader: Configuring clns-4 for other apk
/system/framework/org.apache.http.legacy.jar. target_sdk_version=26,
uses_libraries=ALL,
library_path=/data/app/~~fnDRo3ZYr1N_GTrb-B0kug==/com.rockstargames.samp-
lX6b_VsNMNuq1B0VtRcg1g==/lib/arm:/data/app/~~fnDRo3ZYr1N_GTrb-B0kug==/
com.rockstargames.samp-lX6b_VsNMNuq1B0VtRcg1g==/base.apk!/lib/armeabi-v7a,
permitted_path=/data:/mnt/expand:/data/user/0/com.rockstargames.samp
11-16 14:04:07.755 3154 3154 D nativeloader: Extending system_exposed_libraries:
libmisys_jni.xiaomi.so:libbinauralrenderer_wrapper.qti.so:libhoaeffects.qti.so:libQ
OC.qti.so:libupdateprof.qti.so:libthermalclient.qti.so:libQOC.qti.so:libdiag_system
.qti.so:libqape.qti.so:liblistenjni.qti.so
11-16 14:04:07.760 3154 3154 D nativeloader: Configuring clns-5 for other apk
/data/app/~~fnDRo3ZYr1N_GTrb-B0kug==/com.rockstargames.samp-
lX6b_VsNMNuq1B0VtRcg1g==/base.apk. target_sdk_version=26, uses_libraries=,
library_path=/data/app/~~fnDRo3ZYr1N_GTrb-B0kug==/com.rockstargames.samp-
lX6b_VsNMNuq1B0VtRcg1g==/lib/arm:/data/app/~~fnDRo3ZYr1N_GTrb-B0kug==/
com.rockstargames.samp-lX6b_VsNMNuq1B0VtRcg1g==/base.apk!/lib/armeabi-v7a,
permitted_path=/data:/mnt/expand:/data/user/0/com.rockstargames.samp
11-16 14:04:07.760 3154 3154 D nativeloader: Extending system_exposed_libraries:
libmisys_jni.xiaomi.so:libbinauralrenderer_wrapper.qti.so:libhoaeffects.qti.so:libQ
OC.qti.so:libupdateprof.qti.so:libthermalclient.qti.so:libQOC.qti.so:libdiag_system
.qti.so:libqape.qti.so:liblistenjni.qti.so
11-16 14:04:07.770 3154 3154 I Perf : Connecting to perf service.
11-16 14:04:07.775 3154 3154 V GraphicsEnvironment: ANGLE Developer option for
'com.rockstargames.samp' set to: 'default'
11-16 14:04:07.776 3154 3154 V GraphicsEnvironment: ANGLE GameManagerService for
com.rockstargames.samp: false
11-16 14:04:07.776 3154 3154 V GraphicsEnvironment: Updatable production driver
is not supported on the device.
11-16 14:04:07.781 3154 3154 I ForceDarkHelperStubImpl: initialize for
com.rockstargames.samp , ForceDarkOrigin
11-16 14:04:07.783 3154 3154 D kstargames.samp: JNI_OnLoad success
11-16 14:04:07.783 3154 3154 I MiuiForceDarkConfig: setConfig density:2.250000,
mainRule:0, secondaryRule:0, tertiaryRule:0
11-16 14:04:07.784 3154 3154 W libc : Access denied finding property
"ro.vendor.df.effect.conflict"
11-16 14:04:07.785 3154 3154 D NetworkSecurityConfig: Using Network Security
Config from resource network_security_config debugBuild: false
11-16 14:04:07.787 3154 3154 D NetworkSecurityConfig: Using Network Security
Config from resource network_security_config debugBuild: false
11-16 14:04:07.795 3154 3154 D CompatibilityChangeReporter: Compat change id
reported: 183155436; UID 10314; state: DISABLED
11-16 14:04:07.823 3154 3208 W ziparchive: Unable to open
'/data/user_de/0/com.google.android.gms/app_chimera/m/000000c8/DynamiteLoader.dm':
No such file or directory
11-16 14:04:07.823 3154 3208 W ziparchive: Unable to open
'/data/user_de/0/com.google.android.gms/app_chimera/m/000000c8/DynamiteLoader.dm':
No such file or directory
11-16 14:04:07.840 3154 3212 D TrafficStats: tagSocket(86) with
statsTag=0xffffffff, statsUid=-1
11-16 14:04:07.848 3154 3208 W System : ClassLoader referenced unknown path:
11-16 14:04:07.850 3154 3208 D nativeloader: Configuring clns-6 for other apk .
target_sdk_version=34, uses_libraries=,
library_path=/data/app/~~11UJp6Q8jqMvmmZyedIvZw==/com.google.android.gms-
qhdEE2H6pZmApPyIX821NA==/lib/arm:/data/app/~~11UJp6Q8jqMvmmZyedIvZw==/
com.google.android.gms-qhdEE2H6pZmApPyIX821NA==/base.apk!/lib/armeabi-v7a,
permitted_path=/data:/mnt/expand:/data/user/0/com.google.android.gms
11-16 14:04:07.851 3154 3210 D libcrashlytics: Initializing libcrashlytics
version 3.2.0
11-16 14:04:07.861 3154 3210 D libcrashlytics: Initializing native crash handling
successful.
11-16 14:04:07.871 3154 3208 W ziparchive: Unable to open
'/data/user_de/0/com.google.android.gms/app_chimera/m/000000cd/MeasurementDynamite.
dm': No such file or directory
11-16 14:04:07.871 3154 3208 W ziparchive: Unable to open
'/data/user_de/0/com.google.android.gms/app_chimera/m/000000cd/MeasurementDynamite.
dm': No such file or directory
11-16 14:04:07.872 3154 3154 E FileUtils: err open mi_exception_log errno=2
11-16 14:04:07.872 3154 3154 E FileUtils: err write to mi_exception_log
11-16 14:04:07.879 3154 3154 D MiuiMultiWindowAdapter:
MiuiMultiWindowAdapter::getFreeformVideoWhiteListInSystem::LIST_ABOUT_SUPPORT_LANDS
CAPE_VIDEO = [com.hunantv.imgo.activity, com.tencent.qqlive, com.qiyi.video,
com.hunantv.imgo.activity.inter, com.tencent.qqlivei18n, com.iqiyi.i18n,
tv.danmaku.bili]
11-16 14:04:07.888 3154 3222 D TrafficStats: tagSocket(87) with statsTag=0x8001,
statsUid=-1
11-16 14:04:07.895 3154 3240 D CompatibilityChangeReporter: Compat change id
reported: 160794467; UID 10314; state: DISABLED
11-16 14:04:07.948 3154 3275 I FA : App measurement initialized, version:
81025
11-16 14:04:07.948 3154 3275 I FA : To enable debug logging run: adb shell
setprop log.tag.FA VERBOSE
11-16 14:04:07.948 3154 3275 I FA : To enable faster debug mode event
logging run:
11-16 14:04:07.948 3154 3275 I FA : adb shell setprop
debug.firebase.analytics.app com.rockstargames.samp
11-16 14:04:07.977 3154 3275 I FA : Tag Manager is not found and thus will
not be used
--------- beginning of system
11-16 14:04:07.982 3154 3154 D MiuiMultiWindowUtils: freeform resolution args raw
data:{ "yunluo": { "freeform_args": { "vertical_portrait":
{"aspect_ratio":0.5625,
"original_ratio":0.48,"original_scale":0.6133,"top_margin":0.049,"left_margin":0.27
75}, "horizontal_portrait":{"aspect_ratio":0.5625,
"original_ratio":0.48,"original_scale":0.6133,"top_margin":-
1,"left_margin":0.6525}, "vertical_landscape":{"aspect_ratio":-1,
"original_ratio":1,"original_scale":0.468,"top_margin":0.049,"left_margin":-1},
"horizontal_landscape":{"aspect_ratio":-1,
"original_ratio":1,"original_scale":0.468,"top_margin":-
1,"left_margin":0.4976} }, "mini_freeform_args":{ "vertical_portrait":
{"aspect_ratio":0.5625, "original_ratio":0.1917}, "horizontal_portrait":
{"aspect_ratio":0.5625, "original_ratio":0.1917}, "vertical_landscape":
{"aspect_ratio":-1, "original_ratio":0.2667}, "horizontal_landscape":
{"aspect_ratio":-1, "original_ratio":0.2667} } }, "zizhan":
{ "freeform_args": { "inner":{ "vertical_portrait":
{"aspect_ratio":0.626,
"original_ratio":0.5643,"original_scale":0.74,"top_margin":0.168,"left_margin":0.48
4}, "horizontal_portrait":{"aspect_ratio":0.626,
"original_ratio":0.5643,"original_scale":0.74,"top_margin":0.1222,"left_margin":0.5
9745}, "vertical_landscape":{"aspect_ratio":1.6,
"original_ratio":1,"original_scale":0.604,"top_margin":0.2596,"left_margin":0.2624}
, "horizontal_landscape":{"aspect_ratio":1.6,
"original_ratio":1,"original_scale":0.604,"top_margin":0.213,"left_margin":0.3758}
}, "outer":{ "vertical_portrait":{"aspect_ratio":0.626,
"original_ratio":1,"original_scale":0.74,"top_margin":0.0753,"left_margin":-1},
"horizontal_portrait":{"aspect_ratio":0.626,
"original_ratio":1,"original_scale":0.5756,"top_margin":-1,"left_margin":0.0753},
"vertical_landscape":{"aspect_ratio":1.6,
"original_ratio":0.6847,"original_scale":0.587,"top_margin":0.0753,"left_margin":-
1}, "horizontal_landscape":{"aspect_ratio":1.6,
"original_ratio":0.6847,"original_scale":0.587,"top_margin":-
1,"left_margin":0.0753}} }, "mini_freeform_args":{ "inner":
{ "vertical_portrait":{"aspect_ratio":0.626, "original_ratio":0.147},
"horizontal_portrait":{"aspect_ratio":0.626, "original_ratio":0.147},
"vertical_landscape":{"aspect_ratio":1.6, "original_ratio":0.165},
"horizontal_landscape":{"aspect_ratio":1.6, "original_ratio":0.165} },
"outer":{ "vertical_portrait":{"aspect_ratio":0.626, "original_ratio":0.26},
"horizontal_portrait":{"aspect_ratio":0.626, "original_ratio":0.26},
"vertical_landscape":{"aspect_ratio":1.6, "original_ratio":0.293},
"horizontal_landscape":{"aspect_ratio":1.6, "original_ratio":0.293}} } },
"wide_default":{ "freeform_args": { "vertical_portrait":
{"aspect_ratio":0.625,
"original_ratio":0.5806,"original_scale":0.7574,"top_margin":0.125,"left_margin":0.
392}, "horizontal_portrait":{"aspect_ratio":0.625,
"original_ratio":0.5806,"original_scale":0.7574,"top_margin":-
1,"left_margin":0.6415}, "vertical_landscape":{"aspect_ratio":1.6,
"original_ratio":1,"original_scale":0.5153,"top_margin":0.125,"left_margin":0.206},
"horizontal_landscape":{"aspect_ratio":1.6,
"original_ratio":1,"original_scale":0.5153,"top_margin":-
1,"left_margin":0.456} }, "mini_freeform_args":{ "vertical_portrait":
{"aspect_ratio":0.5625, "original_ratio":0.144}, "horizontal_portrait":
{"aspect_ratio":0.5625, "original_ratio":0.144}, "vertical_landscape":
{"aspect_ratio":-1, "original_ratio":0.144}, "horizontal_landscape":
{"aspect_ratio":-1, "original_ratio":0.144} } }, "narrow_default":
{ "freeform_args": { "vertical_portrait":{"aspect_ratio":0.5625,
"original_ratio":1,"original_scale":0.7182,"top_margin":0.142,"left_margin":-1},
"horizontal_portrait":{"aspect_ratio":0.8,
"original_ratio":1,"original_scale":0.7182,"top_margin":-1,"left_margin":0.05},
"vertical_landscape":{"aspect_ratio":1
11-16 14:04:07.982 3154 3154 E MiuiMultiWindowUtils: initFreeFormResolutionArgs
failed, device is nabu
11-16 14:04:07.982 3154 3154 D IS_CTS_MODE: false
11-16 14:04:07.982 3154 3154 D MULTI_WINDOW_SWITCH_ENABLED: true
11-16 14:04:07.983 3154 3154 W System.err: java.io.FileNotFoundException:
proc/mv: open failed: EACCES (Permission denied)
11-16 14:04:07.983 3154 3154 W System.err: at
libcore.io.IoBridge.open(IoBridge.java:574)
11-16 14:04:07.983 3154 3154 W System.err: at
java.io.FileInputStream.<init>(FileInputStream.java:160)
11-16 14:04:07.983 3154 3154 W System.err: at
java.io.FileInputStream.<init>(FileInputStream.java:115)
11-16 14:04:07.983 3154 3154 W System.err: at
java.io.FileReader.<init>(FileReader.java:60)
11-16 14:04:07.983 3154 3154 W System.err: at
android.util.MiuiMultiWindowUtils.getRamFromProcMv(MiuiMultiWindowUtils.java:2848)
11-16 14:04:07.983 3154 3154 W System.err: at
android.util.MiuiMultiWindowUtils.getTotalRam(MiuiMultiWindowUtils.java:2831)
11-16 14:04:07.983 3154 3154 W System.err: at
android.util.MiuiMultiWindowUtils.supportFreeform(MiuiMultiWindowUtils.java:2811)
11-16 14:04:07.983 3154 3154 W System.err: at
android.util.MiuiMultiWindowAdapter.hasSmallFreeformFeature(MiuiMultiWindowAdapter.
java:538)
11-16 14:04:07.983 3154 3154 W System.err: at
com.xiaomi.freeform.MiuiFreeformImpl.hasSmallFreeformFeature(MiuiFreeformImpl.java:
69)
11-16 14:04:07.983 3154 3154 W System.err: at
android.util.MiuiFreeformUtils.hasSmallFreeformFeature(MiuiFreeformUtils.java:58)
11-16 14:04:07.983 3154 3154 W System.err: at
android.view.Display.hasSmallFreeformFeature(Display.java:1419)
11-16 14:04:07.983 3154 3154 W System.err: at
android.util.MiuiMultiWinSwitchAbility.<clinit>(MiuiMultiWinSwitchAbility.java:16)
11-16 14:04:07.983 3154 3154 W System.err: at
com.android.internal.policy.DecorViewMultiWinStubImpl.<init>(DecorViewMultiWinStubI
mpl.java:17)
11-16 14:04:07.983 3154 3154 W System.err: at
com.android.internal.policy.DecorViewMultiWinStubImpl$Provider.provideNewInstance(D
ecorViewMultiWinStubImpl$Provider.java:14)
11-16 14:04:07.983 3154 3154 W System.err: at
com.android.internal.policy.DecorViewMultiWinStubImpl$Provider.provideNewInstance(D
ecorViewMultiWinStubImpl$Provider.java:8)
11-16 14:04:07.983 3154 3154 W System.err: at
com.miui.base.MiuiStubRegistry.get(MiuiStubRegistry.java:220)
11-16 14:04:07.983 3154 3154 W System.err: at
com.miui.base.MiuiStubUtil.newInstance(MiuiStubUtil.java:77)
11-16 14:04:07.983 3154 3154 W System.err: at
com.android.internal.policy.DecorViewMultiWinStub.newInstance(DecorViewMultiWinStub
.java:11)
11-16 14:04:07.983 3154 3154 W System.err: at
com.android.internal.policy.DecorView.<init>(DecorView.java:326)
11-16 14:04:07.983 3154 3154 W System.err: at
com.android.internal.policy.PhoneWindow.generateDecor(PhoneWindow.java:2385)
11-16 14:04:07.983 3154 3154 W System.err: at
com.android.internal.policy.PhoneWindow.installDecor(PhoneWindow.java:2738)
11-16 14:04:07.983 3154 3154 W System.err: at
com.android.internal.policy.PhoneWindow.getDecorView(PhoneWindow.java:2144)
11-16 14:04:07.983 3154 3154 W System.err: at
androidx.appcompat.app.AppCompatActivity.initViewTreeOwners(Unknown Source:4)
11-16 14:04:07.983 3154 3154 W System.err: at
androidx.appcompat.app.AppCompatActivity.setContentView(Unknown Source:0)
11-16 14:04:07.983 3154 3154 W System.err: at
com.launcher.activity.SplashActivity.onCreate(Unknown Source:6)
11-16 14:04:07.983 3154 3154 W System.err: at
android.app.Activity.performCreate(Activity.java:8522)
11-16 14:04:07.983 3154 3154 W System.err: at
android.app.Activity.performCreate(Activity.java:8486)
11-16 14:04:07.983 3154 3154 W System.err: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1438)
11-16 14:04:07.983 3154 3154 W System.err: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3815)
11-16 14:04:07.983 3154 3154 W System.err: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3980)
11-16 14:04:07.983 3154 3154 W System.err: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
1)
11-16 14:04:07.983 3154 3154 W System.err: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
11-16 14:04:07.983 3154 3154 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
11-16 14:04:07.984 3154 3154 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2394)
11-16 14:04:07.984 3154 3154 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
11-16 14:04:07.984 3154 3154 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
11-16 14:04:07.984 3154 3154 W System.err: at
android.os.Looper.loop(Looper.java:300)
11-16 14:04:07.984 3154 3154 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8294)
11-16 14:04:07.984 3154 3154 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
11-16 14:04:07.984 3154 3154 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:559)
11-16 14:04:07.984 3154 3154 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:954)
11-16 14:04:07.984 3154 3154 W System.err: Caused by:
android.system.ErrnoException: open failed: EACCES (Permission denied)
11-16 14:04:07.984 3154 3154 W System.err: at libcore.io.Linux.open(Native
Method)
11-16 14:04:07.984 3154 3154 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
11-16 14:04:07.984 3154 3154 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
11-16 14:04:07.984 3154 3154 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
11-16 14:04:07.984 3154 3154 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8172)
11-16 14:04:07.984 3154 3154 W System.err: at
libcore.io.IoBridge.open(IoBridge.java:560)
11-16 14:04:07.984 3154 3154 W System.err: ... 40 more
11-16 14:04:07.984 3154 3154 D MiuiMultiWindowUtils: getTotalRam
getRamFromProcMv: 0
11-16 14:04:07.984 3154 3154 D MiuiMultiWindowUtils: getTotalRam
formatSizeWith1024: 6
11-16 14:04:07.984 3154 3154 D IS_CTS_MODE: false
11-16 14:04:07.984 3154 3154 D MULTI_WINDOW_ENABLED: true
11-16 14:04:07.988 3154 3154 D DecorView[]: getWindowModeFromSystem windowmode
is 1
11-16 14:04:08.051 3154 3154 E FileUtils: err write to mi_exception_log
11-16 14:04:08.052 3154 3154 E FileUtils: err write to mi_exception_log
11-16 14:04:08.086 3154 3154 D VRI[SplashActivity]: vri.reportNextDraw
android.view.ViewRootImpl.performTraversals:3779
android.view.ViewRootImpl.doTraversal:2543
android.view.ViewRootImpl$TraversalRunnable.run:9471
android.view.Choreographer$CallbackRecord.run:1451
android.view.Choreographer$CallbackRecord.run:1459
11-16 14:04:08.086 3154 3154 D VRI[SplashActivity]: vri.Setup new sync id=0
syncSeqId=0
11-16 14:04:08.086 3154 3258 I AdrenoGLES-0: QUALCOMM build :
83a0eede45, If3f4a1ab82
11-16 14:04:08.086 3154 3258 I AdrenoGLES-0: Build Date :
11/18/21
11-16 14:04:08.086 3154 3258 I AdrenoGLES-0: OpenGL ES Shader Compiler Version:
EV031.32.02.15
11-16 14:04:08.086 3154 3258 I AdrenoGLES-0: Local Branch :
11-16 14:04:08.086 3154 3258 I AdrenoGLES-0: Remote Branch :
refs/tags/AU_LINUX_ANDROID_LA.UM.9.1.R1.11.00.00.604.070
11-16 14:04:08.086 3154 3258 I AdrenoGLES-0: Remote Branch :
NONE
11-16 14:04:08.086 3154 3258 I AdrenoGLES-0: Reconstruct Branch :
NOTHING
11-16 14:04:08.086 3154 3258 I AdrenoGLES-0: Build Config : S
P 10.0.6 AArch32
11-16 14:04:08.086 3154 3258 I AdrenoGLES-0: Driver
Path : /vendor/lib/egl/libGLESv2_adreno.so
11-16 14:04:08.112 3154 3258 I AdrenoGLES-0: PFP: 0x016ee190, ME: 0x00000000
11-16 14:04:08.141 3154 3258 E linker : library "/system_ext/lib64/libmigl.so"
("/system_ext/lib64/libmigl.so") needed or dlopened by "/system/lib/libEGL.so" is
not accessible for the namespace: [name="(default)", ld_library_paths="",
default_library_paths="/system/lib:/system_ext/lib",
permitted_paths="/system/lib/drm:/system/lib/extractors:/system/lib/hw:/
system_ext/lib:/system/framework:/system/app:/system/priv-app:/system_ext/
framework:/system_ext/app:/system_ext/priv-app:/vendor/framework:/vendor/app:/
vendor/priv-app:/system/vendor/framework:/system/vendor/app:/system/vendor/priv-
app:/odm/framework:/odm/app:/odm/priv-app:/oem/app:/product/framework:/product/
app:/product/priv-app:/data:/mnt/expand:/apex/com.android.runtime/lib/bionic:/
system/lib/bootstrap"]
11-16 14:04:08.141 3154 3258 E libEGL : open /system_ext/lib64/libmigl.so
failed! dlopen - dlopen failed: library "/system_ext/lib64/libmigl.so" needed or
dlopened by "/system/lib/libEGL.so" is not accessible for the namespace "(default)"
11-16 14:04:08.173 3154 3258 E libEGL : pre_cache appList: ,,
11-16 14:04:08.215 3154 3258 D kstargames.samp: MiuiProcessManagerServiceStub
setSchedFifo
11-16 14:04:08.215 3154 3258 I MiuiProcessManagerImpl: setSchedFifo pid:3154,
mode:3
11-16 14:04:08.251 3154 3258 E libEGL : pre_cache appList: ,,
11-16 14:04:08.297 3154 3258 E LB : fail to open node: No such file or
directory
11-16 14:04:08.302 3154 3258 W Parcel : Expecting binder but got null!
11-16 14:04:08.302 3154 3154 E FileUtils: err write to mi_exception_log
11-16 14:04:08.303 3154 3154 D VRI[SplashActivity]: vri.reportDrawFinished
syncSeqId=0 android.view.ViewRootImpl.lambda$createSyncIfNeeded$4$android-view-
ViewRootImpl:3847 android.view.ViewRootImpl$$ExternalSyntheticLambda1.run:6
android.os.Handler.handleCallback:942 android.os.Handler.dispatchMessage:99
android.os.Looper.loopOnce:211
11-16 14:04:09.359 3154 3154 D CompatibilityChangeReporter: Compat change id
reported: 78294732; UID 10314; state: DISABLED
11-16 14:04:09.382 3154 3382 D TrafficStats: tagSocket(130) with
statsTag=0xffffffff, statsUid=-1
11-16 14:04:09.384 3154 3154 D DecorView[]: onWindowFocusChanged hasWindowFocus
true
11-16 14:04:09.384 3154 3154 I HandWritingStubImpl: refreshLastKeyboardType: 1
11-16 14:04:09.384 3154 3154 I HandWritingStubImpl: getCurrentKeyboardType: 1
11-16 14:04:09.389 3154 3154 I HandWritingStubImpl: getCurrentKeyboardType: 1
11-16 14:04:11.739 3154 3154 D MiuiMultiWindowAdapter:
MiuiMultiWindowAdapter::getFreeformVideoWhiteListInSystem::LIST_ABOUT_SUPPORT_LANDS
CAPE_VIDEO = [com.hunantv.imgo.activity, com.tencent.qqlive, com.qiyi.video,
com.hunantv.imgo.activity.inter, com.tencent.qqlivei18n, com.iqiyi.i18n,
tv.danmaku.bili]
11-16 14:04:11.745 3154 3154 D IS_CTS_MODE: false
11-16 14:04:11.745 3154 3154 D MULTI_WINDOW_ENABLED: true
11-16 14:04:11.746 3154 3154 D DecorView[]: getWindowModeFromSystem windowmode
is 1
11-16 14:04:11.786 3154 3154 D CompatibilityChangeReporter: Compat change id
reported: 210923482; UID 10314; state: DISABLED
11-16 14:04:11.786 3154 3154 D CompatibilityChangeReporter: Compat change id
reported: 37756858; UID 10314; state: DISABLED
11-16 14:04:11.815 3154 3154 E FileUtils: err write to mi_exception_log
11-16 14:04:11.846 3154 3154 D VRI[UpdateActivity]: vri.reportNextDraw
android.view.ViewRootImpl.performTraversals:3779
android.view.ViewRootImpl.doTraversal:2543
android.view.ViewRootImpl$TraversalRunnable.run:9471
android.view.Choreographer$CallbackRecord.run:1451
android.view.Choreographer$CallbackRecord.run:1459
11-16 14:04:11.846 3154 3154 D VRI[UpdateActivity]: vri.Setup new sync id=0
syncSeqId=0
11-16 14:04:11.882 3154 3258 W Parcel : Expecting binder but got null!
11-16 14:04:11.884 3154 3154 E FileUtils: err write to mi_exception_log
11-16 14:04:11.884 3154 3154 D VRI[UpdateActivity]: vri.reportDrawFinished
syncSeqId=0 android.view.ViewRootImpl.lambda$createSyncIfNeeded$4$android-view-
ViewRootImpl:3847 android.view.ViewRootImpl$$ExternalSyntheticLambda1.run:6
android.os.Handler.handleCallback:942 android.os.Handler.dispatchMessage:99
android.os.Looper.loopOnce:211
11-16 14:04:11.884 3154 3154 D DecorView[]: onWindowFocusChanged hasWindowFocus
false
11-16 14:04:12.011 3154 3154 D DecorView[]: onWindowFocusChanged hasWindowFocus
true
11-16 14:04:12.012 3154 3154 I HandWritingStubImpl: refreshLastKeyboardType: 1
11-16 14:04:12.012 3154 3154 I HandWritingStubImpl: getCurrentKeyboardType: 1
11-16 14:04:13.597 3154 3154 D MiuiMultiWindowAdapter:
MiuiMultiWindowAdapter::getFreeformVideoWhiteListInSystem::LIST_ABOUT_SUPPORT_LANDS
CAPE_VIDEO = [com.hunantv.imgo.activity, com.tencent.qqlive, com.qiyi.video,
com.hunantv.imgo.activity.inter, com.tencent.qqlivei18n, com.iqiyi.i18n,
tv.danmaku.bili]
11-16 14:04:13.603 3154 3154 D IS_CTS_MODE: false
11-16 14:04:13.603 3154 3154 D MULTI_WINDOW_ENABLED: true
11-16 14:04:13.604 3154 3154 D DecorView[]: getWindowModeFromSystem windowmode
is 1
11-16 14:04:13.630 3154 3154 D DecorView[]: getWindowModeFromSystem windowmode
is 1
11-16 14:04:13.630 3154 3154 D DecorView[]: updateDecorCaptionStatus windowMode
is 1
11-16 14:04:13.648 3154 3154 D VRI[InstallActivity]: vri.reportNextDraw
android.view.ViewRootImpl.performTraversals:3779
android.view.ViewRootImpl.doTraversal:2543
android.view.ViewRootImpl$TraversalRunnable.run:9471
android.view.Choreographer$CallbackRecord.run:1451
android.view.Choreographer$CallbackRecord.run:1459
11-16 14:04:13.648 3154 3154 D VRI[InstallActivity]: vri.Setup new sync id=0
syncSeqId=0
11-16 14:04:13.663 3154 3258 W Parcel : Expecting binder but got null!
11-16 14:04:13.664 3154 3154 D VRI[InstallActivity]: vri.reportDrawFinished
syncSeqId=0 android.view.ViewRootImpl.lambda$createSyncIfNeeded$4$android-view-
ViewRootImpl:3847 android.view.ViewRootImpl$$ExternalSyntheticLambda1.run:6
android.os.Handler.handleCallback:942 android.os.Handler.dispatchMessage:99
android.os.Looper.loopOnce:211
11-16 14:04:13.679 3154 3154 D DecorView[]: onWindowFocusChanged hasWindowFocus
false
11-16 14:04:13.800 3154 3465 D CompatibilityChangeReporter: Compat change id
reported: 194532703; UID 10314; state: DISABLED
11-16 14:04:13.810 3154 3154 D DecorView[]: onWindowFocusChanged hasWindowFocus
true
11-16 14:04:13.810 3154 3154 I HandWritingStubImpl: refreshLastKeyboardType: 1
11-16 14:04:13.810 3154 3154 I HandWritingStubImpl: getCurrentKeyboardType: 1
11-16 14:04:13.839 3154 3475 I System.out: Downloading file - url: https://igta-
online.my-fastdl.com/SAMPNEW/apk/samp_365_041123_1243.apk, path:
/storage/emulated/0/Android/data/com.rockstargames.samp/files/Download/game.apk
11-16 14:04:13.853 3154 3154 I System.out: [Downloader:pending] soFarBytes: 0,
totalBytes: 0
11-16 14:04:13.884 3154 3154 D DecorView[]: onWindowFocusChanged hasWindowFocus
false
11-16 14:04:13.984 3154 3477 D TrafficStats: tagSocket(122) with
statsTag=0xffffffff, statsUid=-1
11-16 14:04:14.203 3154 3154 I System.out: [Downloader:connected] soFarBytes: 0,
totalBytes: 25819885, isContinue: false
11-16 14:04:14.204 3154 3507 D TrafficStats: tagSocket(143) with
statsTag=0xffffffff, statsUid=-1
11-16 14:04:14.204 3154 3506 D TrafficStats: tagSocket(146) with
statsTag=0xffffffff, statsUid=-1
11-16 14:04:14.324 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
26577, totalBytes: 25819885, percent: 0
11-16 14:04:14.643 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
62122, totalBytes: 25819885, percent: 0
11-16 14:04:14.670 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
81444, totalBytes: 25819885, percent: 0
11-16 14:04:14.836 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
105754, totalBytes: 25819885, percent: 0
11-16 14:04:14.879 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
135079, totalBytes: 25819885, percent: 0
11-16 14:04:14.903 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
171086, totalBytes: 25819885, percent: 0
11-16 14:04:14.920 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
249309, totalBytes: 25819885, percent: 0
11-16 14:04:14.934 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
264368, totalBytes: 25819885, percent: 1
11-16 14:04:14.946 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
284449, totalBytes: 25819885, percent: 1
11-16 14:04:15.027 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
292907, totalBytes: 25819885, percent: 1
11-16 14:04:15.098 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
324223, totalBytes: 25819885, percent: 1
11-16 14:04:15.114 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
333718, totalBytes: 25819885, percent: 1
11-16 14:04:15.126 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
354276, totalBytes: 25819885, percent: 1
11-16 14:04:15.161 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
375421, totalBytes: 25819885, percent: 1
11-16 14:04:15.172 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
395502, totalBytes: 25819885, percent: 1
11-16 14:04:15.175 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
424041, totalBytes: 25819885, percent: 1
11-16 14:04:15.196 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
555113, totalBytes: 25819885, percent: 2
11-16 14:04:15.211 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
579423, totalBytes: 25819885, percent: 2
11-16 14:04:15.220 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
583652, totalBytes: 25819885, percent: 2
11-16 14:04:15.240 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
592110, totalBytes: 25819885, percent: 2
11-16 14:04:15.281 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
596339, totalBytes: 25819885, percent: 2
11-16 14:04:15.284 3154 3154 D DecorView[]: onWindowFocusChanged hasWindowFocus
true
11-16 14:04:15.288 3154 3154 I HandWritingStubImpl: refreshLastKeyboardType: 1
11-16 14:04:15.288 3154 3154 I HandWritingStubImpl: getCurrentKeyboardType: 1
11-16 14:04:15.290 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
645092, totalBytes: 25819885, percent: 2
11-16 14:04:15.300 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
669402, totalBytes: 25819885, percent: 2
11-16 14:04:15.311 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
673631, totalBytes: 25819885, percent: 2
11-16 14:04:15.367 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
686318, totalBytes: 25819885, percent: 2
11-16 14:04:15.378 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
833774, totalBytes: 25819885, percent: 3
11-16 14:04:15.380 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
849626, totalBytes: 25819885, percent: 3
11-16 14:04:15.393 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
899177, totalBytes: 25819885, percent: 3
11-16 14:04:15.401 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
907635, totalBytes: 25819885, percent: 3
11-16 14:04:15.411 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
947748, totalBytes: 25819885, percent: 3
11-16 14:04:15.426 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
964132, totalBytes: 25819885, percent: 3
11-16 14:04:15.445 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
980516, totalBytes: 25819885, percent: 3
11-16 14:04:15.459 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
1127972, totalBytes: 25819885, percent: 4
11-16 14:04:15.549 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
1144356, totalBytes: 25819885, percent: 4
11-16 14:04:15.605 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
1160740, totalBytes: 25819885, percent: 4
11-16 14:04:15.616 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
1209892, totalBytes: 25819885, percent: 4
11-16 14:04:15.626 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
1291233, totalBytes: 25819885, percent: 5
11-16 14:04:15.636 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
1340385, totalBytes: 25819885, percent: 5
11-16 14:04:15.647 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
1422305, totalBytes: 25819885, percent: 5
11-16 14:04:15.670 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
1471457, totalBytes: 25819885, percent: 5
11-16 14:04:15.789 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
1553377, totalBytes: 25819885, percent: 6
11-16 14:04:15.804 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
1569761, totalBytes: 25819885, percent: 6
11-16 14:04:15.814 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
1668065, totalBytes: 25819885, percent: 6
11-16 14:04:15.827 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
1733601, totalBytes: 25819885, percent: 6
11-16 14:04:15.849 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
1799137, totalBytes: 25819885, percent: 6
11-16 14:04:15.861 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
2138440, totalBytes: 25819885, percent: 8
11-16 14:04:15.883 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
2302280, totalBytes: 25819885, percent: 8
11-16 14:04:15.903 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
2335048, totalBytes: 25819885, percent: 9
11-16 14:04:15.921 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
2400584, totalBytes: 25819885, percent: 9
11-16 14:04:15.939 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
2449736, totalBytes: 25819885, percent: 9
11-16 14:04:15.951 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
2482504, totalBytes: 25819885, percent: 9
11-16 14:04:15.956 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
2498888, totalBytes: 25819885, percent: 9
11-16 14:04:15.972 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
2515272, totalBytes: 25819885, percent: 9
11-16 14:04:15.989 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
2548040, totalBytes: 25819885, percent: 9
11-16 14:04:16.009 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
2564424, totalBytes: 25819885, percent: 9
11-16 14:04:16.038 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
2629960, totalBytes: 25819885, percent: 10
11-16 14:04:16.042 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
2646344, totalBytes: 25819885, percent: 10
11-16 14:04:16.050 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
2695496, totalBytes: 25819885, percent: 10
11-16 14:04:16.107 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
2711880, totalBytes: 25819885, percent: 10
11-16 14:04:16.125 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
2728264, totalBytes: 25819885, percent: 10
11-16 14:04:16.148 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
2744648, totalBytes: 25819885, percent: 10
11-16 14:04:16.193 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
2777416, totalBytes: 25819885, percent: 10
11-16 14:04:16.216 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
2793800, totalBytes: 25819885, percent: 10
11-16 14:04:16.226 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
2826568, totalBytes: 25819885, percent: 10
11-16 14:04:16.266 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
2892104, totalBytes: 25819885, percent: 11
11-16 14:04:16.310 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
2908488, totalBytes: 25819885, percent: 11
11-16 14:04:16.333 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
2924872, totalBytes: 25819885, percent: 11
11-16 14:04:16.356 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
2957640, totalBytes: 25819885, percent: 11
11-16 14:04:16.381 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
3006792, totalBytes: 25819885, percent: 11
11-16 14:04:16.396 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
3023176, totalBytes: 25819885, percent: 11
11-16 14:04:16.540 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
3055944, totalBytes: 25819885, percent: 11
11-16 14:04:16.550 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
3072328, totalBytes: 25819885, percent: 11
11-16 14:04:16.565 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
3137864, totalBytes: 25819885, percent: 12
11-16 14:04:16.652 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
3187016, totalBytes: 25819885, percent: 12
11-16 14:04:16.687 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
3219784, totalBytes: 25819885, percent: 12
11-16 14:04:16.779 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
3236168, totalBytes: 25819885, percent: 12
11-16 14:04:16.832 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
3367240, totalBytes: 25819885, percent: 13
11-16 14:04:16.842 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
3383624, totalBytes: 25819885, percent: 13
11-16 14:04:16.977 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
3400008, totalBytes: 25819885, percent: 13
11-16 14:04:16.988 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
3449160, totalBytes: 25819885, percent: 13
11-16 14:04:17.002 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
3481928, totalBytes: 25819885, percent: 13
11-16 14:04:17.022 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
3498312, totalBytes: 25819885, percent: 13
11-16 14:04:17.178 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
3514696, totalBytes: 25819885, percent: 13
11-16 14:04:17.188 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
3547464, totalBytes: 25819885, percent: 13
11-16 14:04:17.203 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
3580232, totalBytes: 25819885, percent: 13
11-16 14:04:17.218 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
3613000, totalBytes: 25819885, percent: 13
11-16 14:04:17.236 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
3645768, totalBytes: 25819885, percent: 14
11-16 14:04:17.257 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
3694920, totalBytes: 25819885, percent: 14
11-16 14:04:17.287 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
3727688, totalBytes: 25819885, percent: 14
11-16 14:04:17.307 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
3776840, totalBytes: 25819885, percent: 14
11-16 14:04:17.319 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
3793224, totalBytes: 25819885, percent: 14
11-16 14:04:17.332 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
3842376, totalBytes: 25819885, percent: 14
11-16 14:04:17.345 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
3858760, totalBytes: 25819885, percent: 14
11-16 14:04:17.355 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
3957064, totalBytes: 25819885, percent: 15
11-16 14:04:17.368 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
4174152, totalBytes: 25819885, percent: 16
11-16 14:04:17.378 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
4518216, totalBytes: 25819885, percent: 17
11-16 14:04:17.395 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
4714824, totalBytes: 25819885, percent: 18
11-16 14:04:17.437 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
4731208, totalBytes: 25819885, percent: 18
11-16 14:04:17.449 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
4780360, totalBytes: 25819885, percent: 18
11-16 14:04:17.460 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
4874568, totalBytes: 25819885, percent: 18
11-16 14:04:17.507 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
4940104, totalBytes: 25819885, percent: 19
11-16 14:04:17.603 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
4972872, totalBytes: 25819885, percent: 19
11-16 14:04:17.659 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
5005640, totalBytes: 25819885, percent: 19
11-16 14:04:17.670 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
5022024, totalBytes: 25819885, percent: 19
11-16 14:04:17.681 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
5038408, totalBytes: 25819885, percent: 19
11-16 14:04:17.693 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
5054792, totalBytes: 25819885, percent: 19
11-16 14:04:17.710 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
5071176, totalBytes: 25819885, percent: 19
11-16 14:04:17.717 3154 3192 W kstargames.samp: Cleared Reference was only
reachable from finalizer (only reported once)
11-16 14:04:17.722 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
5087560, totalBytes: 25819885, percent: 19
11-16 14:04:17.735 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
5103944, totalBytes: 25819885, percent: 19
11-16 14:04:17.746 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
5136712, totalBytes: 25819885, percent: 19
11-16 14:04:17.757 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
5169480, totalBytes: 25819885, percent: 20
11-16 14:04:17.772 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
5218632, totalBytes: 25819885, percent: 20
11-16 14:04:17.876 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
5300552, totalBytes: 25819885, percent: 20
11-16 14:04:17.886 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
5382472, totalBytes: 25819885, percent: 20
11-16 14:04:17.896 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
5628232, totalBytes: 25819885, percent: 21
11-16 14:04:17.941 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
5661000, totalBytes: 25819885, percent: 21
11-16 14:04:17.984 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
5808456, totalBytes: 25819885, percent: 22
11-16 14:04:18.002 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
5857608, totalBytes: 25819885, percent: 22
11-16 14:04:18.006 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
5906760, totalBytes: 25819885, percent: 22
11-16 14:04:18.019 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
5939528, totalBytes: 25819885, percent: 23
11-16 14:04:18.097 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
6562120, totalBytes: 25819885, percent: 25
11-16 14:04:18.110 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
6627656, totalBytes: 25819885, percent: 25
11-16 14:04:18.118 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
6660424, totalBytes: 25819885, percent: 25
11-16 14:04:18.135 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
6693192, totalBytes: 25819885, percent: 25
11-16 14:04:18.141 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
6820168, totalBytes: 25819885, percent: 26
11-16 14:04:18.153 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
7065928, totalBytes: 25819885, percent: 27
11-16 14:04:18.234 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
7115080, totalBytes: 25819885, percent: 27
11-16 14:04:18.252 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
7246152, totalBytes: 25819885, percent: 28
11-16 14:04:18.256 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
7311688, totalBytes: 25819885, percent: 28
11-16 14:04:18.267 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
7409992, totalBytes: 25819885, percent: 28
11-16 14:04:18.314 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
7541064, totalBytes: 25819885, percent: 29
11-16 14:04:18.349 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
7606600, totalBytes: 25819885, percent: 29
11-16 14:04:18.365 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
7688520, totalBytes: 25819885, percent: 29
11-16 14:04:18.385 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
7721288, totalBytes: 25819885, percent: 29
11-16 14:04:18.395 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
7786824, totalBytes: 25819885, percent: 30
11-16 14:04:18.410 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
7803208, totalBytes: 25819885, percent: 30
11-16 14:04:18.419 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
7835976, totalBytes: 25819885, percent: 30
11-16 14:04:18.430 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
8065352, totalBytes: 25819885, percent: 31
11-16 14:04:18.446 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
8098120, totalBytes: 25819885, percent: 31
11-16 14:04:18.460 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
8229192, totalBytes: 25819885, percent: 31
11-16 14:04:18.477 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
8311112, totalBytes: 25819885, percent: 32
11-16 14:04:18.483 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
8626504, totalBytes: 25819885, percent: 33
11-16 14:04:18.495 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
8659272, totalBytes: 25819885, percent: 33
11-16 14:04:18.510 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
8773960, totalBytes: 25819885, percent: 33
11-16 14:04:18.527 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
8954184, totalBytes: 25819885, percent: 34
11-16 14:04:18.531 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
8986952, totalBytes: 25819885, percent: 34
11-16 14:04:18.545 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
9150792, totalBytes: 25819885, percent: 35
11-16 14:04:18.560 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
9248511, totalBytes: 25819885, percent: 35
11-16 14:04:18.602 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
9314047, totalBytes: 25819885, percent: 36
11-16 14:04:18.618 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
9395967, totalBytes: 25819885, percent: 36
11-16 14:04:18.624 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
9477887, totalBytes: 25819885, percent: 36
11-16 14:04:18.635 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
9527039, totalBytes: 25819885, percent: 36
11-16 14:04:18.665 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
9608959, totalBytes: 25819885, percent: 37
11-16 14:04:18.732 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
9723647, totalBytes: 25819885, percent: 37
11-16 14:04:18.742 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
9854719, totalBytes: 25819885, percent: 38
11-16 14:04:18.753 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
9887487, totalBytes: 25819885, percent: 38
11-16 14:04:18.762 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
9969407, totalBytes: 25819885, percent: 38
11-16 14:04:18.786 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
10084095, totalBytes: 25819885, percent: 39
11-16 14:04:18.796 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
10116863, totalBytes: 25819885, percent: 39
11-16 14:04:18.842 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
10198783, totalBytes: 25819885, percent: 39
11-16 14:04:18.856 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
10231551, totalBytes: 25819885, percent: 39
11-16 14:04:18.868 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
10444543, totalBytes: 25819885, percent: 40
11-16 14:04:18.887 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
10477311, totalBytes: 25819885, percent: 40
11-16 14:04:18.893 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
10657535, totalBytes: 25819885, percent: 41
11-16 14:04:18.902 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
10698495, totalBytes: 25819885, percent: 41
11-16 14:04:18.928 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
10706687, totalBytes: 25819885, percent: 41
11-16 14:04:18.942 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
10772223, totalBytes: 25819885, percent: 41
11-16 14:04:18.997 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
10788607, totalBytes: 25819885, percent: 41
11-16 14:04:19.016 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
10837759, totalBytes: 25819885, percent: 41
11-16 14:04:19.077 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
10854143, totalBytes: 25819885, percent: 42
11-16 14:04:19.238 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11034367, totalBytes: 25819885, percent: 42
11-16 14:04:19.325 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11099903, totalBytes: 25819885, percent: 42
11-16 14:04:19.404 3154 3154 E BinderMonitor: err open binder_delay errno=2
11-16 14:04:19.405 3154 3154 E FileUtils: err write to mi_exception_log
11-16 14:04:19.408 3154 3154 E FileUtils: err write to mi_exception_log
11-16 14:04:19.408 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11149055, totalBytes: 25819885, percent: 43
11-16 14:04:19.574 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11165439, totalBytes: 25819885, percent: 43
11-16 14:04:19.595 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11198207, totalBytes: 25819885, percent: 43
11-16 14:04:19.606 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11214591, totalBytes: 25819885, percent: 43
11-16 14:04:19.624 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11230975, totalBytes: 25819885, percent: 43
11-16 14:04:19.646 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11247359, totalBytes: 25819885, percent: 43
11-16 14:04:19.656 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11263743, totalBytes: 25819885, percent: 43
11-16 14:04:19.741 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11280127, totalBytes: 25819885, percent: 43
11-16 14:04:19.765 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11296511, totalBytes: 25819885, percent: 43
11-16 14:04:19.819 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11312895, totalBytes: 25819885, percent: 43
11-16 14:04:19.980 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11329279, totalBytes: 25819885, percent: 43
11-16 14:04:20.018 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11394815, totalBytes: 25819885, percent: 44
11-16 14:04:20.052 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11427583, totalBytes: 25819885, percent: 44
11-16 14:04:20.067 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11443967, totalBytes: 25819885, percent: 44
11-16 14:04:20.101 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11476735, totalBytes: 25819885, percent: 44
11-16 14:04:20.112 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11493119, totalBytes: 25819885, percent: 44
11-16 14:04:20.136 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11509503, totalBytes: 25819885, percent: 44
11-16 14:04:20.153 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11525887, totalBytes: 25819885, percent: 44
11-16 14:04:20.172 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11558655, totalBytes: 25819885, percent: 44
11-16 14:04:20.188 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11640575, totalBytes: 25819885, percent: 45
11-16 14:04:20.217 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11656959, totalBytes: 25819885, percent: 45
11-16 14:04:20.340 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11722495, totalBytes: 25819885, percent: 45
11-16 14:04:20.401 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11755263, totalBytes: 25819885, percent: 45
11-16 14:04:20.556 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11771647, totalBytes: 25819885, percent: 45
11-16 14:04:20.586 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11788031, totalBytes: 25819885, percent: 45
11-16 14:04:20.730 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11804415, totalBytes: 25819885, percent: 45
11-16 14:04:20.757 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11820799, totalBytes: 25819885, percent: 45
11-16 14:04:20.833 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11837183, totalBytes: 25819885, percent: 45
11-16 14:04:20.913 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11869951, totalBytes: 25819885, percent: 45
11-16 14:04:20.961 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11886335, totalBytes: 25819885, percent: 46
11-16 14:04:21.027 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11902719, totalBytes: 25819885, percent: 46
11-16 14:04:21.151 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11951871, totalBytes: 25819885, percent: 46
11-16 14:04:21.212 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
11984639, totalBytes: 25819885, percent: 46
11-16 14:04:21.236 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
12050175, totalBytes: 25819885, percent: 46
11-16 14:04:22.430 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
12082943, totalBytes: 25819885, percent: 46
11-16 14:04:22.439 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
12181247, totalBytes: 25819885, percent: 47
11-16 14:04:22.448 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
12406527, totalBytes: 25819885, percent: 48
11-16 14:04:22.460 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
12623615, totalBytes: 25819885, percent: 48
11-16 14:04:22.463 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
12939007, totalBytes: 25819885, percent: 50
11-16 14:04:22.506 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
13086463, totalBytes: 25819885, percent: 50
11-16 14:04:22.525 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
13102847, totalBytes: 25819885, percent: 50
11-16 14:04:22.573 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
13119231, totalBytes: 25819885, percent: 50
11-16 14:04:22.596 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
13168383, totalBytes: 25819885, percent: 51
11-16 14:04:22.610 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
13184767, totalBytes: 25819885, percent: 51
11-16 14:04:22.622 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
13410047, totalBytes: 25819885, percent: 51
11-16 14:04:22.672 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
13442815, totalBytes: 25819885, percent: 52
11-16 14:04:22.689 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
13459199, totalBytes: 25819885, percent: 52
11-16 14:04:22.709 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
13541119, totalBytes: 25819885, percent: 52
11-16 14:04:22.749 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
13557503, totalBytes: 25819885, percent: 52
11-16 14:04:22.760 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
13639423, totalBytes: 25819885, percent: 52
11-16 14:04:22.783 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
13721343, totalBytes: 25819885, percent: 53
11-16 14:04:22.798 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
13786879, totalBytes: 25819885, percent: 53
11-16 14:04:22.816 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
13803263, totalBytes: 25819885, percent: 53
11-16 14:04:22.827 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
13819647, totalBytes: 25819885, percent: 53
11-16 14:04:22.913 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
13852415, totalBytes: 25819885, percent: 53
11-16 14:04:22.969 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
13885183, totalBytes: 25819885, percent: 53
11-16 14:04:22.979 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
13958911, totalBytes: 25819885, percent: 54
11-16 14:04:22.989 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
14130943, totalBytes: 25819885, percent: 54
11-16 14:04:23.002 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
14294783, totalBytes: 25819885, percent: 55
11-16 14:04:23.023 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
14311167, totalBytes: 25819885, percent: 55
11-16 14:04:23.034 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
14327551, totalBytes: 25819885, percent: 55
11-16 14:04:23.054 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
14343935, totalBytes: 25819885, percent: 55
11-16 14:04:23.064 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
14475007, totalBytes: 25819885, percent: 56
11-16 14:04:23.087 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
14491391, totalBytes: 25819885, percent: 56
11-16 14:04:23.100 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
14606079, totalBytes: 25819885, percent: 56
11-16 14:04:23.119 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
14638847, totalBytes: 25819885, percent: 56
11-16 14:04:23.124 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
14687999, totalBytes: 25819885, percent: 56
11-16 14:04:23.135 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
14704383, totalBytes: 25819885, percent: 56
11-16 14:04:23.152 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
15277823, totalBytes: 25819885, percent: 59
11-16 14:04:23.169 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
15392511, totalBytes: 25819885, percent: 59
11-16 14:04:23.172 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
15531775, totalBytes: 25819885, percent: 60
11-16 14:04:23.197 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
15597311, totalBytes: 25819885, percent: 60
11-16 14:04:23.215 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
15638271, totalBytes: 25819885, percent: 60
11-16 14:04:23.240 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
15671039, totalBytes: 25819885, percent: 60
11-16 14:04:23.253 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
15785727, totalBytes: 25819885, percent: 61
11-16 14:04:23.263 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
15818495, totalBytes: 25819885, percent: 61
11-16 14:04:23.323 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
15884031, totalBytes: 25819885, percent: 61
11-16 14:04:23.397 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
15949567, totalBytes: 25819885, percent: 61
11-16 14:04:23.414 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
15965951, totalBytes: 25819885, percent: 61
11-16 14:04:23.436 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
15998719, totalBytes: 25819885, percent: 61
11-16 14:04:23.440 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
16015103, totalBytes: 25819885, percent: 62
11-16 14:04:23.465 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
16031487, totalBytes: 25819885, percent: 62
11-16 14:04:23.475 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
16080639, totalBytes: 25819885, percent: 62
11-16 14:04:23.488 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
16097023, totalBytes: 25819885, percent: 62
11-16 14:04:23.502 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
16129791, totalBytes: 25819885, percent: 62
11-16 14:04:23.508 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
16162559, totalBytes: 25819885, percent: 62
11-16 14:04:23.535 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
16195327, totalBytes: 25819885, percent: 62
11-16 14:04:23.547 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
16228095, totalBytes: 25819885, percent: 62
11-16 14:04:23.578 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
16260863, totalBytes: 25819885, percent: 62
11-16 14:04:23.594 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
16277247, totalBytes: 25819885, percent: 63
11-16 14:04:23.604 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
16523007, totalBytes: 25819885, percent: 63
11-16 14:04:23.618 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
16735999, totalBytes: 25819885, percent: 64
11-16 14:04:23.622 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
16951377, totalBytes: 25819885, percent: 65
11-16 14:04:23.636 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
16984145, totalBytes: 25819885, percent: 65
11-16 14:04:23.655 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
17016913, totalBytes: 25819885, percent: 65
11-16 14:04:23.684 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
17066065, totalBytes: 25819885, percent: 66
11-16 14:04:23.702 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
17311825, totalBytes: 25819885, percent: 67
11-16 14:04:23.711 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
17328209, totalBytes: 25819885, percent: 67
11-16 14:04:23.728 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
17442897, totalBytes: 25819885, percent: 67
11-16 14:04:23.743 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
17492049, totalBytes: 25819885, percent: 67
11-16 14:04:23.751 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
17557585, totalBytes: 25819885, percent: 68
11-16 14:04:23.769 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
17573969, totalBytes: 25819885, percent: 68
11-16 14:04:23.776 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
17590353, totalBytes: 25819885, percent: 68
11-16 14:04:23.789 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
17623121, totalBytes: 25819885, percent: 68
11-16 14:04:23.874 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
17672273, totalBytes: 25819885, percent: 68
11-16 14:04:23.885 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
17754193, totalBytes: 25819885, percent: 68
11-16 14:04:23.889 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
17918033, totalBytes: 25819885, percent: 69
11-16 14:04:23.904 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
17967185, totalBytes: 25819885, percent: 69
11-16 14:04:23.922 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
18081873, totalBytes: 25819885, percent: 70
11-16 14:04:23.982 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
18212945, totalBytes: 25819885, percent: 70
11-16 14:04:23.993 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
18262097, totalBytes: 25819885, percent: 70
11-16 14:04:24.003 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
18311249, totalBytes: 25819885, percent: 70
11-16 14:04:24.018 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
18393169, totalBytes: 25819885, percent: 71
11-16 14:04:24.026 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
18458705, totalBytes: 25819885, percent: 71
11-16 14:04:24.082 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
18491473, totalBytes: 25819885, percent: 71
11-16 14:04:24.093 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
18557009, totalBytes: 25819885, percent: 71
11-16 14:04:24.173 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
18573393, totalBytes: 25819885, percent: 71
11-16 14:04:24.182 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
18901073, totalBytes: 25819885, percent: 73
11-16 14:04:24.195 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
18982993, totalBytes: 25819885, percent: 73
11-16 14:04:24.210 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
19081297, totalBytes: 25819885, percent: 73
11-16 14:04:24.227 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
19097681, totalBytes: 25819885, percent: 73
11-16 14:04:24.231 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
19146833, totalBytes: 25819885, percent: 74
11-16 14:04:24.245 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
19343441, totalBytes: 25819885, percent: 74
11-16 14:04:24.253 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
19425361, totalBytes: 25819885, percent: 75
11-16 14:04:24.400 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
19441745, totalBytes: 25819885, percent: 75
11-16 14:04:24.410 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
19458129, totalBytes: 25819885, percent: 75
11-16 14:04:24.427 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
19540049, totalBytes: 25819885, percent: 75
11-16 14:04:24.430 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
19605585, totalBytes: 25819885, percent: 75
11-16 14:04:24.444 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
19900497, totalBytes: 25819885, percent: 77
11-16 14:04:24.482 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
19916881, totalBytes: 25819885, percent: 77
11-16 14:04:24.491 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
19970129, totalBytes: 25819885, percent: 77
11-16 14:04:24.517 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
20133969, totalBytes: 25819885, percent: 77
11-16 14:04:24.536 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
20228177, totalBytes: 25819885, percent: 78
11-16 14:04:24.552 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
20392017, totalBytes: 25819885, percent: 78
11-16 14:04:24.650 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
20506705, totalBytes: 25819885, percent: 79
11-16 14:04:24.661 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
20555857, totalBytes: 25819885, percent: 79
11-16 14:04:24.670 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
20719697, totalBytes: 25819885, percent: 80
11-16 14:04:24.715 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
20752465, totalBytes: 25819885, percent: 80
11-16 14:04:24.727 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
20834385, totalBytes: 25819885, percent: 80
11-16 14:04:24.746 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
20883537, totalBytes: 25819885, percent: 80
11-16 14:04:24.763 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
20916305, totalBytes: 25819885, percent: 81
11-16 14:04:24.819 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
21096529, totalBytes: 25819885, percent: 81
11-16 14:04:24.836 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
21162065, totalBytes: 25819885, percent: 81
11-16 14:04:24.877 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
21194833, totalBytes: 25819885, percent: 82
11-16 14:04:24.974 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
21309521, totalBytes: 25819885, percent: 82
11-16 14:04:25.063 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
21325905, totalBytes: 25819885, percent: 82
11-16 14:04:25.068 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
21342289, totalBytes: 25819885, percent: 82
11-16 14:04:25.073 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
21424209, totalBytes: 25819885, percent: 82
11-16 14:04:25.086 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
21735505, totalBytes: 25819885, percent: 84
11-16 14:04:25.177 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
21801041, totalBytes: 25819885, percent: 84
11-16 14:04:25.228 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
22227025, totalBytes: 25819885, percent: 86
11-16 14:04:25.297 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
22292561, totalBytes: 25819885, percent: 86
11-16 14:04:25.355 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
22308945, totalBytes: 25819885, percent: 86
11-16 14:04:25.368 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
22472785, totalBytes: 25819885, percent: 87
11-16 14:04:25.379 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
22587473, totalBytes: 25819885, percent: 87
11-16 14:04:25.394 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
22657105, totalBytes: 25819885, percent: 87
11-16 14:04:25.411 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
22804561, totalBytes: 25819885, percent: 88
11-16 14:04:25.419 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
22853713, totalBytes: 25819885, percent: 88
11-16 14:04:25.436 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
23029841, totalBytes: 25819885, percent: 89
11-16 14:04:25.452 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
23046225, totalBytes: 25819885, percent: 89
11-16 14:04:25.469 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
23078993, totalBytes: 25819885, percent: 89
11-16 14:04:25.490 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
23226449, totalBytes: 25819885, percent: 89
11-16 14:04:25.502 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
23291985, totalBytes: 25819885, percent: 90
11-16 14:04:25.519 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
23308369, totalBytes: 25819885, percent: 90
11-16 14:04:25.527 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
23324753, totalBytes: 25819885, percent: 90
11-16 14:04:25.570 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
23373905, totalBytes: 25819885, percent: 90
11-16 14:04:25.580 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
23439441, totalBytes: 25819885, percent: 90
11-16 14:04:25.604 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
23472209, totalBytes: 25819885, percent: 90
11-16 14:04:25.652 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
23554129, totalBytes: 25819885, percent: 91
11-16 14:04:25.669 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
23586897, totalBytes: 25819885, percent: 91
11-16 14:04:25.684 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
23652433, totalBytes: 25819885, percent: 91
11-16 14:04:25.762 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
23685201, totalBytes: 25819885, percent: 91
11-16 14:04:25.778 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
23734353, totalBytes: 25819885, percent: 91
11-16 14:04:25.788 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
23799889, totalBytes: 25819885, percent: 92
11-16 14:04:25.791 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
23998876, totalBytes: 25819885, percent: 92
11-16 14:04:25.802 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
24080796, totalBytes: 25819885, percent: 93
11-16 14:04:25.877 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
24113564, totalBytes: 25819885, percent: 93
11-16 14:04:25.887 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
24228252, totalBytes: 25819885, percent: 93
11-16 14:04:25.902 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
24293788, totalBytes: 25819885, percent: 94
11-16 14:04:25.907 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
24424860, totalBytes: 25819885, percent: 94
11-16 14:04:25.921 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
24474012, totalBytes: 25819885, percent: 94
11-16 14:04:25.934 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
24539548, totalBytes: 25819885, percent: 95
11-16 14:04:25.959 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
24555932, totalBytes: 25819885, percent: 95
11-16 14:04:25.969 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
24572316, totalBytes: 25819885, percent: 95
11-16 14:04:25.982 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
24605084, totalBytes: 25819885, percent: 95
11-16 14:04:25.993 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
24621468, totalBytes: 25819885, percent: 95
11-16 14:04:26.007 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
24637852, totalBytes: 25819885, percent: 95
11-16 14:04:26.021 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
24654236, totalBytes: 25819885, percent: 95
11-16 14:04:26.042 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
24752540, totalBytes: 25819885, percent: 95
11-16 14:04:26.063 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
24768924, totalBytes: 25819885, percent: 95
11-16 14:04:26.163 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
24818076, totalBytes: 25819885, percent: 96
11-16 14:04:26.177 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
24883612, totalBytes: 25819885, percent: 96
11-16 14:04:26.187 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
24981916, totalBytes: 25819885, percent: 96
11-16 14:04:26.197 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
25063836, totalBytes: 25819885, percent: 97
11-16 14:04:26.210 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
25260444, totalBytes: 25819885, percent: 97
11-16 14:04:26.219 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
25325980, totalBytes: 25819885, percent: 98
11-16 14:04:26.229 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
25342364, totalBytes: 25819885, percent: 98
11-16 14:04:26.296 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
25391516, totalBytes: 25819885, percent: 98
11-16 14:04:26.310 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
25489820, totalBytes: 25819885, percent: 98
11-16 14:04:26.323 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
25571740, totalBytes: 25819885, percent: 99
11-16 14:04:26.362 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
25588124, totalBytes: 25819885, percent: 99
11-16 14:04:26.444 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
25637276, totalBytes: 25819885, percent: 99
11-16 14:04:26.454 3154 3154 I System.out: [Downloader:Progress] soFarBytes:
25817500, totalBytes: 25819885, percent: 99
11-16 14:04:26.457 3154 3154 I System.out: [Downloader:Progre--------- beginning
of main
11-16 14:04:26.484 3154 3154 I System.out: [Downloader:completed] load_type: 2
11-16 14:04:26.525 3154 3154 D MiuiMultiWindowAdapter:
MiuiMultiWindowAdapter::getFreeformVideoWhiteListInSystem::LIST_ABOUT_SUPPORT_LANDS
CAPE_VIDEO = [com.hunantv.imgo.activity, com.tencent.qqlive, com.qiyi.video,
com.hunantv.imgo.activity.inter, com.tencent.qqlivei18n, com.iqiyi.i18n,
tv.danmaku.bili]
11-16 14:04:26.532 3154 3154 D IS_CTS_MODE: false
11-16 14:04:26.532 3154 3154 D MULTI_WINDOW_ENABLED: true
11-16 14:04:26.533 3154 3154 D DecorView[]: getWindowModeFromSystem windowmode
is 1
11-16 14:04:26.536 3154 3154 D CompatibilityChangeReporter: Compat change id
reported: 171228096; UID 10314; state: ENABLED
11-16 14:04:26.597 3154 3154 D VRI[InstallApkActivity]: vri.reportNextDraw
android.view.ViewRootImpl.performTraversals:3779
android.view.ViewRootImpl.doTraversal:2543
android.view.ViewRootImpl$TraversalRunnable.run:9471
android.view.Choreographer$CallbackRecord.run:1451
android.view.Choreographer$CallbackRecord.run:1459
11-16 14:04:26.597 3154 3154 D VRI[InstallApkActivity]: vri.Setup new sync id=0
syncSeqId=0
11-16 14:04:26.604 3154 3258 W Parcel : Expecting binder but got null!
11-16 14:04:26.606 3154 3154 D VRI[InstallApkActivity]: vri.reportDrawFinished
syncSeqId=0 android.view.ViewRootImpl.lambda$createSyncIfNeeded$4$android-view-
ViewRootImpl:3847 android.view.ViewRootImpl$$ExternalSyntheticLambda1.run:6
android.os.Handler.handleCallback:942 android.os.Handler.dispatchMessage:99
android.os.Looper.loopOnce:211
11-16 14:04:26.607 3154 3154 D DecorView[]: onWindowFocusChanged hasWindowFocus
false
11-16 14:04:26.725 3154 3154 D DecorView[]: onWindowFocusChanged hasWindowFocus
true
11-16 14:04:26.726 3154 3154 I HandWritingStubImpl: refreshLastKeyboardType: 1
11-16 14:04:26.726 3154 3154 I HandWritingStubImpl: getCurrentKeyboardType: 1
11-16 14:04:27.744 3154 3154 D DecorView[]: onWindowFocusChanged hasWindowFocus
false
11-16 14:04:29.753 3154 3275 I FA : Application backgrounded at:
timestamp_millis: 1700139867750
11-16 14:04:32.678 3154 3154 E FileUtils: err write to mi_exception_log
11-16 14:04:37.796 3154 3192 W kstargames.samp: Suspending all threads took:
7.178ms
11-16 14:04:37.884 3154 3154 E FileUtils: err write to mi_exception_log
11-16 14:04:56.828 3979 3979 I kstargames.samp: Using CollectorTypeCC GC.
11-16 14:04:56.834 3979 3979 W kstargames.samp: Using default instruction set
features for ARM CPU variant (cortex-a9) using conservative defaults
11-16 14:04:56.841 3979 3979 E kstargames.samp: Not starting debugger since
process cannot load the jdwp agent.
11-16 14:04:56.863 3979 3979 I MessageMonitor: Load libmiui_runtime
11-16 14:04:56.889 3979 3979 D CompatibilityChangeReporter: Compat change id
reported: 171979766; UID 10314; state: DISABLED
11-16 14:04:56.903 3979 3998 W AppScoutStateMachine: can't loadLibrary
libwalkstack
11-16 14:04:56.903 3979 3998 W AppScoutStateMachine:
java.lang.UnsatisfiedLinkError: dlopen failed: library "libwalkstack.so" not found
11-16 14:04:56.903 3979 3998 W AppScoutStateMachine: at
java.lang.Runtime.loadLibrary0(Runtime.java:1093)
11-16 14:04:56.903 3979 3998 W AppScoutStateMachine: at
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
11-16 14:04:56.903 3979 3998 W AppScoutStateMachine: at
java.lang.System.loadLibrary(System.java:1661)
11-16 14:04:56.903 3979 3998 W AppScoutStateMachine: at
android.app.AppScoutStateMachine.<clinit>(AppScoutStateMachine.java:100)
11-16 14:04:56.903 3979 3998 W AppScoutStateMachine: at
android.app.ActivityThreadImpl.updateAppScoutStateMachineState(ActivityThreadImpl.j
ava:111)
11-16 14:04:56.903 3979 3998 W AppScoutStateMachine: at
android.app.ActivityThread.updateProcessState(ActivityThread.java:3576)
11-16 14:04:56.903 3979 3998 W AppScoutStateMachine: at
android.app.ActivityThread$ApplicationThread.setProcessState(ActivityThread.java:18
24)
11-16 14:04:56.903 3979 3998 W AppScoutStateMachine: at
android.app.IApplicationThread$Stub.onTransact(IApplicationThread.java:1014)
11-16 14:04:56.903 3979 3998 W AppScoutStateMachine: at
android.os.Binder.execTransactInternal(Binder.java:1290)
11-16 14:04:56.903 3979 3998 W AppScoutStateMachine: at
android.os.Binder.execTransact(Binder.java:1249)
11-16 14:04:56.907 3979 3998 D AppScoutStateMachine: 3979-
ScoutStateMachinecreated
11-16 14:04:56.921 3979 3979 D ApplicationLoaders: Returning zygote-cached class
loader: /system/framework/android.test.base.jar
11-16 14:04:56.929 3979 3979 D nativeloader: Configuring clns-4 for other apk
/system/framework/org.apache.http.legacy.jar. target_sdk_version=26,
uses_libraries=ALL,
library_path=/data/app/~~xqy4lT90dsnYl7q9BubjOw==/com.rockstargames.samp-
AtFH3nGHALDtAmg9TDw5jQ==/lib/arm:/data/app/~~xqy4lT90dsnYl7q9BubjOw==/
com.rockstargames.samp-AtFH3nGHALDtAmg9TDw5jQ==/base.apk!/lib/armeabi-v7a,
permitted_path=/data:/mnt/expand:/data/user/0/com.rockstargames.samp
11-16 14:04:56.929 3979 3979 D nativeloader: Extending system_exposed_libraries:
libmisys_jni.xiaomi.so:libbinauralrenderer_wrapper.qti.so:libhoaeffects.qti.so:libQ
OC.qti.so:libupdateprof.qti.so:libthermalclient.qti.so:libQOC.qti.so:libdiag_system
.qti.so:libqape.qti.so:liblistenjni.qti.so
11-16 14:04:56.939 3979 3979 I kstargames.samp: Failed to add image file: Failed
to find OatDexFile for DexFile
/data/app/~~fnDRo3ZYr1N_GTrb-B0kug==/com.rockstargames.samp-
lX6b_VsNMNuq1B0VtRcg1g==/base.apk (canonical path /data/app/~~fnDRo3ZYr1N_GTrb-
B0kug==/com.rockstargames.samp-lX6b_VsNMNuq1B0VtRcg1g==/base.apk) in OatFile
/data/app/~~xqy4lT90dsnYl7q9BubjOw==/com.rockstargames.samp-
AtFH3nGHALDtAmg9TDw5jQ==/oat/arm/base.odex
11-16 14:04:56.940 3979 3979 D nativeloader: Configuring clns-5 for other apk
/data/app/~~xqy4lT90dsnYl7q9BubjOw==/com.rockstargames.samp-
AtFH3nGHALDtAmg9TDw5jQ==/base.apk. target_sdk_version=26, uses_libraries=,
library_path=/data/app/~~xqy4lT90dsnYl7q9BubjOw==/com.rockstargames.samp-
AtFH3nGHALDtAmg9TDw5jQ==/lib/arm:/data/app/~~xqy4lT90dsnYl7q9BubjOw==/
com.rockstargames.samp-AtFH3nGHALDtAmg9TDw5jQ==/base.apk!/lib/armeabi-v7a,
permitted_path=/data:/mnt/expand:/data/user/0/com.rockstargames.samp
11-16 14:04:56.940 3979 3979 D nativeloader: Extending system_exposed_libraries:
libmisys_jni.xiaomi.so:libbinauralrenderer_wrapper.qti.so:libhoaeffects.qti.so:libQ
OC.qti.so:libupdateprof.qti.so:libthermalclient.qti.so:libQOC.qti.so:libdiag_system
.qti.so:libqape.qti.so:liblistenjni.qti.so
11-16 14:04:56.955 3979 3979 I Perf : Connecting to perf service.
11-16 14:04:56.961 3979 3979 V GraphicsEnvironment: ANGLE Developer option for
'com.rockstargames.samp' set to: 'default'
11-16 14:04:56.961 3979 3979 V GraphicsEnvironment: ANGLE GameManagerService for
com.rockstargames.samp: false
11-16 14:04:56.961 3979 3979 V GraphicsEnvironment: Updatable production driver
is not supported on the device.
11-16 14:04:56.965 3979 3979 I ForceDarkHelperStubImpl: initialize for
com.rockstargames.samp , ForceDarkOrigin
11-16 14:04:56.967 3979 3979 D kstargames.samp: JNI_OnLoad success
11-16 14:04:56.967 3979 3979 I MiuiForceDarkConfig: setConfig density:2.250000,
mainRule:0, secondaryRule:0, tertiaryRule:0
11-16 14:04:56.969 3979 3979 W libc : Access denied finding property
"ro.vendor.df.effect.conflict"
11-16 14:04:56.970 3979 3979 D NetworkSecurityConfig: Using Network Security
Config from resource network_security_config debugBuild: false
11-16 14:04:56.971 3979 3979 D NetworkSecurityConfig: Using Network Security
Config from resource network_security_config debugBuild: false
11-16 14:04:56.981 3979 3979 D CompatibilityChangeReporter: Compat change id
reported: 183155436; UID 10314; state: DISABLED
11-16 14:04:57.007 3979 4005 W ziparchive: Unable to open
'/data/user_de/0/com.google.android.gms/app_chimera/m/000000c8/DynamiteLoader.dm':
No such file or directory
11-16 14:04:57.007 3979 4005 W ziparchive: Unable to open
'/data/user_de/0/com.google.android.gms/app_chimera/m/000000c8/DynamiteLoader.dm':
No such file or directory
11-16 14:04:57.027 3979 4009 D TrafficStats: tagSocket(84) with
statsTag=0xffffffff, statsUid=-1
11-16 14:04:57.029 3979 4005 W System : ClassLoader referenced unknown path:
11-16 14:04:57.029 3979 4005 D nativeloader: Configuring clns-6 for other apk .
target_sdk_version=34, uses_libraries=,
library_path=/data/app/~~11UJp6Q8jqMvmmZyedIvZw==/com.google.android.gms-
qhdEE2H6pZmApPyIX821NA==/lib/arm:/data/app/~~11UJp6Q8jqMvmmZyedIvZw==/
com.google.android.gms-qhdEE2H6pZmApPyIX821NA==/base.apk!/lib/armeabi-v7a,
permitted_path=/data:/mnt/expand:/data/user/0/com.google.android.gms
11-16 14:04:57.037 3979 4007 D libcrashlytics: Initializing libcrashlytics
version 3.2.0
11-16 14:04:57.047 3979 4007 D libcrashlytics: Initializing native crash handling
successful.
11-16 14:04:57.055 3979 4005 W ziparchive: Unable to open
'/data/user_de/0/com.google.android.gms/app_chimera/m/000000cd/MeasurementDynamite.
dm': No such file or directory
11-16 14:04:57.055 3979 4005 W ziparchive: Unable to open
'/data/user_de/0/com.google.android.gms/app_chimera/m/000000cd/MeasurementDynamite.
dm': No such file or directory
11-16 14:04:57.056 3979 3979 E FileUtils: err open mi_exception_log errno=2
11-16 14:04:57.056 3979 3979 E FileUtils: err write to mi_exception_log
11-16 14:04:57.063 3979 3979 D MiuiMultiWindowAdapter:
MiuiMultiWindowAdapter::getFreeformVideoWhiteListInSystem::LIST_ABOUT_SUPPORT_LANDS
CAPE_VIDEO = [com.hunantv.imgo.activity, com.tencent.qqlive, com.qiyi.video,
com.hunantv.imgo.activity.inter, com.tencent.qqlivei18n, com.iqiyi.i18n,
tv.danmaku.bili]
11-16 14:04:57.067 3979 4026 D CompatibilityChangeReporter: Compat change id
reported: 160794467; UID 10314; state: DISABLED
11-16 14:04:57.141 3979 4037 I FA : App measurement initialized, version:
81025
11-16 14:04:57.141 3979 4037 I FA : To enable debug logging run: adb shell
setprop log.tag.FA VERBOSE
11-16 14:04:57.141 3979 4037 I FA : To enable faster debug mode event
logging run:
11-16 14:04:57.141 3979 4037 I FA : adb shell setprop
debug.firebase.analytics.app com.rockstargames.samp
--------- beginning of system
11-16 14:04:57.164 3979 3979 D MiuiMultiWindowUtils: freeform resolution args raw
data:{ "yunluo": { "freeform_args": { "vertical_portrait":
{"aspect_ratio":0.5625,
"original_ratio":0.48,"original_scale":0.6133,"top_margin":0.049,"left_margin":0.27
75}, "horizontal_portrait":{"aspect_ratio":0.5625,
"original_ratio":0.48,"original_scale":0.6133,"top_margin":-
1,"left_margin":0.6525}, "vertical_landscape":{"aspect_ratio":-1,
"original_ratio":1,"original_scale":0.468,"top_margin":0.049,"left_margin":-1},
"horizontal_landscape":{"aspect_ratio":-1,
"original_ratio":1,"original_scale":0.468,"top_margin":-
1,"left_margin":0.4976} }, "mini_freeform_args":{ "vertical_portrait":
{"aspect_ratio":0.5625, "original_ratio":0.1917}, "horizontal_portrait":
{"aspect_ratio":0.5625, "original_ratio":0.1917}, "vertical_landscape":
{"aspect_ratio":-1, "original_ratio":0.2667}, "horizontal_landscape":
{"aspect_ratio":-1, "original_ratio":0.2667} } }, "zizhan":
{ "freeform_args": { "inner":{ "vertical_portrait":
{"aspect_ratio":0.626,
"original_ratio":0.5643,"original_scale":0.74,"top_margin":0.168,"left_margin":0.48
4}, "horizontal_portrait":{"aspect_ratio":0.626,
"original_ratio":0.5643,"original_scale":0.74,"top_margin":0.1222,"left_margin":0.5
9745}, "vertical_landscape":{"aspect_ratio":1.6,
"original_ratio":1,"original_scale":0.604,"top_margin":0.2596,"left_margin":0.2624}
, "horizontal_landscape":{"aspect_ratio":1.6,
"original_ratio":1,"original_scale":0.604,"top_margin":0.213,"left_margin":0.3758}
}, "outer":{ "vertical_portrait":{"aspect_ratio":0.626,
"original_ratio":1,"original_scale":0.74,"top_margin":0.0753,"left_margin":-1},
"horizontal_portrait":{"aspect_ratio":0.626,
"original_ratio":1,"original_scale":0.5756,"top_margin":-1,"left_margin":0.0753},
"vertical_landscape":{"aspect_ratio":1.6,
"original_ratio":0.6847,"original_scale":0.587,"top_margin":0.0753,"left_margin":-
1}, "horizontal_landscape":{"aspect_ratio":1.6,
"original_ratio":0.6847,"original_scale":0.587,"top_margin":-
1,"left_margin":0.0753}} }, "mini_freeform_args":{ "inner":
{ "vertical_portrait":{"aspect_ratio":0.626, "original_ratio":0.147},
"horizontal_portrait":{"aspect_ratio":0.626, "original_ratio":0.147},
"vertical_landscape":{"aspect_ratio":1.6, "original_ratio":0.165},
"horizontal_landscape":{"aspect_ratio":1.6, "original_ratio":0.165} },
"outer":{ "vertical_portrait":{"aspect_ratio":0.626, "original_ratio":0.26},
"horizontal_portrait":{"aspect_ratio":0.626, "original_ratio":0.26},
"vertical_landscape":{"aspect_ratio":1.6, "original_ratio":0.293},
"horizontal_landscape":{"aspect_ratio":1.6, "original_ratio":0.293}} } },
"wide_default":{ "freeform_args": { "vertical_portrait":
{"aspect_ratio":0.625,
"original_ratio":0.5806,"original_scale":0.7574,"top_margin":0.125,"left_margin":0.
392}, "horizontal_portrait":{"aspect_ratio":0.625,
"original_ratio":0.5806,"original_scale":0.7574,"top_margin":-
1,"left_margin":0.6415}, "vertical_landscape":{"aspect_ratio":1.6,
"original_ratio":1,"original_scale":0.5153,"top_margin":0.125,"left_margin":0.206},
"horizontal_landscape":{"aspect_ratio":1.6,
"original_ratio":1,"original_scale":0.5153,"top_margin":-
1,"left_margin":0.456} }, "mini_freeform_args":{ "vertical_portrait":
{"aspect_ratio":0.5625, "original_ratio":0.144}, "horizontal_portrait":
{"aspect_ratio":0.5625, "original_ratio":0.144}, "vertical_landscape":
{"aspect_ratio":-1, "original_ratio":0.144}, "horizontal_landscape":
{"aspect_ratio":-1, "original_ratio":0.144} } }, "narrow_default":
{ "freeform_args": { "vertical_portrait":{"aspect_ratio":0.5625,
"original_ratio":1,"original_scale":0.7182,"top_margin":0.142,"left_margin":-1},
"horizontal_portrait":{"aspect_ratio":0.8,
"original_ratio":1,"original_scale":0.7182,"top_margin":-1,"left_margin":0.05},
"vertical_landscape":{"aspect_ratio":1
11-16 14:04:57.165 3979 3979 E MiuiMultiWindowUtils: initFreeFormResolutionArgs
failed, device is nabu
11-16 14:04:57.165 3979 3979 D IS_CTS_MODE: false
11-16 14:04:57.165 3979 3979 D MULTI_WINDOW_SWITCH_ENABLED: true
11-16 14:04:57.165 3979 3979 W System.err: java.io.FileNotFoundException:
proc/mv: open failed: EACCES (Permission denied)
11-16 14:04:57.166 3979 3979 W System.err: at
libcore.io.IoBridge.open(IoBridge.java:574)
11-16 14:04:57.166 3979 3979 W System.err: at
java.io.FileInputStream.<init>(FileInputStream.java:160)
11-16 14:04:57.166 3979 3979 W System.err: at
java.io.FileInputStream.<init>(FileInputStream.java:115)
11-16 14:04:57.166 3979 3979 W System.err: at
java.io.FileReader.<init>(FileReader.java:60)
11-16 14:04:57.166 3979 3979 W System.err: at
android.util.MiuiMultiWindowUtils.getRamFromProcMv(MiuiMultiWindowUtils.java:2848)
11-16 14:04:57.166 3979 3979 W System.err: at
android.util.MiuiMultiWindowUtils.getTotalRam(MiuiMultiWindowUtils.java:2831)
11-16 14:04:57.166 3979 3979 W System.err: at
android.util.MiuiMultiWindowUtils.supportFreeform(MiuiMultiWindowUtils.java:2811)
11-16 14:04:57.166 3979 3979 W System.err: at
android.util.MiuiMultiWindowAdapter.hasSmallFreeformFeature(MiuiMultiWindowAdapter.
java:538)
11-16 14:04:57.166 3979 3979 W System.err: at
com.xiaomi.freeform.MiuiFreeformImpl.hasSmallFreeformFeature(MiuiFreeformImpl.java:
69)
11-16 14:04:57.166 3979 3979 W System.err: at
android.util.MiuiFreeformUtils.hasSmallFreeformFeature(MiuiFreeformUtils.java:58)
11-16 14:04:57.166 3979 3979 W System.err: at
android.view.Display.hasSmallFreeformFeature(Display.java:1419)
11-16 14:04:57.166 3979 3979 W System.err: at
android.util.MiuiMultiWinSwitchAbility.<clinit>(MiuiMultiWinSwitchAbility.java:16)
11-16 14:04:57.166 3979 3979 W System.err: at
com.android.internal.policy.DecorViewMultiWinStubImpl.<init>(DecorViewMultiWinStubI
mpl.java:17)
11-16 14:04:57.166 3979 3979 W System.err: at
com.android.internal.policy.DecorViewMultiWinStubImpl$Provider.provideNewInstance(D
ecorViewMultiWinStubImpl$Provider.java:14)
11-16 14:04:57.166 3979 3979 W System.err: at
com.android.internal.policy.DecorViewMultiWinStubImpl$Provider.provideNewInstance(D
ecorViewMultiWinStubImpl$Provider.java:8)
11-16 14:04:57.166 3979 3979 W System.err: at
com.miui.base.MiuiStubRegistry.get(MiuiStubRegistry.java:220)
11-16 14:04:57.166 3979 3979 W System.err: at
com.miui.base.MiuiStubUtil.newInstance(MiuiStubUtil.java:77)
11-16 14:04:57.166 3979 3979 W System.err: at
com.android.internal.policy.DecorViewMultiWinStub.newInstance(DecorViewMultiWinStub
.java:11)
11-16 14:04:57.166 3979 3979 W System.err: at
com.android.internal.policy.DecorView.<init>(DecorView.java:326)
11-16 14:04:57.166 3979 3979 W System.err: at
com.android.internal.policy.PhoneWindow.generateDecor(PhoneWindow.java:2385)
11-16 14:04:57.166 3979 3979 W System.err: at
com.android.internal.policy.PhoneWindow.installDecor(PhoneWindow.java:2738)
11-16 14:04:57.166 3979 3979 W System.err: at
com.android.internal.policy.PhoneWindow.getDecorView(PhoneWindow.java:2144)
11-16 14:04:57.166 3979 3979 W System.err: at
androidx.appcompat.app.AppCompatActivity.initViewTreeOwners(Unknown Source:4)
11-16 14:04:57.166 3979 3979 W System.err: at
androidx.appcompat.app.AppCompatActivity.setContentView(Unknown Source:0)
11-16 14:04:57.166 3979 3979 W System.err: at
com.launcher.activity.SplashActivity.onCreate(Unknown Source:6)
11-16 14:04:57.166 3979 3979 W System.err: at
android.app.Activity.performCreate(Activity.java:8522)
11-16 14:04:57.166 3979 3979 W System.err: at
android.app.Activity.performCreate(Activity.java:8486)
11-16 14:04:57.166 3979 3979 W System.err: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1438)
11-16 14:04:57.166 3979 3979 W System.err: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3815)
11-16 14:04:57.166 3979 3979 W System.err: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3980)
11-16 14:04:57.166 3979 3979 W System.err: at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
1)
11-16 14:04:57.166 3979 3979 W System.err: at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
11-16 14:04:57.166 3979 3979 W System.err: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
11-16 14:04:57.166 3979 3979 W System.err: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2394)
11-16 14:04:57.166 3979 3979 W System.err: at
android.os.Handler.dispatchMessage(Handler.java:106)
11-16 14:04:57.166 3979 3979 W System.err: at
android.os.Looper.loopOnce(Looper.java:211)
11-16 14:04:57.166 3979 3979 W System.err: at
android.os.Looper.loop(Looper.java:300)
11-16 14:04:57.166 3979 3979 W System.err: at
android.app.ActivityThread.main(ActivityThread.java:8294)
11-16 14:04:57.166 3979 3979 W System.err: at
java.lang.reflect.Method.invoke(Native Method)
11-16 14:04:57.166 3979 3979 W System.err: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:559)
11-16 14:04:57.166 3979 3979 W System.err: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:954)
11-16 14:04:57.166 3979 3979 W System.err: Caused by:
android.system.ErrnoException: open failed: EACCES (Permission denied)
11-16 14:04:57.166 3979 3979 W System.err: at libcore.io.Linux.open(Native
Method)
11-16 14:04:57.166 3979 3979 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
11-16 14:04:57.166 3979 3979 W System.err: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
11-16 14:04:57.166 3979 3979 W System.err: at
libcore.io.ForwardingOs.open(ForwardingOs.java:563)
11-16 14:04:57.166 3979 3979 W System.err: at
android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8172)
11-16 14:04:57.167 3979 3979 W System.err: at
libcore.io.IoBridge.open(IoBridge.java:560)
11-16 14:04:57.167 3979 3979 W System.err: ... 40 more
11-16 14:04:57.167 3979 3979 D MiuiMultiWindowUtils: getTotalRam
getRamFromProcMv: 0
11-16 14:04:57.167 3979 3979 D MiuiMultiWindowUtils: getTotalRam
formatSizeWith1024: 6
11-16 14:04:57.167 3979 3979 D IS_CTS_MODE: false
11-16 14:04:57.167 3979 3979 D MULTI_WINDOW_ENABLED: true
11-16 14:04:57.170 3979 3979 D DecorView[]: getWindowModeFromSystem windowmode
is 1
11-16 14:04:57.213 3979 4037 I FA : Tag Manager is not found and thus will
not be used
11-16 14:04:57.229 3979 3979 E FileUtils: err write to mi_exception_log
11-16 14:04:57.229 3979 3979 E FileUtils: err write to mi_exception_log
11-16 14:04:57.262 3979 3979 D VRI[SplashActivity]: vri.reportNextDraw
android.view.ViewRootImpl.performTraversals:3779
android.view.ViewRootImpl.doTraversal:2543
android.view.ViewRootImpl$TraversalRunnable.run:9471
android.view.Choreographer$CallbackRecord.run:1451
android.view.Choreographer$CallbackRecord.run:1459
11-16 14:04:57.262 3979 4028 I AdrenoGLES-0: QUALCOMM build :
83a0eede45, If3f4a1ab82
11-16 14:04:57.262 3979 4028 I AdrenoGLES-0: Build Date :
11/18/21
11-16 14:04:57.262 3979 4028 I AdrenoGLES-0: OpenGL ES Shader Compiler Version:
EV031.32.02.15
11-16 14:04:57.262 3979 4028 I AdrenoGLES-0: Local Branch :
11-16 14:04:57.262 3979 4028 I AdrenoGLES-0: Remote Branch :
refs/tags/AU_LINUX_ANDROID_LA.UM.9.1.R1.11.00.00.604.070
11-16 14:04:57.262 3979 4028 I AdrenoGLES-0: Remote Branch :
NONE
11-16 14:04:57.262 3979 4028 I AdrenoGLES-0: Reconstruct Branch :
NOTHING
11-16 14:04:57.262 3979 3979 D VRI[SplashActivity]: vri.Setup new sync id=0
syncSeqId=0
11-16 14:04:57.262 3979 4028 I AdrenoGLES-0: Build Config : S
P 10.0.6 AArch32
11-16 14:04:57.262 3979 4028 I AdrenoGLES-0: Driver
Path : /vendor/lib/egl/libGLESv2_adreno.so
11-16 14:04:57.281 3979 4028 I AdrenoGLES-0: PFP: 0x016ee190, ME: 0x00000000
11-16 14:04:57.309 3979 4028 E linker : library "/system_ext/lib64/libmigl.so"
("/system_ext/lib64/libmigl.so") needed or dlopened by "/system/lib/libEGL.so" is
not accessible for the namespace: [name="(default)", ld_library_paths="",
default_library_paths="/system/lib:/system_ext/lib",
permitted_paths="/system/lib/drm:/system/lib/extractors:/system/lib/hw:/
system_ext/lib:/system/framework:/system/app:/system/priv-app:/system_ext/
framework:/system_ext/app:/system_ext/priv-app:/vendor/framework:/vendor/app:/
vendor/priv-app:/system/vendor/framework:/system/vendor/app:/system/vendor/priv-
app:/odm/framework:/odm/app:/odm/priv-app:/oem/app:/product/framework:/product/
app:/product/priv-app:/data:/mnt/expand:/apex/com.android.runtime/lib/bionic:/
system/lib/bootstrap"]
11-16 14:04:57.309 3979 4028 E libEGL : open /system_ext/lib64/libmigl.so
failed! dlopen - dlopen failed: library "/system_ext/lib64/libmigl.so" needed or
dlopened by "/system/lib/libEGL.so" is not accessible for the namespace "(default)"
11-16 14:04:57.334 3979 4028 E libEGL : pre_cache appList: ,,
11-16 14:04:57.352 3979 4028 D kstargames.samp: MiuiProcessManagerServiceStub
setSchedFifo
11-16 14:04:57.352 3979 4028 I MiuiProcessManagerImpl: setSchedFifo pid:3979,
mode:3
11-16 14:04:57.388 3979 4028 E libEGL : pre_cache appList: ,,
11-16 14:04:57.424 3979 4028 E LB : fail to open node: No such file or
directory
11-16 14:04:57.429 3979 4028 W Parcel : Expecting binder but got null!
11-16 14:04:57.429 3979 3979 E FileUtils: err write to mi_exception_log
11-16 14:04:57.429 3979 3979 D VRI[SplashActivity]: vri.reportDrawFinished
syncSeqId=0 android.view.ViewRootImpl.lambda$createSyncIfNeeded$4$android-view-
ViewRootImpl:3847 android.view.ViewRootImpl$$ExternalSyntheticLambda1.run:6
android.os.Handler.handleCallback:942 android.os.Handler.dispatchMessage:99
android.os.Looper.loopOnce:211
11-16 14:04:57.434 3979 3979 D CompatibilityChangeReporter: Compat change id
reported: 78294732; UID 10314; state: DISABLED
11-16 14:04:57.452 3979 4079 D TrafficStats: tagSocket(127) with
statsTag=0xffffffff, statsUid=-1
11-16 14:04:57.492 3979 3979 D DecorView[]: onWindowFocusChanged hasWindowFocus
true
11-16 14:04:57.492 3979 3979 I HandWritingStubImpl: refreshLastKeyboardType: 1
11-16 14:04:57.492 3979 3979 I HandWritingStubImpl: getCurrentKeyboardType: 1
11-16 14:04:57.497 3979 3979 I HandWritingStubImpl: getCurrentKeyboardType: 1
11-16 14:04:58.059 3979 3979 D MiuiMultiWindowAdapter:
MiuiMultiWindowAdapter::getFreeformVideoWhiteListInSystem::LIST_ABOUT_SUPPORT_LANDS
CAPE_VIDEO = [com.hunantv.imgo.activity, com.tencent.qqlive, com.qiyi.video,
com.hunantv.imgo.activity.inter, com.tencent.qqlivei18n, com.iqiyi.i18n,
tv.danmaku.bili]
11-16 14:04:58.064 3979 3979 D IS_CTS_MODE: false
11-16 14:04:58.064 3979 3979 D MULTI_WINDOW_ENABLED: true
11-16 14:04:58.065 3979 3979 D DecorView[]: getWindowModeFromSystem windowmode
is 1
11-16 14:04:58.106 3979 3979 D CompatibilityChangeReporter: Compat change id
reported: 210923482; UID 10314; state: DISABLED
11-16 14:04:58.106 3979 3979 D CompatibilityChangeReporter: Compat change id
reported: 37756858; UID 10314; state: DISABLED
11-16 14:04:58.133 3979 3979 E FileUtils: err write to mi_exception_log
11-16 14:04:58.163 3979 3979 D VRI[MainActivity]: vri.reportNextDraw
android.view.ViewRootImpl.performTraversals:3779
android.view.ViewRootImpl.doTraversal:2543
android.view.ViewRootImpl$TraversalRunnable.run:9471
android.view.Choreographer$CallbackRecord.run:1451
android.view.Choreographer$CallbackRecord.run:1459
11-16 14:04:58.163 3979 3979 D VRI[MainActivity]: vri.Setup new sync id=0
syncSeqId=0
11-16 14:04:58.227 3979 4028 W Parcel : Expecting binder but got null!
11-16 14:04:58.228 3979 3979 E FileUtils: err write to mi_exception_log
11-16 14:04:58.228 3979 3979 D VRI[MainActivity]: vri.reportDrawFinished
syncSeqId=0 android.view.ViewRootImpl.lambda$createSyncIfNeeded$4$android-view-
ViewRootImpl:3847 android.view.ViewRootImpl$$ExternalSyntheticLambda1.run:6
android.os.Handler.handleCallback:942 android.os.Handler.dispatchMessage:99
android.os.Looper.loopOnce:211
11-16 14:04:58.228 3979 3979 D DecorView[]: onWindowFocusChanged hasWindowFocus
false
11-16 14:04:58.275 3979 3979 D DecorView[]: onWindowFocusChanged hasWindowFocus
true
11-16 14:04:58.275 3979 3979 I HandWritingStubImpl: refreshLastKeyboardType: 1
11-16 14:04:58.275 3979 3979 I HandWritingStubImpl: getCurrentKeyboardType: 1
11-16 14:05:01.112 3979 3979 D MiuiMultiWindowAdapter:
MiuiMultiWindowAdapter::getFreeformVideoWhiteListInSystem::LIST_ABOUT_SUPPORT_LANDS
CAPE_VIDEO = [com.hunantv.imgo.activity, com.tencent.qqlive, com.qiyi.video,
com.hunantv.imgo.activity.inter, com.tencent.qqlivei18n, com.iqiyi.i18n,
tv.danmaku.bili]
11-16 14:05:01.117 3979 3979 D IS_CTS_MODE: false
11-16 14:05:01.117 3979 3979 D MULTI_WINDOW_ENABLED: true
11-16 14:05:01.118 3979 3979 D DecorView[]: getWindowModeFromSystem windowmode
is 1
11-16 14:05:01.146 3979 3979 D DecorView[]: getWindowModeFromSystem windowmode
is 1
11-16 14:05:01.146 3979 3979 D DecorView[]: updateDecorCaptionStatus windowMode
is 1
11-16 14:05:01.165 3979 3979 D VRI[InstallActivity]: vri.reportNextDraw
android.view.ViewRootImpl.performTraversals:3779
android.view.ViewRootImpl.doTraversal:2543
android.view.ViewRootImpl$TraversalRunnable.run:9471
android.view.Choreographer$CallbackRecord.run:1451
android.view.Choreographer$CallbackRecord.run:1459
11-16 14:05:01.165 3979 3979 D VRI[InstallActivity]: vri.Setup new sync id=0
syncSeqId=0
11-16 14:05:01.177 3979 4028 W Parcel : Expecting binder but got null!
11-16 14:05:01.177 3979 3979 D VRI[InstallActivity]: vri.reportDrawFinished
syncSeqId=0 android.view.ViewRootImpl.lambda$createSyncIfNeeded$4$android-view-
ViewRootImpl:3847 android.view.ViewRootImpl$$ExternalSyntheticLambda1.run:6
android.os.Handler.handleCallback:942 android.os.Handler.dispatchMessage:99
android.os.Looper.loopOnce:211
11-16 14:05:01.191 3979 3979 D DecorView[]: onWindowFocusChanged hasWindowFocus
false
11-16 14:05:01.318 3979 3979 D DecorView[]: onWindowFocusChanged hasWindowFocus
true
11-16 14:05:01.318 3979 3979 I HandWritingStubImpl: refreshLastKeyboardType: 1
11-16 14:05:01.318 3979 3979 I HandWritingStubImpl: getCurrentKeyboardType: 1
11-16 14:05:01.330 3979 4121 D CompatibilityChangeReporter: Compat change id
reported: 194532703; UID 10314; state: DISABLED
11-16 14:05:01.347 3979 4123 I System.out: Downloading file - url: https://igta-
online.my-fastdl.com/SAMPNEW/cache/362/cache_362_prod.7z.001, path:
/storage/emulated/0/Download/ONLINE RP/cache.7z.001
11-16 14:05:01.355 3979 3979 I System.out: [Downloader:pending] soFarBytes: 0,
totalBytes: 0
11-16 14:05:01.360 3979 4124 D TrafficStats: tagSocket(128) with
statsTag=0xffffffff, statsUid=-1
11-16 14:05:01.511 3979 3979 I System.out: [Downloader:connected] soFarBytes: 0,
totalBytes: 419430400, isContinue: false
11-16 14:05:01.513 3979 4128 D TrafficStats: tagSocket(144) with
statsTag=0xffffffff, statsUid=-1
11-16 14:05:01.513 3979 4129 D TrafficStats: tagSocket(143) with
statsTag=0xffffffff, statsUid=-1
11-16 14:05:01.513 3979 4130 D TrafficStats: tagSocket(147) with
statsTag=0xffffffff, statsUid=-1
11-16 14:05:01.514 3979 4132 D TrafficStats: tagSocket(145) with
statsTag=0xffffffff, statsUid=-1
11-16 14:05:02.274 3979 3979 I System.out: [Downloader:Progress] soFarBytes:
436470, totalBytes: 419430400, percent: 0
11-16 14:05:02.451 3979 3979 I System.out: [Downloader:Progress] soFarBytes:
857106, totalBytes: 419430400, percent: 0
11-16 14:05:02.627 3979 3979 I System.out: [Downloader:Progress] soFarBytes:
1262344, totalBytes: 419430400, percent: 0
11-16 14:05:03.393 3979 3979 I System.out: [Downloader:Progress] soFarBytes:
1686684, totalBytes: 419430400, percent: 0
11-16 14:05:03.858 3979 3979 I System.out: [Downloader:Progress] soFarBytes:
2161820, totalBytes: 419430400, percent: 0
11-16 14:05:04.550 3979 3979 I System.out: [Downloader:Progress] soFarBytes:
2587804, totalBytes: 419430400, percent: 0
11-16 14:05:04.759 3979 3979 I System.out: [Downloader:Progress] soFarBytes:
2964636, totalBytes: 419430400, percent: 0
11-16 14:05:05.135 3979 3979 I System.out: [Downloader:Progress] soFarBytes:
3357852, totalBytes: 419430400, percent: 0
11-16 14:05:05.498 3979 3979 I System.out: [Downloader:Progress] soFarBytes:
3783836, totalBytes: 419430400, percent: 0
11-16 14:05:05.549 3979 3979 I System.out: [Downloader:Progress] soFarBytes:
4324508, totalBytes: 419430400, percent: 1
11-16 14:05:05.561 3979 3979 I System.out: [Downloader:Progress] soFarBytes:
4750492, totalBytes: 419430400, percent: 1
11-16 14:05:06.645 3979 3979 I System.out: [Downloader:Progress] soFarBytes:
5143708, totalBytes: 419430400, percent: 1
11-16 14:05:06.743 3979 3979 I System.out: [Downloader:Progress] soFarBytes:
5471388, totalBytes: 419430400, percent: 1
11-16 14:05:06.768 3979 3979 I System.out: [Downloader:Progress] soFarBytes:
6016156, totalBytes: 419430400, percent: 1
11-16 14:05:06.860 3979 3979 I System.out: [Downloader:Progress] soFarBytes:
6601884, totalBytes: 419430400, percent: 1
11-16 14:05:06.897 3979 3993 W kstargames.samp: Cleared Reference was only
reachable from finalizer (only reported once)
11-16 14:05:06.997 3979 3979 I System.out: [Downloader:Progress] soFarBytes:
6716572, totalBytes: 419430400, percent: 1
11-16 14:05:07.293 3979 3979 I System.out: [Downloader:Progress] soFarBytes:
7208092, totalBytes: 419430400, percent: 1
11-16 14:05:07.428 3979 3979 I System.out: [Downloader:Progress] soFarBytes:
7568540, totalBytes: 419430400, percent: 1
11-16 14:05:07.650 3979 3979 I System.out: [Downloader:Progress] soFarBytes:
8043090, totalBytes: 419430400, percent: 1
11-16 14:05:07.869 3979 3979 I System.out: [Downloader:Progress] soFarBytes:
8403538, totalBytes: 419430400, percent: 2
11-16 14:05:08.628 3979 3979 D DecorView[]: onWindowFocusChanged hasWindowFocus
false
11-16 14:05:08.664 3979 3979 I System.out: [Downloader:Progress] soFarBytes:
8813138, totalBytes: 419430400, percent: 2
11-16 14:05:08.779 3979 3979 I System.out: [Downloader:Progress] soFarBy

You might also like