代码拉取完成,页面将自动刷新
"ui";
let resource = context.getResources();
ui.layout(
<vertical>
<com.stardust.autojs.core.console.ConsoleView
id="console"
background="#7f000000"
h="*" />
</vertical>
);
ui.console.setConsole(runtime.console);
let c = new android.util.SparseArray();
let Log = android.util.Log;
c.put(Log.VERBOSE, new java.lang.Integer(colors.parseColor("#dfc0c0c0")));
c.put(Log.DEBUG, new java.lang.Integer(colors.parseColor("#cc000000")));
c.put(Log.INFO, new java.lang.Integer(colors.parseColor("#ff64dd17")));
c.put(Log.WARN, new java.lang.Integer(colors.parseColor("#ff2962ff")));
c.put(Log.ERROR, new java.lang.Integer(colors.parseColor("#ffd50000")));
c.put(Log.ASSERT, new java.lang.Integer(colors.parseColor("#ffff534e")));
ui.console.setColors(c);
//隐藏日志输入框和按钮
//log(com.autojs.autojs.R.id.input_container)
input_container = activity.findViewById(resource.getIdentifier("input_container", "id", context.getPackageName()));
input_container.attr("visibility", "gone");
//测试输出
var items = ["log", "verbose", "info", "warn", "error"]
for (key in items) console[items[key]](items[key]);
setInterval(() => {
for (key in items) console[items[key]](items[key]);
}, 2000);
events.on('exit', () => {
console.clear()
})
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。