Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disc-golf-android app crashed #12

Open
leonardoxiao opened this issue Oct 25, 2016 · 0 comments
Open

disc-golf-android app crashed #12

leonardoxiao opened this issue Oct 25, 2016 · 0 comments

Comments

@leonardoxiao
Copy link

leonardoxiao commented Oct 25, 2016

disc-golf-android app crashed when I clicked 'Select a Device' button on 'Setup Players' page:

10/25 15:37:47: Launching app
$ adb push /Volumes/Data/projects/connectiq-apps/apps/disc-golf/disc-golf-android/app/build/outputs/apk/app-debug.apk /data/local/tmp/com.garmin.android.apps.samples.disgolf
$ adb shell pm install -r "/data/local/tmp/com.garmin.android.apps.samples.disgolf"
pkg: /data/local/tmp/com.garmin.android.apps.samples.disgolf
Success

$ adb shell am start -n "com.garmin.android.apps.samples.disgolf/com.garmin.android.apps.samples.disgolf.CourseSetupActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
Client not ready yet..Waiting for process to come online
Connected to process 7428 on device sony-d6603-BH909E0W1L
I/art: Late-enabling -Xcheck:jni
I/art: Debugger is no longer active
W/System: ClassLoader referenced unknown path: /data/app/com.garmin.android.apps.samples.disgolf-2/lib/arm
W/ResourceType: Found multiple library tables, ignoring...
I/InstantRun: Instant Run Runtime started. Android package is com.garmin.android.apps.samples.disgolf, real application class is null.
I/System.out: engineVerify
W/System: ClassLoader referenced unknown path: /data/app/com.garmin.android.apps.samples.disgolf-2/lib/arm
D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
I/Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: EGL 1.4 QUALCOMM build: Nondeterministic_AU_msm8974_LA.BF.1.1.3_RB1__release_AU (I741a3d36ca)
OpenGL ES Shader Compiler Version: E031.29.00.00
Build Date: 04/04/16 Mon
Local Branch: mybranch19053788
Remote Branch: quic/LA.BF.1.1.3_rb1.12
Local Patches: NONE
Reconstruct Branch: NOTHING
I/OpenGLRenderer: Initialized EGL, version 1.4
I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@43f52d5 time:309092864
W/IInputConnectionWrapper: beginBatchEdit on inactive InputConnection
W/IInputConnectionWrapper: getSelectedText on inactive InputConnection
W/IInputConnectionWrapper: endBatchEdit on inactive InputConnection
W/IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper: getTextAfterCursor on inactive InputConnection
W/IInputConnectionWrapper: beginBatchEdit on inactive InputConnection
W/IInputConnectionWrapper: getSelectedText on inactive InputConnection
W/IInputConnectionWrapper: endBatchEdit on inactive InputConnection
W/IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper: getTextAfterCursor on inactive InputConnection
W/IInputConnectionWrapper: beginBatchEdit on inactive InputConnection
W/IInputConnectionWrapper: getSelectedText on inactive InputConnection
W/IInputConnectionWrapper: endBatchEdit on inactive InputConnection
W/IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper: getTextAfterCursor on inactive InputConnection
W/IInputConnectionWrapper: beginBatchEdit on inactive InputConnection
W/IInputConnectionWrapper: getSelectedText on inactive InputConnection
I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@43f52d5 time:309104039
W/IInputConnectionWrapper: endBatchEdit on inactive InputConnection
W/IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper: getTextAfterCursor on inactive InputConnection
I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@43f52d5 time:309104709
W/IInputConnectionWrapper: beginBatchEdit on inactive InputConnection
W/IInputConnectionWrapper: getSelectedText on inactive InputConnection
W/IInputConnectionWrapper: endBatchEdit on inactive InputConnection
W/IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper: getTextAfterCursor on inactive InputConnection
I/Timeline: Timeline: Activity_launch_request id:com.garmin.android.apps.samples.disgolf time:309127477
I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@4e24d34 time:309127751
I/Timeline: Timeline: Activity_launch_request id:com.garmin.android.apps.samples.disgolf time:309137499
D/SendRoundToDeviceActivity: sdk is ready
D/AndroidRuntime: Shutting down VM
E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.garmin.android.apps.samples.disgolf, PID: 7428
java.lang.NullPointerException: name == null
at android.os.Parcel.readException(Parcel.java:1636)
at android.os.Parcel.readException(Parcel.java:1579)
at com.garmin.android.apps.connectmobile.connectiq.IConnectIQService$Stub$Proxy.registerApp(IConnectIQService.java:380)
at com.garmin.android.connectiq.ConnectIQDeviceStrategy.registerForRemoteAppEvents(ConnectIQDeviceStrategy.java:297)
at com.garmin.android.connectiq.ConnectIQ.registerForAppEvents(ConnectIQ.java:603)
at com.garmin.android.apps.samples.disgolf.SendRoundToDeviceActivity.registerWithDevice(SendRoundToDeviceActivity.java:211)
at com.garmin.android.apps.samples.disgolf.SendRoundToDeviceActivity.populateDeviceList(SendRoundToDeviceActivity.java:167)
at com.garmin.android.apps.samples.disgolf.SendRoundToDeviceActivity.onSdkReady(SendRoundToDeviceActivity.java:366)
at com.garmin.android.connectiq.ConnectIQDeviceStrategy$1.onServiceConnected(ConnectIQDeviceStrategy.java:44)
at android.app.LoadedApk$ServiceDispatcher.doConnected(LoadedApk.java:1227)
at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1244)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:234)
at android.app.ActivityThread.main(ActivityThread.java:5526)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:102)
Application terminated.

I am running Android 6.0.1 on Sony Z3 and have Garmin Connect Mobile installed.

Any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant