CosyDVR icon indicating copy to clipboard operation
CosyDVR copied to clipboard

crashes: BackgroudVideoRecorder.onCreate error

Open kngharv opened this issue 4 years ago • 0 comments

CosyDVR simply crashes upon start up. Error messages are:

at es.esy.CosyDVR.BackgroundVideoRecorder.onCreate(BackgroundVideoRecorder.java:337)
 
channel 'b15b7d4 es.esy.CosyDVR/es.esy.CosyDVR.CosyDVR (server)' ~ Channel is unrecoverably broken and will be disposed!

Unable to create service es.esy.CosyDVR.BackgroundVideoRecorder: android.view.WindowManager$BadTokenException: Unable to add window android.view.ViewRootImpl$W@7b7a29e -- permission denied for window type 2006

No Channel found for pkg=es.esy.CosyDVR, channelId=null, id=1, tag=null, opPkg=es.esy.CosyDVR, callingUid=10140, userId=0, incomingUserId=0, notificationUid=10140, notification=Notification(channel=null pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x40 color=0x00000000 vis=PRIVATE)

Window handle Window{c620ce2 u0 Application Error: es.esy.CosyDVR} has no registered input channel

Since I have multiple devices with various version of Android version, I can say that this crashes appears on Android 7, 9, 10 and both on arm and arm64 architecture.

All three machines are running LineageOS. Hardware I've tested on are:

LG Nexus5 (hammerhead) Moto G4 Play (harpia) Moto X Pure (clark)

my G4 Play (harpia) is my test machine and I have tried various Android versions and CosyDVR crashes consistently.

kngharv avatar Jan 11 '21 23:01 kngharv