WfdService Fix for all AOSP ROMS - Xiaomi Poco X3 NFC Guides, News, & Discussion

Hi there,
add these proprietrary files to your device tree :
/system/lib/libFileMux.so
/system/lib64/libFileMux.so
/product/lib/[email protected]
/product/lib64/[email protected]

janhammer504 said:
Hi there,
add these proprietrary files to your device tree :
/system/lib/libFileMux.so
/system/lib64/libFileMux.so
/product/lib/[email protected]
/product/lib64/[email protected]
Click to expand...
Click to collapse
Is this for broadcast ?

Wtf is that

noskojv said:
Is this for broadcast ?
Click to expand...
Click to collapse
for wifidisplay ... this is for ROM devs not for final users !

janhammer504 said:
for wifidisplay ... this is for ROM devs not for final users !
Click to expand...
Click to collapse
nitrogenos I don't have such files in the system but wifidisplay works.

Module for magisk

noskojv said:
Module for magisk
Click to expand...
Click to collapse
Quick question: is your module an end-user fix for anyone on an AOSP-based ROM which doesn't already include the fix?

noskojv said:
Module for magisk
Click to expand...
Click to collapse
Thanks for this!

on arrow os didnt work wdf service error again i go back to my pixel 10 rom works fine without trics but its android 10

nikolas60 said:
on arrow os didnt work wdf service error again i go back to my pixel 10 rom works fine without trics but its android 10
Click to expand...
Click to collapse
Did you use the magisk module provided on this thread?

yes man of course i have poco x3 nfc

arrow android 11

nikolas60 said:
arrow android 11
Click to expand...
Click to collapse
Maybe it does not work with Android 11 at all?
Just tested with crDroid 7.2 (Android 11) and its not working.

Does it work on eu rom or elite rom?
Or only for Aosp

The magisk module is not working in my case.
Helppp

janhammer504 said:
Hi there,
add these proprietrary files to your device tree :
Click to expand...
Click to collapse
I
I have them right but no way to make wft work.

heartbr said:
I
I have them right but no way to make wft work.
Click to expand...
Click to collapse
check the symlink for the lib in the wfd apk folder

Good afternoon everyone! As for the screen broadcast (Miracast), when connected to the TV, it gives an error, "The Wfd Service application crashed again." Does anyone know a solution to these problems? I have root access. Motorola Moto G6 ali, ROM: Pixel Experience 11. Many thanks to everyone!

