<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 20 December 2015 at 16:52, 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">Looking at the fuller log (this time hunting for things about icons)<br>
<span><br>
<br>
<br>
> On Dec 18, 2015, at 8:20 PM, Rick Walsh <<a href="mailto:rickmwalsh@gmail.com" target="_blank">rickmwalsh@gmail.com</a>> wrote:<br>
><br>
> $ grep -i subsurface logcat-2.txt<br>
> I/Timeline( 6145): Timeline: Activity_launch_request id:org.subsurfacedivelog.mobile time:338992092<br>
> V/ApplicationPolicy( 3522): isApplicationStateBlocked userId 0 pkgname org.subsurfacedivelog.mobile<br>
> W/Subsurface(24335): (null):0 ((null)): Can't find surface 3<br>
<br>
</span>Hmm - what's surface 3?<br>
<br>
Googling shows that this can happen when we try to create more than one windows. I don't think we do that, but it's something to look into.<br>
<span><br>
> I/Timeline( 3522): Timeline: Activity_windows_visible id: ActivityRecord{668285b u0 org.subsurfacedivelog.mobile/org.qtproject.qt5.android.bindings.QtActivity t8438} time:338992769<br>
> V/ApplicationPolicy( 3522): isApplicationStateBlocked userId 0 pkgname org.subsurfacedivelog.mobile<br>
> W/PackageManager( 4563): Failure retrieving resources for org.subsurfacedivelog.mobile: Resource ID #0x0<br>
<br>
</span>Failure retrieving resources. Hmm. Can it not find the icons? I thought they are compiled into the apk...<br></blockquote><div><br></div><div>Looking at the logcat output (see full output in my other email), there are messages about lack of verification, application blocked, and package removed.<br><br>$ grep -i -e subsurface logcat-3.txt <br>D/PersonaManagerService( 3522): needVerificationForPackage org.subsurfacedivelog.mobile<br>D/PersonaManagerService( 3522): needVerificationForPackage return true for  at the end org.subsurfacedivelog.mobile<br>D/Finsky  (27198): [1] WorkerTask.onPreExecute: Verification Requested for id = 59, data=file:///storage/emulated/0/Download/Subsurface-mobile-4.5.2.468-arm.apk flags=18 fromVerificationActivity=false<br>V/ApplicationPolicy( 3522): isApplicationStateBlocked userId 0 pkgname org.subsurfacedivelog.mobile<br>I/PackageManager( 3522): scanFileNewer : org.subsurfacedivelog.mobile<br>I/        (27246): SS_ART_lib [I]: permission is absent: /data/app/org.subsurfacedivelog.mobile-1/base.apk<br>I/        (27246): SS_ART_lib [I]: Closing zip file: /data/app/org.subsurfacedivelog.mobile-1/base.apk<br>I/dex2oat (27246): /system/bin/dex2oat --zip-fd=11 --zip-location=/data/app/org.subsurfacedivelog.mobile-1/base.apk --oat-fd=12 --art-fd=-1 --compress-image --oat-location=/data/dalvik-cache/arm/data@app@org.subsurfacedivelog.mobile-1@base.apk@classes.dex --instruction-set=arm --instruction-set-features=div --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=13<br>D/PackageManager( 3522): Resopt: Clean up res: /data/app/org.subsurfacedivelog.mobile-2/base.apk<br>V/EnterpriseBillingPolicyStorage( 3522): getBillingProfileForVpnEngine - start - org.subsurfacedivelog.mobile<br>D/SdpManagerService( 3522):  ActionReceiver::onReceive() Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:org.subsurfacedivelog.mobile flg=0x4000010 (has extras) }<br>D/SdpManagerService( 3522): ACTION_PACKAGE_REMOVED Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:org.subsurfacedivelog.mobile flg=0x4000010 (has extras) } DATA= package:org.subsurfacedivelog.mobile UID 1000 userId 0<br>D/SdpManagerService( 3522): ACTION_PACKAGE_REMOVED packageName:: org.subsurfacedivelog.mobile<br>I/MultiWindowAppListInfo( 4563): android.intent.action.PACKAGE_REPLACED packageName=org.subsurfacedivelog.mobile<br><br></div><div>and so on<br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Could this be a dpi issue? Do we need these icons in a resolution that we don't have? which would explain why it works on some phones but not on others?<br>
<span><font color="#888888"><br></font></span></blockquote><br></div><div class="gmail_quote">Googling tells me that my phone has a resolution of <span class="">1440 x 2560 (~577 ppi).  Is this exceptional?<br><br></span></div><div class="gmail_quote"><span class="">Rick<br></span></div></div></div>