Does android app have some kind of debugging?

I have extremely slow upload speed from android app - it takes about 2 to 3 sec to upload 5 mb photo to server that in intranet (192.168.x.x).

Does android app have some way of debugging like dev tools or something? Where I could see what connections it’s trying to make, how many concurrent connections it tries and so on? Was wondering if it could be that it tries to make https connection which fails due to misconfiguration and then it has to wait until it timeouts before it tries http connection or something like that.

Also is there way to tell android app to upload 10 files at once? Since it’s currently using like only 1% of my wifi bandwidth.

Is this the same ancient Android and app version you are talking about in this post? If so, there’s probably not much point in trying to debug it.

See also my answer here: Android app upload stalls after screen lock - #4 by bb77

And please do reply in the thread linked above if you have any comments or questions, because it is rather tedious to discuss essentially the same problem in three different threads.

Thank you.

This topic was automatically closed after 90 days. New replies are no longer allowed.