Do you have a fix for this?
Razer Phone 2 (aura) on LineageOS for MicroG 19.1
Tried finding this missing library but no luck so far.
During a short stint on /e/OS, this worked fine. The only hint I found is that it might be a proprietary (vendor) file.
Help appreciated
Code:
06-20 17:31:13.941 1532 1532 E LightsService: Light requested not available on this device. 2
06-20 17:31:14.223 941 2915 E msm8974_platform: platform_check_backends_match: Invalid snd_device =
06-20 17:31:14.227 941 2915 E ACDB-LOADER: Error: ACDB_CMD_GET_AFE_COMMON_TABLE_SIZE Returned = -19
06-20 17:31:14.227 941 2915 E ACDB-LOADER: Error: ACDB AFE returned = -19
06-20 17:31:14.319 6443 6443 E ice:wfd_servic: Not starting debugger since process cannot load the jdwp agent.
06-20 17:31:14.404 6443 6458 E JavaBinder: *** Uncaught remote exception! (Exceptions are not yet supported across processes.)
06-20 17:31:14.404 6443 6458 E JavaBinder: java.lang.UnsatisfiedLinkError: dlopen failed: library "libmmosal.so" not found: needed by /system/system_ext/lib64/libwfdclient.so in namespace classloader-namespace-shared
06-20 17:31:14.404 6443 6458 E JavaBinder: at java.lang.Runtime.loadLibrary0(Runtime.java:1077)
06-20 17:31:14.404 6443 6458 E JavaBinder: at java.lang.Runtime.loadLibrary0(Runtime.java:998)
06-20 17:31:14.404 6443 6458 E JavaBinder: at java.lang.System.loadLibrary(System.java:1656)
06-20 17:31:14.404 6443 6458 E JavaBinder: at com.qualcomm.wfd.WFDSession.<clinit>(WFDSession.java:56)
06-20 17:31:14.404 6443 6458 E JavaBinder: at com.qualcomm.wfd.WFDSession.createWFDSession(WFDSession.java:403)
06-20 17:31:14.404 6443 6458 E JavaBinder: at com.qualcomm.wfd.service.SessionManagerService.setDeviceType(SessionManagerService.java:175)
06-20 17:31:14.404 6443 6458 E JavaBinder: at com.qualcomm.wfd.service.ISessionManagerService$Stub.onTransact(ISessionManagerService.java:655)
06-20 17:31:14.404 6443 6458 E JavaBinder: at android.os.Binder.execTransactInternal(Binder.java:1184)
06-20 17:31:14.404 6443 6458 E JavaBinder: at android.os.Binder.execTransact(Binder.java:1143)
06-20 17:31:14.404 6443 6458 E AndroidRuntime: FATAL EXCEPTION: Binder:6443_2
06-20 17:31:14.404 6443 6458 E AndroidRuntime: Process: com.qualcomm.wfd.service:wfd_service, PID: 6443
06-20 17:31:14.404 6443 6458 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: library "libmmosal.so" not found: needed by /system/system_ext/lib64/libwfdclient.so in namespace classloader-namespace-shared
06-20 17:31:14.404 6443 6458 E AndroidRuntime: at java.lang.Runtime.loadLibrary0(Runtime.java:1077)
06-20 17:31:14.404 6443 6458 E AndroidRuntime: at java.lang.Runtime.loadLibrary0(Runtime.java:998)
06-20 17:31:14.404 6443 6458 E AndroidRuntime: at java.lang.System.loadLibrary(System.java:1656)
06-20 17:31:14.404 6443 6458 E AndroidRuntime: at com.qualcomm.wfd.WFDSession.<clinit>(WFDSession.java:56)
06-20 17:31:14.404 6443 6458 E AndroidRuntime: at com.qualcomm.wfd.WFDSession.createWFDSession(WFDSession.java:403)
06-20 17:31:14.404 6443 6458 E AndroidRuntime: at com.qualcomm.wfd.service.SessionManagerService.setDeviceType(SessionManagerService.java:175)
06-20 17:31:14.404 6443 6458 E AndroidRuntime: at com.qualcomm.wfd.service.ISessionManagerService$Stub.onTransact(ISessionManagerService.java:655)
06-20 17:31:14.404 6443 6458 E AndroidRuntime: at android.os.Binder.execTransactInternal(Binder.java:1184)
06-20 17:31:14.404 6443 6458 E AndroidRuntime: at android.os.Binder.execTransact(Binder.java:1143)
06-20 17:31:14.419 6464 6464 F linker : CANNOT LINK EXECUTABLE "/system_ext/bin/wfdservice": library "libmmosal.so" not found: needed by main executable
06-20 17:31:14.425 1532 6442 E ExtendedRemoteDisplay: WfdService init() failed
06-20 17:31:14.425 1532 6442 E ExtendedRemoteDisplay: android.os.DeadObjectException
06-20 17:31:14.425 1532 6442 E ExtendedRemoteDisplay: at android.os.BinderProxy.transactNative(Native Method)
06-20 17:31:14.425 1532 6442 E ExtendedRemoteDisplay: at android.os.BinderProxy.transact(BinderProxy.java:571)
06-20 17:31:14.425 1532 6442 E ExtendedRemoteDisplay: at com.qualcomm.wfd.service.ISessionManagerService$Stub$Proxy.setDeviceType(ISessionManagerService.java:1210)
06-20 17:31:14.425 1532 6442 E ExtendedRemoteDisplay: at com.qualcomm.wfd.ExtendedRemoteDisplay$ExtendedRemoteDisplayHandler.handleMessage(ExtendedRemoteDisplay.java:770)
06-20 17:31:14.425 1532 6442 E ExtendedRemoteDisplay: at android.os.Handler.dispatchMessage(Handler.java:106)
06-20 17:31:14.425 1532 6442 E ExtendedRemoteDisplay: at android.os.Looper.loopOnce(Looper.java:201)
06-20 17:31:14.425 1532 6442 E ExtendedRemoteDisplay: at android.os.Looper.loop(Looper.java:288)
06-20 17:31:14.425 1532 6442 E ExtendedRemoteDisplay: at android.os.HandlerThread.run(HandlerThread.java:67)
06-20 17:31:14.425 1532 6442 E ExtendedRemoteDisplay: Why on earth is surface null??
06-20 17:31:14.486 3465 3465 E .ss.squarehome: Invalid ID 0x00000000.
06-20 17:31:14.487 3465 3465 E .ss.squarehome: Invalid ID 0x00000000.
06-20 17:31:14.489 3465 3465 E .ss.squarehome: Invalid ID 0x00000000.
06-20 17:31:14.490 3465 3465 E .ss.squarehome: Invalid ID 0x00000000.
06-20 17:31:14.491 3465 3465 E .ss.squarehome: Invalid ID 0x00000000.
06-20 17:31:15.590 6466 6466 E ice:wfd_servic: Not starting debugger since process cannot load the jdwp agent.
06-20 17:31:15.639 6466 6481 E JavaBinder: *** Uncaught remote exception! (Exceptions are not yet supported across processes.)
06-20 17:31:15.639 6466 6481 E JavaBinder: java.lang.UnsatisfiedLinkError: dlopen failed: library "libmmosal.so" not found: needed by /system/system_ext/lib64/libwfdclient.so in namespace classloader-namespace-shared
06-20 17:31:15.639 6466 6481 E JavaBinder: at java.lang.Runtime.loadLibrary0(Runtime.java:1077)
06-20 17:31:15.639 6466 6481 E JavaBinder: at java.lang.Runtime.loadLibrary0(Runtime.java:998)
06-20 17:31:15.639 6466 6481 E JavaBinder: at java.lang.System.loadLibrary(System.java:1656)
06-20 17:31:15.639 6466 6481 E JavaBinder: at com.qualcomm.wfd.WFDSession.<clinit>(WFDSession.java:56)
06-20 17:31:15.639 6466 6481 E JavaBinder: at com.qualcomm.wfd.WFDSession.createWFDSession(WFDSession.java:403)
06-20 17:31:15.639 6466 6481 E JavaBinder: at com.qualcomm.wfd.service.SessionManagerService.setDeviceType(SessionManagerService.java:175)
06-20 17:31:15.639 6466 6481 E JavaBinder: at com.qualcomm.wfd.service.ISessionManagerService$Stub.onTransact(ISessionManagerService.java:655)
06-20 17:31:15.639 6466 6481 E JavaBinder: at android.os.Binder.execTransactInternal(Binder.java:1184)
06-20 17:31:15.639 6466 6481 E JavaBinder: at android.os.Binder.execTransact(Binder.java:1143)
06-20 17:31:15.640 6466 6481 E AndroidRuntime: FATAL EXCEPTION: Binder:6466_3
06-20 17:31:15.640 6466 6481 E AndroidRuntime: Process: com.qualcomm.wfd.service:wfd_service, PID: 6466
06-20 17:31:15.640 6466 6481 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: library "libmmosal.so" not found: needed by /system/system_ext/lib64/libwfdclient.so in namespace classloader-namespace-shared
06-20 17:31:15.640 6466 6481 E AndroidRuntime: at java.lang.Runtime.loadLibrary0(Runtime.java:1077)
06-20 17:31:15.640 6466 6481 E AndroidRuntime: at java.lang.Runtime.loadLibrary0(Runtime.java:998)
06-20 17:31:15.640 6466 6481 E AndroidRuntime: at java.lang.System.loadLibrary(System.java:1656)
06-20 17:31:15.640 6466 6481 E AndroidRuntime: at com.qualcomm.wfd.WFDSession.<clinit>(WFDSession.java:56)
06-20 17:31:15.640 6466 6481 E AndroidRuntime: at com.qualcomm.wfd.WFDSession.createWFDSession(WFDSession.java:403)
06-20 17:31:15.640 6466 6481 E AndroidRuntime: at com.qualcomm.wfd.service.SessionManagerService.setDeviceType(SessionManagerService.java:175)
06-20 17:31:15.640 6466 6481 E AndroidRuntime: at com.qualcomm.wfd.service.ISessionManagerService$Stub.onTransact(ISessionManagerService.java:655)
06-20 17:31:15.640 6466 6481 E AndroidRuntime: at android.os.Binder.execTransactInternal(Binder.java:1184)
06-20 17:31:15.640 6466 6481 E AndroidRuntime: at android.os.Binder.execTransact(Binder.java:1143)
06-20 17:31:15.649 6485 6485 F linker : CANNOT LINK EXECUTABLE "/system_ext/bin/wfdservice": library "libmmosal.so" not found: needed by main executable

