Log ruffy messages on debug level, see if that helps debug things.
This commit is contained in:
parent
fdf974cb3c
commit
6b99bb8ed1
|
@ -138,7 +138,7 @@ public class RuffyScripter {
|
|||
private IRTHandler mHandler = new IRTHandler.Stub() {
|
||||
@Override
|
||||
public void log(String message) throws RemoteException {
|
||||
log.trace("Ruffy says: " + message);
|
||||
log.debug("Ruffy says: " + message);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue