简体   繁体   English

为什么在intelliJ logcat视图中看不到任何错误?

[英]why cannot i see any error in intelliJ logcat view?

I write android app (gradle based) in intellij 14 IDEA. 我在intellij 14 IDEA中编写了android应用(基于等级)。

My app crashes in debug, but I cannot see in the logcat any stacktrace or error log. 我的应用程序在调试时崩溃,但在logcat中看不到任何堆栈跟踪或错误日志。

how can it be? 怎么可能? (my app, verbose level) (我的应用,详细级别)

在此处输入图片说明

when I change to (no filter, verbose level) I see the bug: 当我更改为(无过滤器,详细级别)时,我看到了错误:

在此处输入图片说明

u must find something like Perspective (which is top of page -> on right,in Eclipse location and we call it Perspective in Eclipse) and change it from DDMS or something like that to java. 您必须找到类似Perspective的东西(在Eclipse中,它位于页面顶部->右侧,我们在Eclipse中称它Perspective),然后将其从DDMS或类似的东西更改为java。 and java will be your Default Perspective after that you will see also logcat. Java将是您的默认透视图,之后您还将看到logcat。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为什么我不能以相对布局在另一个视图上方看到textView? - why cannot i see a textView above another view in relative layout? 为什么在Intellij上编辑配置时看不到主方法上的符号? - Why do I see cannot resolve symbol on main method while editting configurations on Intellij? 看不到Intellij Idea面板 - Cannot see Intellij Idea Palette 为什么IntelliJ能够看到我的应用程序上下文,但是当我运行我的测试时他们看不到它? - Why would IntelliJ be able to see my application context, but when I run my tests they can't see it? 为什么静态方法不涉及多态(后期绑定)我看到错误,静态方法不能被覆盖 - Why if static method don't involve in polymorphism(late binding) I see error that static method cannot be overridden 为什么 IntelliJ 中的 JavaMail 会出现此错误? - Why am I getting this error with JavaMail in IntelliJ? 我在我的谷歌浏览器开发者工具控制台中看不到 console.log 消息。 任何想法为什么? - I cannot see the console.log messages in my google chrome developer tool console. Any ideas why? 无法将数据插入数据库android logcat错误 - cannot insert data into database android logcat error IntelliJ 找不到任何声明 - IntelliJ cannot find any declarations 将 Java 项目克隆到 IntelliJ ,现在我看不到任何源文件 - Cloned a Java project to IntelliJ , now I can't see any source files
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM