Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4244524
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T03:43:09+00:00 2026-05-21T03:43:09+00:00

Logcat allows filtering logs but it works like that: You define filters and logcat

  • 0

Logcat allows filtering logs but it works like that: You define filters and logcat only displays messages which matches filters. But is there a way to display all logs EXCEPT some TAGs defined by filters?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T03:43:10+00:00Added an answer on May 21, 2026 at 3:43 am

    If you are using adb logcat you could pipe it through grep and use it’s inverted matching:
    From the grep manpage:

    v, –invert-match
    Invert the sense of matching, to select non-matching lines.

    For example:

    $adb logcat | grep --invert-match 'notshownmatchpattern' 
    

    You can extend this by using regular expressions.

    Here is an example of such an expression:

    "/^(?:emails|tags|addresses)"
    

    This one would check for either of the given to occur, grep would then not list them.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My logcat window in Eclipse only displays the first few lines of the StackTrace
The LogCat window is open. Sometimes LogCat displays Log messages, sometimes it does not,
Hi StackOverflow community, in my application I'd like to have a button which allows
Logcat displays nothing in eclipse, but when i run adb logcat in terminal, thousands
Will my windows-7, command prompt allow me to filter memory logcat messages for my
Logcat: 06-28 22:21:11.031: E/AndroidRuntime(1282): java.lang.IllegalStateException: The content of the adapter has changed but ListView
An external collections library that I'm using allows me to execute a where method
My Logcat is full of many the following messages interleaved with the messages I
I've created an app that allows the user to create a photo album(Folder) on
A few days ago i asked this question but I just realised that I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.