Related

[Q] Potential issue with Webtop mod for 4.5.91 - com.android.phone FC

Too new to post in the dev forums, but i wanted to post my experience with the Webtop Mod (http://forum.xda-developers.com/showthread.php?t=980193) specifically using the 4.5.91 files downloaded from (http://forum.xda-developers.com/showpost.php?p=15881436&postcount=834) in case any others are having this issue, and maybe to get some feedback from the mod devs, as I'd like to use this mod on my phone.
I noticed after replacing the stock APKs i started getting FC's when making and receiving phone calls, after pulling a logcat log from my phone, it seems the modded PortalApp.apk is at fault (log snippet below) i reverted to the stock PortalApp.apk and phone calls started working again.
Code:
09-07 18:42:15.665 1672 3590 I ActivityManager: Starting: Intent { act=android.intent.action.CALL dat=tel:xxx-xxx-xxxx flg=0x10000000 cmp=com.android.phone/.InCallScreen (has extras) } from pid 8281
09-07 18:42:16.615 3086 3086 D StatusBarService: enter playAnimationStatusBar, enable = false
09-07 18:42:16.635 1672 3007 D InputManager: phone state:2
09-07 18:42:16.995 8281 8281 E AndroidRuntime: FATAL EXCEPTION: main
09-07 18:42:16.995 8281 8281 E AndroidRuntime: java.lang.RuntimeException: Unable to instantiate receiver com.android.portal.IntentProxyReceiverForCallState: java.lang.ClassNotFoundException: com.android.portal.IntentProxyReceiverForCallState in loader dalvik.system.PathClassLoader[/system/framework/com.motorola.android.iextdispservice.jar:/system/framework/com.motorola.android.imirrorservice.jar:/system/app/PortalApp.apk]
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:1826)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at android.app.ActivityThread.access$2400(ActivityThread.java:124)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1018)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at android.os.Looper.loop(Looper.java:130)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:3806)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at java.lang.reflect.Method.invokeNative(Native Method)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at java.lang.reflect.Method.invoke(Method.java:507)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at dalvik.system.NativeStart.main(Native Method)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: com.android.portal.IntentProxyReceiverForCallState in loader dalvik.system.PathClassLoader[/system/framework/com.motorola.android.iextdispservice.jar:/system/framework/com.motorola.android.imirrorservice.jar:/system/app/PortalApp.apk]
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at dalvik.system.PathClassLoader.findClass(PathClassLoader.java:240)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:551)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:1817)
09-07 18:42:16.995 8281 8281 E AndroidRuntime: ... 10 more
09-07 18:42:17.015 1672 3590 W ActivityManager: Process com.android.phone has crashed too many times: killing!

[Q] Anyone experiencing programmanager crash

