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 6179619
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T00:42:02+00:00 2026-05-24T00:42:02+00:00

I observed that when i use Logcat with Eclipse with ADT for Android, I

  • 0

I observed that when i use Logcat with Eclipse with ADT for Android, I get messages from many other applications as well. Is there a way to filter this and show only messages from my own application only.

  • 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-24T00:42:03+00:00Added an answer on May 24, 2026 at 12:42 am

    Package names are guaranteed to be unique so you can use the Log function with the tag as your package name and then filter by package name:

    NOTE: As of Build Tools 21.0.3 this will no longer work as TAGS are restricted to 23 characters or less.

    Log.<log level>("<your package name>", "message");

    adb -d logcat <your package name>:<log level> *:S

    -d denotes an actual device and -e denotes an emulator. If there’s more than 1 emulator running you can use -s emulator-<emulator number> (eg, -s emulator-5558)

    Example: adb -d logcat com.example.example:I *:S

    Or if you are using System.out.print to send messages to the log you can use adb -d logcat System.out:I *:S to show only calls to System.out.

    You can find all the log levels and more info here: https://developer.android.com/studio/command-line/logcat.html

    http://developer.android.com/reference/android/util/Log.html

    EDIT: Looks like I jumped the gun a little and just realized you were asking about logcat in Eclipse. What I posted above is for using logcat through adb from the command line. I’m not sure if the same filters transfer over into Eclipse.

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

Sidebar

Related Questions

Making UML sequence diagram in VS 2010RC I've observed that there is no activation
I observed that there was at some point a <? and >? operator in
I'm using the new print from Python 3.x and I observed that the following
In NHibernate Profiler I observed that when I use eager fetching on an association,
In many past projects, I observed that people tend to keep database column name
I observed in a Hotel I am that when other apps trying to access
I've observed that often the websites use only one background image which contains multiple
I observed that in my program I needed to make several classes use the
I observed that I can download a file faster if I use wget with
I have observed that, very infrequently, Internet Explorer (7 or 8, it does not

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.