Android Question JobDone - TMI

Shay

Well-Known Member
Licensed User
Longtime User
Hi

while I am getting the jobdone data (not sure if it is only when job fail)
I am getting in the log console all the request/response data
and I don't want to see it, since it is Too Much Information and I wish to see only other stuff I send to the log
is it possible?
 

Shay

Well-Known Member
Licensed User
Longtime User
Yes only errors
I am using Httpjob,
is there any other way without creating service
why the jobdone is printing the error logs...
 
Upvote 0

Shay

Well-Known Member
Licensed User
Longtime User
I am sorry I cannot understand what you mean
is on BA4 3.0 the httpUtils2 has this change?
if not can you post here the new libary and command / what I need to do exactly
thanks
 
Upvote 0

Shay

Well-Known Member
Licensed User
Longtime User
Thanks it helped,
I have new issue - this is working find with legacy debug, but with rapid debug i am getting the following error (using beta3)
B4X:
** Activity (main) Create, isFirst = true **
 
 
** Activity (main) Resume **
 
 
** Activity (main) Pause, UserClosed = true **
 
 
** Activity (mainmenu) Create, isFirst = true **
 
 
** Service (widget) Start **
 
 
** Activity (mainmenu) Resume **
 
 
startService: class hakol.lanahag.httputils2service
 
 
** Service (httputils2service) Create **
 
 
** Service (httputils2service) Start **
 
 
An error occurred:
 
 
(Line: 36) Return taskCounter
java.lang.ArrayIndexOutOfBoundsException: 3
** Service (widget) Start **
 
 
** Service (widget) Start **
 
Upvote 0
Top