Looking at the fuller log (this time hunting for things about icons)
> On Dec 18, 2015, at 8:20 PM, Rick Walsh <[email protected]> wrote: > > $ grep -i subsurface logcat-2.txt > I/Timeline( 6145): Timeline: Activity_launch_request > id:org.subsurfacedivelog.mobile time:338992092 > V/ApplicationPolicy( 3522): isApplicationStateBlocked userId 0 pkgname > org.subsurfacedivelog.mobile > W/Subsurface(24335): (null):0 ((null)): Can't find surface 3 Hmm - what's surface 3? 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. > I/Timeline( 3522): Timeline: Activity_windows_visible id: > ActivityRecord{668285b u0 > org.subsurfacedivelog.mobile/org.qtproject.qt5.android.bindings.QtActivity > t8438} time:338992769 > V/ApplicationPolicy( 3522): isApplicationStateBlocked userId 0 pkgname > org.subsurfacedivelog.mobile > W/PackageManager( 4563): Failure retrieving resources for > org.subsurfacedivelog.mobile: Resource ID #0x0 Failure retrieving resources. Hmm. Can it not find the icons? I thought they are compiled into the apk... 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? /D _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