Whenever I open the programmanager from settings.. It shows the apps alright, but after a while it freezes and then displays the "settings has crashed" message. This happens whenever I do it.
Anyone else tried this?
Here is my log:
Log Collector version: 1.1.0
Device model: GT-I9300
Firmware version: 4.0.4
Kernel version: 3.0.15-554452-user
[email protected] )
#1 SMP PREEMPT Sun May 13 06:36:17 KST 2012
Build number: IMM76D.I9300XXALE8
Delivering touch to current input target: action: 0x1
06-20 18:35:02.990 I/InputDispatcher( 2108): Delivering touch to current input target: action: 0x1
06-20 18:35:03.145 I/power ( 2108): *** acquire_dvfs_lock : lockType : 1 freq : 1000000
06-20 18:35:03.145 I/ActivityManager( 2108): START {intent.toShortString} from pid 18494
06-20 18:35:03.145 D/PowerManagerService( 2108): acquireDVFSLockLocked : type : DVFS_MIN_LIMIT frequency : 1000000 uid : 1000 pid : 2108 tag : ActivityManager
06-20 18:35:03.150 W/ActivityManager( 2108): mDVFSLock.acquire()
06-20 18:35:03.180 I/WifiEnabler(18494): Pause : 3
.
.
.
06-20 18:35:23.015 I/dalvikvm-heap(18494): Forcing collection of SoftReferences for 1009300-byte allocation
06-20 18:35:23.045 I/dalvikvm-heap(18494): Clamp target GC heap from 64.328MB to 64.000MB
06-20 18:35:23.045 D/dalvikvm(18494): GC_BEFORE_OOM freed 13K, 2% free 63576K/64775K, paused 30ms
06-20 18:35:23.045 E/dalvikvm-heap(18494): Out of memory on a 1009300-byte allocation.
06-20 18:35:23.050 I/dalvikvm(18494): "ApplicationsState.Loader" prio=5 tid=11 RUNNABLE
06-20 18:35:23.050 I/dalvikvm(18494): | group="main" sCount=0 dsCount=0 obj=0x41a3dea8 self=0x19fa1f0
06-20 18:35:23.050 I/dalvikvm(18494): | sysTid=19517 nice=10 sched=0/0 cgrp=bg_non_interactive handle=26828320
06-20 18:35:23.050 I/dalvikvm(18494): | schedstat=( 6841006134 2355049681 23252 ) utm=438 stm=246 core=0
06-20 18:35:23.050 I/dalvikvm(18494): at android.graphics.Bitmap.nativeCreate(Native Method)
06-20 18:35:23.055 I/dalvikvm(18494): at android.graphics.Bitmap.createBitmap(Bitmap.java:605)
06-20 18:35:23.055 I/dalvikvm(18494): at android.graphics.Bitmap.createBitmap(Bitmap.java:551)
06-20 18:35:23.055 I/dalvikvm(18494): at android.graphics.Bitmap.createScaledBitmap(Bitmap.java:437)
06-20 18:35:23.055 I/dalvikvm(18494): at android.graphics.BitmapFactory.finishDecode(BitmapFactory.java:618)
06-20 18:35:23.055 I/dalvikvm(18494): at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:593)
06-20 18:35:23.055 I/dalvikvm(18494): at android.graphics.BitmapFactory.decodeResourceStream(BitmapFactory.java:445)
06-20 18:35:23.060 I/dalvikvm(18494): at android.graphics.drawable.Drawable.createFromResourceStream(Drawable.java:775)
06-20 18:35:23.065 I/dalvikvm(18494): at android.content.res.Resources.loadDrawable(Resources.java:1968)
06-20 18:35:23.065 I/dalvikvm(18494): at android.content.res.Resources.getDrawable(Resources.java:677)
06-20 18:35:23.065 I/dalvikvm(18494): at android.app.ApplicationPackageManager.getDrawable(ApplicationPackageManager.java:617)
06-20 18:35:23.065 I/dalvikvm(18494): at android.content.pm.PackageItemInfo.loadIcon(PackageItemInfo.java:151)
06-20 18:35:23.075 I/dalvikvm(18494): at com.android.settings.applications.ApplicationsState$AppEntry.ensureIconLocked(ApplicationsState.java:132)
06-20 18:35:23.075 I/dalvikvm(18494): at com.android.settings.applications.ApplicationsState$BackgroundHandler.handleMessage(ApplicationsState.java:814)
06-20 18:35:23.075 I/dalvikvm(18494): at android.os.Handler.dispatchMessage(Handler.java:99)
06-20 18:35:23.080 I/dalvikvm(18494): at android.os.Looper.loop(Looper.java:137)
06-20 18:35:23.080 I/dalvikvm(18494): at android.os.HandlerThread.run(HandlerThread.java:60)
06-20 18:35:23.080 I/dalvikvm(18494):
06-20 18:35:23.085 W/dalvikvm(18494): threadid=11: thread exiting with uncaught exception (group=0x40c611f8)
06-20 18:35:23.100 E/AndroidRuntime(18494): FATAL EXCEPTION: ApplicationsState.Loader
06-20 18:35:23.100 E/AndroidRuntime(18494): java.lang.OutOfMemoryError
06-20 18:35:23.100 E/AndroidRuntime(18494): at android.graphics.Bitmap.nativeCreate(Native Method)
06-20 18:35:23.100 E/AndroidRuntime(18494): at android.graphics.Bitmap.createBitmap(Bitmap.java:605)
06-20 18:35:23.100 E/AndroidRuntime(18494): at android.graphics.Bitmap.createBitmap(Bitmap.java:551)
06-20 18:35:23.100 E/AndroidRuntime(18494): at android.graphics.Bitmap.createScaledBitmap(Bitmap.java:437)
06-20 18:35:23.100 E/AndroidRuntime(18494): at android.graphics.BitmapFactory.finishDecode(BitmapFactory.java:618)
06-20 18:35:23.100 E/AndroidRuntime(18494): at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:593)
06-20 18:35:23.100 E/AndroidRuntime(18494): at android.graphics.BitmapFactory.decodeResourceStream(BitmapFactory.java:445)
06-20 18:35:23.100 E/AndroidRuntime(18494): at android.graphics.drawable.Drawable.createFromResourceStream(Drawable.java:775)
06-20 18:35:23.100 E/AndroidRuntime(18494): at android.content.res.Resources.loadDrawable(Resources.java:1968)
06-20 18:35:23.100 E/AndroidRuntime(18494): at android.content.res.Resources.getDrawable(Resources.java:677)
06-20 18:35:23.100 E/AndroidRuntime(18494): at android.app.ApplicationPackageManager.getDrawable(ApplicationPackageManager.java:617)
06-20 18:35:23.100 E/AndroidRuntime(18494): at android.content.pm.PackageItemInfo.loadIcon(PackageItemInfo.java:151)
06-20 18:35:23.100 E/AndroidRuntime(18494): at com.android.settings.applications.ApplicationsState$AppEntry.ensureIconLocked(ApplicationsState.java:132)
06-20 18:35:23.100 E/AndroidRuntime(18494): at com.android.settings.applications.ApplicationsState$BackgroundHandler.handleMessage(ApplicationsState.java:814)
06-20 18:35:23.100 E/AndroidRuntime(18494): at android.os.Handler.dispatchMessage(Handler.java:99)
06-20 18:35:23.100 E/AndroidRuntime(18494): at android.os.Looper.loop(Looper.java:137)
06-20 18:35:23.100 E/AndroidRuntime(18494): at android.os.HandlerThread.run(HandlerThread.java:60)
06-20 18:35:23.115 W/ActivityManager( 2108): Force finishing activity com.android.settings/.SubSettings
06-20 18:35:23.130 W/DropBoxManagerService( 2108): Dropping: system_app_crash (1416 > 0 bytes)
06-20 18:35:23.160 E/android.os.Debug( 2108): [email protected] > dumpstate -k -t -n -z -d -o /data/log/dumpstate_app_error
06-20 18:35:23.185 I/dumpstate(19560): begin
06-20 18:35:23.630 I/InputReader( 2108): Touch event's action is 0x0 (deviceType=0) [pCnt=1, pending(waiting finished signal)=0, s=0.2623 ]
06-20 18:35:24.095 I/InputReader( 2108): Touch event's action is 0x1 (deviceType=0) [pCnt=1, pending(waiting finished signal)=0, s=]
06-20 18:35:24.315 I/InputReader( 2108): Touch event's action is 0x0 (deviceType=0) [pCnt=1, pending(waiting finished signal)=0, s=0.2624 ]
06-20 18:35:24.425 I/InputReader( 2108): Touch event's action is 0x1 (deviceType=0) [pCnt=1, pending(waiting finished signal)=0, s=]
06-20 18:35:25.125 W/PowerManagerService( 2108): Timer 0x7->0x3|0x0
06-20 18:35:25.125 I/PowerManagerService( 2108): Ulight 0x7->0x3|0x0
06-20 18:35:25.130 D/lights ( 2108): write_int /sys/class/sec/sec_touchkey/brightness = 2
06-20 18:35:25.130 D/PowerManagerService( 2108): setLightBrightness : mButtonLight : 0
06-20 18:35:25.365 I/InputReader( 2108): Touch event's action is 0x0 (deviceType=0) [pCnt=1, pending(waiting finished signal)=0, s=0.2625 ]
06-20 18:35:25.505 I/InputReader( 2108): Touch event's action is 0x1 (deviceType=0) [pCnt=1, pending(waiting finished signal)=0, s=]
06-20 18:35:26.935 D/InputReader( 2108): Input event: value=1
06-20 18:35:27.110 D/InputReader( 2108): Input event: value=0
06-20 18:35:27.610 I/InputDispatcher( 2108): Dropped event because of pending overdue app switch.
06-20 18:35:27.610 I/InputDispatcher( 2108): Dropped event because of pending overdue app switch.
06-20 18:35:27.610 I/InputDispatcher( 2108): Dropped event because of pending overdue app switch.
06-20 18:35:27.610 I/InputDispatcher( 2108): Dropped event because of pending overdue app switch.
.
.
.
Yes, it crash. Btw, I not on S3. I'm on Note which using custom ROM.

