B4i Question b4i LogCat - AllanH Jun 05, 2021 Is there an equivalent way to capture the LogCat for debugging.
cf https://www.b4x.-your-apps-logs.107936/#content
In the Android version of my app, I can send a debug email to me with the LogCat data
I'd like to do the same in the iPhone version.
Many thanks B4i Library RevenueCat - Alexander Stolte Mar 09, 2025 (14 reactions) RevenueCat is a platform that simplifies in-app subscriptions and purchases for mobile apps. It provides tools for managing subscription billing, analytics, and user retention across iOS, Android, and web, without needing to build a backend. Usage is free for apps with less than $2,500 in monthly tr B4A Question [SOLVED] Starter Service doe not appear in running services - Jmu5667 (first post) Feb 15, 2024 Attached is the logcat file from the device is you search for criticalmessenger using notepad++ you will see what is going on. B4A Question Threading Library: Dim As Thread - Erel (first post) Oct 31, 2021 (1 reaction) LogCat, which is a special case, will raise the event on a background thread. You can use CallSubDelayed to delegate the event to the main thread. B4A Code Snippet Parsing your apps logs - Erel Jul 23, 2019 (13 reactions) It is possible to access your apps logs with LogCat from the Phone library. Note that it doesn't require any permission however you cannot use it to read the logs of other apps. The LogCatData event is raised on a different thread. This makes it a bit more difficult to work with this event if you wa B4A Question cannot catch error: measureLimit (973) is out of start (0) and limit (58) bounds - peacemaker (first post) Sep 29, 2020 Yes, showing logcat text by:
Private Sub logcat_LogCatData (Buffer() As Byte, Length As Int)
Dim a As String = BytesToString(Buffer, 0, Length, "utf8")
logs.Append(a)
others.AddToLog(a) ' sending to Main.Add_Log
If logs.Length > 15000 Then
logs.Remove(0, logs.Length - 1400 B4A Question Bridge not working no more on one test device of mine - Erel (first post) Feb 28, 2017 (1 reaction) It is possible that /system/bin/logcat is disabled on your device or works in a non-standard way. You can switch to USB debug mode. B4A Question Are Logs from LogCat available on restart after previous crash - Robert Valentino (first post) Dec 13, 2021 (1 reaction) I tried and wasn't successful (even installed bridge)
But I wrote this message logger (see attached) and changed all my Log commands to cLogMsgs.LogMsg to caused all my log messages to be written to a file which when on the second time starting the program would send to my email address.
I am start B4A Question Read Internal Log of my apps on Phone (Not IDE) - Erel (first post) Dec 27, 2017 (2 reactions) You can use LogCat from the phone library to read your app logs. Note that LogCatData event is raised on a background thread. B4A Question [Solved] Logs no longer showing over USB, but do over B4A-Bridge - swChef (first post) Feb 14, 2020 (1 reaction) Installed Android Studio. Logcat works there.
But still not with c:\android\platform-tools\adb.exe. (adb logcat) in a cmd window. Nor with the studio's install of the platform tool adb.
What does work is to open a shell (adb shell) then command (logcat). And (adb shell -x logcat) works, too.
Turns o Page: 1 2 3 4 5 6 7 Powered by ColBERT |