android: add LogListener
A Java object to send logs on the android side.
This commit is contained in:

committed by
Max Kellermann

parent
5af2632d4f
commit
aff070bcbb
@@ -69,7 +69,7 @@ public class Main extends Activity implements Runnable {
|
||||
}
|
||||
|
||||
@Override public void run() {
|
||||
Bridge.run(this);
|
||||
Bridge.run(this, null);
|
||||
quitHandler.sendMessage(quitHandler.obtainMessage());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user