问题标签 [logcat]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 将 App 的 Logcat 输出发送到 EmailAdress
我们现在正在和几个朋友一起测试我们的应用程序。有时有些错误不会引发异常。所以我真的不知道问题是什么。所以我认为实现一个允许将 logcat 输出发送到电子邮件地址的菜单项是一个好主意,这样我们就可以检查日志。
不幸的是,我在互联网上没有找到如何从手机中提取 logcat 的提示。如何发送电子邮件应该不是问题。
android - Eclipse Logcat 窗口切断异常堆栈跟踪
我在 Eclipse 中的 logcat 窗口只为每个异常显示 StackTrace 的前几行。这意味着我经常看不到异常发生在哪里。有没有办法改变这个设置?
android - 在 Logcat 上启用来自真实设备的日志消息
对于我的 android 应用程序开发,我试图从我的真实设备(从 eclipse 上启动应用程序时)获取 logcat 消息,而不仅仅是从我的模拟器。
有人知道如何启用这样的功能吗?
android - 试图将我的 LogCat 输出到文件
我被告知这是一个命令行选项。但是 Eclipse 的 Run!Run Configurations...!Target!Additional Emulator Command Line Options 字段已经被
如果我想写类似的东西
那么我在哪里写它,以及如何写(即语法是否正确)?我只需要输出一个过滤的标签,而不是详细的。(“MessageBox”是我的标签。同样,我不知道这个标点符号是否正确,甚至命令的去向。)
谢谢你的帮助。
android - Logcat 坏了。eclipse或终端中没有输出
我的 logcat 输出已从 eclipse 和“adm logcat”中完全消失。在这两种情况下,它们都是空白的。
我试过了:
我无法真正使用模拟器进行测试,因为在这台机器上启动它至少需要 45 分钟。任何人都知道什么会导致这种情况?
谢谢
android - Android 应用 DeviceAnywhere LogCat
当应用程序在 DeviceAnywhere 上的设备上运行时,有没有办法查看 LogCat?
谢谢克里斯
android - android DDMS logcat filter by name
Is there any way to setup a logcat filter by name? I realize they have the filter by log tag, but my app may have various different tags. I can use the filter by pid, but of course everytime i recompile and redeploy this pid changes. I'd like to be able to fitler it by com.mycompany.appname or something along those lines. is this even possible?
android - 如何在android logcat中抑制BT登录?
我试图抑制来自 BT 的日志输出,因为它会向我的调试会话发送垃圾邮件。日志如下所示:
我正在使用这个命令行来观看 logcat:
但它仍然坚持记录。我认为问题在于该组件实际上是,BT HS/HF
但我无法适当地引用它。
我可以使用这个命令:
但这感觉像是一种黑客行为——此外,我可能会错过通过管道缓冲的输出。
android - 如何在 Eclipse for Android 中启用 LogCat/Console?
在 Android 中编写一个简单的程序时,我错误地关闭了 LogCat 窗口,我想知道如何再次显示它。