<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Dec 18, 2015, at 4:55 PM, Rick Walsh <<a href="mailto:rickmwalsh@gmail.com" class="">rickmwalsh@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><br class=""><div class="gmail_extra"><br class=""><div class="gmail_quote">On 19 December 2015 at 11:49, Dirk Hohndel <span dir="ltr" class=""><<a href="mailto:dirk@hohndel.org" target="_blank" class="">dirk@hohndel.org</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class=""><span class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Dec 18, 2015, at 3:39 PM, Rick Walsh <<a href="mailto:rickmwalsh@gmail.com" target="_blank" class="">rickmwalsh@gmail.com</a>> wrote:</div><br class=""><div class=""><p dir="ltr" class="">Hi, </p><p dir="ltr" class="">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" class="">Running on Samsung Galaxy S6, Android 5.1.1.</p><p dir="ltr" class="">Attached screenshot is from the latest daily, 4.2.463.</p></div></blockquote><br class=""></div></span><div class="">No, it's not just you. And I don't think we understand what is causing </div><div class="">this. Can you attach with "adb logcat" and see if there is anything</div><div class="">useful in the log? None of my devices show this behavior...</div></div></blockquote><div class=""><br class=""></div><div class="">Sorry, my knowledge of debugging on Android is non-existent.  Can you tell me how I would do that?<br class=""></div></div></div></div></div></blockquote></div><br class=""><div class=""><br class=""></div><div class="">Install the Android SDK (you don't need Android Studio)</div><div class=""><br class=""></div><div class=""><a href="http://developer.android.com/sdk/installing/index.html" class="">http://developer.android.com/sdk/installing/index.html</a></div><div class=""><br class=""></div><div class="">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/" class="">http://www.howtogeek.com/125769/how-to-install-and-use-abd-the-android-debug-bridge-utility/</a></div><div class=""><br class=""></div><div class="">All you need to be able to do is</div><div class="">a) enable USB debug on your phone</div><div class="">b) connect the phone to the computer</div><div class="">c) start adb logcat</div><div class=""><br class=""></div><div class="">You can get extra fancy and filter the output, something like</div><div class=""><br class=""></div><div class="">adb logcat -s Subsurface:V</div><div class=""><br class=""></div><div class="">Makes sense?</div><div class=""><br class=""></div><div class="">/D</div></body></html>