Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开发安卓应用。
我对 LogCat 有些困惑。
如果我的应用程序强制关闭,有时我无法准确判断错误在哪里。有什么方法或捷径可以准确地知道我们的错误在哪里?
如果您正在开发应用程序,您应该了解 logcat 以了解error. 它给出了错误的完整跟踪。( Exception name and line no etc.)
error
Exception name and line no etc.
如果不了解 logcat,您将无法在 android 中制作应用程序。
第二件事:如果您已经开发了应用程序,分布在市场上并且用户在您的应用程序中存在问题。要了解 logcat 或您可以使用的错误。
阿克拉
错误感知