xamarin.android应用程序打开并立即关闭

时间:2018-12-05 11:02:58

标签: logging xamarin.android

我使用Visual Studio创建的xamarin.android应用存在问题:它可以正确构建,但是当我尝试在设备中打开它时,它会(第一次)请求权限,然后立即关闭;在接下来的时间里打开,并在不到半秒的时间内关闭。

当我在调试模式下执行它时,从打开它到关闭它都会得到以下日志:

W/GuiExt  ( 7717): Cannot find GuiExtService
I/BufferQueueConsumer( 7717): [unnamed-7717-1(this:0x829fe000,id:1,api:0,p:-1,c:7717) connect(C): consumer=(7717:com.companyname.App4) controlledByApp=true
I/BufferQueueConsumer( 7717): [unnamed-7717-1] (this:0x829fe000,id:1,api:0,p:-1,c:7717) setConsumerName: unnamed-7717-1
I/BufferQueueConsumer( 7717): [SurfaceTexture-0-7717-1] (this:0x829fe000,id:1,api:0,p:-1,c:7717) setConsumerName: SurfaceTexture-0-7717-1
I/BufferQueueConsumer( 7717): [SurfaceTexture-0-7717-1 (this:0x829fe000,id:1,api:0,p:-1,c:-1) disconnect(C)
I/BufferQueue( 7717): [SurfaceTexture-0-7717-1](this:0x829fe000,id:1,api:0,p:-1,c:-1) ~BufferQueueCore

如果有人可以帮助我,我将非常感激。 坦克

0 个答案:

没有答案
相关问题