barlop
barlop

Reputation: 13743

No logcat tab in android device monitor

I have an issue with my phone at the moment so am using an emulator within android studio.

I have launched android device monitor from android studio.

I understand android device monitor is meant to have a logcat tab, as in the tabs should be "threads, heap, logcat, allocations, network, file explorer..."

In instructions i've seen it here enter image description here

for me, the logcat tab seems to be missing.

Why is it missing and how can I make it show?

I can do adb debug from the command line and get a long listing. And I have launched my emulator already from android studio.

Here is a screenshot from my computer - note the tabs Threads, Heap, but no logcat.

enter image description here

Upvotes: 0

Views: 1652

Answers (1)

Vilas
Vilas

Reputation: 1705

In The above image posted in your question, in the second screenshot you give, the large screenshot from your computer, there is a Logcat window at bottom left. Circled below.

(As opposed to the top row where it was in the instructions you mentioned)

enter image description here

Upvotes: 1

Related Questions