TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Android's Log.wtf Method

120 pointsby chuinardalmost 14 years ago

6 comments

BoppreHalmost 14 years ago
See also:<p><pre><code> public static boolean isUserAMonkey() Returns "true" if the user interface is currently being messed with by a monkey. </code></pre> <a href="http://developer.android.com/reference/android/app/ActivityManager.html#isUserAMonkey()" rel="nofollow">http://developer.android.com/reference/android/app/ActivityM...</a>
评论 #2703476 未加载
wallfloweralmost 14 years ago
See also :)<p>android.glitz<p><a href="http://groups.google.com/group/android-developers/browse_thread/thread/3e7d0716e2d29605/f8fae650be9bcbc7" rel="nofollow">http://groups.google.com/group/android-developers/browse_thr...</a>
daleharveyalmost 14 years ago
I like the description<p><pre><code> What a Terrible Failure </code></pre> adb lolcat was another andoid easter egg that made me laugh
eLobatoalmost 14 years ago
Lol, funny fact is that I have been collaborating with dpkg team in Debian and they created an identical function in C to report ANY error condition. I've read a lot of //D'OH and //ROFLMAO comments in rhythmbox source code so I guess this is pretty common over open source devs within the Linux community!
jnhnum1almost 14 years ago
Another gem: <a href="http://developer.android.com/reference/android/hardware/SensorManager.html#GRAVITY_DEATH_STAR_I" rel="nofollow">http://developer.android.com/reference/android/hardware/Sens...</a> gives a gravity constant, on the death star, in imperial units...
评论 #2703852 未加载
评论 #2703703 未加载
评论 #2703621 未加载
mahmudalmost 14 years ago
instead of cutesy shit like that, how about documenting stuff like customizing input methods. the SoftKeyboard sample doesn't have a single usage datum online. I, ahem, googled it. How do I enable a custom keyboard for just one text entry widget?<p>oops, didnt mean to interrupt the cute fest with actual question. fucking morons.