Android Question Debug app on device to a txt file?

camolas

Member
Licensed User
Longtime User
Hi,

I made a app with one module and five serviçes and need to conected to a arduino to full functions... and i create a hotspot on the device so i cant use the ide to debug.
The app works very good for 2 or 3 hours but then it gets very very laggy (example: press a button and only after 30 secunds it act.....)
My idea is if is possible is to save in txt the errors or causes that provoke the lag, please any soluctions?

Thanks,

Paulo
 

DonManfred

Expert
Licensed User
Longtime User
Connect your device with usb with activated usb-debugging
You can see the log in b4a ide or in a logCat-Monitor (see google sdk; but your device needs to be connected via usb here too)
 
Upvote 0
Top