Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Troubleshooting the SDK

Anurag Pratik edited this page Aug 9, 2017 · 1 revision

Information about requests is logged to rms_log_*, rmsauth_log_*, and rmscrypto_log_* in the folder where the executable using these libraries is called from. Request and response headers and some other info is not logged by default to avoid leaking sensitive information. To enable these hidden logs, set an environment variable RMS_HIDDEN_LOG to ON. For example:

Linux

> RMS_HIDDEN_LOG=ON ./rms_sample

Windows

If you wish to run the executable from the command prompt instead of Qt Creator, first set the PATH variable to include the MSVC 2015 32 bit libraries and then set the environment variable RMS_HIDDEN_LOG to ON.

> set PATH=C:\Qt\5.7\msvc2015\bin;%PATH%
> set RMS_HIDDEN_LOG=ON
> rms_sampled.exe
Clone this wiki locally