Welcome to Headwind MDM Q&A, where you can ask questions and receive answers from other members of the community.

Please do not post bug reports, missing feature requests, or demo inquiries. If you have such an inquiry, submit a contact form.

0 votes
How "Remote logging" feature will help us?
by (220 points)

1 Answer

0 votes

Standard Android logs could only be viewed locally on the device (using the "logcat" utility) which is not suitable for managed devices (they may be unavailable at the admin's desktop).

You can replace the standard Android logs by Headwind MDM logs which could be instantly viewed in the web panel.

To use remote logging, you need to integrate your app with Headwind MDM and use the MDMService.Log class (in the same way as the standard Android logs).

by (34.3k points)
...