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
What do I need to do to get my custom app which I deploy using headwind to send logs back?

I setup a logging rule for the app but no information came through, do I need to do something on my app to make this work?
by (120 points)

1 Answer

0 votes

To send logs to Headwind MDM, use com.hmdm.MDMService.Log class. 

https://h-mdm.com/headwind-mdm-api/#MDMServiceLog

Use it in the same way as standard Android log. 

by (34.3k points)
...