[]关于代码打印调试的一些问题
有的时候需要真机调式 所以我这边使用的是DDMS+夜神模拟器的方式来看打印调试
TS代码如下:
console.debug("--- test debug print ---");
console.error("--- test error print ---");
console.info("--- test Info print ---");
console.warn("--- test Trace print ---");
打包apk后 使用模拟器运行 DDMS查看打印内容 发现在logcat中打印的内容不是标记为红色的
但是在layabox中 console.error() 打印的信息是红色的
请问 如何在logcat中能打印出红色标记的内容?
TS代码如下:
console.debug("--- test debug print ---");
console.error("--- test error print ---");
console.info("--- test Info print ---");
console.warn("--- test Trace print ---");
打包apk后 使用模拟器运行 DDMS查看打印内容 发现在logcat中打印的内容不是标记为红色的
但是在layabox中 console.error() 打印的信息是红色的
请问 如何在logcat中能打印出红色标记的内容?
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
qian
赞同来自:
你应该去看一下lagcat怎么设置