J johnaaronrose Active Member Licensed User Longtime User Aug 24, 2012 #1 Is it possible to save the log (say as a text file)? I realise that you can take a screenshot but it doesn't always show all information due to scrolling both vertically & horizontally.
Is it possible to save the log (say as a text file)? I realise that you can take a screenshot but it doesn't always show all information due to scrolling both vertically & horizontally.
Informatix Expert Licensed User Longtime User Aug 24, 2012 #2 Do you mean "from your app" ? In the IDE, you just have to right-click and select "Copy all to clipboard". Upvote 0
Do you mean "from your app" ? In the IDE, you just have to right-click and select "Copy all to clipboard".
J johnaaronrose Active Member Licensed User Longtime User Aug 24, 2012 #3 Informatix said: Do you mean "from your app" ? In the IDE, you just have to right-click and select "Copy all to clipboard". Click to expand... Thank you. I never thought of right clicking! Upvote 0
Informatix said: Do you mean "from your app" ? In the IDE, you just have to right-click and select "Copy all to clipboard". Click to expand... Thank you. I never thought of right clicking!
H Hubert Brandel Active Member Licensed User Longtime User Dec 4, 2012 #4 Hi, I need to save a logfile directly from my APP (NOT IDE). Is this possible with the LOG() Function too or do I need to write my own ? Upvote 0
Hi, I need to save a logfile directly from my APP (NOT IDE). Is this possible with the LOG() Function too or do I need to write my own ?
Erel B4X founder Staff member Licensed User Longtime User Dec 4, 2012 #5 See this thread: Logcat b4a code Upvote 0
H Hubert Brandel Active Member Licensed User Longtime User Dec 4, 2012 #6 Thanks for the info, I will write my own MyLog() function ;-) Upvote 0