I'm using a Zebra TC75x device. I created an mxconfig file using the Stage Now app (sets the screen timeout setting) and exported the xml file for MDM. I took the xml file and created a package with MCStudio. The file is placed in /sdcard/Download/ and the package has a post-install script that runs the command "mxconfig /sdcard/Download/<filename>.xml. I put the package in a profile and assigned the profile to the device. After doing so, I check the logs for the device and see that the package and profile both log as installed. However, I also see an error log that says "Custom log (Mxconfig -/storage/emulated/0/\Download\<filename>.xml was not found.)".
Now, the settings that were part of the xml file were applied successfully (screen timeout and lock screen). So my question is why does it show the error log even though the settings were applied successfully?