Need urgent help with Titanium Backup

I am sort of in a pickle right now and need help. I have P3XL with Android Q Beta 6 running. For some reason I had to factory reset the phone. I used Titanium Backup to create backups for all my apps and data and then did factory reset. After factory reset and rooting, TB is not able to run properly (can't backup or restore). I get an initial screen which is all empty (it typically shows Overview) showing "All done!" and selecting Batch Actions throws me back to empty "All done!" screen instead of showing me the screen of various action scenarios to backup and restore with count of apps.
I see this in the logcat:
Code:
08-17 21:09:50.760 1353 1507 W InputDispatcher: channel 'c98d7ae com.keramidas.TitaniumBackup/com.keramidas.TitaniumBackup.MainActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
08-17 21:09:50.760 1353 1507 E InputDispatcher: channel 'c98d7ae com.keramidas.TitaniumBackup/com.keramidas.TitaniumBackup.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
08-17 21:09:50.761 1353 1540 I WindowManager: WIN DEATH: Window{c98d7ae u0 com.keramidas.TitaniumBackup/com.keramidas.TitaniumBackup.MainActivity}
08-17 21:09:50.761 1353 1540 W InputDispatcher: Attempted to unregister already unregistered input channel 'c98d7ae com.keramidas.TitaniumBackup/com.keramidas.TitaniumBackup.MainActivity (server)'
08-17 21:09:51.675 1353 1540 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.keramidas.TitaniumBackup/.MainActivity bnds=[854,2457][1123,2852]} from uid 10152
08-17 21:09:51.703 1353 1381 I ActivityManager: Start proc 15741:com.keramidas.TitaniumBackup/u0a208 for activity {com.keramidas.TitaniumBackup/com.keramidas.TitaniumBackup.MainActivity}
08-17 21:09:51.808 15741 15741 I com.keramidas.TitaniumBackup.MainActivity: Main Activity is being created for the first time => scheduling next wake-up ...
08-17 21:09:51.849 1353 11536 W DevicePolicyManager: Package com.keramidas.TitaniumBackup (uid=10208, pid=15741) cannot access Device IDs
08-17 21:09:51.851 2078 2260 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.keramidas.TitaniumBackup:getDeviceId:isPreinstalled=false:isPrivApp=false
08-17 21:09:51.855 15741 15768 I o.co : [Licensing] No cache file: /storage/emulated/0/data/com.keramidas.TitaniumBackup/licensing-cache.xml
08-17 21:09:51.855 15741 15768 I o.co : [Licensing] Deleting non-valid cache file: /storage/emulated/0/data/com.keramidas.TitaniumBackup/licensing-cache.xml
08-17 21:09:51.859 15741 15768 W System.err: ERROR: Could not open license file: /data/user/0/com.keramidas.TitaniumBackup/files/license.txt
08-17 21:09:51.903 1353 1379 I ActivityTaskManager: Displayed com.keramidas.TitaniumBackup/.MainActivity: +222ms
08-17 21:09:52.025 1353 1540 I ActivityTaskManager: START u0 {act=android.intent.action.VIEW dat=file:///data/local/tmp/com.keramidas.TitaniumBackup-install.apk typ=application/vnd.android.package-archive} from uid 10208
08-17 21:09:52.025 15741 15741 W o.eu : [COLOR="Red"]android.content.ActivityNotFoundException: No Activity found to handle Intent[/COLOR] { act=android.intent.action.VIEW dat=file:///data/local/tmp/com.keramidas.TitaniumBackup-install.apk typ=application/vnd.android.package-archive }
08-17 21:09:52.025 15741 15741 W o.eu : at com.keramidas.TitaniumBackup.MainActivity.ᐧ(Source:1776)
08-17 21:09:52.025 15741 15741 W o.eu : at com.keramidas.TitaniumBackup.MainActivity.ˊ(Source:83)
08-17 21:09:52.025 15741 15741 W o.eu : at com.keramidas.TitaniumBackup.MainActivity.ˊ(Source:581)
08-17 21:09:52.039 1353 1540 I ActivityTaskManager: START u0 {act=com.keramidas.TitaniumBackupAddon.ASK_FOR_PERMISSIONS} from uid 10208
08-17 21:09:52.040 15741 15792 E com.keramidas.TitaniumBackup.MainActivity:[COLOR="Red"] Failed to trigger permission requests within TB add-on[/COLOR]
08-17 21:09:52.040 15741 15792 E com.keramidas.TitaniumBackup.MainActivity: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=com.keramidas.TitaniumBackupAddon.ASK_FOR_PERMISSIONS }
08-17 21:09:52.040 15741 15792 E com.keramidas.TitaniumBackup.MainActivity: at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:2051)
08-17 21:09:52.040 15741 15792 E com.keramidas.TitaniumBackup.MainActivity: at android.app.Instrumentation.execStartActivity(Instrumentation.java:1709)
08-17 21:09:52.040 15741 15792 E com.keramidas.TitaniumBackup.MainActivity: at android.app.Activity.startActivityForResult(Activity.java:5173)
08-17 21:09:52.040 15741 15792 E com.keramidas.TitaniumBackup.MainActivity: at android.app.Activity.startActivityForResult(Activity.java:5131)
08-17 21:09:52.040 15741 15792 E com.keramidas.TitaniumBackup.MainActivity: at android.app.Activity.startActivity(Activity.java:5502)
08-17 21:09:52.040 15741 15792 E com.keramidas.TitaniumBackup.MainActivity: at android.app.Activity.startActivity(Activity.java:5470)
08-17 21:09:52.040 15741 15792 E com.keramidas.TitaniumBackup.MainActivity: at com.keramidas.TitaniumBackup.MainActivity.ʿ(Source:48796)
08-17 21:09:52.040 15741 15792 E com.keramidas.TitaniumBackup.MainActivity: at o.კ.run(Source:1773)
08-17 21:09:52.040 15741 15792 E com.keramidas.TitaniumBackup.MainActivity: at o.ea.run(Source:117)
08-17 21:09:52.250 642 642 E Layer : [Surface(name=AppWindowToken{dc579fc token=Token{1771aef ActivityRecord{ee5abce u0 com.keramidas.TitaniumBackup/.MainActivity t47}}})/@0x7e61fa9 - animation-leash#0] No local sync point found
08-17 21:09:55.826 1353 5660 I ActivityTaskManager: START u0 {cmp=com.keramidas.TitaniumBackup/o.c} from uid 10208
I am using the latest Canary build of Magisk to get the root on Q Beta's. Magisk root is working fine in all the apps.
Any ideas why this could be happening?
If I hide Magisk from Titanium Backup, it does not get root but it shows initial screen as in the screenshot below.
It looks like the above logcat indicates that the TB has trouble with the Titanium Backup Addon. I manually installed the addon and it moved forward. Now I see all my backups and Batch Actions let me run scenarios. But as soon as I try to restore an app, I get a force close on the app with this in the logcat:
Code:
08-18 07:43:42.952 20726 20793 E AndroidRuntime: FATAL EXCEPTION: Thread-7
08-18 07:43:42.952 20726 20793 E AndroidRuntime: Process: com.keramidas.TitaniumBackup, PID: 20726
08-18 07:43:42.952 20726 20793 E AndroidRuntime: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=file:///data/local/tmp/com.keramidas.TitaniumBackup-install.apk typ=application/vnd.android.package-archive }
08-18 07:43:42.952 20726 20793 E AndroidRuntime: at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:2051)
08-18 07:43:42.952 20726 20793 E AndroidRuntime: at android.app.Instrumentation.execStartActivity(Instrumentation.java:1709)
08-18 07:43:42.952 20726 20793 E AndroidRuntime: at android.app.Activity.startActivityForResult(Activity.java:5192)
08-18 07:43:42.952 20726 20793 E AndroidRuntime: at android.app.Activity.startActivityForResult(Activity.java:5150)
08-18 07:43:42.952 20726 20793 E AndroidRuntime: at o.dZ.ˊ(Source:236)
08-18 07:43:42.952 20726 20793 E AndroidRuntime: at o.e.ˊ(Source:462)
08-18 07:43:42.952 20726 20793 E AndroidRuntime: at o.J.run(Source:200)
08-18 07:43:42.952 20726 20793 E AndroidRuntime: at o.dD.run(Source:165)
08-18 07:43:42.952 20726 20793 E AndroidRuntime: at java.lang.Thread.run(Thread.java:919)
I still can't restore my data.

