My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 43: Bad usage of logcat
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  benpi...@googlemail.com
Closed:  Mar 2011


 
Reported by ami...@fu-berlin.de, Mar 21, 2011
What steps will reproduce the problem?
1. adb shell logcat

What is the expected output? What do you see instead?

could not identify any tags which belong to the app
should be usable in a similar way to:

adb shell logcat | grep TraceBook

but is not.

Problem in code:

MapsForgeActivity.java (line 41):

*     private static final String LOG_TAG = "MapsForgeActivity";


WayPointLogService.java (line 28):

*    private static final String LOG_TAG = "LOGSERVICE";



Instead of using something like

String TAG = TRACE_BOOK_PREFIX+"myTag" 


Mar 21, 2011
Project Member #1 SakirS...@gmail.com
(No comment was entered for this change.)
Status: Accepted
Owner: benpi...@googlemail.com
Mar 22, 2011
Project Member #2 benpi...@googlemail.com
(No comment was entered for this change.)
Status: Started
Mar 22, 2011
Project Member #3 benpi...@googlemail.com
(No comment was entered for this change.)
Status: Fixed

Powered by Google Project Hosting