Skip to content

Crash on start #9

Description

@flt6

Crashed on start on HUAWEI phone
I got this as the crash log:

08-30 20:37:12.392 17700 17700 E AndroidRuntime: FATAL EXCEPTION: main
08-30 20:37:12.392 17700 17700 E AndroidRuntime: Process: com.samsung.android.scan3d, PID: 17700
08-30 20:37:12.392 17700 17700 E AndroidRuntime: java.lang.RuntimeException: Unable to start service com.samsung.android.scan3d.serv.Cam@3a2c271 with Intent { act=start_camera_engine cmp=com.samsung.android.scan3d/.serv.Cam }: java.lang.NullPointerException
08-30 20:37:12.392 17700 17700 E AndroidRuntime: at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:4971)
08-30 20:37:12.392 17700 17700 E AndroidRuntime: at android.app.ActivityThread.access$3300(ActivityThread.java:260)
08-30 20:37:12.392 17700 17700 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2486)
08-30 20:37:12.392 17700 17700 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:110)
08-30 20:37:12.392 17700 17700 E AndroidRuntime: at android.os.Looper.loop(Looper.java:219)
08-30 20:37:12.392 17700 17700 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:8668)
08-30 20:37:12.392 17700 17700 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
08-30 20:37:12.392 17700 17700 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:513)
08-30 20:37:12.392 17700 17700 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1109)
08-30 20:37:12.392 17700 17700 E AndroidRuntime: Caused by: java.lang.NullPointerException
08-30 20:37:12.392 17700 17700 E AndroidRuntime: at com.samsung.android.scan3d.serv.CamEngine.updateView(CamEngine.kt:310)
08-30 20:37:12.392 17700 17700 E AndroidRuntime: at com.samsung.android.scan3d.serv.CamEngine.initializeCamera(CamEngine.kt:296)
08-30 20:37:12.392 17700 17700 E AndroidRuntime: at com.samsung.android.scan3d.serv.CamEngine$initializeCamera$1.invokeSuspend(Unknown Source:14)
08-30 20:37:12.392 17700 17700 E AndroidRuntime: at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
08-30 20:37:12.392 17700 17700 E AndroidRuntime: at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
08-30 20:37:12.392 17700 17700 E AndroidRuntime: at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:280)
08-30 20:37:12.392 17700 17700 E AndroidRuntime: at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)
08-30 20:37:12.392 17700 17700 E AndroidRuntime: at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
08-30 20:37:12.392 17700 17700 E AndroidRuntime: at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source:1)
08-30 20:37:12.392 17700 17700 E AndroidRuntime: at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)
08-30 20:37:12.392 17700 17700 E AndroidRuntime: at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source:1)
08-30 20:37:12.392 17700 17700 E AndroidRuntime: at com.samsung.android.scan3d.serv.Cam.onStartCommand(Cam.kt:98)
08-30 20:37:12.392 17700 17700 E AndroidRuntime: at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:4951)
08-30 20:37:12.392 17700 17700 E AndroidRuntime: ... 8 more

And this log may help:

08-30 20:34:46.531 1001 1528 E DE N ABT: mergeProcessorOperatingNormal:1523: COMPONENT_GMP already has data, can't add new data with MODE_COLOR_ENHANCE, mode:MODE_CAMERA|MODE_COLOR_ENHANCE|0x900->MODE_CAMERA|MODE_COLOR_ENHANCE|0x900

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions