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.
我有一个 Java 项目,我想在其中使用 Android LogCat 的调试标记功能。
Java项目有可能吗?(不是Android,而是纯Java)
编辑:
如下所述,这是不可能的。Java有什么替代品吗?
不,Logcat 正在格式化 ADB(Android 调试桥)的输出。由于您无法将 ADB 连接到普通的 java 项目,因此您无法以这种方式使用 Logcat。
当然,除非您获得 Android Eclipse 插件的源代码并根据您的需要对其进行修改。
我认为您想要使用的是log4j或tinylog