Issue 43: Bad usage of logcat
Status:  Fixed
Owner:
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