Android Question Remote logger ?

marcick

Well-Known Member
Licensed User
Longtime User
Is there any way to remote connect to a device with TeamViewer and see the generated logs, as if the device is locally connected to the IDE ?
 

DonManfred

Expert
Licensed User
Longtime User
If you have an Premium Teamvieweraccount with mobile addon then you´ll be able to connect to the device with teamviewer.
BUT "seeing the devices screen" does not enable you to get any LOG-Output
So; the answer is NO
 
Upvote 0

marcick

Well-Known Member
Licensed User
Longtime User
Isn't it possible to write an app that when started record in a file all the log output of the device ?
Actually I have a problem with my app on a customer device. I see with TeamViewer that it crashes as it is started but without any message. Almost impossible to discover why without the log...
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Isn't it possible to write an app that when started record in a file all the log output of the device ?
Maybe it is possible on older devices. Or rooted ones.
But i think on newer devices a app dont have access to the systems catlog (starting android 4.1+? 4.4+?)
 
Upvote 0

marcick

Well-Known Member
Licensed User
Longtime User
Thanks Erel.
Which is the best place to put the code so that it catches everything ? (I have services called without an activity running (sms capture), starter service, code module ...)
 
Upvote 0
Top