return FALSE; $r = well_tag_thread__update(array('id' => $id), $update); return $r; } function well_tag_thread_find($tagid, $page, $pagesize) { $arr = well_tag_thread__find(array('tagid' => $tagid), array('id' => -1), $page, $pagesize); return $arr; } function well_tag_thread_find_by_tid($tid, $page, $pagesize) { $arr = well_tag_thread__find(array('tid' => $tid), array(), $page, $pagesize); return $arr; } ?>How can I debug a Flutter android bundle right before publishing? - Stack Overflow
最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

How can I debug a Flutter android bundle right before publishing? - Stack Overflow

programmeradmin4浏览0评论

Im in real pain here.

I developed my flutter android app, and the scenario right now is:

1- Works fine every run in VS Code debug and release in android device

2- Works fine every run with generated APK installed manually to android device

3- Works fine for the first run with bundle published to Console (close testing)

4- Doest work after first run with bundle published, even if i clear data and cache (all images gone)

5- If i reinstall, works fine only for the first run again.

So I really need to debug the bundle, because apk works. How can I do that? If I could debug after publishing it would be even better.

Would be super helpful any help. I could find useful stuff browsing and i algo dont have a error to post on bugs and errors foruns. Im super lost right now.

TY

发布评论

评论列表(0)

  1. 暂无评论