On 19 December 2015 at 12:07, Dirk Hohndel <[email protected]> wrote: > > On Dec 18, 2015, at 4:55 PM, Rick Walsh <[email protected]> wrote: > > > > On 19 December 2015 at 11:49, Dirk Hohndel <[email protected]> wrote: > >> >> On Dec 18, 2015, at 3:39 PM, Rick Walsh <[email protected]> wrote: >> >> Hi, >> >> I reported this a while back, but does anybody know why I get blacked out >> icons in the menu and for the drawer icon with Subsurface-mobile? I assume >> it isn't just me. >> >> Running on Samsung Galaxy S6, Android 5.1.1. >> >> Attached screenshot is from the latest daily, 4.2.463. >> >> >> No, it's not just you. And I don't think we understand what is causing >> this. Can you attach with "adb logcat" and see if there is anything >> useful in the log? None of my devices show this behavior... >> > > Sorry, my knowledge of debugging on Android is non-existent. Can you tell > me how I would do that? > > > > Install the Android SDK (you don't need Android Studio) > > http://developer.android.com/sdk/installing/index.html > > there are tons of HowTos on the network. Here's one, there are many more > http://www.howtogeek.com/125769/how-to-install-and-use-abd-the-android-debug-bridge-utility/ > > All you need to be able to do is > a) enable USB debug on your phone > b) connect the phone to the computer > c) start adb logcat > > You can get extra fancy and filter the output, something like > > adb logcat -s Subsurface:V > > Makes sense? > > I had no idea where to start, but it does make sense now. I'm not sure whether the output is particularly useful, but here it is.
[rick@myapartment platform-tools]$ ./adb logcat -s Subsurface:V - waiting for device - --------- beginning of main --------- beginning of system W/Subsurface(24239): (null):0 ((null)): QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0 W/Subsurface(24239): (null):0 ((null)): QObject::startTimer: Timers cannot be started from another thread W/Subsurface(24239): (null):0 ((null)): QObject::startTimer: Timers cannot be started from another thread W/Subsurface(24239): (null):0 ((null)): QObject::startTimer: Timers cannot be started from another thread W/Subsurface(24239): (null):0 ((null)): QObject::startTimer: Timers cannot be started from another thread W/Subsurface(24239): (null):0 ((null)): QObject::startTimer: Timers cannot be started from another thread D/Subsurface(24239): /data/android/subsurface/subsurface-core/gpslocation.cpp:127 (QString GpsLocation::getUserid(QString, QString)): called getUserid D/Subsurface(24239): /data/android/subsurface/subsurface-core/gpslocation.cpp:120 (void GpsLocation::status(QString)): "error when retrieving Subsurface webservice user id: Error downloading https://cloud.subsurface-divelog.org/webuserid/ - server replied: Bad Request" Cheers, Rick
_______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
