Netflix 40ms Bug
John Blair, partner engineer at Netflix, published an interesting post about tracking down a bug in the Netflix Android application that was causing playback to stutter on a set-top box. Turns out an extra 40ms delay in thread management by Android was bubbling up to cause the playback to stutter. What I found interesting is the process of exploration using logging that John used to narrow down the delay.