ReVanced / revanced-manager

💊 Application to use ReVanced on Android

Home Page:https://revanced.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug: Storage option crashes immediattely

smirkybg opened this issue · comments

Bug description

My device is a Chinese car multimedia with Android 9 x86. I can't patch any YouTube apk from a couple of months now, which forces me to use pre-patched revanced APKs as a workaround.

Step 1: Click "Patcher"
Step 2: Click "Select an app"
Step 3: Click "Storage" or YouTube and then "Select from storage"

Those steps result in a crash. I also have a logcat:

Version of ReVanced Manager and version & name of app you are patching

Revanced Manager: 1.20.1
Trying to patch YouTube, regardless of version.

Installation method

None

ReVanced Manager logs

--------- beginning of crash
04-26 18:31:15.064  6869  6869 E AndroidRuntime: FATAL EXCEPTION: main
04-26 18:31:15.064  6869  6869 E AndroidRuntime: Process: app.revanced.manager.flutter, PID: 6869
04-26 18:31:15.064  6869  6869 E AndroidRuntime: java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=19111, result=0, data=null} to activity {app.revanced.manager.flutter/app.revanced.manager.flutter.MainActivity}: java.lang.IllegalStateException: Reply already submitted
04-26 18:31:15.064  6869  6869 E AndroidRuntime: 	at android.app.ActivityThread.deliverResults(ActivityThread.java:4429)
04-26 18:31:15.064  6869  6869 E AndroidRuntime: 	at android.app.ActivityThread.handleSendResult(ActivityThread.java:4473)
04-26 18:31:15.064  6869  6869 E AndroidRuntime: 	at android.app.ActivityThread.-wrap20(Unknown Source:0)
04-26 18:31:15.064  6869  6869 E AndroidRuntime: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1705)
04-26 18:31:15.064  6869  6869 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:106)
04-26 18:31:15.064  6869  6869 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
04-26 18:31:15.064  6869  6869 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:6719)
04-26 18:31:15.064  6869  6869 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
04-26 18:31:15.064  6869  6869 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:455)
04-26 18:31:15.064  6869  6869 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
04-26 18:31:15.064  6869  6869 E AndroidRuntime: Caused by: java.lang.IllegalStateException: Reply already submitted
04-26 18:31:15.064  6869  6869 E AndroidRuntime: 	at io.flutter.embedding.engine.dart.DartMessenger$Reply.reply(Unknown Source:35)
04-26 18:31:15.064  6869  6869 E AndroidRuntime: 	at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler$1.success(Unknown Source:14)
04-26 18:31:15.064  6869  6869 E AndroidRuntime: 	at com.kineapps.flutter_file_dialog.FileDialog.finishSuccessfully(Unknown Source:4)
04-26 18:31:15.064  6869  6869 E AndroidRuntime: 	at com.kineapps.flutter_file_dialog.FileDialog.onActivityResult(Unknown Source:175)
04-26 18:31:15.064  6869  6869 E AndroidRuntime: 	at io.flutter.embedding.engine.FlutterEngineConnectionRegistry$FlutterEngineActivityPluginBinding.onActivityResult(Unknown Source:25)
04-26 18:31:15.064  6869  6869 E AndroidRuntime: 	at io.flutter.embedding.engine.FlutterEngineConnectionRegistry.onActivityResult(Unknown Source:14)
04-26 18:31:15.064  6869  6869 E AndroidRuntime: 	at io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.onActivityResult(Unknown Source:51)
04-26 18:31:15.064  6869  6869 E AndroidRuntime: 	at io.flutter.embedding.android.FlutterActivity.onActivityResult(Unknown Source:10)
04-26 18:31:15.064  6869  6869 E AndroidRuntime: 	at android.app.Activity.dispatchActivityResult(Activity.java:7304)
04-26 18:31:15.064  6869  6869 E AndroidRuntime: 	at android.app.ActivityThread.deliverResults(ActivityThread.java:4425)
04-26 18:31:15.064  6869  6869 E AndroidRuntime: 	... 9 more
--------- beginning of main
04-26 18:34:08.713  7780  7780 D FlutterFileDialogPlugin: onAttachedToEngine - IN
04-26 18:34:08.713  7780  7780 D FlutterFileDialogPlugin: doOnAttachedToEngine - IN
04-26 18:34:08.713  7780  7780 D FlutterFileDialogPlugin: doOnAttachedToEngine - OUT
04-26 18:34:08.713  7780  7780 D FlutterFileDialogPlugin: onAttachedToEngine - OUT
04-26 18:34:08.713  7780  7780 D FlutterFileDialogPlugin: onAttachedToActivity
04-26 18:34:08.713  7780  7780 D FlutterFileDialogPlugin: doOnAttachedToActivity - IN
04-26 18:34:08.714  7780  7780 D FlutterFileDialogPlugin: doOnAttachedToActivity - OUT
04-26 18:34:08.744  7780  7818 D OpenGLRenderer: textureCacheSize 75497472
04-26 18:34:08.751  7780  7818 D OpenGLRenderer: textureCacheSize 75497472
04-26 18:34:08.771  7780  7818 D mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, egl_color_buffer_format *, EGLBoolean) returns 0x3000, win:0xbb853008
04-26 18:34:08.772  7780  7818 I OpenGLRenderer: queryNativeWindowStatus 0xbb853008 query=0 dataspace=0
04-26 18:34:08.792  7780  9697 D mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, egl_color_buffer_format *, EGLBoolean) returns 0x3000, win:0xbb853808
04-26 18:34:08.843  7780  7780 I zygote  : Deoptimizing void io.flutter.plugin.common.StandardMessageCodec.writeValue(java.io.ByteArrayOutputStream, java.lang.Object) due to JIT inline cache
04-26 18:34:08.905  9700  9700 I sh      : type=1400 audit(0.0:500): avc: denied { read } for name="/" dev="rootfs" ino=2 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:rootfs:s0 tclass=dir permissive=1
04-26 18:34:08.905  9700  9700 I sh      : type=1400 audit(0.0:501): avc: denied { open } for path="/" dev="rootfs" ino=2 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:rootfs:s0 tclass=dir permissive=1
04-26 18:34:09.661  7780  7780 I Choreographer: Skipped 45 frames!  The application may be doing too much work on its main thread.
04-26 18:34:10.547  7780  7780 I Choreographer: Skipped 44 frames!  The application may be doing too much work on its main thread.
04-26 18:34:10.819  7780  9697 I gralloc : gralloc_register_buffer hnd=0xbb82cf40, share_fd=126, share_attr_fd=127, magic=51647890, format=1, internal_format=200000001, byte_stride=4096, flags=4, usage=0xb00, size=2529280, width=1024, height=600, internalWidth=1024, internalHeight=600, stride=1024, base=0xb6a16000, writeOwner=0, attr_base=0xffffffff, yuv_info=1, fd=-1, buf_idx=0, offset=0, min_pgsz=4096, phyaddr=0
04-26 18:34:11.499  7780  7780 I Choreographer: Skipped 48 frames!  The application may be doing too much work on its main thread.
04-26 18:34:11.506  7780  7818 I gralloc : gralloc_register_buffer hnd=0xbc77ad80, share_fd=120, share_attr_fd=123, magic=51647890, format=1, internal_format=200000001, byte_stride=4096, flags=4, usage=0xb00, size=2529280, width=1024, height=600, internalWidth=1024, internalHeight=600, stride=1024, base=0xb6116000, writeOwner=0, attr_base=0xffffffff, yuv_info=1, fd=-1, buf_idx=0, offset=0, min_pgsz=4096, phyaddr=0
04-26 18:34:11.538  7780  7818 I gralloc : gralloc_register_buffer hnd=0xbc77acc0, share_fd=124, share_attr_fd=125, magic=51647890, format=1, internal_format=200000001, byte_stride=4096, flags=4, usage=0xb00, size=2529280, width=1024, height=600, internalWidth=1024, internalHeight=600, stride=1024, base=0xb5eac000, writeOwner=0, attr_base=0xffffffff, yuv_info=1, fd=-1, buf_idx=0, offset=0, min_pgsz=4096, phyaddr=0
04-26 18:34:11.608  7780  9696 I flutter : dynamic_color: Dynamic color not detected on this device.
04-26 18:34:11.646  7780  9697 I gralloc : gralloc_register_buffer hnd=0xbb5fd580, share_fd=128, share_attr_fd=129, magic=51647890, format=1, internal_format=200000001, byte_stride=4096, flags=4, usage=0xb00, size=2529280, width=1024, height=600, internalWidth=1024, internalHeight=600, stride=1024, base=0xb5c42000, writeOwner=0, attr_base=0xffffffff, yuv_info=1, fd=-1, buf_idx=0, offset=0, min_pgsz=4096, phyaddr=0
04-26 18:34:12.308  7780  7780 I zygote  : The ClassLoaderContext is a special shared library.
04-26 18:34:14.760  7780  9697 I gralloc : gralloc_register_buffer hnd=0xbb5fc740, share_fd=117, share_attr_fd=118, magic=51647890, format=1, internal_format=200000001, byte_stride=4096, flags=4, usage=0xb00, size=2529280, width=1024, height=600, internalWidth=1024, internalHeight=600, stride=1024, base=0xb5816000, writeOwner=0, attr_base=0xffffffff, yuv_info=1, fd=-1, buf_idx=0, offset=0, min_pgsz=4096, phyaddr=0
04-26 18:34:16.657  7780 10385 W ResourceType: ResTable_typeSpec entry count inconsistent: given 42, previously 46
04-26 18:34:16.657  7780 10385 W ResourceType: ResTable_typeSpec entry count inconsistent: given 42, previously 46
04-26 18:34:16.657  7780 10385 W ResourceType: ResTable_typeSpec entry count inconsistent: given 107, previously 120
04-26 18:34:16.774  7780 10385 W ResourceType: ResTable_typeSpec entry count inconsistent: given 13, previously 17
04-26 18:34:16.774  7780 10385 W ResourceType: ResTable_typeSpec entry count inconsistent: given 6461, previously 6463
04-26 18:34:16.774  7780 10385 W ResourceType: ResTable_typeSpec entry count inconsistent: given 13, previously 17
04-26 18:34:16.775  7780 10385 W ResourceType: ResTable_typeSpec entry count inconsistent: given 6458, previously 6463
04-26 18:34:16.775  7780 10385 W ResourceType: ResTable_typeSpec entry count inconsistent: given 3049, previously 3102
04-26 18:34:16.775  7780 10385 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2853, previously 2866
04-26 18:34:17.047  7780  7780 W ResourceType: ResTable_typeSpec entry count inconsistent: given 3501, previously 3502
04-26 18:34:17.048  7780  7780 W ResourceType: ResTable_typeSpec entry count inconsistent: given 3501, previously 3502
04-26 18:34:17.049  7780  7780 W ResourceType: ResTable_typeSpec entry count inconsistent: given 3885, previously 3887
04-26 18:34:19.013  7780  7780 D FlutterFileDialogPlugin: onMethodCall - IN , method=pickFile
04-26 18:34:19.013  7780  7780 D FlutterFileDialogPlugin: createFileDialog - IN
04-26 18:34:19.013  7780  7780 D FlutterFileDialogPlugin: createFileDialog - OUT
04-26 18:34:19.014  7780  7780 D FileDialog: pickFile - IN, fileExtensionsFilter=null, mimeTypesFilter=[Ljava.lang.String;@75af6fc, localOnly=false, copyFileToCacheDir=true
04-26 18:34:19.017  7780  7780 E MethodChannel#flutter_file_dialog: Failed to handle method call
04-26 18:34:19.017  7780  7780 E MethodChannel#flutter_file_dialog: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.OPEN_DOCUMENT cat=[android.intent.category.OPENABLE] typ=application/vnd.android.package-archive }
04-26 18:34:19.017  7780  7780 E MethodChannel#flutter_file_dialog: 	at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1969)
04-26 18:34:19.017  7780  7780 E MethodChannel#flutter_file_dialog: 	at android.app.Instrumentation.execStartActivity(Instrumentation.java:1648)
04-26 18:34:19.017  7780  7780 E MethodChannel#flutter_file_dialog: 	at android.app.Activity.startActivityForResult(Activity.java:4519)
04-26 18:34:19.017  7780  7780 E MethodChannel#flutter_file_dialog: 	at android.app.Activity.startActivityForResult(Activity.java:4477)
04-26 18:34:19.017  7780  7780 E MethodChannel#flutter_file_dialog: 	at com.kineapps.flutter_file_dialog.FileDialog.pickFile(Unknown Source:92)
04-26 18:34:19.017  7780  7780 E MethodChannel#flutter_file_dialog: 	at com.kineapps.flutter_file_dialog.FlutterFileDialogPlugin.onMethodCall(Unknown Source:197)
04-26 18:34:19.017  7780  7780 E MethodChannel#flutter_file_dialog: 	at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(Unknown Source:17)
04-26 18:34:19.017  7780  7780 E MethodChannel#flutter_file_dialog: 	at io.flutter.embedding.engine.dart.DartMessenger.invokeHandler(Unknown Source:18)
04-26 18:34:19.017  7780  7780 E MethodChannel#flutter_file_dialog: 	at io.flutter.embedding.engine.dart.DartMessenger.lambda$dispatchMessageToQueue$0(Unknown Source:41)
04-26 18:34:19.017  7780  7780 E MethodChannel#flutter_file_dialog: 	at io.flutter.embedding.engine.dart.DartMessenger.$r8$lambda$2j2MERcK825A5j1fv5sZ7xB2Iuo(SourceFile:0)
04-26 18:34:19.017  7780  7780 E MethodChannel#flutter_file_dialog: 	at io.flutter.embedding.engine.dart.DartMessenger$$ExternalSyntheticLambda0.run(SourceFile:0)
04-26 18:34:19.017  7780  7780 E MethodChannel#flutter_file_dialog: 	at android.os.Handler.handleCallback(Handler.java:790)
04-26 18:34:19.017  7780  7780 E MethodChannel#flutter_file_dialog: 	at android.os.Handler.dispatchMessage(Handler.java:99)
04-26 18:34:19.017  7780  7780 E MethodChannel#flutter_file_dialog: 	at android.os.Looper.loop(Looper.java:164)
04-26 18:34:19.017  7780  7780 E MethodChannel#flutter_file_dialog: 	at android.app.ActivityThread.main(ActivityThread.java:6719)
04-26 18:34:19.017  7780  7780 E MethodChannel#flutter_file_dialog: 	at java.lang.reflect.Method.invoke(Native Method)
04-26 18:34:19.017  7780  7780 E MethodChannel#flutter_file_dialog: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:455)
04-26 18:34:19.017  7780  7780 E MethodChannel#flutter_file_dialog: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
04-26 18:34:19.021  7780  7780 D FileDialog: Cancelled
04-26 18:34:19.021  7780  7780 D AndroidRuntime: Shutting down VM
04-26 18:34:19.022  7780  7780 E AndroidRuntime: FATAL EXCEPTION: main
04-26 18:34:19.022  7780  7780 E AndroidRuntime: Process: app.revanced.manager.flutter, PID: 7780
04-26 18:34:19.022  7780  7780 E AndroidRuntime: java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=19111, result=0, data=null} to activity {app.revanced.manager.flutter/app.revanced.manager.flutter.MainActivity}: java.lang.IllegalStateException: Reply already submitted
04-26 18:34:19.022  7780  7780 E AndroidRuntime: 	at android.app.ActivityThread.deliverResults(ActivityThread.java:4429)
04-26 18:34:19.022  7780  7780 E AndroidRuntime: 	at android.app.ActivityThread.handleSendResult(ActivityThread.java:4473)
04-26 18:34:19.022  7780  7780 E AndroidRuntime: 	at android.app.ActivityThread.-wrap20(Unknown Source:0)
04-26 18:34:19.022  7780  7780 E AndroidRuntime: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1705)
04-26 18:34:19.022  7780  7780 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:106)
04-26 18:34:19.022  7780  7780 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
04-26 18:34:19.022  7780  7780 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:6719)
04-26 18:34:19.022  7780  7780 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
04-26 18:34:19.022  7780  7780 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:455)
04-26 18:34:19.022  7780  7780 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
04-26 18:34:19.022  7780  7780 E AndroidRuntime: Caused by: java.lang.IllegalStateException: Reply already submitted
04-26 18:34:19.022  7780  7780 E AndroidRuntime: 	at io.flutter.embedding.engine.dart.DartMessenger$Reply.reply(Unknown Source:35)
04-26 18:34:19.022  7780  7780 E AndroidRuntime: 	at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler$1.success(Unknown Source:14)
04-26 18:34:19.022  7780  7780 E AndroidRuntime: 	at com.kineapps.flutter_file_dialog.FileDialog.finishSuccessfully(Unknown Source:4)
04-26 18:34:19.022  7780  7780 E AndroidRuntime: 	at com.kineapps.flutter_file_dialog.FileDialog.onActivityResult(Unknown Source:175)
04-26 18:34:19.022  7780  7780 E AndroidRuntime: 	at io.flutter.embedding.engine.FlutterEngineConnectionRegistry$FlutterEngineActivityPluginBinding.onActivityResult(Unknown Source:25)
04-26 18:34:19.022  7780  7780 E AndroidRuntime: 	at io.flutter.embedding.engine.FlutterEngineConnectionRegistry.onActivityResult(Unknown Source:14)
04-26 18:34:19.022  7780  7780 E AndroidRuntime: 	at io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.onActivityResult(Unknown Source:51)
04-26 18:34:19.022  7780  7780 E AndroidRuntime: 	at io.flutter.embedding.android.FlutterActivity.onActivityResult(Unknown Source:10)
04-26 18:34:19.022  7780  7780 E AndroidRuntime: 	at android.app.Activity.dispatchActivityResult(Activity.java:7304)
04-26 18:34:19.022  7780  7780 E AndroidRuntime: 	at android.app.ActivityThread.deliverResults(ActivityThread.java:4425)
04-26 18:34:19.022  7780  7780 E AndroidRuntime: 	... 9 more
04-26 18:34:19.023  7780  7780 D HprofFactory: Create HprofDebugEx
04-26 18:34:23.998 10403 10403 D houdini : [10403] Initialize library(version: 8.1.0_y.49745 RELEASE)... successfully.
04-26 18:34:24.123 10403 10403 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<io.flutter.embedding.engine.FlutterJNI$$ExternalSyntheticLambda5>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/graphics/ImageDecoder$OnHeaderDecodedListener;
04-26 18:34:24.123 10403 10403 I zygote  :   at io.flutter.embedding.engine.FlutterJNI io.flutter.embedding.engine.FlutterJNI$Factory.provideFlutterJNI() (SourceFile:-1)
04-26 18:34:24.123 10403 10403 I zygote  :   at void io.flutter.FlutterInjector$Builder.fillDefaults() (SourceFile:-1)
04-26 18:34:24.123 10403 10403 I zygote  :   at io.flutter.FlutterInjector io.flutter.FlutterInjector$Builder.build() (SourceFile:-1)
04-26 18:34:24.123 10403 10403 I zygote  :   at io.flutter.FlutterInjector io.flutter.FlutterInjector.instance() (SourceFile:-1)
04-26 18:34:24.123 10403 10403 I zygote  :   at void io.flutter.embedding.engine.FlutterEngineGroup.<init>(android.content.Context, java.lang.String[]) (SourceFile:-1)
04-26 18:34:24.123 10403 10403 I zygote  :   at void io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.setUpFlutterEngine() (SourceFile:-1)
04-26 18:34:24.123 10403 10403 I zygote  :   at void io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.onAttach(android.content.Context) (SourceFile:-1)
04-26 18:34:24.123 10403 10403 I zygote  :   at void io.flutter.embedding.android.FlutterActivity.onCreate(android.os.Bundle) (SourceFile:-1)
04-26 18:34:24.123 10403 10403 I zygote  :   at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7032)
04-26 18:34:24.123 10403 10403 I zygote  :   at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7023)
04-26 18:34:24.123 10403 10403 I zygote  :   at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1217)
04-26 18:34:24.123 10403 10403 I zygote  :   at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2812)
04-26 18:34:24.123 10403 10403 I zygote  :   at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2955)
04-26 18:34:24.123 10403 10403 I zygote  :   at void android.app.ActivityThread.-wrap12(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
04-26 18:34:24.123 10403 10403 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650)
04-26 18:34:24.123 10403 10403 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
04-26 18:34:24.123 10403 10403 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
04-26 18:34:24.124 10403 10403 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6719)
04-26 18:34:24.124 10403 10403 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
04-26 18:34:24.124 10403 10403 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:455)
04-26 18:34:24.124 10403 10403 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:807)
04-26 18:34:24.124 10403 10403 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.graphics.ImageDecoder$OnHeaderDecodedListener" on path: DexPathList[[zip file "/data/app/app.revanced.manager.flutter-PZ9meGhFggH+Dv38P6koRw==/base.apk"],nativeLibraryDirectories=[/data/app/app.revanced.manager.flutter-PZ9meGhFggH+Dv38P6koRw==/lib/arm, /data/app/app.revanced.manager.flutter-PZ9meGhFggH+Dv38P6koRw==/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib, /oem/lib]]
04-26 18:34:24.124 10403 10403 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
04-26 18:34:24.124 10403 10403 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
04-26 18:34:24.124 10403 10403 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
04-26 18:34:24.124 10403 10403 I zygote  :   at io.flutter.embedding.engine.FlutterJNI io.flutter.embedding.engine.FlutterJNI$Factory.provideFlutterJNI() (SourceFile:-1)
04-26 18:34:24.124 10403 10403 I zygote  :   at void io.flutter.FlutterInjector$Builder.fillDefaults() (SourceFile:-1)
04-26 18:34:24.124 10403 10403 I zygote  :   at io.flutter.FlutterInjector io.flutter.FlutterInjector$Builder.build() (SourceFile:-1)
04-26 18:34:24.124 10403 10403 I zygote  :   at io.flutter.FlutterInjector io.flutter.FlutterInjector.instance() (SourceFile:-1)
04-26 18:34:24.124 10403 10403 I zygote  :   at void io.flutter.embedding.engine.FlutterEngineGroup.<init>(android.content.Context, java.lang.String[]) (SourceFile:-1)
04-26 18:34:24.124 10403 10403 I zygote  :   at void io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.setUpFlutterEngine() (SourceFile:-1)
04-26 18:34:24.124 10403 10403 I zygote  :   at void io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.onAttach(android.content.Context) (SourceFile:-1)
04-26 18:34:24.124 10403 10403 I zygote  :   at void io.flutter.embedding.android.FlutterActivity.onCreate(android.os.Bundle) (SourceFile:-1)
04-26 18:34:24.124 10403 10403 I zygote  :   at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7032)
04-26 18:34:24.124 10403 10403 I zygote  :   at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7023)
04-26 18:34:24.124 10403 10403 I zygote  :   at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1217)
04-26 18:34:24.124 10403 10403 I zygote  :   at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2812)
04-26 18:34:24.124 10403 10403 I zygote  :   at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2955)
04-26 18:34:24.124 10403 10403 I zygote  :   at void android.app.ActivityThread.-wrap12(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
04-26 18:34:24.124 10403 10403 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650)
04-26 18:34:24.124 10403 10403 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
04-26 18:34:24.124 10403 10403 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
04-26 18:34:24.124 10403 10403 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6719)
04-26 18:34:24.124 10403 10403 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
04-26 18:34:24.124 10403 10403 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:455)
04-26 18:34:24.124 10403 10403 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:807)
04-26 18:34:24.124 10403 10403 I zygote  : 
04-26 18:34:24.125 10403 10403 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<io.flutter.embedding.engine.FlutterJNI$$ExternalSyntheticLambda5>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/graphics/ImageDecoder$OnHeaderDecodedListener;
04-26 18:34:24.125 10403 10403 I zygote  :   at io.flutter.embedding.engine.FlutterJNI io.flutter.embedding.engine.FlutterJNI$Factory.provideFlutterJNI() (SourceFile:-1)
04-26 18:34:24.125 10403 10403 I zygote  :   at void io.flutter.FlutterInjector$Builder.fillDefaults() (SourceFile:-1)
04-26 18:34:24.125 10403 10403 I zygote  :   at io.flutter.FlutterInjector io.flutter.FlutterInjector$Builder.build() (SourceFile:-1)
04-26 18:34:24.125 10403 10403 I zygote  :   at io.flutter.FlutterInjector io.flutter.FlutterInjector.instance() (SourceFile:-1)
04-26 18:34:24.125 10403 10403 I zygote  :   at void io.flutter.embedding.engine.FlutterEngineGroup.<init>(android.content.Context, java.lang.String[]) (SourceFile:-1)
04-26 18:34:24.125 10403 10403 I zygote  :   at void io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.setUpFlutterEngine() (SourceFile:-1)
04-26 18:34:24.125 10403 10403 I zygote  :   at void io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.onAttach(android.content.Context) (SourceFile:-1)
04-26 18:34:24.125 10403 10403 I zygote  :   at void io.flutter.embedding.android.FlutterActivity.onCreate(android.os.Bundle) (SourceFile:-1)
04-26 18:34:24.125 10403 10403 I zygote  :   at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7032)
04-26 18:34:24.125 10403 10403 I zygote  :   at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7023)
04-26 18:34:24.125 10403 10403 I zygote  :   at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1217)
04-26 18:34:24.125 10403 10403 I zygote  :   at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2812)
04-26 18:34:24.125 10403 10403 I zygote  :   at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2955)
04-26 18:34:24.125 10403 10403 I zygote  :   at void android.app.ActivityThread.-wrap12(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
04-26 18:34:24.125 10403 10403 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650)
04-26 18:34:24.125 10403 10403 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
04-26 18:34:24.125 10403 10403 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
04-26 18:34:24.125 10403 10403 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6719)
04-26 18:34:24.125 10403 10403 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
04-26 18:34:24.125 10403 10403 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:455)
04-26 18:34:24.125 10403 10403 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:807)
04-26 18:34:24.125 10403 10403 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.graphics.ImageDecoder$OnHeaderDecodedListener" on path: DexPathList[[zip file "/data/app/app.revanced.manager.flutter-PZ9meGhFggH+Dv38P6koRw==/base.apk"],nativeLibraryDirectories=[/data/app/app.revanced.manager.flutter-PZ9meGhFggH+Dv38P6koRw==/lib/arm, /data/app/app.revanced.manager.flutter-PZ9meGhFggH+Dv38P6koRw==/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib, /oem/lib]]
04-26 18:34:24.125 10403 10403 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
04-26 18:34:24.125 10403 10403 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
04-26 18:34:24.125 10403 10403 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
04-26 18:34:24.125 10403 10403 I zygote  :   at io.flutter.embedding.engine.FlutterJNI io.flutter.embedding.engine.FlutterJNI$Factory.provideFlutterJNI() (SourceFile:-1)
04-26 18:34:24.125 10403 10403 I zygote  :   at void io.flutter.FlutterInjector$Builder.fillDefaults() (SourceFile:-1)
04-26 18:34:24.125 10403 10403 I zygote  :   at io.flutter.FlutterInjector io.flutter.FlutterInjector$Builder.build() (SourceFile:-1)
04-26 18:34:24.125 10403 10403 I zygote  :   at io.flutter.FlutterInjector io.flutter.FlutterInjector.instance() (SourceFile:-1)
04-26 18:34:24.125 10403 10403 I zygote  :   at void io.flutter.embedding.engine.FlutterEngineGroup.<init>(android.content.Context, java.lang.String[]) (SourceFile:-1)
04-26 18:34:24.125 10403 10403 I zygote  :   at void io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.setUpFlutterEngine() (SourceFile:-1)
04-26 18:34:24.125 10403 10403 I zygote  :   at void io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.onAttach(android.content.Context) (SourceFile:-1)
04-26 18:34:24.125 10403 10403 I zygote  :   at void io.flutter.embedding.android.FlutterActivity.onCreate(android.os.Bundle) (SourceFile:-1)
04-26 18:34:24.125 10403 10403 I zygote  :   at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7032)
04-26 18:34:24.125 10403 10403 I zygote  :   at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7023)
04-26 18:34:24.125 10403 10403 I zygote  :   at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1217)
04-26 18:34:24.125 10403 10403 I zygote  :   at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2812)
04-26 18:34:24.125 10403 10403 I zygote  :   at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2955)
04-26 18:34:24.125 10403 10403 I zygote  :   at void android.app.ActivityThread.-wrap12(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
04-26 18:34:24.125 10403 10403 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650)
04-26 18:34:24.125 10403 10403 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
04-26 18:34:24.125 10403 10403 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
04-26 18:34:24.125 10403 10403 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6719)
04-26 18:34:24.125 10403 10403 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
04-26 18:34:24.125 10403 10403 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:455)
04-26 18:34:24.125 10403 10403 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:807)
04-26 18:34:24.125 10403 10403 I zygote  : 
04-26 18:34:24.126 10403 10403 I zygote  : Rejecting re-init on previously-failed class java.lang.Class<io.flutter.embedding.engine.FlutterJNI$$ExternalSyntheticLambda5>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/graphics/ImageDecoder$OnHeaderDecodedListener;
04-26 18:34:24.126 10403 10403 I zygote  :   at io.flutter.embedding.engine.FlutterJNI io.flutter.embedding.engine.FlutterJNI$Factory.provideFlutterJNI() (SourceFile:-1)
04-26 18:34:24.126 10403 10403 I zygote  :   at void io.flutter.FlutterInjector$Builder.fillDefaults() (SourceFile:-1)
04-26 18:34:24.126 10403 10403 I zygote  :   at io.flutter.FlutterInjector io.flutter.FlutterInjector$Builder.build() (SourceFile:-1)
04-26 18:34:24.126 10403 10403 I zygote  :   at io.flutter.FlutterInjector io.flutter.FlutterInjector.instance() (SourceFile:-1)
04-26 18:34:24.126 10403 10403 I zygote  :   at void io.flutter.embedding.engine.FlutterEngineGroup.<init>(android.content.Context, java.lang.String[]) (SourceFile:-1)
04-26 18:34:24.126 10403 10403 I zygote  :   at void io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.setUpFlutterEngine() (SourceFile:-1)
04-26 18:34:24.126 10403 10403 I zygote  :   at void io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.onAttach(android.content.Context) (SourceFile:-1)
04-26 18:34:24.126 10403 10403 I zygote  :   at void io.flutter.embedding.android.FlutterActivity.onCreate(android.os.Bundle) (SourceFile:-1)
04-26 18:34:24.126 10403 10403 I zygote  :   at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7032)
04-26 18:34:24.126 10403 10403 I zygote  :   at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7023)
04-26 18:34:24.126 10403 10403 I zygote  :   at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1217)
04-26 18:34:24.126 10403 10403 I zygote  :   at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2812)
04-26 18:34:24.126 10403 10403 I zygote  :   at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2955)
04-26 18:34:24.126 10403 10403 I zygote  :   at void android.app.ActivityThread.-wrap12(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
04-26 18:34:24.126 10403 10403 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650)
04-26 18:34:24.126 10403 10403 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
04-26 18:34:24.126 10403 10403 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
04-26 18:34:24.126 10403 10403 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6719)
04-26 18:34:24.126 10403 10403 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
04-26 18:34:24.126 10403 10403 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:455)
04-26 18:34:24.126 10403 10403 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:807)
04-26 18:34:24.126 10403 10403 I zygote  : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.graphics.ImageDecoder$OnHeaderDecodedListener" on path: DexPathList[[zip file "/data/app/app.revanced.manager.flutter-PZ9meGhFggH+Dv38P6koRw==/base.apk"],nativeLibraryDirectories=[/data/app/app.revanced.manager.flutter-PZ9meGhFggH+Dv38P6koRw==/lib/arm, /data/app/app.revanced.manager.flutter-PZ9meGhFggH+Dv38P6koRw==/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib, /oem/lib]]
04-26 18:34:24.126 10403 10403 I zygote  :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
04-26 18:34:24.126 10403 10403 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
04-26 18:34:24.126 10403 10403 I zygote  :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
04-26 18:34:24.126 10403 10403 I zygote  :   at io.flutter.embedding.engine.FlutterJNI io.flutter.embedding.engine.FlutterJNI$Factory.provideFlutterJNI() (SourceFile:-1)
04-26 18:34:24.126 10403 10403 I zygote  :   at void io.flutter.FlutterInjector$Builder.fillDefaults() (SourceFile:-1)
04-26 18:34:24.126 10403 10403 I zygote  :   at io.flutter.FlutterInjector io.flutter.FlutterInjector$Builder.build() (SourceFile:-1)
04-26 18:34:24.126 10403 10403 I zygote  :   at io.flutter.FlutterInjector io.flutter.FlutterInjector.instance() (SourceFile:-1)
04-26 18:34:24.126 10403 10403 I zygote  :   at void io.flutter.embedding.engine.FlutterEngineGroup.<init>(android.content.Context, java.lang.String[]) (SourceFile:-1)
04-26 18:34:24.126 10403 10403 I zygote  :   at void io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.setUpFlutterEngine() (SourceFile:-1)
04-26 18:34:24.126 10403 10403 I zygote  :   at void io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.onAttach(android.content.Context) (SourceFile:-1)
04-26 18:34:24.126 10403 10403 I zygote  :   at void io.flutter.embedding.android.FlutterActivity.onCreate(android.os.Bundle) (SourceFile:-1)
04-26 18:34:24.126 10403 10403 I zygote  :   at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7032)
04-26 18:34:24.126 10403 10403 I zygote  :   at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7023)
04-26 18:34:24.126 10403 10403 I zygote  :   at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1217)
04-26 18:34:24.126 10403 10403 I zygote  :   at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2812)
04-26 18:34:24.126 10403 10403 I zygote  :   at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2955)
04-26 18:34:24.126 10403 10403 I zygote  :   at void android.app.ActivityThread.-wrap12(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
04-26 18:34:24.126 10403 10403 I zygote  :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1650)
04-26 18:34:24.126 10403 10403 I zygote  :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
04-26 18:34:24.126 10403 10403 I zygote  :   at void android.os.Looper.loop() (Looper.java:164)
04-26 18:34:24.126 10403 10403 I zygote  :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6719)
04-26 18:34:24.126 10403 10403 I zygote  :   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
04-26 18:34:24.126 10403 10403 I zygote  :   at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:455)
04-26 18:34:24.126 10403 10403 I zygote  :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:807)
04-26 18:34:24.126 10403 10403 I zygote  : 
04-26 18:34:24.824 10403 10419 D houdini : [10419] loaded library /data/app/app.revanced.manager.flutter-PZ9meGhFggH+Dv38P6koRw==/lib/arm/libflutter.so via Native Bridge.
04-26 18:34:24.855 10403 10403 I manager.flutter: type=1400 audit(0.0:509): avc: denied { read } for name="max_map_count" dev="proc" ino=44352 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=1
04-26 18:34:24.855 10403 10403 I manager.flutter: type=1400 audit(0.0:510): avc: denied { open } for path="/proc/sys/vm/max_map_count" dev="proc" ino=44352 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=1
04-26 18:34:24.855 10403 10403 I manager.flutter: type=1400 audit(0.0:511): avc: denied { getattr } for path="/proc/sys/vm/max_map_count" dev="proc" ino=44352 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=1
04-26 18:34:24.900 10403 10403 I app.revanced.manager.flutter: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
04-26 18:34:24.955 10403 10403 D FlutterFileDialogPlugin: onAttachedToEngine - IN
04-26 18:34:24.955 10403 10403 D FlutterFileDialogPlugin: doOnAttachedToEngine - IN
04-26 18:34:24.955 10403 10403 D FlutterFileDialogPlugin: doOnAttachedToEngine - OUT
04-26 18:34:24.956 10403 10403 D FlutterFileDialogPlugin: onAttachedToEngine - OUT
04-26 18:34:24.956 10403 10403 D FlutterFileDialogPlugin: onAttachedToActivity
04-26 18:34:24.956 10403 10403 D FlutterFileDialogPlugin: doOnAttachedToActivity - IN
04-26 18:34:24.956 10403 10403 D FlutterFileDialogPlugin: doOnAttachedToActivity - OUT
04-26 18:34:25.043 10403 10403 D OpenGLRenderer: textureCacheSize 75497472
04-26 18:34:25.045 10403 10442 D OpenGLRenderer: HWUI GL Pipeline
04-26 18:34:25.149 10403 10442 I OpenGLRenderer: Initialized EGL, version 1.4
04-26 18:34:25.149 10403 10442 D OpenGLRenderer: Swap behavior 2
04-26 18:34:25.155 10403 10442 D mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, egl_color_buffer_format *, EGLBoolean) returns 0x3000, win:0xbb897808
04-26 18:34:25.155 10403 10442 I OpenGLRenderer: queryNativeWindowStatus 0xbb897808 query=0 dataspace=0
04-26 18:34:25.163 10403 10425 D mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, egl_color_buffer_format *, EGLBoolean) returns 0x3000, win:0xbb8b4008
04-26 18:34:25.215 10443 10443 I sh      : type=1400 audit(0.0:513): avc: denied { read } for name="/" dev="rootfs" ino=2 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:rootfs:s0 tclass=dir permissive=1
04-26 18:34:25.215 10443 10443 I sh      : type=1400 audit(0.0:514): avc: denied { open } for path="/" dev="rootfs" ino=2 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:rootfs:s0 tclass=dir permissive=1
04-26 18:34:25.998 10403 10403 I Choreographer: Skipped 51 frames!  The application may be doing too much work on its main thread.
04-26 18:34:26.017 10403 10403 I zygote  : Deoptimizing void io.flutter.plugin.common.StandardMessageCodec.writeValue(java.io.ByteArrayOutputStream, java.lang.Object) due to JIT inline cache
04-26 18:34:26.028 10403 10408 I zygote  : Do partial code cache collection, code=25KB, data=30KB
04-26 18:34:26.028 10403 10408 I zygote  : After code cache collection, code=19KB, data=27KB
04-26 18:34:26.028 10403 10408 I zygote  : Increasing code cache capacity to 128KB
04-26 18:34:26.928 10403 10403 I Choreographer: Skipped 46 frames!  The application may be doing too much work on its main thread.
04-26 18:34:27.245 10894 10894 I sh      : type=1400 audit(0.0:520): avc: denied { read } for name="/" dev="rootfs" ino=2 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:rootfs:s0 tclass=dir permissive=1
04-26 18:34:27.245 10894 10894 I sh      : type=1400 audit(0.0:521): avc: denied { open } for path="/" dev="rootfs" ino=2 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:rootfs:s0 tclass=dir permissive=1
04-26 18:34:27.277 10403 10425 I gralloc : gralloc_register_buffer hnd=0xbb9e7f80, share_fd=117, share_attr_fd=118, magic=51647890, format=1, internal_format=200000001, byte_stride=4096, flags=4, usage=0xb00, size=2529280, width=1024, height=600, internalWidth=1024, internalHeight=600, stride=1024, base=0xb7d18000, writeOwner=0, attr_base=0xffffffff, yuv_info=1, fd=-1, buf_idx=0, offset=0, min_pgsz=4096, phyaddr=0
04-26 18:34:27.761 10403 10408 I zygote  : Do partial code cache collection, code=61KB, data=56KB
04-26 18:34:27.762 10403 10408 I zygote  : After code cache collection, code=61KB, data=56KB
04-26 18:34:27.762 10403 10408 I zygote  : Increasing code cache capacity to 256KB
04-26 18:34:27.946 10403 10403 I Choreographer: Skipped 51 frames!  The application may be doing too much work on its main thread.
04-26 18:34:27.962 10403 10442 I gralloc : gralloc_register_buffer hnd=0xbb9e6d80, share_fd=116, share_attr_fd=120, magic=51647890, format=1, internal_format=200000001, byte_stride=4096, flags=4, usage=0xb00, size=2529280, width=1024, height=600, internalWidth=1024, internalHeight=600, stride=1024, base=0xb7402000, writeOwner=0, attr_base=0xffffffff, yuv_info=1, fd=-1, buf_idx=0, offset=0, min_pgsz=4096, phyaddr=0
04-26 18:34:27.992 10403 10403 I zygote  : The ClassLoaderContext is a special shared library.
04-26 18:34:28.045 10403 10403 I 1.ui    : type=1400 audit(0.0:522): avc: denied { write } for name="property_service" dev="tmpfs" ino=2235 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:property_socket:s0 tclass=sock_file permissive=1
04-26 18:34:28.045 10403 10403 I 1.ui    : type=1400 audit(0.0:523): avc: denied { connectto } for path="/dev/socket/property_service" scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=unix_stream_socket permissive=1
04-26 18:34:28.055 10403 10424 I flutter : dynamic_color: Dynamic color not detected on this device.
04-26 18:34:28.094 10403 10425 I gralloc : gralloc_register_buffer hnd=0xbb9e8e80, share_fd=123, share_attr_fd=124, magic=51647890, format=1, internal_format=200000001, byte_stride=4096, flags=4, usage=0xb00, size=2529280, width=1024, height=600, internalWidth=1024, internalHeight=600, stride=1024, base=0xb70c5000, writeOwner=0, attr_base=0xffffffff, yuv_info=1, fd=-1, buf_idx=0, offset=0, min_pgsz=4096, phyaddr=0
04-26 18:34:28.486 10403 10403 I zygote  : Deoptimizing void app.revanced.patcher.patch.Patch.<init>() due to JIT inline cache
04-26 18:34:28.628 10403 10408 I zygote  : Do full code cache collection, code=120KB, data=96KB
04-26 18:34:28.628 10403 10408 I zygote  : After code cache collection, code=74KB, data=48KB
04-26 18:34:30.437 10403 10403 I Choreographer: Skipped 146 frames!  The application may be doing too much work on its main thread.
04-26 18:34:30.454 10403 10442 I gralloc : gralloc_register_buffer hnd=0xbb9e6e40, share_fd=122, share_attr_fd=125, magic=51647890, format=1, internal_format=200000001, byte_stride=4096, flags=4, usage=0xb00, size=2529280, width=1024, height=600, internalWidth=1024, internalHeight=600, stride=1024, base=0xb6e5b000, writeOwner=0, attr_base=0xffffffff, yuv_info=1, fd=-1, buf_idx=0, offset=0, min_pgsz=4096, phyaddr=0
04-26 18:34:30.634 10403 10403 E AudioManagerEx: new AudioManagerEx
04-26 18:34:31.154 10403 10425 I gralloc : gralloc_register_buffer hnd=0xb78bd6c0, share_fd=127, share_attr_fd=128, magic=51647890, format=1, internal_format=200000001, byte_stride=4096, flags=4, usage=0xb00, size=2529280, width=1024, height=600, internalWidth=1024, internalHeight=600, stride=1024, base=0xb6516000, writeOwner=0, attr_base=0xffffffff, yuv_info=1, fd=-1, buf_idx=0, offset=0, min_pgsz=4096, phyaddr=0
04-26 18:34:31.689 10403 10408 I zygote  : Do partial code cache collection, code=122KB, data=81KB
04-26 18:34:31.690 10403 10408 I zygote  : After code cache collection, code=117KB, data=78KB
04-26 18:34:31.690 10403 10408 I zygote  : Increasing code cache capacity to 512KB

Patch logs

No response

Acknowledgements

  • This issue is not a duplicate of an existing bug report.
  • I have chosen an appropriate title.
  • All requested information has been provided properly.
  • The bug is only related to ReVanced Manager

#1636 is a similar issue.

I have the same issue! I hope this will be resolved as this problem has been going on for a long time.

Is there anything else that I can add in terms of logging which can help fixing this?

Problem is caused here:

MethodChannel#flutter_file_dialog: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.OPEN_DOCUMENT cat=[android.intent.category.OPENABLE] typ=application/vnd.android.package-archive }