RIL Proxy Log (Windows Embedded CE 6.0)
1/6/2010
The RIL proxy log is an optional DLL, rillog.dll. This reduces the foot print of the RLL proxy component (ril.dll) and improves the RIL proxy’s memory usage.
You can add the RIL proxy log by setting the environment variable SYSGEN_RILPROXY_LOG to 1 before building an image. The RIL proxy log can also be added by manually running "sysgen -p cellcore rillog" after the image is built. If the device is connected to Platform Builder, the rillog.dll does not need to be added to the image.
The HKEY_LOCAL_MACHINE\Software\Microsoft\RIL registry key is used to control the RIL Proxy log output. The following table shows the named values.
Value : type | Description |
---|---|
RILProxyLogDetail : REG_DWORD |
Sets the detail level of the RIL Proxy logs. Set the value to 1, to enable detailed log output. The default value is 1. |
RILProxyLogNormal : REG_DWORD |
Sets the output level of the RIL Proxy logs. Set the value to 1 to enable normal log output. The default value is 1. |
Note Either RILProxyLogDetail or RILProxyLogNormal needs to be set to 1 for RIL Proxy log output.