Domingo Garcia Member Licensed User Longtime User Jun 12, 2018 #1 I want to convert jRDC2 to an exe and run in a windows server but if an error occurs I want to be able to see the log. When running in the IDE the log is on the window but does B4J write that log to a file for debugging production crashes.
I want to convert jRDC2 to an exe and run in a windows server but if an error occurs I want to be able to see the log. When running in the IDE the log is on the window but does B4J write that log to a file for debugging production crashes.
OliverA Expert Licensed User Longtime User Jun 12, 2018 #2 Domingo Garcia said: but does B4J write that log to a file for debugging production crashes. Click to expand... Out of the box no. You'll have to modify the Main class of jRDC2 to redirect the output to a file. Information on how to do that can be found here: https://www.b4x.com/android/forum/threads/redirect-the-output-to-a-file.65165/#content Upvote 0
Domingo Garcia said: but does B4J write that log to a file for debugging production crashes. Click to expand... Out of the box no. You'll have to modify the Main class of jRDC2 to redirect the output to a file. Information on how to do that can be found here: https://www.b4x.com/android/forum/threads/redirect-the-output-to-a-file.65165/#content