Debug Log Markers
Debug Log Markers

Debug Log Markers

Log markers are used to mark specific locations in the LogCat file, identifying when an event occurs. The Log Marker feature can be used as many times as necessary. The follow example displays a Log Marker entry in LogCat.
08-24 16:59:09.953: E/UI(4587): -------------------------------------------- 08-24 16:59:09.953: E/UI(4587): <<<MARKER>>> 08-24 16:59:09.953: E/UI(4587): <<< optional description >>> 08-24 16:59:09.953: E/UI(4587): --------------------------------------------