Hello,
I compile a source but it immediately force closes and no error is even printed! Even the first line of Activity_Create doesn't execute!
This is my manifest code:
AddManifestText(
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="29"/>
<supports-screens...
What is the best way to get errors from a customer installed application? I can log some errors (sql) from try...catch...end try and ask the customer to send them to an email. Or send errors automatically? The application is in Internal tested status on Play. How to catch errors outside of...
Hi, my app has been working for over a year without any problem everyday, but out of nowhere it crashed just one time while doing a routine thing (json related). And that was the only time it crashed - after it restarted it works flawlessly.
The crash happened yesterday - is there any way to...
Salve, allego un esempio preso dal forum che nonostante abbia ripulito da vari errori continua a segnalare cose inesistenti, errori su oggetti che non ci sono nel progetto per chiarire meglio allego il progetto. Lo stavo guardando per prendere spunto, però non funziona! Cosa strana se apro il...
Ciao ragazzi,
ho scaricato l'ultima versione di b4a.
Non riesco a capire come fare per visualizzare i risultati delle variabili o dei semplici messaggi, nella finestra del log
La finestra è visibile
ma se volessi scrivere
Log("ciao")
dove lo devo scrivere affinchè nella finestra log appaia Ciao...
Hi There
Is there a way to have the log window show only the messages outputted using Log & LogColor and have all other messages filtered.
Currently I do see a lot of messages about Class Instances being released etc... which makes it very difficult to analyze the log.
Thanks
iCAB
.
Hello
my app was working fine until i came to work on it but there was an error -> Maven artifact not found: com.google.firebase:firebase-installations
(It was working before this error)
So i opened sdk manager and selected com.google.firebase:firebase-installations AND...
Hi.
I'm looking for a service like crashlytic's logging
Sub Activity_Click
'//Something like this
CL.CLog("log message...")
End Sub
But the only problem is that these logs are sent just when there is a crash.
I'm looking for a service like this so i can send logs without "crash"ing my...
Trying to add real-time log messages to my app, so I can investigate problems if not a the PC.
The running code should pause while the message is showing and this is not as easy as I thought it
would be.
Currently I am trying this:
In a code module (called General) I have this:
Public Sub...
Currently doing a simple error log for unhandled runtime errors:
'Return true to allow the OS default exceptions handler to handle the uncaught exception.
Sub Application_Error (Error As Exception, StackTrace As String) As Boolean
LogError(Error.Message)
Return True
End Sub
Sub...
Hello all,
I have a B4A App, that interacts with a Payment terminal
i am getting an error that does not show in the code or the log window.
It just crashes.
The log (unfiltered) is as follows:
Any ideas !?
Logger connected to: Wolder miTab_COLORS_10
--------- beginning of crash
FATAL...
My beautiful, perfect and... no longer usable, probably :D tool AddLogs inserted debug lines, so that the name of the running routine (and its parameters and related values) was logged.
AddLogs added these logs to all the routines (which is sometimes annoying but certainly useful for...
Good evening
If an Exception is caught using B4A, then it's annoying to have the stack trace in the Log,
because it looks like there was an unhandled error.
Therefore, it is impossible to distinguish between real exceptions and caught exceptions.
Therefore my question:
how can we hide caught...
I'm trying to debug a app that uses geofences, so not connected to the IDE. Is there a (hopefully elegant) way to RedirectOutput (like B4J) but that captures the log output (with #BridgeLogger:True) to a local file?
Would be super handy. If it's not already there, consider this a feature...
In B4J we get a logfile for the requests as :
srvr.Initialize("srvr")
srvr.Port = 8090
srvr.LogsFileFolder="Gagent.log"
srvr.LogsRetainDays=1
However the log filename is always in the format b4j-date.request.log
Is there anyway to rename the log file ?
Thanks in advance.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.