Monday, November 14, 2011

SendLog 1.0.5 - fix for LG Ally not being fully 2.1 compatible

The previous release of SendLog made use of the logcat -t option that is supported by Android 2.1. Unfortunately the LG Ally is 2.1 but doesn't support the -t option.

So I changed SendLog to explicitly check for -t support instead of assuming that if the device is 2.1 then it supports it.

Also showed error output in the email otherwise there's just a blank space where the log output should be.