AndroidStudio 用console.log(data) 无法打印信息,有什么好的打印信息方式吗

但是 console.log(“有数据了")这样却可以

console.log(JSON.stringfy(data));

可以了 666