无法获得GED Log Buf,错误(0)

时间:2018-05-03 15:14:34

标签: android logging buffer logcat

我的所有Android项目都存在一个大问题,即错误

<TextBox x:Name="TextBox" Text="{Binding Text}"> <TextBox.InputBindings> <KeyBinding Key="Enter" Command="{markupExtensions:UpdatePropertySourceWhenEnterPressed}" CommandParameter="{Binding ElementName=TextBox}"/> </TextBox.InputBindings> </TextBox>

我真的不知道该怎么做以及如何解决它。有人可以帮我吗?

非常感谢

2 个答案:

答案 0 :(得分:1)

在手机的Advanced logging设置条目中找到Developer options。 设置为全部允许

答案 1 :(得分:0)

迟到的回复,但它可能对某人有用。 就我而言:转到设置 -> 系统 -> 开发人员选项 ->

  1. 滚动直到看到“日志级别”(单击并将其设置为详细)。
  2. 并滚动到“始终显示崩溃对话框”并启用它。