-
Notifications
You must be signed in to change notification settings - Fork 3
Mobile App : how to debug and log
bizulk edited this page Dec 14, 2020
·
2 revisions
There are several ways to debug the mobile app, according to the needs. Because we using the tablet USB port, you cannot launch VS debug session until you have a tablet with another USB Port. There are by the way tablet that have a second USB port ( I hava an old cube iWork 10 that is working fine). Even with we can launch a debug session we still cannot debug in the native code, so we must have some way to log message for convenience.
We use theses ways for logging :
- the mobile app display a log view and use a log file to be able to retreive message in case of a crash.
- we can use the android logcat messages
- the library handle a log system that the android part can retreive.
We simply display a string list : TODO