Related Posts
2 Java debugging tricks
1. Embed state in your thread names. Some times when you see a crash log with a thread dump, you see the stack of all the threads at the moment of the snapshot, but there’s no way to see what the state of the variables and objects at play in the thread were like. You […]
Delete All Direct Messages of your Twitter Account at once (or at least try!)
Since Twitter doesn’t provide with a “Delete All Direct Messages” functionality, Here’s a Python script that attempts to delete all the direct messages stored on your Twitter account. Limitations The only problem with it is that given the limitations of the Twitter REST API, I was forced to send a request per message to be […]
How to enable adb logcat on Android 4 (debugging output)
So you got a new Nexus or another Android running Android +4.2 and there’s no “Applications” menu entry in the settings menu. No worries. Go to the “About phone” entry at the bottom of settings, then scroll all the way down to the “Build number” menu entry. Tap on it SEVEN times. (You’ll see funny […]