KomodoPlatform / atomicDEX

This is the official AtomicDEX mobile (smartphone app) repository
https://atomicdex.io
GNU General Public License v2.0
10 stars 15 forks source link

Black Screen #142

Open whitmorekevinj opened 4 years ago

whitmorekevinj commented 4 years ago

Whenever I open the Android app I just get a black screen. Can't do anything with it. Latest version of AtomicDEX and latest version of Android 10 on a Google Pixel 2 XL.

gcharang commented 4 years ago

Hello! can you please collect adb logs of your app using a desktop? Here is a how-to: https://docs.komodoplatform.com/qa/adb-logcat.html

If a step isn't clear, I can guide you either here or you can message me (gcharang#6833) in the Komodo Discord server at https://komodoplatform.com/discord

Cheers!

whitmorekevinj commented 4 years ago

I ran adb while the app was stuck on the blank screen and it actually triggered the biometrics login prompt. The app is working fine now when I open it again. atomicDEX-log.txt

gcharang commented 4 years ago

@ArtemGr could this black screen be caused by the mm2 binary update?

tonymorony commented 4 years ago

As an idea - maybe another GUI instance worked in background caused problem after update. Usually it worth to try all apps stop and/or phone reboot in case of problems on startup. I think it'll be hard to hunt this one since it's apparently started to work fine on your side.

ArtemGr commented 4 years ago

@gcharang Most likely. We are refactoring the startup sequence to track the progress of MM checks and updates in the UI.

BloodyNora commented 4 years ago

seems to be a first-time run problem only. after i reported to gcharang on discord the other day, the issue refused from showing again. clearly a heisenbug :-D. i gave it 20+ restarts since then, at least.

dth88 commented 4 years ago

I found my old logs when this black screen happened to me, might be of help --> https://paste.ubuntu.com/p/zXM8Gr5n4T/ I don't remember what exactly I did in the app when this black screen appeared, but the interesting part was that even though Portfolio screen was black, I could navigate to dex/settings/news screens which rendered correctly, but when I pressed Portfolio it was black anyway even after the return. Also, I could press on the coins(where they are supposed to be) in that Black Screen and successfully navigate to coin screen(send/receive) which also was well-rendered despite the black screen on the portfolio tab.