B4A Question Phone LogCat - imgsimonebiliato    Nov 27, 2017 Hello,
i want to save the logcat of phone library to a txt file.
I have two questions:
1 - Is possible to apply a filter?
2- I noticed that when the application, produce an error log, the logcat is empty. Is it true?... B4A Question Are Logs from LogCat available on restart after previous crash - Robert Valentino    Dec 12, 2021 the audio player - then it automatically gets started again) the app works perfect.
ARE the old logs from... B4A Question LogCat in Phone Library - Snant    Sep 19, 2011 .
As i studied the Phone Library documentation, i think i could use LogCat Member with LogCatStart and... ?
Here is an example:
Global Declaration
Sub Process_Globals
Dim Logger As LogCat
Dim... B4A Question setup LogCat to monitor all about app crash - peacemaker    Apr 24, 2020 Hi, All
I use LogCat standardly
logcat.LogCatStart(Array As String("-v","raw... on the remote app, to analyze it later when and if any trouble is occured.
How to setup the LogCat better ?... B4A Code Snippet Monitoring the unfiltered logs for errors - Erel    Sep 21, 2025   (17 reactions) On modern devices the unfiltered logs is extremely busy, making it very difficult to find something relevant. If using ADB / USB debug mode then you can open command line in <android sdk>\platform-tools and run: adb logcat *:E This will show logs of all apps with the "importance level" set to ERROR or higher. I will add such a filter to the IDE.... B4A Question Anyone else had "Native crashes" without usable logcat outputs? - fredo    Jul 14, 2018   (2 reactions) I put this here so it might be helpful for someone else.
While testing an app via the Firebase "Test Lab"
69922
there where this strange errormessage
69921
only on certain devices: &quo... B4A Question Logcat Viewer on Nox app player not working - mcqueccu    Mar 3, 2017 trouble with is the logcat viewer. It doesnt display any log. This is what i get when i hit connect.
LogCat connected to: 127.0.0.1:62001
--------- beginning of /dev/log/main
--------- beginning of /dev... B4A Library Android Logcat viewer - agraham    Jan 3, 2011   (4 reactions) Basic4Android has the useful Log command to supplement Toasts and Msgoxes as debugging aids. Although the Basic4Android IDE has a Logcat viewer I find it annoying to have to keep resizing the right... B4A Tutorial Logcat viewing - agraham    Nov 4, 2010 The Basic4Android IDE contains a mysterious tab entitled "Logcat" in the right hand pane.
This archive contains a help file that will tell you what a Logcat is and also contains a more... B4A Question LogCat not working through B4A-Bridge - techknight    Nov 19, 2015 the B4A-Bridge which I do from time to time, Log(XXX) isnt working, even after hitting connect in the LogCat...I am having an issue.
If I use USB debugging mode, and push the Debug app through that, Logcat... Page: 1   2   3   4   5   6   7   |