mikedg1 / launchy

A supplementary app launcher for Google Glass
145 stars 58 forks source link

Crashes when loading settings #13

Closed heteroerectus closed 10 years ago

heteroerectus commented 10 years ago

Hey guys, I've got a brand new glass with X11 installed. When I choose Glass Settings from the Launchy menu, it crashes. Any idea why?

mikedg1 commented 10 years ago

No idea. Do you happen to know how to get logcat logs off the device?

heteroerectus commented 10 years ago

No, but if there's a way I can get it for you.

On Monday, December 2, 2013, Mike DiGiovanni wrote:

No idea. Do you happen to know how to get logcat logs off the device?

— Reply to this email directly or view it on GitHubhttps://github.com/kaze0/launchy/issues/13#issuecomment-29654779 .

ericbond007 commented 10 years ago

with the glass plugged into usb, run

adb logcat -f

to export logcat to file.

heteroerectus commented 10 years ago

Here's what I was able to glean from the log.

I/UserEventService( 550): Logging user event: [action=UI_THREAD_QUEUE, data=|a=380.000|v=0.000|min=380.000|max=380.000|c=1|]

I/UserEventService( 550): Logging user event: [action=UI_TIME_BETWEEN_RENDERS, data=|a=27.308|v=405.582|min=8.000|max=74.000|c=26|]

D/dalvikvm( 550): GC_CONCURRENT freed 435K, 44% free 9896K/17479K, paused 2ms+3ms

I/UserEventService( 550): Logging user event: [action=UI_TIME_TO_RENDER, data=|a=1.567|v=9.082|min=0.000|max=14.000|c=30|]

D/AppErrorDialog( 189): Force closing...

D/AppErrorDialog( 189): ... and not reporting.

I/Process ( 4679): Sending signal. PID: 4679 SIG: 9

I/ActivityManager( 189): Process com.mikedg.android.glass.launchy (pid 4679) has died.

I/WindowManager( 189): WIN DEATH: Window{419e5e80 com.mikedg.android.glass.launchy/com.mikedg.android.glass.launchy.MainActivity paused=false}

I/PowerManagerService( 189): Auto-brightness: light sensor = 106, brightness = 255 mHighestLightSensorValue: 106

I/PowerManagerService( 189): Auto-brightness: light sensor = 99, brightness = 255 mHighestLightSensorValue: 106

D/PowerManagerService( 189): setTimeoutLocked now=2906469 when=2912469 currentTimeoutOverride=-1 nextTimeoutOverride=-1 currentState=3 nextState=1

W/ActivityManager( 189): Activity destroy timeout for ActivityRecord{41785590 com.mikedg.android.glass.launchy/.MainActivity}

On Mon, Dec 2, 2013 at 2:24 PM, ericbond007 notifications@github.comwrote:

with the glass plugged into usb, run

adb logcat -f

to export logcat to file.

— Reply to this email directly or view it on GitHubhttps://github.com/kaze0/launchy/issues/13#issuecomment-29659000 .

heteroerectus commented 10 years ago

Does that help at all?

DestructiveMass commented 10 years ago

Same issue here. New glass and launchy fails when loading settings. Works for everything else though.

mikedg1 commented 10 years ago

@heteroerectus that didn't help. But I suspect you guys might be running an old version of Launchy. Did you build it yourself?

DestructiveMass commented 10 years ago

That worked for me. I had downloaded the apk from another site so i took your advice and created the apk from the your source and it resolved the issue.

mikedg1 commented 10 years ago

Closing since it seems likely that this is with an older version. Sorry.