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.
我已经在我的 android 应用程序中集成了 log4cplus。因为我是android平台的新手,所以我遇到了一些问题。
在win32平台,fileappender会把日志文件放到exe目录下,但是在android虚拟设备中,找不到日志文件。
在win32项目中,consoleappender会将日志输出到控制台,但是在andriod应用程序中,logcat窗口中并没有输出日志,这让我很不解。
有人会陷入同样的困境吗?请帮我。
您可以使用 android log api 来发送日志输出。 参考这个