Fixing comment.

Change-Id: Iee4009746aa4e517aa9537fa3cf63949a8fffd25
This commit is contained in:
Winson Chung
2012-05-07 16:01:11 -07:00
parent 7fb9481d09
commit 98e030be2a

View File

@@ -1390,9 +1390,10 @@ public class LauncherModel extends BroadcastReceiver {
}
}
});
// If we're profiling, this is the last thing in the queue.
// Cleanup
mHandler.post(new Runnable() {
public void run() {
// If we're profiling, ensure this is the last thing in the queue.
if (DEBUG_LOADERS) {
Log.d(TAG, "bound workspace in "
+ (SystemClock.uptimeMillis()-t) + "ms");