I\'m just playing around with some code. I create an Activity and simply do something like this:
long lo = currentTimeMillis(); System.out.println(lo); lo *
insetad of System.out.println() use Log.v() or similar.
I think I found your error, please try it out: Remove on both lines, that should work