Android Question GenyMotion and Log("xxx")

wroyw

Member
Licensed User
Hi,

I use now GenyMotion as emulator. It works fine.
My Problem is that the Log("xxx") commands also log in release mode ...
Is that right ?
(I don't insert #BridgeLogger: true )
 

wroyw

Member
Licensed User
okay. I use that :
B4X:
Sub dlog(s As String)
   #if debug
     log(s)
   #End If
End Sub

But there are many system logs ...(chekbox "Filter")
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…