Calender app does not work after de-bloating Xiaomi Mi 9

Hello everyone,
I hope thats the correct forum to post this question. I tried to find something through google search but it seems that there are only some stackoverflow development questions on that topic, which do not help a lot.
I have a MI9 (MIUI Global 10.2.30 stable) without root. Now I wanted to remove some default system apps and found this tool here: github.com/Saki-EU/XiaomiADBFastbootTools/releases/tag/6.6.2
I followed this list (and tailored it to my own needs): gist.github.com/Biswa96/81fe477079fa5279f7cfd7b98d5519c7
After finishing my de-bloating I realized that Google Calender (and also system calender) does not start any more. All I get is the error message "Failed to find provider com.android.calendar for user 0; expected to find a valid ContentProvider for this authority"
I tried to reinstall Google Calendar (and also all the removed bloat apps) but it doesn't help. Here is also the log file from adb logcat:
Code:
09-24 17:07:29.395 1441 2654 I ActivityManager: Start proc 29460:com.google.android.calendar/u0a99 for service com.google.android.calendar/com.google.android.syncadapters.calendar.CalendarSyncAdapterService caller=android
09-24 17:07:29.396 4352 4472 D PowerKeeper.Event: notifyAMProcStart processName: 10099 reason: com.google.android.calendar, pid:0
09-24 17:07:29.397 28323 28323 D Cal:D:AllInOne: onStart()
09-24 17:07:29.397 28323 28323 D Cal:D:AllInOne: onResume()
09-24 17:07:29.398 28323 29459 I Cal:D:Utils: setGoogleAccountsSyncable(): NOT syncable before, set it syncable
09-24 17:07:29.400 28323 28323 D AndroidRuntime: Shutting down VM
09-24 17:07:29.400 28323 29465 I FA : Tag Manager is not found and thus will not be used
09-24 17:07:29.400 28323 28323 E AndroidRuntime: FATAL EXCEPTION: main
09-24 17:07:29.400 28323 28323 E AndroidRuntime: Process: com.android.calendar, PID: 28323
09-24 17:07:29.400 28323 28323 E AndroidRuntime: java.lang.RuntimeException: Unable to resume activity {com.android.calendar/com.android.calendar.homepage.AllInOneActivity}: java.lang.SecurityException: Failed to find provider com.android.calendar for user 0; expected to find a valid ContentProvider for this authority
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3828)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3860)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.app.servertransaction.ResumeActivityItem.execute(ResumeActivityItem.java:51)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:145)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:70)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1831)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.os.Looper.loop(Looper.java:201)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6815)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: Caused by: java.lang.SecurityException: Failed to find provider com.android.calendar for user 0; expected to find a valid ContentProvider for this authority
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.os.Parcel.createException(Parcel.java:1950)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1918)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1868)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.content.IContentService$Stub$Proxy.registerContentObserver(IContentService.java:779)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.content.ContentResolver.registerContentObserver(ContentResolver.java:1988)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.content.ContentResolver.registerContentObserver(ContentResolver.java:1977)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at com.android.calendar.homepage.AllInOneActivity.onResume(AllInOneActivity.java:571)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1413)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.app.Activity.performResume(Activity.java:7400)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3820)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: ... 11 more
09-24 17:07:29.400 28323 28323 E AndroidRuntime: Caused by: android.os.RemoteException: Remote stack trace:
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at com.android.server.content.ContentService.registerContentObserver(ContentService.java:340)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.content.IContentService$Stub.onTransact(IContentService.java:76)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at com.android.server.content.ContentService.onTransact(ContentService.java:262)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.os.Binder.execTransact(Binder.java:733)
09-24 17:07:29.400 28323 28323 E AndroidRuntime:
09-24 17:07:29.401 28323 29459 I Cal:D:Utils: setGoogleAccountsSyncable(): NOT syncable before, set it syncable
09-24 17:07:29.402 589 589 E SELinux : avc: denied { find } for service=miui.mqsas.MQSService pid=28323 uid=10024 scontext=u:r:priv_app:s0:c512,c768 tcontext=u:object_r:mqs_service:s0 tclass=service_manager permissive=0
09-24 17:07:29.402 28323 28323 E MQSEventManagerDelegate: failed to get MQSService.
09-24 17:07:29.403 4352 4472 D PowerKeeper.Event: notifyAMCrash packageName: 0, pid:28323
09-24 17:07:29.403 29460 29460 E ndroid.calenda: Not starting debugger since process cannot load the jdwp agent.
09-24 17:07:29.404 1441 3632 W ActivityManager: Force finishing activity com.android.calendar/.homepage.AllInOneActivity
09-24 17:07:29.405 1441 3632 D ActivityTrigger: ActivityTrigger activityPauseTrigger
09-24 17:07:29.407 28323 28323 I Process : Sending signal. PID: 28323 SIG: 9
09-24 17:07:29.407 1441 3527 D ActivityManager: report kill process: killerPid is:28323, killedPid is:28323
Does anyone has an idea how to fix it?
I had the same issue... I managed to solve it.
Code:
pm install-existing com.android.providers.calendar

