The document contains log entries indicating various errors and warnings during the execution of an Android application, particularly related to file access permissions and compatibility changes. A notable issue is the 'FileNotFoundException' due to permission denial when attempting to access a keystore file. Additionally, there are multiple instances of attempts to access protected data and hidden methods, which are blocked by the system.
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 ratings0% found this document useful (0 votes)
18 views12 pages
Com - Cloudinject Logcat
The document contains log entries indicating various errors and warnings during the execution of an Android application, particularly related to file access permissions and compatibility changes. A notable issue is the 'FileNotFoundException' due to permission denial when attempting to access a keystore file. Additionally, there are multiple instances of attempts to access protected data and hidden methods, which are blocked by the system.
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/ 12
--------- beginning of main
10-18 22:22:05.287 3642 3642 D CompatibilityChangeReporter: Compat change id
reported: 183155436; UID 11245; state: DISABLED 10-18 22:22:05.316 3642 3642 W System.err: java.io.FileNotFoundException: /storage/emulated/0/cloudInject/keys/inject.keystore: open failed: EACCES (Permission denied) 10-18 22:22:05.316 3642 3642 W System.err: at libcore.io.IoBridge.open(IoBridge.java:574) 10-18 22:22:05.316 3642 3642 W System.err: at java.io.FileOutputStream.<init>(FileOutputStream.java:259) 10-18 22:22:05.316 3642 3642 W System.err: at java.io.FileOutputStream.<init>(FileOutputStream.java:208) 10-18 22:22:05.316 3642 3642 W System.err: at x40.b(:1) 10-18 22:22:05.316 3642 3642 W System.err: at com.cloudinject.App.q(:2) 10-18 22:22:05.316 3642 3642 W System.err: at com.cloudinject.App.onCreate(:8) 10-18 22:22:05.316 3642 3642 W System.err: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1285) 10-18 22:22:05.316 3642 3642 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7227) 10-18 22:22:05.316 3642 3642 W System.err: at android.app.ActivityThread.-$ $Nest$mhandleBindApplication(Unknown Source:0) 10-18 22:22:05.316 3642 3642 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2284) 10-18 22:22:05.316 3642 3642 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 10-18 22:22:05.316 3642 3642 W System.err: at android.os.Looper.loopOnce(Looper.java:240) 10-18 22:22:05.316 3642 3642 W System.err: at android.os.Looper.loop(Looper.java:351) 10-18 22:22:05.316 3642 3642 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8377) 10-18 22:22:05.316 3642 3642 W System.err: at java.lang.reflect.Method.invoke(Native Method) 10-18 22:22:05.316 3642 3642 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:584) 10-18 22:22:05.316 3642 3642 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013) 10-18 22:22:05.316 3642 3642 W System.err: Caused by: android.system.ErrnoException: open failed: EACCES (Permission denied) 10-18 22:22:05.316 3642 3642 W System.err: at libcore.io.Linux.open(Native Method) 10-18 22:22:05.316 3642 3642 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563) 10-18 22:22:05.316 3642 3642 W System.err: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:274) 10-18 22:22:05.317 3642 3642 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563) 10-18 22:22:05.317 3642 3642 W System.err: at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8256) 10-18 22:22:05.317 3642 3642 W System.err: at libcore.io.IoBridge.open(IoBridge.java:560) 10-18 22:22:05.317 3642 3642 W System.err: ... 16 more 10-18 22:22:05.343 3691 3691 E Parcel : Attempt to read from protected data in Parcel 0x7fff118a40 10-18 22:22:05.343 3691 3691 E Parcel : Attempt to read from protected data in Parcel 0x7fff118a40 10-18 22:22:05.343 3691 3691 E Parcel : Attempt to read from protected data in Parcel 0x7fff118a40 10-18 22:22:05.343 3691 3691 E Parcel : Attempt to read from protected data in Parcel 0x7fff118a40 10-18 22:22:05.343 3691 3691 E Parcel : Attempt to read from protected data in Parcel 0x7fff118a40 10-18 22:22:05.364 3642 3702 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value. 10-18 22:22:05.367 3642 3706 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value. 10-18 22:22:05.398 3713 3713 E oudinject:black: Unknown bits set in runtime_flags: 0x40000000 10-18 22:22:05.398 3713 3713 I oudinject:black: Using CollectorTypeCC GC. 10-18 22:22:05.403 3713 3713 E oudinject:black: Not starting debugger since process cannot load the jdwp agent. 10-18 22:22:05.406 3713 3713 D nativeloader: Load libframework-connectivity- tiramisu-jni.so using APEX ns com_android_tethering for caller /apex/com.android.tethering/javalib/framework-connectivity-t.jar: ok 10-18 22:22:05.408 3713 3713 W ziparchive: Unable to open '/system/framework/mediatek-framework.dm': No such file or directory 10-18 22:22:05.408 3713 3713 W ziparchive: Unable to open '/system/framework/mediatek-framework.dm': No such file or directory 10-18 22:22:05.409 3642 3702 D TrafficStats: tagSocket(89) with statsTag=0xffffffff, statsUid=-1 10-18 22:22:05.412 3642 3706 D TrafficStats: tagSocket(96) with statsTag=0xffffffff, statsUid=-1 10-18 22:22:05.414 3713 3713 I OneTrace: Mark active for pid=3713? true 10-18 22:22:05.414 3713 3713 D cutils-dev: otrace_set_tracing_enabled? true 10-18 22:22:05.415 3713 3713 D cutils-dev: properties changed in otrace_seq_number_changed! 10-18 22:22:05.417 3713 3731 E oudinject:black: Could not write anonymous vdex /system/framework/oat/arm/mediatek-framework.vdex: Could not open /system/framework/oat/arm/mediatek-framework.vdex for writing 10-18 22:22:05.425 3713 3713 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 11245; state: DISABLED 10-18 22:22:05.425 3713 3713 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusAutoResolutionFeature 10-18 22:22:05.425 3713 3713 I oplus.android.OplusFrameworkFactoryImpl: getOplusAutoResolutionFeature 10-18 22:22:05.430 3713 3713 I OplusFeatureCache: Milliseconds spent on init(): 5 10-18 22:22:05.431 3713 3713 D CompactWindowAppManager: initCompactApplicationInfo 10-18 22:22:05.435 3713 3713 W libc : Access denied finding property "ro.odm.prev.product.name" 10-18 22:22:05.437 3713 3713 D LoadedApk: mApplicationInfo overrideDisplayId:null 10-18 22:22:05.441 3713 3713 D nativeloader: Configuring clns-4 for other apk /data/app/~~eT22Nwlpe8WB3VFtlbtxjw==/com.cloudinject-eHBmZdaF4rEPyE15SMvnVQ==/ base.apk. target_sdk_version=30, uses_libraries=, library_path=/data/app/~~eT22Nwlpe8WB3VFtlbtxjw==/com.cloudinject- eHBmZdaF4rEPyE15SMvnVQ==/lib/arm:/data/app/~~eT22Nwlpe8WB3VFtlbtxjw==/ com.cloudinject-eHBmZdaF4rEPyE15SMvnVQ==/base.apk!/lib/armeabi-v7a, permitted_path=/data:/mnt/expand:/data/user/0/com.cloudinject 10-18 22:22:05.441 3713 3713 D nativeloader: Extending system_exposed_libraries: libapuwareapusys.mtk.so:libapuwareapusys_v2.mtk.so:libapuwarexrp.mtk.so:libapuwarex rp_v2.mtk.so:libapuwareutils.mtk.so:libapuwareutils_v2.mtk.so:libapuwarehmp.mtk.so: libmcv_runtime_usdk.mtk.so:libneuron_graph_delegate.mtk.so:libneuronusdk_adapter.mt k.so:libtflite_mtk.mtk.so:libarmnn_ndk.mtk.so:libcmdl_ndk.mtk.so:libnir_neon_driver _ndk.mtk.so:libmvpu_runtime.mtk.so:libmvpu_runtime_pub.mtk.so:libmvpu_engine_pub.mt k.so:libmvpu_pattern_pub.mtk.so:libmvpuop_mtk_cv.mtk.so:libmvpuop_mtk_nn.mtk.so:lib teeservice_client.trustonic.so:libSloganJni.oplus.so:libsuperNight.oplus.so 10-18 22:22:05.446 3713 3713 D nativeloader: Load libframework-connectivity- jni.so using APEX ns com_android_tethering for caller /apex/com.android.tethering/javalib/framework-connectivity.jar: ok 10-18 22:22:05.448 3713 3713 V GraphicsEnvironment: ANGLE Developer option for 'com.cloudinject' set to: 'default' 10-18 22:22:05.449 3713 3713 V GraphicsEnvironment: ANGLE GameManagerService for com.cloudinject: false 10-18 22:22:05.449 3713 3713 V GraphicsEnvironment: App is not on the allowlist for updatable production driver. 10-18 22:22:05.451 3713 3713 D NetworkSecurityConfig: Using Network Security Config from resource network debugBuild: false 10-18 22:22:05.452 3713 3713 D NetworkSecurityConfig: Using Network Security Config from resource network debugBuild: false 10-18 22:22:05.457 3713 3713 W oudinject:black: Accessing hidden method Ldalvik/system/VMRuntime;->setHiddenApiExemptions([Ljava/lang/String;)V (blocked,core-platform-api, reflection, denied) 10-18 22:22:05.458 3713 3713 E oudinject:black: Attempt to load writable dex file: /data/user/0/com.cloudinject/code_cache/1729270325457.dex 10-18 22:22:05.458 3713 3713 W oudinject:black: Opening an oat file without a class loader. Are you using the deprecated DexFile APIs? 10-18 22:22:05.458 3713 3713 W System.err: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.reflect.Method java.lang.Class.getDeclaredMethod(java.lang.String, java.lang.Class[])' on a null object reference 10-18 22:22:05.458 3713 3713 W System.err: at me.weishu.reflection.Reflection.b(:9) 10-18 22:22:05.458 3713 3713 W System.err: at me.weishu.reflection.Reflection.a(:3) 10-18 22:22:05.458 3713 3713 W System.err: at top.niunaijun.blackbox.BlackBoxCore.doAttachBaseContext(:1) 10-18 22:22:05.458 3713 3713 W System.err: at com.cloudinject.App.attachBaseContext(:4) 10-18 22:22:05.458 3713 3713 W System.err: at android.app.Application.attach(Application.java:361) 10-18 22:22:05.458 3713 3713 W System.err: at android.app.Instrumentation.newApplication(Instrumentation.java:1252) 10-18 22:22:05.458 3713 3713 W System.err: at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1512) 10-18 22:22:05.458 3713 3713 W System.err: at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1444) 10-18 22:22:05.458 3713 3713 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7183) 10-18 22:22:05.458 3713 3713 W System.err: at android.app.ActivityThread.-$ $Nest$mhandleBindApplication(Unknown Source:0) 10-18 22:22:05.458 3713 3713 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2284) 10-18 22:22:05.458 3713 3713 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 10-18 22:22:05.459 3713 3713 W System.err: at android.os.Looper.loopOnce(Looper.java:240) 10-18 22:22:05.459 3713 3713 W System.err: at android.os.Looper.loop(Looper.java:351) 10-18 22:22:05.459 3713 3713 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8377) 10-18 22:22:05.459 3713 3713 W System.err: at java.lang.reflect.Method.invoke(Native Method) 10-18 22:22:05.459 3713 3713 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:584) 10-18 22:22:05.459 3713 3713 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013) 10-18 22:22:05.476 3642 3642 D OplusActivityManager: get AMS extension: android.os.BinderProxy@2056093 10-18 22:22:05.476 3713 3713 W System.err: java.io.FileNotFoundException: /storage/emulated/0/cloudInject/keys/inject.keystore: open failed: EACCES (Permission denied) 10-18 22:22:05.477 3713 3713 W System.err: at libcore.io.IoBridge.open(IoBridge.java:574) 10-18 22:22:05.477 3713 3713 W System.err: at java.io.FileOutputStream.<init>(FileOutputStream.java:259) 10-18 22:22:05.477 3713 3713 W System.err: at java.io.FileOutputStream.<init>(FileOutputStream.java:208) 10-18 22:22:05.477 3713 3713 W System.err: at x40.b(:1) 10-18 22:22:05.477 3713 3713 W System.err: at com.cloudinject.App.q(:2) 10-18 22:22:05.477 3713 3713 W System.err: at com.cloudinject.App.onCreate(:8) 10-18 22:22:05.477 3713 3713 W System.err: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1285) 10-18 22:22:05.477 3713 3713 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7227) 10-18 22:22:05.477 3713 3713 W System.err: at android.app.ActivityThread.-$ $Nest$mhandleBindApplication(Unknown Source:0) 10-18 22:22:05.477 3713 3713 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2284) 10-18 22:22:05.477 3713 3713 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 10-18 22:22:05.477 3713 3713 W System.err: at android.os.Looper.loopOnce(Looper.java:240) 10-18 22:22:05.477 3713 3713 W System.err: at android.os.Looper.loop(Looper.java:351) 10-18 22:22:05.477 3713 3713 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8377) 10-18 22:22:05.477 3713 3713 W System.err: at java.lang.reflect.Method.invoke(Native Method) 10-18 22:22:05.477 3713 3713 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:584) 10-18 22:22:05.477 3713 3713 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013) 10-18 22:22:05.477 3713 3713 W System.err: Caused by: android.system.ErrnoException: open failed: EACCES (Permission denied) 10-18 22:22:05.477 3713 3713 W System.err: at libcore.io.Linux.open(Native Method) 10-18 22:22:05.477 3713 3713 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563) 10-18 22:22:05.477 3713 3713 W System.err: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:274) 10-18 22:22:05.477 3713 3713 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563) 10-18 22:22:05.477 3713 3713 W System.err: at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8256) 10-18 22:22:05.477 3713 3713 W System.err: at libcore.io.IoBridge.open(IoBridge.java:560) 10-18 22:22:05.477 3713 3713 W System.err: ... 16 more 10-18 22:22:05.490 3642 3738 D OplusGraphicsEvent: OplusGraphicsEventListener create now! 10-18 22:22:05.491 3642 3738 D OplusGraphicsEvent: addEventListener success! 10-18 22:22:05.499 3642 3743 D libMEOW : meow new tls: 0xc151e300 10-18 22:22:05.499 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: Unknow feature:IOplusTextViewRTLUtilForUG 10-18 22:22:05.503 3642 3743 D libMEOW : meow reload base cfg path: na 10-18 22:22:05.503 3642 3743 D libMEOW : meow reload overlay cfg path: na 10-18 22:22:05.505 3642 3743 W QT : qt_process_init() called 10-18 22:22:05.505 3642 3743 E QT : [QT]file does not exist 10-18 22:22:05.505 3642 3743 W QT : Support!! 10-18 22:22:05.505 3713 3748 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value. 10-18 22:22:05.511 3713 3752 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value. 10-18 22:22:05.511 3642 3743 E QT : [QT]file does not exist 10-18 22:22:05.511 3642 3743 D libMEOW : applied 1 plugins for [com.cloudinject]: 10-18 22:22:05.511 3642 3743 D libMEOW : plugin 1: [libMEOW_gift.so]: 0xd30df800 10-18 22:22:05.512 3713 3713 D OplusActivityManager: get AMS extension: android.os.BinderProxy@8d487a0 10-18 22:22:05.512 3713 3752 D TrafficStats: tagSocket(95) with statsTag=0xffffffff, statsUid=-1 10-18 22:22:05.512 3713 3748 D TrafficStats: tagSocket(94) with statsTag=0xffffffff, statsUid=-1 10-18 22:22:05.513 3642 3743 D libMEOW : rebuild call chain: 0xc1526dc0 10-18 22:22:05.516 3642 3642 D ScrollOptimizationHelper: can't find the config file for optimizaiton 10-18 22:22:05.516 3642 3642 D ScrollOptimizationHelper: will not debug for debug is false 10-18 22:22:05.516 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 10-18 22:22:05.516 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 10-18 22:22:05.518 3642 3743 D libMEOW : meow delete tls: 0xc151e300 10-18 22:22:05.528 3642 3754 D nativeloader: Load libpowerhalwrap_jni.so using system ns (caller=/system/framework/mediatek-framework.jar): ok 10-18 22:22:05.528 3642 3754 I PowerHalWrapper: PowerHalWrapper.getInstance 10-18 22:22:05.528 3642 3642 I PowerHalWrapper: PowerHalWrapper.getInstance 10-18 22:22:05.530 3642 3642 I MSYNC3-VariableRefreshRate: Variable refreshrate is disabled 10-18 22:22:05.531 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature --------- beginning of system 10-18 22:22:05.541 3642 3642 E OplusCustomizeRestrictionManager: sInstance is null, start a new sInstance 10-18 22:22:05.544 3642 3642 D CompatibilityChangeReporter: Compat change id reported: 210923482; UID 11245; state: DISABLED 10-18 22:22:05.544 3642 3642 D CompatibilityChangeReporter: Compat change id reported: 37756858; UID 11245; state: ENABLED 10-18 22:22:05.547 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 10-18 22:22:05.547 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 10-18 22:22:05.547 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 10-18 22:22:05.547 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 10-18 22:22:05.547 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 10-18 22:22:05.547 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 10-18 22:22:05.551 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 10-18 22:22:05.551 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 10-18 22:22:05.551 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 10-18 22:22:05.560 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 10-18 22:22:05.560 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 10-18 22:22:05.560 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 10-18 22:22:05.576 3642 3764 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value. 10-18 22:22:05.576 3642 3765 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value. 10-18 22:22:05.577 3642 3764 D TrafficStats: tagSocket(107) with statsTag=0xffffffff, statsUid=-1 10-18 22:22:05.577 3642 3765 D TrafficStats: tagSocket(108) with statsTag=0xffffffff, statsUid=-1 10-18 22:22:05.581 3642 3642 D nativeloader: Load libSchedAssistJni.so using system ns (caller=/system/framework/oplus-framework.jar): ok 10-18 22:22:05.581 3642 3642 D ExtensionsLoader: createInstance(32bit) : createExtendedFactory 10-18 22:22:05.582 3642 3642 D ExtensionsLoader: Opened libSchedAssistExtImpl.so 10-18 22:22:05.582 3642 3642 E com.cloudinject: ofbOpen failed with error=No such file or directory 10-18 22:22:05.582 3642 3642 E com.cloudinject: sysOpen failed with error=No such file or directory 10-18 22:22:05.583 3642 3642 D OplusInputMethodUtil: init sDebug to false, init sDebugIme to false, init sAlwaysOn to false 10-18 22:22:05.583 3642 3642 D OplusInputMethodUtil: updateDebugToClass InputMethodManager.DEBUG = false 10-18 22:22:05.583 3642 3642 D OplusInputMethodUtil: updateDebugToClass ImeFocusController.DEBUG = false 10-18 22:22:05.583 3642 3642 D OplusInputMethodUtil: updateDebugToClass BaseInputConnection.DEBUG = false 10-18 22:22:05.583 3642 3642 D OplusInputMethodUtil: updateDebugToClass ImeFocusController.sDebugIme = false 10-18 22:22:05.586 3642 3642 I SurfaceFactory: [static] sSurfaceFactory = com.mediatek.view.impl.SurfaceFactoryImpl@f4f8760 10-18 22:22:05.589 3642 3767 I OplusSlideAnimOptHelper: checkListMode: is blacklist mode = true 10-18 22:22:05.589 3642 3767 D OplusSlideAnimOptHelper: com.cloudinject scrollEffectOpt enable = true 10-18 22:22:05.589 3642 3642 D WindowManager: Add to mViews: DecorView@daa5cde[HomeActivity],pkg= com.cloudinject 10-18 22:22:05.592 3642 3738 D ExtensionsLoader: createInstance(32bit) : createExtendedFactory 10-18 22:22:05.605 3642 3738 D ExtensionsLoader: Opened libhwuiextimpl.so 10-18 22:22:05.605 3642 3642 D ExtensionsLoader: createInstance(32bit) : createExtendedFactory 10-18 22:22:05.605 3642 3642 D ExtensionsLoader: Opened libSchedAssistExtImpl.so 10-18 22:22:05.613 3642 3642 D ViewRootImplExtImpl: onDisplayChanged -1 for VRI android.view.ViewRootImpl@b2ae278 10-18 22:22:05.615 3642 3642 D libMEOW : meow new tls: 0xc088ce00 10-18 22:22:05.615 3642 3642 D libMEOW : applied 1 plugins for [com.cloudinject]: 10-18 22:22:05.615 3642 3642 D libMEOW : plugin 1: [libMEOW_gift.so]: 0xd30df800 10-18 22:22:05.616 3642 3642 D libMEOW : rebuild call chain: 0xc08942c0 10-18 22:22:05.633 3642 3642 D InputEventReceiver: Input log is disabled 10-18 22:22:05.634 3642 3642 I Quality : Skipped: false 1 cost 20.827816 refreshRate 11119133 bit false processName com.cloudinject 10-18 22:22:05.660 3642 3642 D BufferQueueConsumer: [](id:e3a00000000,api:0,p:- 1,c:3642) connect: controlledByApp=false 10-18 22:22:05.662 3642 3642 D ExtensionsLoader: createInstance(32bit) : createExtendedFactory 10-18 22:22:05.663 3642 3642 D ExtensionsLoader: Opened libSchedAssistExtImpl.so 10-18 22:22:05.665 3642 3642 E FBI : Can't load library: dlopen failed: library "libmagtsync.so" not found 10-18 22:22:05.665 3642 3642 V ZoomWindowDecorView: setLastReportedMergedConfiguration mZoomDisplayHeight: 2400 getDecorView.229268702 10-18 22:22:05.666 3642 3738 D libMEOW : meow new tls: 0xc08e90c0 10-18 22:22:05.666 3642 3738 D libMEOW : applied 1 plugins for [com.cloudinject]: 10-18 22:22:05.666 3642 3738 D libMEOW : plugin 1: [libMEOW_gift.so]: 0xd30df800 10-18 22:22:05.667 3642 3738 D libMEOW : rebuild call chain: 0xc06834c0 10-18 22:22:05.698 3642 3642 D VRI[HomeActivity]: registerCallbacksForSync syncBuffer=false 10-18 22:22:05.725 3642 3738 D hw-ProcessState: Binder ioctl to enable oneway spam detection failed: Invalid argument 10-18 22:22:05.769 3713 3713 D CompatibilityChangeReporter: Compat change id reported: 147798919; UID 11245; state: ENABLED 10-18 22:22:05.922 3642 3738 D BLASTBufferQueue: [VRI[HomeActivity] [com.cloudinject/com.cloudinject.ui.activity.HomeActivity]#0](f:0,a:1) acquireNextBufferLocked size=1080x2400 mFrameNumber=1 applyTransaction=true mTimestamp=1303523129552539(auto) mPendingTransactions.size=0 graphicBufferId=15642270892032 transform=0 10-18 22:22:05.922 3642 3738 D VRI[HomeActivity]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true syncBuffer=false 10-18 22:22:05.926 3642 3738 W Parcel : Expecting binder but got null! 10-18 22:22:05.926 3642 3642 D VRI[HomeActivity]: draw finished. 10-18 22:22:05.944 3642 3642 I Quality : Skipped: false 27 cost 301.0864 refreshRate 11111111 bit false processName com.cloudinject 10-18 22:22:05.951 3642 3642 D CompatibilityChangeReporter: Compat change id reported: 147798919; UID 11245; state: ENABLED 10-18 22:22:05.971 3642 3642 I Quality : Skipped: false 1 cost 16.736067 refreshRate 11119585 bit false processName com.cloudinject 10-18 22:22:05.985 3642 3642 D VRI[HomeActivity]: registerCallbacksForSync syncBuffer=false 10-18 22:22:05.992 3642 3738 D VRI[HomeActivity]: Received frameCommittedCallback lastAttemptedDrawFrameNum=3 didProduceBuffer=true syncBuffer=false 10-18 22:22:05.992 3642 3642 D VRI[HomeActivity]: draw finished. 10-18 22:22:05.993 3642 3642 I Quality : Skipped: true 1 cost 17.154705 refreshRate 11119978 bit false processName com.cloudinject 10-18 22:22:06.015 3642 3642 D VRI[HomeActivity]: onFocusEvent true 10-18 22:22:06.033 3642 3642 I Quality : Skipped: false 1 cost 12.037351 refreshRate 11119911 bit false processName com.cloudinject 10-18 22:22:06.283 3642 3642 D ViewRootImplExtImpl: onDisplayChanged 0 for VRI android.view.ViewRootImpl@b2ae278 10-18 22:22:08.563 3642 3642 D OplusInputMethodManagerInternal: get inputMethodManager extension: com.android.internal.view.IInputMethodManager$Stub$Proxy@4aad7b2 10-18 22:22:08.593 3642 3642 D CompatibilityChangeReporter: Compat change id reported: 171228096; UID 11245; state: ENABLED 10-18 22:22:08.593 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 10-18 22:22:08.593 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 10-18 22:22:08.593 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 10-18 22:22:08.594 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 10-18 22:22:08.594 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 10-18 22:22:08.594 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 10-18 22:22:08.600 3642 3642 D WindowManager: Add to mViews: DecorView@8eb4fa4[HomeActivity],pkg= com.cloudinject 10-18 22:22:08.611 3642 3642 D ViewRootImplExtImpl: onDisplayChanged -1 for VRI android.view.ViewRootImpl@5fc210 10-18 22:22:08.612 3642 3642 D InputEventReceiver: Input log is disabled 10-18 22:22:08.612 3642 3642 D OplusScrollToTopManager: unregisterGuidePopupDismissReceiverInSystemUI 10-18 22:22:08.612 3642 3642 D OplusScrollToTopManager: Receiver not registered: android.view.OplusScrollToTopManager$1@4004f0e 10-18 22:22:08.612 3642 3642 D OplusScrollToTopManager: unregisterSystemUIBroadcastReceiver 10-18 22:22:08.612 3642 3642 D OplusScrollToTopManager: java.lang.IllegalArgumentException: Receiver not registered: android.view.OplusScrollToTopManager$2@f0c1d2f 10-18 22:22:08.658 3642 3642 I Quality : Skipped: false 4 cost 73.1654 refreshRate 16706509 bit false processName com.cloudinject 10-18 22:22:08.673 3642 3812 D libMEOW : meow new tls: 0xc1f75140 10-18 22:22:08.673 3642 3812 D libMEOW : applied 1 plugins for [com.cloudinject]: 10-18 22:22:08.673 3642 3812 D libMEOW : plugin 1: [libMEOW_gift.so]: 0xd30df800 10-18 22:22:08.673 3642 3812 D libMEOW : rebuild call chain: 0xc1f4c880 10-18 22:22:08.674 3642 3812 D libMEOW : meow delete tls: 0xc1f75140 10-18 22:22:08.682 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 10-18 22:22:08.682 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 10-18 22:22:08.682 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 10-18 22:22:08.694 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 10-18 22:22:08.694 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 10-18 22:22:08.694 3642 3642 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 10-18 22:22:08.698 3642 3706 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value. 10-18 22:22:08.700 3642 3642 D WindowManager: Add to mViews: DecorView@bd61e93[FeatureHomeActivity],pkg= com.cloudinject 10-18 22:22:08.703 3642 3706 D TrafficStats: tagSocket(134) with statsTag=0xffffffff, statsUid=-1 10-18 22:22:08.704 3642 3642 D ViewRootImplExtImpl: onDisplayChanged -1 for VRI android.view.ViewRootImpl@3bc37fc 10-18 22:22:08.705 3642 3642 D InputEventReceiver: Input log is disabled 10-18 22:22:08.705 3642 3642 D VRI[HomeActivity]: onFocusEvent false 10-18 22:22:08.706 3642 3642 I Quality : Skipped: false 0 cost 7.060539 refreshRate 16705740 bit false processName com.cloudinject 10-18 22:22:08.723 3642 3642 D BufferQueueConsumer: [](id:e3a00000001,api:0,p:- 1,c:3642) connect: controlledByApp=false 10-18 22:22:08.724 3642 3642 V ZoomWindowDecorView: setLastReportedMergedConfiguration mZoomDisplayHeight: 2400 getDecorView.198581907 10-18 22:22:08.726 3642 3642 D VRI[FeatureHomeActivity]: registerCallbacksForSync syncBuffer=false 10-18 22:22:08.740 3642 3738 D BLASTBufferQueue: [VRI[FeatureHomeActivity] [com.cloudinject/com.cloudinject.featuremanager.ui.FeatureHomeActivity]#1](f:0,a:1) acquireNextBufferLocked size=1080x2400 mFrameNumber=1 applyTransaction=true mTimestamp=1303525947298309(auto) mPendingTransactions.size=0 graphicBufferId=15642270892038 transform=0 10-18 22:22:08.740 3642 3738 D VRI[FeatureHomeActivity]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true syncBuffer=false 10-18 22:22:08.741 3642 3738 W Parcel : Expecting binder but got null! 10-18 22:22:08.741 3642 3642 D VRI[FeatureHomeActivity]: draw finished. 10-18 22:22:08.744 3642 3642 I Quality : Skipped: false 1 cost 25.60662 refreshRate 16705472 bit false processName com.cloudinject 10-18 22:22:08.753 3642 3642 D VRI[FeatureHomeActivity]: registerCallbacksForSync syncBuffer=false 10-18 22:22:08.760 3642 3738 D VRI[FeatureHomeActivity]: Received frameCommittedCallback lastAttemptedDrawFrameNum=3 didProduceBuffer=true syncBuffer=false 10-18 22:22:08.761 3642 3642 D VRI[FeatureHomeActivity]: draw finished. 10-18 22:22:08.793 3642 3642 D VRI[FeatureHomeActivity]: onFocusEvent true 10-18 22:22:08.970 3642 3642 W System.err: java.lang.NullPointerException: Attempt to invoke virtual method 'java.util.List tu.getData()' on a null object reference 10-18 22:22:08.970 3642 3642 W System.err: at com.cloudinject.featuremanager.ui.FeatureHomeActivity.b0(:1) 10-18 22:22:08.970 3642 3642 W System.err: at rv.a(Unknown Source:4) 10-18 22:22:08.970 3642 3642 W System.err: at androidx.lifecycle.LiveData.b(:6) 10-18 22:22:08.970 3642 3642 W System.err: at androidx.lifecycle.LiveData.c(:8) 10-18 22:22:08.970 3642 3642 W System.err: at androidx.lifecycle.LiveData.l(:4) 10-18 22:22:08.970 3642 3642 W System.err: at tc.l(:1) 10-18 22:22:08.970 3642 3642 W System.err: at wy$a.b(:1) 10-18 22:22:08.970 3642 3642 W System.err: at bu.handleCode(:3) 10-18 22:22:08.970 3642 3642 W System.err: at bu.onNext(:8) 10-18 22:22:08.970 3642 3642 W System.err: at bu.onNext(:1) 10-18 22:22:08.970 3642 3642 W System.err: at wu$a.onNext(:1) 10-18 22:22:08.971 3642 3642 W System.err: at bt0.onNext(:2) 10-18 22:22:08.971 3642 3642 W System.err: at nq0$a.call(:9) 10-18 22:22:08.971 3642 3642 W System.err: at sp0$b.run(:1) 10-18 22:22:08.971 3642 3642 W System.err: at android.os.Handler.handleCallback(Handler.java:942) 10-18 22:22:08.971 3642 3642 W System.err: at android.os.Handler.dispatchMessage(Handler.java:99) 10-18 22:22:08.971 3642 3642 W System.err: at android.os.Looper.loopOnce(Looper.java:240) 10-18 22:22:08.971 3642 3642 W System.err: at android.os.Looper.loop(Looper.java:351) 10-18 22:22:08.971 3642 3642 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8377) 10-18 22:22:08.971 3642 3642 W System.err: at java.lang.reflect.Method.invoke(Native Method) 10-18 22:22:08.971 3642 3642 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:584) 10-18 22:22:08.971 3642 3642 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013) 10-18 22:22:08.971 3642 3642 W System.err: java.lang.NullPointerException: Attempt to invoke virtual method 'java.util.List tu.getData()' on a null object reference 10-18 22:22:08.971 3642 3642 W System.err: at com.cloudinject.featuremanager.ui.FeatureHomeActivity.b0(:1) 10-18 22:22:08.971 3642 3642 W System.err: at rv.a(Unknown Source:4) 10-18 22:22:08.971 3642 3642 W System.err: at androidx.lifecycle.LiveData.b(:6) 10-18 22:22:08.971 3642 3642 W System.err: at androidx.lifecycle.LiveData.c(:8) 10-18 22:22:08.971 3642 3642 W System.err: at androidx.lifecycle.LiveData.l(:4) 10-18 22:22:08.971 3642 3642 W System.err: at tc.l(:1) 10-18 22:22:08.971 3642 3642 W System.err: at wy$a.b(:1) 10-18 22:22:08.971 3642 3642 W System.err: at bu.handleCode(:3) 10-18 22:22:08.971 3642 3642 W System.err: at bu.onNext(:8) 10-18 22:22:08.971 3642 3642 W System.err: at bu.onNext(:1) 10-18 22:22:08.971 3642 3642 W System.err: at wu$a.onNext(:1) 10-18 22:22:08.971 3642 3642 W System.err: at bt0.onNext(:2) 10-18 22:22:08.971 3642 3642 W System.err: at nq0$a.call(:9) 10-18 22:22:08.971 3642 3642 W System.err: at sp0$b.run(:1) 10-18 22:22:08.971 3642 3642 W System.err: at android.os.Handler.handleCallback(Handler.java:942) 10-18 22:22:08.971 3642 3642 W System.err: at android.os.Handler.dispatchMessage(Handler.java:99) 10-18 22:22:08.971 3642 3642 W System.err: at android.os.Looper.loopOnce(Looper.java:240) 10-18 22:22:08.971 3642 3642 W System.err: at android.os.Looper.loop(Looper.java:351) 10-18 22:22:08.971 3642 3642 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8377) 10-18 22:22:08.971 3642 3642 W System.err: at java.lang.reflect.Method.invoke(Native Method) 10-18 22:22:08.971 3642 3642 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:584) 10-18 22:22:08.971 3642 3642 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013) 10-18 22:22:10.222 3642 3642 D Activity: dispatchKeyEvent to com.cloudinject.featuremanager.ui.FeatureHomeActivity@c588672 will call onBackPressed 10-18 22:22:10.262 3642 3642 D VRI[FeatureHomeActivity]: onFocusEvent false 10-18 22:22:10.262 3642 3642 D VRI[HomeActivity]: onFocusEvent true 10-18 22:22:10.278 3642 3642 D VRI[FeatureHomeActivity]: setWindowStopped stopped:true 10-18 22:22:10.282 3642 3642 D OplusScrollToTopManager: unregisterGuidePopupDismissReceiverInSystemUI 10-18 22:22:10.282 3642 3642 D OplusScrollToTopManager: Receiver not registered: android.view.OplusScrollToTopManager$1@807bb9a 10-18 22:22:10.282 3642 3642 D OplusScrollToTopManager: unregisterSystemUIBroadcastReceiver 10-18 22:22:10.282 3642 3642 D OplusScrollToTopManager: java.lang.IllegalArgumentException: Receiver not registered: android.view.OplusScrollToTopManager$2@98ffccb 10-18 22:22:10.282 3642 3642 D CursorFeedback: editorDetachFromWindow android.widget.Editor@156aca8 10-18 22:22:10.283 3642 3642 V ZoomWindowDecorView: removeZoomView 10-18 22:22:10.298 3642 3651 D BLASTBufferQueue: [VRI[FeatureHomeActivity] [com.cloudinject/com.cloudinject.featuremanager.ui.FeatureHomeActivity]#1](f:0,a:3) destructor() 10-18 22:22:10.298 3642 3651 D BufferQueueConsumer: [VRI[FeatureHomeActivity] [com.cloudinject/com.cloudinject.featuremanager.ui.FeatureHomeActivity]#1(BLAST Consumer)1](id:e3a00000001,api:0,p:-1,c:3642) disconnect 10-18 22:22:10.336 3642 3702 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value. 10-18 22:22:10.337 3642 3702 D TrafficStats: tagSocket(134) with statsTag=0xffffffff, statsUid=-1 10-18 22:22:10.361 3642 3651 D VRI[FeatureHomeActivity]: dispatchAppVisibility visible:false 10-18 22:22:10.492 3713 3752 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value. 10-18 22:22:10.496 3713 3752 D TrafficStats: tagSocket(96) with statsTag=0xffffffff, statsUid=-1 10-18 22:22:10.730 3642 3642 D VRI[HomeActivity]: onFocusEvent false 10-18 22:22:10.792 3642 3651 D VRI[HomeActivity]: dispatchAppVisibility visible:false 10-18 22:22:10.823 3642 3642 D BLASTBufferQueue: [VRI[HomeActivity] [com.cloudinject/com.cloudinject.ui.activity.HomeActivity]#0](f:0,a:1) destructor() 10-18 22:22:10.823 3642 3642 D BufferQueueConsumer: [VRI[HomeActivity] [com.cloudinject/com.cloudinject.ui.activity.HomeActivity]#0(BLAST Consumer)0] (id:e3a00000000,api:0,p:-1,c:3642) disconnect 10-18 22:22:10.829 3642 3642 D ViewRootImplExtImpl: onDisplayChanged 0 for VRI android.view.ViewRootImpl@b2ae278 10-18 22:22:10.900 3642 3651 D VRI[HomeActivity]: dispatchAppVisibility visible:true 10-18 22:22:10.927 3642 3642 D BufferQueueConsumer: [](id:e3a00000002,api:0,p:- 1,c:3642) connect: controlledByApp=false 10-18 22:22:10.928 3642 3642 E IPCThreadState: attemptIncStrongHandle(80): Not supported 10-18 22:22:10.928 3642 3642 D VRI[HomeActivity]: registerCallbacksForSync syncBuffer=false 10-18 22:22:10.934 3642 3738 D BLASTBufferQueue: [VRI[HomeActivity] [com.cloudinject/com.cloudinject.ui.activity.HomeActivity]#2](f:0,a:1) acquireNextBufferLocked size=1080x2400 mFrameNumber=1 applyTransaction=true mTimestamp=1303528141847540(auto) mPendingTransactions.size=0 graphicBufferId=15642270892044 transform=0 10-18 22:22:10.934 3642 3738 D VRI[HomeActivity]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true syncBuffer=false 10-18 22:22:10.935 3642 3642 D VRI[HomeActivity]: draw finished. 10-18 22:22:10.957 3642 3642 D VRI[HomeActivity]: registerCallbacksForSync syncBuffer=false 10-18 22:22:10.961 3642 3738 D VRI[HomeActivity]: Received frameCommittedCallback lastAttemptedDrawFrameNum=2 didProduceBuffer=true syncBuffer=false 10-18 22:22:10.961 3642 3642 D VRI[HomeActivity]: draw finished. 10-18 22:22:11.023 3642 3642 D VRI[HomeActivity]: onFocusEvent true 10-18 22:22:11.137 3642 3764 W Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value. 10-18 22:22:11.140 3642 3764 D TrafficStats: tagSocket(128) with statsTag=0xffffffff, statsUid=-1 10-18 22:22:11.258 3642 3642 D ViewRootImplExtImpl: onDisplayChanged 0 for VRI android.view.ViewRootImpl@b2ae278 10-18 22:22:12.016 3642 3642 D VRI[HomeActivity]: onFocusEvent false 10-18 22:22:12.061 3642 3642 D ViewRootImplExtImpl: onDisplayChanged 0 for VRI android.view.ViewRootImpl@b2ae278 10-18 22:22:12.086 3642 3661 D VRI[HomeActivity]: dispatchAppVisibility visible:false 10-18 22:22:12.107 3642 3642 D VRI[HomeActivity]: setWindowStopped stopped:true 10-18 22:22:12.108 3642 3661 D BLASTBufferQueue: [VRI[HomeActivity] [com.cloudinject/com.cloudinject.ui.activity.HomeActivity]#2](f:0,a:1) destructor() 10-18 22:22:12.108 3642 3661 D BufferQueueConsumer: [VRI[HomeActivity] [com.cloudinject/com.cloudinject.ui.activity.HomeActivity]#2(BLAST Consumer)2] (id:e3a00000002,api:0,p:-1,c:3642) disconnect 10-18 22:22:15.129 3642 3642 D ActivityThread: do gfx trim 40 success 10-18 22:22:17.186 3642 3642 D ViewRootImplExtImpl: onDisplayChanged 0 for VRI android.view.ViewRootImpl@b2ae278 10-18 22:22:28.455 3642 3646 W com.cloudinject: Cleared Reference was only reachable from finalizer (only reported once) 10-18 22:22:48.048 3642 3642 D ViewRootImplExtImpl: onDisplayChanged 0 for VRI android.view.ViewRootImpl@b2ae278 10-18 22:23:04.660 3642 3642 D ViewRootImplExtImpl: onDisplayChanged 0 for VRI android.view.ViewRootImpl@b2ae278