htafoya
htafoya

Reputation: 19283

Android - Logcat doesn't show log activity

I have my app, and I have a BroadcastReceiver that starts a Service.

The logs in the receiver are displayed ok but all the logs in the service onCreate(), onStartCommand and other methods are ignored.

I know they are being executed because breakpoints work Ok, but I can't make logcat to print anything there.

Why can this be happening?

Upvotes: 2

Views: 515

Answers (1)

htafoya
htafoya

Reputation: 19283

Ok this was dumb, but may occur to someone so I answer my own question:

The text filter was ON so only some of my texts were showing up.

Upvotes: 1

Related Questions