Re: [android-developers] Android Bug: Time.parse3339 crashes BEFORE it throws a TimeFormatException!

2010-01-08 Thread Mark Murphy
ClarkBattle wrote: > (I'd post it here > but you cant copy-paste from LogCat). Either use adb logcat and dump it to the console, or highlight the lines in the LogCat pane in DDMS, save them to a file, open up the file, and copy/paste them to wherever. -- Mark Murphy (a Commons Guy) http://common

[android-developers] Android Bug: Time.parse3339 crashes BEFORE it throws a TimeFormatException!

2010-01-08 Thread ClarkBattle
Here is some code I write to parse a 3339 time that I get back from Google's gData: try { Log.d("setUpdated", newTime ); Time time = new Time(); if( time