Show log messages on screen for Android application

后端 未结 4 1413
难免孤独
难免孤独 2020-12-18 20:24

Is it possible to display the log messages (which I print using android.util.Log) on screen in an Android application?

Is there any other better method

4条回答
  •  半阙折子戏
    2020-12-18 21:02

    Yes zero4

    what you are attempting to do is dropping 'logcat' comand on android shell & getting command output as output stream.This link will help you.

提交回复
热议问题