Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save john-dalsgaard/2a27526596102c4c3450a26206087311 to your computer and use it in GitHub Desktop.
Save john-dalsgaard/2a27526596102c4c3450a26206087311 to your computer and use it in GitHub Desktop.
Android crash
[TRACE] : 5670ms: locations.onLocation: locationReadCount=1, e.coords.accuracy=4, locationTrigger=undefined
[TRACE] : 5679ms: locations.onLocation: set APP.cords: {"type":"location","source":{"locationServicesEnabled":true,"hasCompass":true,"lastGeolocation":"{\"latitude\":55.47816039,\"longitude\":11.35179958,\"altitude\":86,\"accuracy\":4,\"heading\":0,\"speed\":0,\"timestamp\":1538723630000}","apiName":"Ti.Geolocation","bubbleParent":true,"__propertiesDefined__":true,"Android":{"manualMode":true,"apiName":"Ti.Geolocation.Android","bubbleParent":true},"_events":{"location":{}}},"provider":{"name":"gps","accuracy":1,"power":3},"coords":{"altitude":86,"heading":0,"latitude":55.47816039,"accuracy":4,"altitudeAccuracy":null,"speed":0,"longitude":11.35179958,"timestamp":1538723630000},"bubbles":false,"success":true,"code":0,"cancelBubble":false}
[TRACE] : 5679ms: locations.onLocation: disable listener
[INFO] : TiRootActivity: (main) [0,0] checkpoint, on root activity resume. activity = dk.dalsgaarddata.catchlog.CatchlogActivity@3ef64e9
[DEBUG] : OpenGLRenderer: HWUI GL Pipeline
[INFO] : zygote: Deoptimizing android.app.Activity org.appcelerator.titanium.TiApplication.getCurrentActivity() due to JIT inline cache
[INFO] : zygote: Do partial code cache collection, code=62KB, data=57KB
[INFO] : zygote: After code cache collection, code=59KB, data=56KB
[INFO] : zygote: Increasing code cache capacity to 256KB
[WARN] : ResourceType: Failure getting entry for 0x7f020057 (t=1 e=87) (error -75)
[DEBUG] : AndroidRuntime: Shutting down VM
[ERROR] : TiApplication: (main) [157,157] Sending event: exception on thread: main msg:java.lang.RuntimeException: Unable to start activity ComponentInfo{dk.dalsgaarddata.catchlog/org.appcelerator.titanium.TiActivity}: android.content.res.Resources$NotFoundException: Resource ID #0x7f020057; Titanium 6.3.1.GA,2018/10/05 10:05,undefined
[ERROR] : TiApplication: java.lang.RuntimeException: Unable to start activity ComponentInfo{dk.dalsgaarddata.catchlog/org.appcelerator.titanium.TiActivity}: android.content.res.Resources$NotFoundException: Resource ID #0x7f020057
[ERROR] : TiApplication: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2778)
[ERROR] : TiApplication: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2856)
[ERROR] : TiApplication: at android.app.ActivityThread.-wrap11(Unknown Source:0)
[ERROR] : TiApplication: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1589)
[ERROR] : TiApplication: at android.os.Handler.dispatchMessage(Handler.java:106)
[ERROR] : TiApplication: at android.os.Looper.loop(Looper.java:164)
[ERROR] : TiApplication: at android.app.ActivityThread.main(ActivityThread.java:6494)
[ERROR] : TiApplication: at java.lang.reflect.Method.invoke(Native Method)
[ERROR] : TiApplication: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
[ERROR] : TiApplication: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
[ERROR] : TiApplication: Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7f020057
[ERROR] : TiApplication: at android.content.res.ResourcesImpl.getValueForDensity(ResourcesImpl.java:224)
[ERROR] : TiApplication: at android.content.res.Resources.getDrawableForDensity(Resources.java:876)
[ERROR] : TiApplication: at android.content.res.Resources.getDrawable(Resources.java:819)
[ERROR] : TiApplication: at android.content.res.Resources.getDrawable(Resources.java:794)
[ERROR] : TiApplication: at org.appcelerator.titanium.util.TiUIHelper.getResourceDrawable(TiUIHelper.java:989)
[ERROR] : TiApplication: at org.appcelerator.titanium.util.TiUIHelper.getResourceDrawable(TiUIHelper.java:984)
[ERROR] : TiApplication: at org.appcelerator.titanium.util.TiFileHelper.loadDrawable(TiFileHelper.java:314)
[ERROR] : TiApplication: at org.appcelerator.titanium.util.TiUIHelper$1ImageDrawableLoader.load(TiUIHelper.java:678)
[ERROR] : TiApplication: at org.appcelerator.titanium.util.TiUIHelper.buildBackgroundDrawable(TiUIHelper.java:698)
[ERROR] : TiApplication: at org.appcelerator.titanium.view.TiUIView.handleBackgroundImage(TiUIView.java:1357)
[ERROR] : TiApplication: at org.appcelerator.titanium.view.TiUIView.processProperties(TiUIView.java:996)
[ERROR] : TiApplication: at org.appcelerator.kroll.KrollProxy.setModelListener(KrollProxy.java:1222)
[ERROR] : TiApplication: at org.appcelerator.titanium.proxy.TiViewProxy.realizeViews(TiViewProxy.java:516)
[ERROR] : TiApplication: at org.appcelerator.titanium.proxy.TiViewProxy.handleGetView(TiViewProxy.java:507)
[ERROR] : TiApplication: at org.appcelerator.titanium.proxy.TiViewProxy.getOrCreateView(TiViewProxy.java:485)
[ERROR] : TiApplication: at org.appcelerator.titanium.proxy.TiViewProxy.handleAdd(TiViewProxy.java:695)
[ERROR] : TiApplication: at org.appcelerator.titanium.proxy.TiViewProxy.add(TiViewProxy.java:588)
[ERROR] : TiApplication: at ti.modules.titanium.ui.WindowProxy.windowCreated(WindowProxy.java:260)
[ERROR] : TiApplication: at org.appcelerator.titanium.TiActivityWindows.windowCreated(TiActivityWindows.java:33)
[ERROR] : TiApplication: at org.appcelerator.titanium.TiBaseActivity.windowCreated(TiBaseActivity.java:566)
[ERROR] : TiApplication: at org.appcelerator.titanium.TiBaseActivity.onCreate(TiBaseActivity.java:686)
[ERROR] : TiApplication: at org.appcelerator.titanium.TiActivity.onCreate(TiActivity.java:21)
[ERROR] : TiApplication: at android.app.Activity.performCreate(Activity.java:7009)
[ERROR] : TiApplication: at android.app.Activity.performCreate(Activity.java:7000)
[ERROR] : TiApplication: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1214)
[ERROR] : TiApplication: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2731)
[ERROR] : TiApplication: ... 9 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment