Forum Discussion
MahediMunna100
2 years agoLevel 1.5: Cupcake
Facing problem while getting Network & Security Logs for profile owner app.
The project I am working on is a Profile Owner Application. I want to get the Network logs. I have successfully enabled the NetworkLogging and checked the Network logging enable status by isNetwork...
jeremy
2 years agoLevel 3.0: Honeycomb
Hello,
When using the Android Management API, logs are sent to your servers using Pub/Sub notifications the guide is available here: https://developers.google.com/android/management/notifications
Have you subscribed to the USAGE_LOGS notifications for your enterprise and setup Pub/Sub accordingly?
- MahediMunna1002 years agoLevel 1.5: Cupcake
Thank you for your kind replay.
My app is a profile owner app in a dedicated profile in Android Management Api.
So it has the permissions to access the Network logs, according to the following documentation: https://developer.android.com/work/dpc/logging#java.All I am stuck is in the batchToken value. Can you give me some idea to where to get this batchToken ?
Related Content
- 5 months ago