Skip to content

Commit

Permalink
send 'flush buffers' message to workaround the message receiving on A…
Browse files Browse the repository at this point in the history
…ndroid 7/API24
  • Loading branch information
Mihail Slavchev committed Sep 14, 2016
1 parent 98510d6 commit 9366650
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,9 @@ public void run()
state = State.Header;
headers.clear();

AndroidJsDebugger.this.debugContext.sendMessage(message);
if (!message.equals("FLUSH BUFFERS")) {
AndroidJsDebugger.this.debugContext.sendMessage(message);
}
}
else
{
Expand Down

0 comments on commit 9366650

Please sign in to comment.