What's causing this app to crash?

Hey all, my device is rooted, with Android 11 and XPrivacyLua installed. I have an app here that keeps crashing. I know it's related to XPrivacyLua restrictions, because if I allow it all the permissions then it runs fine. but with XPL enabled and blocking permissions, it crashes. Below is the output of adb logcat --buffer=crash when I try and open it. How can I tell what is specifically causing it? and is there a workaround so I can keep blocking it with XPL and get it to run somehow? Perhaps with a custom spoofing of values with XPL? Thanks
Code:
08-26 16:33:22.745 16472 16472 E AndroidRuntime: FATAL EXCEPTION: main
08-26 16:33:22.745 16472 16472 E AndroidRuntime: Process: com.nextdoor, PID: 16472
08-26 16:33:22.745 16472 16472 E AndroidRuntime: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at java.util.ArrayList.get(ArrayList.java:437)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at java.util.Collections.swap(Collections.java:544)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at com.nextdoor.pushNotification.appbadger.ShortcutBadger.validateInfoList(ShortcutBadger.kt:165)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at com.nextdoor.pushNotification.appbadger.ShortcutBadger.initBadger(ShortcutBadger.kt:116)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at com.nextdoor.pushNotification.appbadger.ShortcutBadger.applyCountOrThrow(ShortcutBadger.kt:75)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at com.nextdoor.pushNotification.appbadger.ShortcutBadger.applyCount(ShortcutBadger.kt:46)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at com.nextdoor.pushNotification.NotificationChannelManager.updateBadgeCount(NotificationChannelManager.kt:111)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at com.nextdoor.pushNotification.NotificationChannelManager.clearPrivateMessageNotificationsFromSystemTray(NotificationChannelManager.kt:84)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at com.nextdoor.pushNotification.NotificationChannelManager.clearPrivateMessageNotificationsFromSystemTray$default(NotificationChannelManager.kt:69)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at com.nextdoor.view.newsfeed.MessagesPresenter.setBadgeCount(ToolbarActionPresenter.kt:80)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at com.nextdoor.view.newsfeed.MessagesPresenter.populate(ToolbarActionPresenter.kt:68)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at com.nextdoor.activity.TopLevelActivityActionBarUtil.createMessagesPresenter(TopLevelActivityActionBarUtil.kt:204)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at com.nextdoor.activity.TopLevelActivityActionBarUtil.createPresenters(TopLevelActivityActionBarUtil.kt:74)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at com.nextdoor.newsfeed.fragments.MainFeedFragment.updateBadgeCount(MainFeedFragment.kt:370)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at com.nextdoor.newsfeed.fragments.MainFeedFragment.access$updateBadgeCount(MainFeedFragment.kt:150)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at com.nextdoor.newsfeed.fragments.MainFeedFragment$subscribeFeedRendered$1.invoke(MainFeedFragment.kt:362)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at com.nextdoor.newsfeed.fragments.MainFeedFragment$subscribeFeedRendered$1.invoke(MainFeedFragment.kt:358)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at com.nextdoor.newsfeed.viewmodels.FeedsViewModelV2$subscribeFeedRendered$2.invoke(FeedsViewModelV2.kt:542)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at com.nextdoor.newsfeed.viewmodels.FeedsViewModelV2$subscribeFeedRendered$2.invoke(FeedsViewModelV2.kt:540)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at com.airbnb.mvrx.BaseMvRxViewModel$selectSubscribe$1.invokeSuspend(BaseMvRxViewModel.kt:185)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at com.airbnb.mvrx.BaseMvRxViewModel$selectSubscribe$1.invoke(Unknown Source:8)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at com.airbnb.mvrx.BaseMvRxViewModel$selectSubscribe$1.invoke(Unknown Source:2)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at com.airbnb.mvrx.MavericksViewModelExtensionsKt$_internal1$2.invokeSuspend(MavericksViewModelExtensions.kt:27)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at com.airbnb.mvrx.MavericksViewModelExtensionsKt$_internal1$2.invoke(Unknown Source:8)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at com.airbnb.mvrx.MavericksViewModelExtensionsKt$_internal1$2.invoke(Unknown Source:4)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at kotlinx.coroutines.flow.FlowKt__MergeKt$mapLatest$1.invokeSuspend(Merge.kt:214)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at kotlinx.coroutines.flow.FlowKt__MergeKt$mapLatest$1.invoke(Unknown Source:13)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at kotlinx.coroutines.flow.FlowKt__MergeKt$mapLatest$1.invoke(Unknown Source:4)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invoke(Unknown Source:8)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invoke(Unknown Source:4)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at kotlinx.coroutines.intrinsics.UndispatchedKt.startCoroutineUndispatched(Undispatched.kt:55)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at kotlinx.coroutines.CoroutineStart.invoke(CoroutineStart.kt:112)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at kotlinx.coroutines.AbstractCoroutine.start(AbstractCoroutine.kt:126)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch(Builders.common.kt:56)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at kotlinx.coroutines.BuildersKt.launch(Unknown Source:1)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch$default(Builders.common.kt:47)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at kotlinx.coroutines.BuildersKt.launch$default(Unknown Source:1)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1.emit(Merge.kt:33)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at kotlinx.coroutines.flow.DistinctFlowImpl$collect$2.emit(Distinct.kt:81)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at com.airbnb.mvrx.MavericksViewModelExtensionsKt$_internal1$$inlined$map$1$2.emit(Collect.kt:24)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:383)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at kotlinx.coroutines.flow.SharedFlowImpl$collect$1.invokeSuspend(Unknown Source:12)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:938)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at android.os.Looper.loop(Looper.java:223)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7664)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
08-26 16:33:22.745 16472 16472 E AndroidRuntime: Suppressed: kotlinx.coroutines.DiagnosticCoroutineContextException:[StandaloneCoroutine{Cancelling}@ed6f277, Dispatchers.Main.immediate]

Categories

Resources