Hi All, Hopefully someone can answer this. I ran the simple HelloWorld example to test this and it produces the same empty results. I have root access to the device and checked /dev/log/main and it has plenty of entries but I figure Basic4Android would filter it for me in the log window. Oh another note. The Log window is broken in two parts by a splitter. There is nothing in the upper part/window. See image.
??Any ideas why my log window is not showing messages?? I haven't really had the need for the log window since rapid debugger is mighty but it can me useful on occassion.
Program:
B4X:
#Region Module Attributes
#FullScreen: False
#IncludeTitle: True
#ApplicationLabel: HelloWorld
#VersionCode: 1
#VersionName:
#SupportedOrientations: unspecified
#CanInstallToExternalStorage: False
#End Region
'Activity module
Sub Process_Globals
'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules.
End Sub
Sub Globals
'These global variables will be redeclared each time the activity is created.
'These variables can only be accessed from this module.
End Sub
Sub Activity_Create(FirstTime As Boolean)
Log("Hello world!")
Msgbox("Hello world?", "First program")
End Sub
Sub Activity_Resume
End Sub
Results:
LogCat connected to: B4A-Bridge: Compal TANK 4.5-351780051715920
--------- beginning of /dev/log/main