Android logcat “application” column is always empty

后端 未结 7 506
迷失自我
迷失自我 2021-02-04 00:09

Android logcat \"application\" column is always empty. I have latest version of android tools.

\"enter

7条回答
  •  暖寄归人
    2021-02-04 00:39

    I've tried to fix this strange bug but nothing works. Sometimes application name is blank in logcat and sometimes it's there. I can't even reproduce it. This is not an answer but my quickfix.

    Browse through entire logcat and somehow identify the PID of your application and just filter for that in logcat search like this

    pid: 10036

    or whatever your app PID is.

提交回复
热议问题