Loading core/java/android/os/CombinedMessageQueue/MessageQueue.java +1 −2 Original line number Diff line number Diff line Loading @@ -2918,9 +2918,8 @@ public final class MessageQueue { + " now: " + SystemClock.uptimeMillis()); } final Looper myLooper = Looper.myLooper(); /* If we are running on the looper thread we can add directly to the priority queue */ if (myLooper != null && myLooper.getQueue() == this) { if (Thread.currentThread() == mLooperThread) { if (getQuitting()) { logDeadThread(msg); return false; Loading Loading
core/java/android/os/CombinedMessageQueue/MessageQueue.java +1 −2 Original line number Diff line number Diff line Loading @@ -2918,9 +2918,8 @@ public final class MessageQueue { + " now: " + SystemClock.uptimeMillis()); } final Looper myLooper = Looper.myLooper(); /* If we are running on the looper thread we can add directly to the priority queue */ if (myLooper != null && myLooper.getQueue() == this) { if (Thread.currentThread() == mLooperThread) { if (getQuitting()) { logDeadThread(msg); return false; Loading