L lfy0918 New Member Licensed User Longtime User Dec 8, 2013 #1 Sub Activity_Create(FirstTime As Boolean) 'Do not forget to load the layout file created with the visual designer. For example: 'Activity.LoadLayout("Layout1") Activity.LoadLayout("Layout1") Log("output test") End Sub LogCat connected to: ? info: log device is empty! Attachments QQ图片20131208124229.jpg 23.1 KB · Views: 358
Sub Activity_Create(FirstTime As Boolean) 'Do not forget to load the layout file created with the visual designer. For example: 'Activity.LoadLayout("Layout1") Activity.LoadLayout("Layout1") Log("output test") End Sub LogCat connected to: ? info: log device is empty!
Beja Expert Licensed User Longtime User Dec 8, 2013 #2 Ting bu dong A little explanation of the problem is needed. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Dec 8, 2013 #3 Seems like logs are disabled on your device. Some custom ROMs disable it. Upvote 0