| Issue 43: | Bad usage of logcat | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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 22, 2011
(No comment was entered for this change.)
Status:
Started
Mar 22, 2011
(No comment was entered for this change.)
Status:
Fixed
|
Owner: benpi...@googlemail.com