Difference between revisions of "Debugging ScummVM"

Jump to navigation Jump to search
75 bytes added ,  08:20, 10 July 2013
→‎Android: Android 4.2+ denies log access to non-root users.
(→‎Android: Android 4.2+ denies log access to non-root users.)
Line 44: Line 44:
This should record any ScummVM related errors, warnings or other information, especially related to failures of the application to start or application crashes.
This should record any ScummVM related errors, warnings or other information, especially related to failures of the application to start or application crashes.


For investigating user bug reports, it would useful to get this information, but the ADB requires a USB connection to a host PC with the ADK.<br>
For investigating user bug reports, it would useful to get this information, but the ADB requires a USB connection to a host PC with the ADK.
However, there is an easier to use log viewer application which runs on the device called "alogcat":
 
If you are using Android 4.1 or below (Android 4.2 requires root access to view logs), there is an easier to use log viewer application which runs on the device called "alogcat":
[https://code.google.com/p/alogcat/]<br>
[https://code.google.com/p/alogcat/]<br>
This requires no Host PC, USB connection or software setup beyond installing this app and can be downloaded from the Android Store (Google Play) for no cost.
This requires no Host PC, USB connection or software setup beyond installing this app and can be downloaded from the Android Store (Google Play) for no cost.
193

edits

Navigation menu