[AC-6608] Android: Liveview 1.5.4 very unstable
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Michael Gangolf |
Assignee | Abir Mukherjee |
Created | 2020-09-26T18:15:27.000+0000 |
Updated | 2020-09-26T18:15:27.000+0000 |
Description
Using Titanium 9.2.0.GA with Liveview 1.5.4 in combination with my Pixel 4 device leads to to a crash after a few reloads. It will even disconnect my phone from the wireless connection.
[INFO] [LiveView] Error Evaluating /alloy.js @ Line: undefined
[ERROR] Error: [LiveView] File Server unavailable. Host Unreachable @ 192.168.0.10:8324
[ERROR] [LiveView] Please ensure your device and computer are on the same network and the port is not blocked.
[ERROR] File: /alloy.js
[ERROR] Line: undefined
[ERROR] SourceId: undefined
[ERROR] Backtrace:
[ERROR] undefined
[WARN] W/System.err: java.net.SocketException: Software caused connection abort
[WARN] W/System.err: at java.net.SocketInputStream.socketRead0(Native Method)
[WARN] W/System.err: at java.net.SocketInputStream.socketRead(SocketInputStream.java:119)
[WARN] W/System.err: at java.net.SocketInputStream.read(SocketInputStream.java:176)
[WARN] W/System.err: at java.net.SocketInputStream.read(SocketInputStream.java:144)
[WARN] W/System.err: at org.appcelerator.titanium.util.TiStreamHelper.read(TiStreamHelper.java:235)
[WARN] W/System.err: at ti.modules.titanium.network.socket.TCPProxy.readSync(TCPProxy.java:373)
[WARN] W/System.err: at ti.modules.titanium.stream.StreamModule.pumpSync(StreamModule.java:358)
[WARN] W/System.err: at ti.modules.titanium.stream.StreamModule.access$300(StreamModule.java:24)
[WARN] W/System.err: at ti.modules.titanium.stream.StreamModule$3.run(StreamModule.java:344)
[WARN] W/System.err: at java.lang.Thread.run(Thread.java:923)
The version before was more stable and didn't disconnect my phone from wireless! You can feel that is getting slower every change before the wireless connection stops (memory issue?).
Using these modules: ti.playservices,ti.map,av.imageview
Phone: Pixel 4, Android 11
SDK: Ti 9.2.0.GA
Not using any VPN, it is a local wireless connection and it is working for a few changes, then it is crashing.
No comments