Skip to content

Commit

Permalink
Only request raw long lines for the moment
Browse files Browse the repository at this point in the history
The prefixes are now handled by the regex, but we're still not using
them at all for the moment, so might as well not have them. We might
use the time data in the future.
  • Loading branch information
rtyley committed Feb 28, 2012
1 parent 5364150 commit 693138c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ private class LogCatCommandExecutor implements Runnable {
* be extremely slow to cat on some devices, and it doesn't even have the 'screenshot_request'
* tag we're interested in.
*/
private final static String LOGCAT_COMMAND = "logcat -b main screenshot_request:D *:S";
private final static String LOGCAT_COMMAND = "logcat -v raw -b main screenshot_request:D *:S";

@Override
public void run() {
Expand Down

0 comments on commit 693138c

Please sign in to comment.