ANR (Application Not Responding) issue with a Motorola Sabahl

Hey good people of Ionic,
We pushed our new app packed with Capacitor to the App Store and Google Play. We have an ANR (Application Not Responding) issue with a Motorola Sabahl which I believe indicates a problem with the plugin manager and bridge activity of the Capacitor on the Motorola Sabahl device.
Based on the stack trace, it seems that the issue occurs during the initialization of the plugin classes. The error is happening at com.getcapacitor.PluginManager.loadPluginClasses . This suggests that there may be an issue with the way the plugin classes are loaded or registered within the Capacitor framework. I included the error in the thread.
I know it is hard to debug hands off but is this something you can help us with or give us some tips? thank you in advance.
We are using:

Node version 18,
"@angular/core": "13.3.11",
"@ionic/angular": "5.6.8",
"@capacitor-community/file-opener": "1.0.5",
"@capacitor-firebase/analytics": "5.1.0",
"@capacitor-firebase/messaging": "5.1.0",
"@capacitor/android": "5.5.0",
"@capacitor/app": "5.0.6",
"@capacitor/core": "5.5.0",
"@capacitor/haptics": "5.0.6",
"@capacitor/ios": "5.5.0",
"@capacitor/keyboard": "5.0.6",
"@capacitor/local-notifications": "5.0.6",
"@capacitor/preferences": "5.0.6",
"@capacitor/screen-reader": "5.0.6",
"@capacitor/splash-screen": "5.0.6",
"@capacitor/status-bar": "5.0.6",
"@capacitor/text-zoom": "5.0.6",

And the error is:

#00  pc 0x0000000000536054  /apex/com.android.art/lib64/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, BacktraceMap*, char const*, art::ArtMethod*, void*, bool)+128)
  #01  pc 0x00000000006ef5e4  /apex/com.android.art/lib64/libart.so (art::Thread::DumpStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, bool, BacktraceMap*, bool) const+236)
  #02  pc 0x00000000006fce70  /apex/com.android.art/lib64/libart.so (art::DumpCheckpoint::Run(art::Thread*)+208)
  #03  pc 0x00000000004000f0  /apex/com.android.art/lib64/libart.so (art::Thread::RunCheckpointFunction()+140)
  #04  pc 0x0000000000417108  /apex/com.android.art/lib64/libart.so (art::ClassLinker::InitializeClass(art::Thread*, art::Handle<art::mirror::Class>, bool, bool)+6828)
  #05  pc 0x00000000005ff5cc  /apex/com.android.art/lib64/libart.so (art::Class_classForName(_JNIEnv*, _jclass*, _jstring*, unsigned char, _jobject*) (.__uniq.181829539739573773940154555818377431209)+1120)
  at java.lang.Class.classForName (Native method)
  at java.lang.Class.forName (Class.java:454)
  at java.lang.Class.forName (Class.java:379)
  at com.getcapacitor.PluginManager.loadPluginClasses (PluginManager.java:29)
  at com.getcapacitor.BridgeActivity.onCreate (BridgeActivity.java:31)
  at android.app.Activity.performCreate (Activity.java:8328)
  at android.app.Activity.performCreate (Activity.java:8307)
  at android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1384)
  at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:3735)
  at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3892)
  at android.app.servertransaction.LaunchActivityItem.execute (LaunchActivityItem.java:101)
  at android.app.servertransaction.TransactionExecutor.executeCallbacks (TransactionExecutor.java:137)
  at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:97)
  at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2378)
  at android.os.Handler.dispatchMessage (Handler.java:106)
  at android.os.Looper.loopOnce (Looper.java:201)
  at android.os.Looper.loop (Looper.java:288)
  at android.app.ActivityThread.main (ActivityThread.java:8048)
  at java.lang.reflect.Method.invoke (Native method)
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:703)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:911)