The new API for the Android v2.2 features a new application failure call.
Presenting!
android.util.Log.wtf()
What a Terrible Failure: to report a condition that should never happen!
ID:181489
May 22 2010, 4:05 am
|
|
In response to Leur
|
|
Leur wrote:
Oh man, I usually do stuff like this when I code in DM while testing. I usually type
world<<"wtf"
Of course it's only for finding problems along the line of code, and it is removed later on o: i do the same thig :D, i AGREE |
In response to Leur
|
|
Leur wrote:
Oh man, I usually do stuff like this when I code in DM while testing. I usually type
world<<"wtf"
Of course it's only for finding problems along the line of code, and it is removed later on o: I use numbers. //do stuff I find it to be more useful than random text strings. <.< |
In response to Tiberath
|
|
I use strings also:
world << Yes, this piece of code works! |
In response to Tiberath
|
|
Tiberath wrote:
Leur wrote:
world<<"wtf"
Of course it's only for finding problems along the line of code, and it is removed later on o: //do stuff I find it to be more useful than random text strings. <.< I use numbers too often; recently I've likened to making a debug function and giving some specifics like proc name, and a number. Too bad there isn't an actual way to get the proc name when debugging, like ___PROC___.. |
world<<"wtf"
Of course it's only for finding problems along the line of code, and it is removed later on o:
They are geniuses!