[TIMOB-20436] Android: Liveview does not resume trace to console when restarting the app after error
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Done |
Resolution Date | 2018-12-11T08:02:04.000+0000 |
Affected Version/s | Release 5.1.2 |
Fix Version/s | n/a |
Components | LiveView |
Labels | n/a |
Reporter | Sharif AbuDarda |
Assignee | Unknown |
Created | 2016-02-21T15:24:52.000+0000 |
Updated | 2018-12-11T08:02:04.000+0000 |
Description
Hello,
When working with an Android device or simulator, when I am using the app and an error occurs -- if I have to Kill the app, upon restarting it or saving a change in my code, Liveview connects,
[LiveView] Client connected
but will no longer trace output to the console. This forces me to have to rebuild the app again, which is defeating the purpose of using Liveview.
With IOS, if this scenario occurs, the traces continue.
No comments