brig
brig

Reputation: 3773

how to stop logs generated from/about my application

I want log collector to do not display any/minimal of the information about my application.

To achieve this I am not printing any logs from my application , and took care to my code should not generate any exception.

But still I am observing some logs about my application in Logcat.

I know this requirement is strange , but I really need this.

is there any way to tell Logcat to it should not display any information about my app..??

Pl. help me in this.

Upvotes: 0

Views: 170

Answers (1)

Indrek Kõue
Indrek Kõue

Reputation: 6449

No, this is not possible.

If you want a "empty screen", then you can just create a filter (green + sign in LogCat UI).

Upvotes: 1

Related Questions