Skip to content

bug: New default patches not set as default on expert mode #246

@dieroboter

Description

@dieroboter

Bug description

When new patches are added that are supposed to be selected by default, they don't get auto-selected if expert mode is enabled. This is evident with the latest stable YouTube patch update, which bumped the default patch selection from 58 to 59. When expert mode is enabled it's still stuck on 58

With expert mode: https://ibb.co/35fZVbZn
Without expert mode: https://ibb.co/N6yBLP4R

Version of Morphe (Manager) and the app you are patching

1.7.1

Morphe logs

``--------- beginning of crash
02-17 09:52:30.818 20618 20618 E AndroidRuntime: FATAL EXCEPTION: main
02-17 09:52:30.818 20618 20618 E AndroidRuntime: Process: app.morphe.manager, PID: 20618
02-17 09:52:30.818 20618 20618 E AndroidRuntime: java.lang.OutOfMemoryError: Failed to allocate a 48 byte allocation with 3954144 free bytes and 3861KB until OOM, target footprint 536870912, growth limit 536870912; giving up on allocation because <1% of heap free after GC.
02-17 09:52:30.818 20618 20618 E AndroidRuntime: 	at kotlinx.coroutines.DelayKt.delay(Unknown Source:9)
02-17 09:52:30.818 20618 20618 E AndroidRuntime: 	at app.morphe.manager.ui.screen.PatcherScreenKt$PatcherScreen$1$1.invokeSuspend(Unknown Source:229)
02-17 09:52:30.818 20618 20618 E AndroidRuntime: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(Unknown Source:11)
02-17 09:52:30.818 20618 20618 E AndroidRuntime: 	at kotlinx.coroutines.DispatchedTask.run(Unknown Source:132)
02-17 09:52:30.818 20618 20618 E AndroidRuntime: 	at androidx.compose.ui.platform.AndroidUiDispatcher.access$performTrampolineDispatch(Unknown Source:14)
02-17 09:52:30.818 20618 20618 E AndroidRuntime: 	at androidx.compose.ui.platform.AndroidUiDispatcher$dispatchCallback$1.run(Unknown Source:2)
02-17 09:52:30.818 20618 20618 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:1070)
02-17 09:52:30.818 20618 20618 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:125)
02-17 09:52:30.818 20618 20618 E AndroidRuntime: 	at android.os.Looper.dispatchMessage(Looper.java:333)
02-17 09:52:30.818 20618 20618 E AndroidRuntime: 	at android.os.Looper.loopOnce(Looper.java:263)
02-17 09:52:30.818 20618 20618 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:367)
02-17 09:52:30.818 20618 20618 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:9287)
02-17 09:52:30.818 20618 20618 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
02-17 09:52:30.818 20618 20618 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:566)
02-17 09:52:30.818 20618 20618 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:929)
02-17 09:52:30.818 20618 20618 E AndroidRuntime: 	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [androidx.compose.ui.platform.MotionDurationScaleImpl@75e69f, androidx.compose.runtime.BroadcastFrameClock@c71d3ec, androidx.compose.runtime.LaunchedEffectImpl@483fa88, StandaloneCoroutine{Cancelling}@f9153b5, AndroidUiDispatcher@b5ffa4a]
02-18 17:33:46.871 27334 27334 E AndroidRuntime: FATAL EXCEPTION: main
02-18 17:33:46.871 27334 27334 E AndroidRuntime: Process: app.morphe.manager, PID: 27334
02-18 17:33:46.871 27334 27334 E AndroidRuntime: java.lang.OutOfMemoryError: Failed to allocate a 40 byte allocation with 3787792 free bytes and 3699KB until OOM, target footprint 536870912, growth limit 536870912; giving up on allocation because <1% of heap free after GC.
02-18 17:33:46.871 27334 27334 E AndroidRuntime: 	at androidx.collection.MutableIntSet.initializeStorage(Unknown Source:66)
02-18 17:33:46.871 27334 27334 E AndroidRuntime: 	at androidx.collection.MutableIntSet.<init>(SourceFile:5)
02-18 17:33:46.871 27334 27334 E AndroidRuntime: 	at androidx.collection.MutableIntSet.<init>(SourceFile:8)
02-18 17:33:46.871 27334 27334 E AndroidRuntime: 	at androidx.compose.ui.platform.AndroidComposeViewAccessibilityDelegateCompat.sendAccessibilitySemanticsStructureChangeEvents(Unknown Source:10)
02-18 17:33:46.871 27334 27334 E AndroidRuntime: 	at androidx.compose.ui.platform.AndroidComposeViewAccessibilityDelegateCompat.sendAccessibilitySemanticsStructureChangeEvents(Unknown Source:181)
02-18 17:33:46.871 27334 27334 E AndroidRuntime: 	at androidx.compose.ui.platform.AndroidComposeViewAccessibilityDelegateCompat.sendAccessibilitySemanticsStructureChangeEvents(Unknown Source:181)
02-18 17:33:46.871 27334 27334 E AndroidRuntime: 	at androidx.compose.ui.platform.AndroidComposeViewAccessibilityDelegateCompat.sendAccessibilitySemanticsStructureChangeEvents(Unknown Source:181)
02-18 17:33:46.871 27334 27334 E AndroidRuntime: 	at androidx.compose.ui.platform.AndroidComposeViewAccessibilityDelegateCompat.sendAccessibilitySemanticsStructureChangeEvents(Unknown Source:181)
02-18 17:33:46.871 27334 27334 E AndroidRuntime: 	at androidx.compose.ui.platform.AndroidComposeViewAccessibilityDelegateCompat.checkForSemanticsChanges(Unknown Source:23)
02-18 17:33:46.871 27334 27334 E AndroidRuntime: 	at androidx.core.app.ActivityCompat$$ExternalSyntheticLambda0.run(Unknown Source:628)
02-18 17:33:46.871 27334 27334 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:1070)
02-18 17:33:46.871 27334 27334 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:125)
02-18 17:33:46.871 27334 27334 E AndroidRuntime: 	at android.os.Looper.dispatchMessage(Looper.java:333)
02-18 17:33:46.871 27334 27334 E AndroidRuntime: 	at android.os.Looper.loopOnce(Looper.java:263)
02-18 17:33:46.871 27334 27334 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:367)
02-18 17:33:46.871 27334 27334 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:9287)
02-18 17:33:46.871 27334 27334 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
02-18 17:33:46.871 27334 27334 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:566)
02-18 17:33:46.871 27334 27334 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:929)
02-24 16:02:31.604  7246  7400 F libc    : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 7400 (binder:7246_6), pid 7246 (.morphe.manager)
02-24 16:02:32.484  7677  7677 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
02-24 16:02:32.484  7677  7677 F DEBUG   : Build fingerprint: 'google/lynx/lynx:16/BP4A.260205.001/14624666:user/release-keys'
02-24 16:02:32.484  7677  7677 F DEBUG   : Kernel Release: '6.1.145-android14-11-gc1de4747ac59-ab14219743'
02-24 16:02:32.484  7677  7677 F DEBUG   : Revision: 'MP1.0'
02-24 16:02:32.484  7677  7677 F DEBUG   : ABI: 'arm64'
02-24 16:02:32.484  7677  7677 F DEBUG   : Timestamp: 2026-02-24 16:02:31.859073341-0800
02-24 16:02:32.484  7677  7677 F DEBUG   : Process uptime: 597s
02-24 16:02:32.484  7677  7677 F DEBUG   : Executable: /system/bin/app_process64
02-24 16:02:32.484  7677  7677 F DEBUG   : Cmdline: app.morphe.manager
02-24 16:02:32.484  7677  7677 F DEBUG   : pid: 7246, tid: 7400, name: binder:7246_6  >>> app.morphe.manager <<<
02-24 16:02:32.484  7677  7677 F DEBUG   : uid: 10842
02-24 16:02:32.484  7677  7677 F DEBUG   : tagged_addr_ctrl: 0000000000000001 (PR_TAGGED_ADDR_ENABLE)
02-24 16:02:32.484  7677  7677 F DEBUG   : esr: 0000000092000006 (Data Abort Exception 0x24)
02-24 16:02:32.484  7677  7677 F DEBUG   : signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr --------
02-24 16:02:32.484  7677  7677 F DEBUG   : Abort message: 'Uncaught exception in CornerRadiiCallback.
02-24 16:02:32.484  7677  7677 F DEBUG   : java.lang.OutOfMemoryError: Failed to allocate a 32 byte allocation with 2235232 free bytes and 2182KB until OOM, target footprint 536870912, growth limit 536870912; giving up on allocation because <1% of heap free after GC.'
02-24 16:02:32.484  7677  7677 F DEBUG   :     x0  0000000000000000  x1  0000000000001ce8  x2  0000000000000006  x3  000000794cb8ef10
02-24 16:02:32.484  7677  7677 F DEBUG   :     x4  68736f646277641f  x5  68736f646277641f  x6  68736f646277641f  x7  7f7f7f7f7f7f7f7f
02-24 16:02:32.484  7677  7677 F DEBUG   :     x8  00000000000000f0  x9  9474f5cd47264861  x10 0000000000000001  x11 0000007c2d967d60
02-24 16:02:32.484  7677  7677 F DEBUG   :     x12 00000000699e3c17  x13 000000007fffffff  x14 000000000fefdf28  x15 000013314fcc2142
02-24 16:02:32.484  7677  7677 F DEBUG   :     x16 0000007c2d9cf120  x17 0000007c2d9b7b80  x18 00000078e33c4000  x19 0000000000001c4e
02-24 16:02:32.484  7677  7677 F DEBUG   :     x20 0000000000001ce8  x21 00000000ffffffff  x22 000000000000000b  x23 b400007a564ed2b0
02-24 16:02:32.484  7677  7677 F DEBUG   :     x24 0000007982f7b000  x25 000000794cb8f7b8  x26 b400007a764be190  x27 000000794cb8f7c8
02-24 16:02:32.484  7677  7677 F DEBUG   :     x28 0000000000000001  x29 000000794cb8ef90
02-24 16:02:32.484  7677  7677 F DEBUG   :     lr  0000007c2d9502b8  sp  000000794cb8ef10  pc  0000007c2d9502dc  pst 0000000000001000
02-24 16:02:32.484  7677  7677 F DEBUG   :     esr 0000000092000006
02-24 16:02:32.484  7677  7677 F DEBUG   : 17 total frames
02-24 16:02:32.484  7677  7677 F DEBUG   : backtrace:
02-24 16:02:32.484  7677  7677 F DEBUG   :       #00 pc 00000000000752dc  /apex/com.android.runtime/lib64/bionic/libc.so (abort+156) (BuildId: 8d9c623f58f2dae8107c6cbf3e9bfe12)
02-24 16:02:32.484  7677  7677 F DEBUG   :       #01 pc 00000000008fdfb0  /apex/com.android.art/lib64/libart.so (art::Runtime::Abort(char const*)+1004) (BuildId: 61c7a211c01ef3c0068b4fbe31051050)
02-24 16:02:32.484  7677  7677 F DEBUG   :       #02 pc 000000000001654c  /apex/com.android.art/lib64/libbase.so (android::base::SetAborter(std::__1::function<void (char const*)>&&)::$_0::__invoke(char const*)+80) (BuildId: 4d7605789d21176764345a0353194396)
02-24 16:02:32.484  7677  7677 F DEBUG   :       #03 pc 00000000000095c0  /system/lib64/liblog.so (__android_log_assert+288) (BuildId: 4e053cd1834f773ba9538382815b35b2)
02-24 16:02:32.484  7677  7677 F DEBUG   :       #04 pc 00000000001bdc34  /system/lib64/libandroid_runtime.so (std::__1::__function::__func<android::nativeSetCornerRadiiCallback(_JNIEnv*, _jclass*, long, _jobject*)::$_0, std::__1::allocator<android::nativeSetCornerRadiiCallback(_JNIEnv*, _jclass*, long, _jobject*)::$_0>, void (android::gui::CornerRadii)>::operator()(android::gui::CornerRadii&&) (.1cb85dd7db13c62f7c23924ef5f09e66)+516) (BuildId: 84efd7334ba37135af409777469d05a3)
02-24 16:02:32.484  7677  7677 F DEBUG   :       #05 pc 0000000000124668  /system/lib64/libgui.so (android::BLASTBufferQueue::transactionCallback(long, android::sp<android::Fence> const&, std::__1::vector<android::SurfaceControlStats, std::__1::allocator<android::SurfaceControlStats>> const&)+1576) (BuildId: 0436c1ec421eb40416be0a66753118f1)
02-24 16:02:32.484  7677  7677 F DEBUG   :       #06 pc 000000000009a040  /system/lib64/libgui.so (decltype(std::declval<std::__1::function<void (void*, long, android::sp<android::Fence> const&, std::__1::vector<android::SurfaceControlStats, std::__1::allocator<android::SurfaceControlStats>> const&)>&>()(std::declval<void*&>(), std::declval<long>(), std::declval<android::sp<android::Fence> const&>(), std::declval<std::__1::vector<android::SurfaceControlStats, std::__1::allocator<android::SurfaceControlStats>> const&>())) std::__1::__invoke[abi:nn210000]<std::__1::function<void (void*, long, android::sp<android::Fence> const&, std::__1::vector<android::SurfaceControlStats, std::__1::allocator<android::SurfaceControlStats>> const&)>&, void*&, long, android::sp<android::Fence> const&, std::__1::vector<android::SurfaceControlStats, std::__1::allocator<android::SurfaceControlStats>> const&>(std::__1::function<void (void*, long, android::sp<android::Fence> const&, std::__1::vector<android::SurfaceControlStats, std::__1::allocator<android::SurfaceControlStats>> const&)>&, void*&, long&&, android::sp<android::Fence> const&, std::__1::vector<android::SurfaceControlStats, std::__1::allocator<android::SurfaceControlStats>> const&)+64) (BuildId: 0436c1ec421eb40416be0a66753118f1)
02-24 16:02:32.484  7677  7677 F DEBUG   :       #07 pc 0000000000103ad8  /system/lib64/libgui.so (android::TransactionCompletedListener::onTransactionCompleted(android::ListenerStats)+6536) (BuildId: 0436c1ec421eb40416be0a66753118f1)
02-24 16:02:32.484  7677  7677 F DEBUG   :       #08 pc 00000000000fcd40  /system/lib64/libgui.so (android::BnTransactionCompletedListener::onTransact(unsigned int, android::Parcel const&, android::Parcel*, unsigned int)+1024) (BuildId: 0436c1ec421eb40416be0a66753118f1)
02-24 16:02:32.484  7677  7677 F DEBUG   :       #09 pc 000000000004d318  /system/lib64/libbinder.so (android::IPCThreadState::executeCommand(int)+1000) (BuildId: 9904bee120619ff42bb3e077ce28d1cf)
02-24 16:02:32.484  7677  7677 F DEBUG   :       #10 pc 000000000008f9bc  /system/lib64/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+300) (BuildId: 9904bee120619ff42bb3e077ce28d1cf)
02-24 16:02:32.484  7677  7677 F DEBUG   :       #11 pc 000000000008f878  /system/lib64/libbinder.so (android::PoolThread::threadLoop()+24) (BuildId: 9904bee120619ff42bb3e077ce28d1cf)
02-24 16:02:32.484  7677  7677 F DEBUG   :       #12 pc 0000000000015fcc  /system/lib64/libutils.so (android::Thread::_threadLoop(void*)+204) (BuildId: cb4225c55b9d8a42c03a424cd142f363)
02-24 16:02:32.484  7677  7677 F DEBUG   :       #13 pc 000000000013560c  /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+140) (BuildId: 84efd7334ba37135af409777469d05a3)
02-24 16:02:32.484  7677  7677 F DEBUG   :       #14 pc 00000000000181f4  /system/lib64/libutils.so (libutil_thread_trampoline(void*) (.__uniq.226528677032898775202282855395389835431)+20) (BuildId: cb4225c55b9d8a42c03a424cd142f363)
02-24 16:02:32.484  7677  7677 F DEBUG   :       #15 pc 000000000008785c  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*) (.__uniq.67847048707805468364044055584648682506)+236) (BuildId: 8d9c623f58f2dae8107c6cbf3e9bfe12)
02-24 16:02:32.484  7677  7677 F DEBUG   :       #16 pc 0000000000078640  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: 8d9c623f58f2dae8107c6cbf3e9bfe12)
--------- beginning of system
02-24 16:09:30.341  7692  7692 D InsetsController: hide(ime())
02-24 16:09:31.825  7692  8588 V Configuration: Updating configuration, locales updated from [] to [en_US]
02-24 16:09:31.997  7692  7692 D InsetsController: hide(ime())
02-24 16:09:36.309  7692  7692 D InsetsController: hide(ime())
02-24 16:09:44.111  7692  7692 D InsetsController: hide(ime())
02-24 16:09:45.046  7692  7692 D InsetsController: hide(ime())
02-24 16:09:48.387  7692  7692 D InsetsController: hide(ime())
02-24 16:09:49.802  7692  7727 V Configuration: Updating configuration, locales updated from [] to [en_US]
02-24 16:09:49.901  7692  7692 D InsetsController: hide(ime())
02-24 16:10:23.046  7692  7692 D InsetsController: hide(ime())
02-24 16:11:34.304  7692  7692 D InsetsController: hide(ime())
02-24 16:14:03.051  7692  7692 D InsetsController: hide(ime())
02-24 16:14:03.180  7692  7692 D InsetsController: hide(ime())
02-24 16:14:04.618  7692  7692 D InsetsController: hide(ime())
02-24 16:14:05.325  7692  7692 D InsetsController: hide(ime())
02-24 16:14:06.505  7692  7692 D InsetsController: hide(ime())
02-24 16:14:07.621  7692  7692 D InsetsController: hide(ime())
02-24 16:14:07.628  7692  8306 V Configuration: Updating configuration, locales updated from [] to [en_US]
02-24 16:14:07.723  7692  7692 D InsetsController: hide(ime())
02-24 16:14:09.974  7692  7692 D InsetsController: hide(ime())
02-24 16:14:12.781  7692  7692 D InsetsController: hide(ime())
02-24 16:14:13.742  7692  7692 D InsetsController: hide(ime())
02-24 16:14:18.953  7692  7692 D InsetsController: hide(ime())
02-24 16:14:19.996  7692  7740 V Configuration: Updating configuration, locales updated from [] to [en_US]
02-24 16:14:20.014  7692  7692 D InsetsController: hide(ime())
02-24 16:14:22.442  7692  7692 D InsetsController: hide(ime())
02-24 16:14:23.439  7692  7692 D InsetsController: hide(ime())
02-24 16:14:24.040  7692  7692 D InsetsController: hide(ime())
--------- beginning of main
02-24 16:17:01.898 11220 11220 I Zygote  : Process 11220 created for app.morphe.manager
02-24 16:17:01.899 11220 11220 I .morphe.manager: Using CollectorTypeCMC GC.
02-24 16:17:01.905 11220 11220 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
02-24 16:17:01.918 11220 11220 D ApplicationLoaders: Returning zygote-cached class loader: /system_ext/framework/androidx.window.extensions.jar
02-24 16:17:01.918 11220 11220 D ApplicationLoaders: Returning zygote-cached class loader: /system_ext/framework/androidx.window.sidecar.jar
02-24 16:17:01.958 11220 11220 D nativeloader: Configuring clns-9 for other apk /data/app/~~l6bVTOIUTiDn0fuwNnVYqg==/app.morphe.manager-s5Og-608V142dsQh9RmZ7g==/base.apk. target_sdk_version=35, uses_libraries=, library_path=/data/app/~~l6bVTOIUTiDn0fuwNnVYqg==/app.morphe.manager-s5Og-608V142dsQh9RmZ7g==/lib/arm64:/data/app/~~l6bVTOIUTiDn0fuwNnVYqg==/app.morphe.manager-s5Og-608V142dsQh9RmZ7g==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/app.morphe.manager
02-24 16:17:01.960 11220 11220 D CompatChangeReporter: Compat change id reported: 202956589; UID 10842; state: ENABLED
02-24 16:17:01.967 11220 11220 V GraphicsEnvironment: Currently set values for:
02-24 16:17:01.967 11220 11220 V GraphicsEnvironment:   angle_gl_driver_selection_pkgs=[com.android.angle, com.google.android.apps.tachyon]
02-24 16:17:01.967 11220 11220 V GraphicsEnvironment:   angle_gl_driver_selection_values=[angle, native]
02-24 16:17:01.967 11220 11220 V GraphicsEnvironment: app.morphe.manager is not listed in per-application setting
02-24 16:17:01.968 11220 11220 V GraphicsEnvironment: ANGLE allowlist from config: 
02-24 16:17:01.968 11220 11220 V GraphicsEnvironment: No special selections for ANGLE, returning default driver choice
02-24 16:17:01.968 11220 11220 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported.
02-24 16:17:01.975 11220 11220 W .morphe.manager: Unsupported class loader: java.lang.Class<org.lsposed.hiddenapibypass.CoreOjClassLoader>
02-24 16:17:01.997 11220 11220 W .morphe.manager: Unsupported class loader: java.lang.Class<org.lsposed.hiddenapibypass.CoreOjClassLoader>
02-24 16:17:01.997 11220 11220 W .morphe.manager: Unsupported class loader: java.lang.Class<org.lsposed.hiddenapibypass.CoreOjClassLoader>
02-24 16:17:02.001 11220 11220 D ShizukuProvider: Initialize Sui: false
02-24 16:17:02.005 11220 11220 D WM-PackageManagerHelper: Skipping component enablement for androidx.work.impl.background.systemjob.SystemJobService
02-24 16:17:02.005 11220 11220 D WM-Schedulers: Created SystemJobScheduler and enabled SystemJobService
02-24 16:17:02.006 11220 11239 D WM-ForceStopRunnable: The default process name was not specified.
02-24 16:17:02.006 11220 11239 D WM-ForceStopRunnable: Performing cleanup operations.
02-24 16:17:02.006 11220 11220 W [Koin]  : (+) override index 'app.morphe.manager.domain.installer.RootInstaller::_root_' -> '[Singleton:'app.morphe.manager.domain.installer.RootInstaller']'
02-24 16:17:02.006 11220 11220 I [Koin]  : Started 37 definitions in 0.147908 ms
02-24 16:17:02.009 11220 11239 E ashmem  : Pinning is deprecated since Android Q. Please use trim or other methods.
02-24 16:17:02.023 11220 11239 D WM-ForceStopRunnable: Application was force-stopped, rescheduling.
02-24 16:17:02.075 11220 11242 D WM-PackageManagerHelper: Skipping component enablement for androidx.work.impl.background.systemalarm.RescheduleReceiver
02-24 16:17:02.822 11220 11251 D Morphe Manager: Dispatching Full reload
02-24 16:17:02.822 11220 11251 D Morphe Manager: Dispatching Update check
02-24 16:17:02.822 11220 11251 D Morphe Manager: Dispatching app.morphe.manager.domain.repository.PatchBundleRepository$ManualUpdateCheck@f1f9cb7
02-24 16:17:02.822 11220 11251 D Morphe Manager: Running Full reload
02-24 16:17:02.825 11220 11220 I Choreographer: Skipped 48 frames!  The application may be doing too much work on its main thread.
02-24 16:17:02.827 11220 11261 I DisplayManager: Choreographer implicitly registered for the refresh rate.
02-24 16:17:02.828 11220 11261 D vulkan  : ``

Acknowledgements

  • I have checked all open and closed bug reports and this is not a duplicate.
  • I have chosen an appropriate title.
  • All requested information has been provided properly.
  • The bug only affects using Morphe (Manager)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions