listing9-06_build.xml_activatingrmsloghandler
来自「着几乎所有智能机厂商都将有自己配套的App Store,甚至并非智能手机制造商的」· XML_ACTIVATINGRMSLOGHANDLER 代码 · 共 14 行
XML_ACTIVATINGRMSLOGHANDLER
14 行
<!-- You can activate the "rms" or the "file" loghandler in the <debug> element of the <build> section of the <j2mepolish> task. -->
<debug level="warn" unless="test">
<handler name="rms" if="polish.vendor == Siemens" />
<handler
name="file"
if ="polish.api.pdaapi"
>
<parameter name="preferredRoot" value="E:" />
<parameter name="useUnqiueName" value="true" />
</handler>
<filter package="com.apress.application" level="debug" />
</debug>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?