Hi,
I'm using an android 5 device running MobiControl v13.3.
The log file I'm after is the one seen when you right click on the device --> actions --> view log file
Thanks
Josh.
Hi,
I'm using an android 5 device running MobiControl v13.3.
The log file I'm after is the one seen when you right click on the device --> actions --> view log file
Thanks
Josh.
Hello Josh - There is a log file that you can retrieve from the device called the ADB log (Android Debug Bridge). First you will need to install an ADB app to your device as well putting the device into developer mode and checking the debugging option. While your device is connected to a pc, you can use the Logcat command to dump the log messages into a file. ie) "adb logcat -d > logcat.txt". This will create a file named logcat.txt in your current directory. Please be sure to run this command from the folder where the adb tool is sitting.
Hi,
I've done this but it doesn't give me the log file I'm after.
Basically an application is missing on the device and I want to see if there is a log file that will tell me when and why the application was removed or if the application was there at all.
Thanks
Josh.