<div dir="ltr">On 19 December 2015 at 12:07, Dirk Hohndel <span dir="ltr"><<a href="mailto:dirk@hohndel.org" target="_blank">dirk@hohndel.org</a>></span> wrote:<br><div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word"><span class=""><br><div><blockquote type="cite"><div>On Dec 18, 2015, at 4:55 PM, Rick Walsh <<a href="mailto:rickmwalsh@gmail.com" target="_blank">rickmwalsh@gmail.com</a>> wrote:</div><br><div><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 19 December 2015 at 11:49, Dirk Hohndel <span dir="ltr"><<a href="mailto:dirk@hohndel.org" target="_blank">dirk@hohndel.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word"><span><br><div><blockquote type="cite"><div>On Dec 18, 2015, at 3:39 PM, Rick Walsh <<a href="mailto:rickmwalsh@gmail.com" target="_blank">rickmwalsh@gmail.com</a>> wrote:</div><br><div><p dir="ltr">Hi, </p><p dir="ltr">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.</p><p dir="ltr">Running on Samsung Galaxy S6, Android 5.1.1.</p><p dir="ltr">Attached screenshot is from the latest daily, 4.2.463.</p></div></blockquote><br></div></span><div>No, it's not just you. And I don't think we understand what is causing </div><div>this. Can you attach with "adb logcat" and see if there is anything</div><div>useful in the log? None of my devices show this behavior...</div></div></blockquote><div><br></div><div>Sorry, my knowledge of debugging on Android is non-existent.  Can you tell me how I would do that?<br></div></div></div></div></div></blockquote></div><br><div><br></div></span><div>Install the Android SDK (you don't need Android Studio)</div><div><br></div><div><a href="http://developer.android.com/sdk/installing/index.html" target="_blank">http://developer.android.com/sdk/installing/index.html</a></div><div><br></div><div>there are tons of HowTos on the network. Here's one, there are many more <a href="http://www.howtogeek.com/125769/how-to-install-and-use-abd-the-android-debug-bridge-utility/" target="_blank">http://www.howtogeek.com/125769/how-to-install-and-use-abd-the-android-debug-bridge-utility/</a></div><div><br></div><div>All you need to be able to do is</div><div>a) enable USB debug on your phone</div><div>b) connect the phone to the computer</div><div>c) start adb logcat</div><div><br></div><div>You can get extra fancy and filter the output, something like</div><div><br></div><div>adb logcat -s Subsurface:V</div><div><br></div><div>Makes sense?</div><span class=""><font color="#888888"><div><br></div></font></span></div></blockquote><div><br></div><div>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.<br><br>[rick@myapartment platform-tools]$ ./adb logcat -s Subsurface:V<br>- waiting for device -<br>--------- beginning of main<br>--------- beginning of system<br>W/Subsurface(24239): (null):0 ((null)): QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0<br>W/Subsurface(24239): (null):0 ((null)): QObject::startTimer: Timers cannot be started from another thread<br>W/Subsurface(24239): (null):0 ((null)): QObject::startTimer: Timers cannot be started from another thread<br>W/Subsurface(24239): (null):0 ((null)): QObject::startTimer: Timers cannot be started from another thread<br>W/Subsurface(24239): (null):0 ((null)): QObject::startTimer: Timers cannot be started from another thread<br>W/Subsurface(24239): (null):0 ((null)): QObject::startTimer: Timers cannot be started from another thread<br>D/Subsurface(24239): /data/android/subsurface/subsurface-core/gpslocation.cpp:127 (QString GpsLocation::getUserid(QString, QString)): called getUserid<br>D/Subsurface(24239): /data/android/subsurface/subsurface-core/gpslocation.cpp:120 (void GpsLocation::status(QString)): "error when retrieving Subsurface webservice user id: Error downloading <a href="https://cloud.subsurface-divelog.org/webuserid/">https://cloud.subsurface-divelog.org/webuserid/</a> - server replied: Bad Request"<br><br><br></div><div>Cheers,<br><br></div><div>Rick<br></div><div> <br></div></div></div></div></div>