B4A Question LogCat system logs - tpakis (first post)    Feb 24, 2015 Erel you are right, they require root for 4.1+ I didn't notice that, so my question is invalid. Thank you for your answer Share My Creation Guitar Tuner - Afinador de Violão - Erel (first post)    Jan 07, 2016 Remove it with RemovePermission(android.permission.READ_LOGS) in the manifest editor.
Explanation:
- Prior to Android 4.1 it was possible to read the system logs with this permission. So it was logical for LogCat to get this permission.
- Starting from 4.1 it is only possible read your own logs and B4A Question Timer stops app - klaus (first post)    Jun 03, 2016 No need for an external App !
In the lower right corner of the IDE you have Tabs.
One of these is the Logs Tab where the Logs are displayed.
44624
You may have a look at following chapters in the Beginner's Guide:
4.3 Tabs
4.3.7 Logs
13 Debugging B4A Question Rounding decimal point number - aeric    Jun 14, 2019   (1 reaction) 1, 2, 2, False)) Log("Round(" & dblValue & ") = " & Round(dblValue)) Log("Round2(" & dblValue & ", 1) = " & Round2(dblValue, 1)) Log("Round2(" & dblValue & ", 2) = " & Round2(dblValue, 2)) Log("Ceil(" & dblValue & ") = " & Ceil(dblValue)) Log("Floor(" & dblValue & ") = " & F B4J Library [b4j] jSelenium 2.0.1 - A Test Automation for B4J - tummosoft    Jan 27, 2023   (11 reactions) Sub Sub jChrome_AfterNavigateRefresh(url As String) Log(url) End Sub Sub jChrome_BeforeNavigateRefresh(url As String) Log(url) End Sub Sub jChrome_AfterFindBy() Log("AfterFindBy") End Sub Sub jChrome_BeforeFindBy() Log("BeforeFindBy") End Sub Sub jChrome_AfterChangeValueOf(keysToSen B4A Question B4A Bridge logging vs emulator logging? - Erel (first post)    Mar 29, 2015 B4A-Bridge and Android 4.1+ logs B4A Question error without sub name - Erel (first post)    Jun 09, 2015 There is no log file. If he is using Android version less than 4.1 then he can install an app that reads the logs and he will be able to send you the full error message. He needs B4J Question Very strange problem adding two numbers - MegatenFreak    Apr 07, 2021   (1 reaction) Hi. I do some additions in my app, and I ran into this strange problem: when I add 1.3 and 0.1, I get 1.4000000000000001 instead of just 1.4: Log(1.3 + 0.1) Log(1.3 + 0.11) Log(1.3 + 0.102) All of the above result in a large number just like the example. What is strange is that IT ONLY B4A Question java.lang.RuntimeException: Object should first be initialized (Bitmap) - moster67 (first post)    Nov 30, 2017 Have you checked if the value returned from the CurrentFrame method is null or not. You can see that in the debugger. Do you see any other errors in the unfiltered logs? Did you try it in release mode? As I wrote in our conversation, I need to get hold of a device which is running 4.1, 4.2, 4.4 so B4A Question LogCat not working through B4A-Bridge - b4auser1 (first post)    Nov 19, 2015 Google has removed the READ_LOGS permission from Android 4.1+. This means that a running app cannot read any log messages except of its own messages.
B4A-Bridge and Android 4.1+ logs
I created my own class to write messages to file and use method of the class instead of Log statement, when work via Page: 1   2   3   4   5   6   7   Powered by ColBERT |