{ "id": "164270", "key": "TIMOB-24113", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "11258", "description": "Holding Pen for Triaged Issues", "name": "Backlog", "archived": false, "released": false } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-11-22T20:55:53.000+0000", "created": "2016-10-28T15:46:08.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "android" ], "versions": [], "issuelinks": [], "assignee": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2018-08-06T17:49:36.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "Adding the Geofence module to a Mobile App Project makes it so the app fails to run and crashes on launch. \r\n\r\nSteps to reproduce:\r\n\r\n# Create a new Mobile App Project\r\n# Choose Classic > Single Window Application\r\n# Project Name: GeoDemo\r\n# App ID: test.geodemo\r\n# Titanium SDK: 5.5.1 GA\r\n# Deployment Target: Android\r\n# Enable Appcelerator Platform Services: Checked\r\n# Click \"Finish\"\r\n# Enable Test Services? No\r\n# Hyperloop? No\r\n# In tiapp.xml uncheck Windows deployment target and add the Geofence Module\r\n# In app.js add \"var Geofence = require(\"ti.geofence\");\" to line 11\r\n# Save both the tiapp.xml and app.js files\r\n# Create a new Android Virtual Device and target Android 6.0 API 23\r\n# Start the emulator\r\n# From Appcelerator choose Run and select the emulator\r\n# The application is built, installed and tries to run\r\n# It crashes with a message of \"Unfortunately, GeoDemo has stopped\"\r\n\r\nLog: (suspect info highlighted in red)\r\n{code}\r\n[INFO] : TiApplication: (main) [0,0] checkpoint, app created.\r\n[INFO] : TiApplication: (main) [276,276] Titanium 5.5.1 (2016/09/27 05:39 b18727f)\r\n[INFO] : DatabaseHelper: No value in database for platform key: 'unique_machine_id' returning supplied default ''\r\n[INFO] : DatabaseHelper: No value in database for platform key: 'hardware_machine_id' returning supplied default ''\r\n[WARN] : V8Object: (main) [2817,3093] Runtime disposed, cannot set property 'userAgent'\r\n[INFO] : TiApplication: (main) [53,3146] Titanium Javascript runtime: v8\r\n[INFO] : TiRootActivity: (main) [0,0] checkpoint, on root activity create, savedInstanceState: null\r\n{color:red}[INFO] : art: art/runtime/java_vm_ext.cc:410] JNI DETECTED ERROR IN APPLICATION: JNI CallStaticIntMethodV called with pending exception java.lang.NoSuchMethodError: No direct method (Landroid/content/Context;)V in class Lti/geofence/GeofenceRemover; or its super classes (declaration of 'ti.geofence.GeofenceRemover' appears in /data/app/test.geodemo-1/base.apk)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at void ti.geofence.GeofenceModule.() (GeofenceModule.java:92){color}\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at java.lang.Object java.lang.Class.newInstance!() (Class.java:-2)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at org.appcelerator.kroll.KrollProxy org.appcelerator.kroll.KrollProxy.createProxy(java.lang.Class, org.appcelerator.kroll.KrollObject, java.lang.Object[], java.lang.String) (KrollProxy.java:142)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at void org.appcelerator.kroll.runtime.v8.V8Runtime.nativeRunModule(java.lang.String, java.lang.String, org.appcelerator.kroll.KrollProxySupport) (V8Runtime.java:-2)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at void org.appcelerator.kroll.runtime.v8.V8Runtime.doRunModule(java.lang.String, java.lang.String, org.appcelerator.kroll.KrollProxySupport) (V8Runtime.java:189)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at void org.appcelerator.kroll.KrollRuntime.runModule(java.lang.String, java.lang.String, org.appcelerator.kroll.KrollProxySupport) (KrollRuntime.java:241)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at void org.appcelerator.titanium.TiLaunchActivity.loadActivityScript() (TiLaunchActivity.java:102)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at void org.appcelerator.titanium.TiLaunchActivity.windowCreated(android.os.Bundle) (TiLaunchActivity.java:150)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at void org.appcelerator.titanium.TiRootActivity.windowCreated(android.os.Bundle) (TiRootActivity.java:107)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at void org.appcelerator.titanium.TiBaseActivity.onCreate(android.os.Bundle) (TiBaseActivity.java:673)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at void org.appcelerator.titanium.TiLaunchActivity.onCreate(android.os.Bundle) (TiLaunchActivity.java:143)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at void org.appcelerator.titanium.TiRootActivity.onCreate(android.os.Bundle) (TiRootActivity.java:96)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6237)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1107)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2369)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2476)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:-1)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1344)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:102)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at void android.os.Looper.loop() (Looper.java:148)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:5417)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[]) (Method.java:-2)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at void com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() (ZygoteInit.java:726)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:616)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410]\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] in call to CallStaticIntMethodV\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] from void org.appcelerator.kroll.runtime.v8.V8Runtime.nativeRunModule(java.lang.String, java.lang.String, org.appcelerator.kroll.KrollProxySupport)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] \"main\" prio=5 tid=1 Runnable\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] | group=\"main\" sCount=0 dsCount=0 obj=0x750d3258 self=0xb4134500\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] | sysTid=3654 nice=0 cgrp=default sched=0/0 handle=0xb77f8c00\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] | state=R schedstat=( 0 0 0 ) utm=10 stm=14 core=1 HZ=100\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] | stack=0xbf344000-0xbf346000 stackSize=8MB\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] | held mutexes= \"mutator lock\"(shared held)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] native: #00 pc 0058bd02 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream >&, int, char const*, art::ArtMethod*, void*)+226)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] native: #01 pc 0055194e /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream >&) const+286)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] native: #02 pc 003a482f /system/lib/libart.so (art::JavaVMExt::JniAbort(char const*, char const*)+1247)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] native: #03 pc 003a5eac /system/lib/libart.so (art::JavaVMExt::JniAbortV(char const*, char const*, char*)+116)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] native: #04 pc 00163a10 /system/lib/libart.so (art::ScopedCheck::AbortF(char const*, ...)+62)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] native: #05 pc 0016d9d2 /system/lib/libart.so (art::ScopedCheck::CheckThread(_JNIEnv*)+1890)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] native: #06 pc 0016e4e1 /system/lib/libart.so (art::ScopedCheck::Check(art::ScopedObjectAccess&, bool, char const*, art::JniValueType*) (.constprop.114)+1489)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] native: #07 pc 0018764d /system/lib/libart.so (art::CheckJNI::CallMethodV(char const*, _JNIEnv*, _jobject*, _jclass*, _jmethodID*, char*, art::Primitive::Type, art::InvokeType)+1101)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] native: #08 pc 00188b9b /system/lib/libart.so (art::CheckJNI::CallStaticIntMethodV(_JNIEnv*, _jclass*, _jmethodID*, char*)+92)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] native: #09 pc 00088c0a /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (_JNIEnv::CallStaticIntMethod(_jclass*, _jmethodID*, ...)+42)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] native: #10 pc 00088c7c /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (titanium::ReferenceTable::createReference(_jobject*)+60)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] native: #11 pc 0007f43a /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (titanium::JavaObject::newGlobalRef()+90)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] native: #12 pc 0007f6cc /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (titanium::JavaObject::attach(_jobject*)+76)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] native: #13 pc 00086c6e /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (titanium::Proxy::proxyConstructor(v8::Arguments const&)+366)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] native: #14 pc 0027a24b /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (???)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] native: #15 pc 000d49b8 (???)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] native: #16 pc 98ffffff ???\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at org.appcelerator.kroll.runtime.v8.V8Runtime.nativeRunModule(Native method)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at org.appcelerator.kroll.runtime.v8.V8Runtime.doRunModule(V8Runtime.java:189)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at org.appcelerator.kroll.KrollRuntime.runModule(KrollRuntime.java:241)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at org.appcelerator.titanium.TiLaunchActivity.loadActivityScript(TiLaunchActivity.java:102)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at org.appcelerator.titanium.TiLaunchActivity.windowCreated(TiLaunchActivity.java:150)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at org.appcelerator.titanium.TiRootActivity.windowCreated(TiRootActivity.java:107)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at org.appcelerator.titanium.TiBaseActivity.onCreate(TiBaseActivity.java:673)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at org.appcelerator.titanium.TiLaunchActivity.onCreate(TiLaunchActivity.java:143)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at org.appcelerator.titanium.TiRootActivity.onCreate(TiRootActivity.java:96)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at android.app.Activity.performCreate(Activity.java:6237)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1107)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2369)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2476)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at android.app.ActivityThread.-wrap11(ActivityThread.java:-1)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1344)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at android.os.Handler.dispatchMessage(Handler.java:102)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at android.os.Looper.loop(Looper.java:148)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at android.app.ActivityThread.main(ActivityThread.java:5417)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at java.lang.reflect.Method.invoke!(Native method)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)\r\n[INFO] : art: art/runtime/java_vm_ext.cc:410]\r\n[INFO] : art: art/runtime/runtime.cc:366] Runtime aborting...\r\n[INFO] : art: art/runtime/runtime.cc:366] Aborting thread:\r\n[INFO] : art: art/runtime/runtime.cc:366] \"main\" prio=5 tid=1 Native\r\n[INFO] : art: art/runtime/runtime.cc:366] | group=\"\" sCount=0 dsCount=0 obj=0x750d3258 self=0xb4134500\r\n[INFO] : art: art/runtime/runtime.cc:366] | sysTid=3654 nice=0 cgrp=default sched=0/0 handle=0xb77f8c00\r\n[INFO] : art: art/runtime/runtime.cc:366] | state=R schedstat=( 0 0 0 ) utm=10 stm=15 core=1 HZ=100\r\n[INFO] : art: art/runtime/runtime.cc:366] | stack=0xbf344000-0xbf346000 stackSize=8MB\r\n[INFO] : art: art/runtime/runtime.cc:366] | held mutexes= \"abort lock\"\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #00 pc 0058bd02 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream >&, int, char const*, art::ArtMethod*, void*)+226)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #01 pc 0055194e /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream >&) const+286)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #02 pc 005176de /system/lib/libart.so (art::Runtime::Abort()+1164)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #03 pc 0014d9f3 /system/lib/libart.so (art::LogMessage::~LogMessage()+1343)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #04 pc 003a5252 /system/lib/libart.so (art::JavaVMExt::JniAbort(char const*, char const*)+3842)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #05 pc 003a5eac /system/lib/libart.so (art::JavaVMExt::JniAbortV(char const*, char const*, char*)+116)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #06 pc 00163a10 /system/lib/libart.so (art::ScopedCheck::AbortF(char const*, ...)+62)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #07 pc 0016d9d2 /system/lib/libart.so (art::ScopedCheck::CheckThread(_JNIEnv*)+1890)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #08 pc 0016e4e1 /system/lib/libart.so (art::ScopedCheck::Check(art::ScopedObjectAccess&, bool, char const*, art::JniValueType*) (.constprop.114)+1489)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #09 pc 0018764d /system/lib/libart.so (art::CheckJNI::CallMethodV(char const*, _JNIEnv*, _jobject*, _jclass*, _jmethodID*, char*, art::Primitive::Type, art::InvokeType)+1101)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #10 pc 00188b9b /system/lib/libart.so (art::CheckJNI::CallStaticIntMethodV(_JNIEnv*, _jclass*, _jmethodID*, char*)+92)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #11 pc 00088c0a /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (_JNIEnv::CallStaticIntMethod(_jclass*, _jmethodID*, ...)+42)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #12 pc 00088c7c /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (titanium::ReferenceTable::createReference(_jobject*)+60)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #13 pc 0007f43a /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (titanium::JavaObject::newGlobalRef()+90)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #14 pc 0007f6cc /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (titanium::JavaObject::attach(_jobject*)+76)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #15 pc 00086c6e /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (titanium::Proxy::proxyConstructor(v8::Arguments const&)+366)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #16 pc 0027a24b /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (???)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #17 pc 000d49b8 (???)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #18 pc 98ffffff ???\r\n[INFO] : art: art/runtime/runtime.cc:366] at org.appcelerator.kroll.runtime.v8.V8Runtime.nativeRunModule(Native method)\r\n[INFO] : art: art/runtime/runtime.cc:366] at org.appcelerator.kroll.runtime.v8.V8Runtime.doRunModule(V8Runtime.java:189)\r\n[INFO] : art: art/runtime/runtime.cc:366] at org.appcelerator.kroll.KrollRuntime.runModule(KrollRuntime.java:241)\r\n[INFO] : art: art/runtime/runtime.cc:366] at org.appcelerator.titanium.TiLaunchActivity.loadActivityScript(TiLaunchActivity.java:102)\r\n[INFO] : art: art/runtime/runtime.cc:366] at org.appcelerator.titanium.TiLaunchActivity.windowCreated(TiLaunchActivity.java:150)\r\n[INFO] : art: art/runtime/runtime.cc:366] at org.appcelerator.titanium.TiRootActivity.windowCreated(TiRootActivity.java:107)\r\n[INFO] : art: art/runtime/runtime.cc:366] at org.appcelerator.titanium.TiBaseActivity.onCreate(TiBaseActivity.java:673)\r\n[INFO] : art: art/runtime/runtime.cc:366] at org.appcelerator.titanium.TiLaunchActivity.onCreate(TiLaunchActivity.java:143)\r\n[INFO] : art: art/runtime/runtime.cc:366] at org.appcelerator.titanium.TiRootActivity.onCreate(TiRootActivity.java:96)\r\n[INFO] : art: art/runtime/runtime.cc:366] at android.app.Activity.performCreate(Activity.java:6237)\r\n[INFO] : art: art/runtime/runtime.cc:366] at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1107)\r\n[INFO] : art: art/runtime/runtime.cc:366] at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2369)\r\n[INFO] : art: art/runtime/runtime.cc:366] at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2476)\r\n[INFO] : art: art/runtime/runtime.cc:366] at android.app.ActivityThread.-wrap11(ActivityThread.java:-1)\r\n[INFO] : art: art/runtime/runtime.cc:366] at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1344)\r\n[INFO] : art: art/runtime/runtime.cc:366] at android.os.Handler.dispatchMessage(Handler.java:102)\r\n[INFO] : art: art/runtime/runtime.cc:366] at android.os.Looper.loop(Looper.java:148)\r\n[INFO] : art: art/runtime/runtime.cc:366] at android.app.ActivityThread.main(ActivityThread.java:5417)\r\n[INFO] : art: art/runtime/runtime.cc:366] at java.lang.reflect.Method.invoke!(Native method)\r\n[INFO] : art: art/runtime/runtime.cc:366] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)\r\n[INFO] : art: art/runtime/runtime.cc:366] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)\r\n{color:red}[INFO] : art: art/runtime/runtime.cc:366] Pending exception java.lang.NoSuchMethodError: No direct method (Landroid/content/Context;)V in class Lti/geofence/GeofenceRemover; or its super classes (declaration of 'ti.geofence.GeofenceRemover' appears in /data/app/test.geodemo-1/base.apk)\r\n[INFO] : art: art/runtime/runtime.cc:366] at void ti.geofence.GeofenceModule.() (GeofenceModule.java:92){color}\r\n[INFO] : art: art/runtime/runtime.cc:366] at java.lang.Object java.lang.Class.newInstance!() (Class.java:-2)\r\n[INFO] : art: art/runtime/runtime.cc:366] at org.appcelerator.kroll.KrollProxy org.appcelerator.kroll.KrollProxy.createProxy(java.lang.Class, org.appcelerator.kroll.KrollObject, java.lang.Object[], java.lang.String) (KrollProxy.java:142)\r\n[INFO] : art: art/runtime/runtime.cc:366] at void org.appcelerator.kroll.runtime.v8.V8Runtime.nativeRunModule(java.lang.String, java.lang.String, org.appcelerator.kroll.KrollProxySupport) (V8Runtime.java:-2)\r\n[INFO] : art: art/runtime/runtime.cc:366] at void org.appcelerator.kroll.runtime.v8.V8Runtime.doRunModule(java.lang.String, java.lang.String, org.appcelerator.kroll.KrollProxySupport) (V8Runtime.java:189)\r\n[INFO] : art: art/runtime/runtime.cc:366] at void org.appcelerator.kroll.KrollRuntime.runModule(java.lang.String, java.lang.String, org.appcelerator.kroll.KrollProxySupport) (KrollRuntime.java:241)\r\n[INFO] : art: art/runtime/runtime.cc:366] at void org.appcelerator.titanium.TiLaunchActivity.loadActivityScript() (TiLaunchActivity.java:102)\r\n[INFO] : art: art/runtime/runtime.cc:366] at void org.appcelerator.titanium.TiLaunchActivity.windowCreated(android.os.Bundle) (TiLaunchActivity.java:150)\r\n[INFO] : art: art/runtime/runtime.cc:366] at void org.appcelerator.titanium.TiRootActivity.windowCreated(android.os.Bundle) (TiRootActivity.java:107)\r\n[INFO] : art: art/runtime/runtime.cc:366] at void org.appcelerator.titanium.TiBaseActivity.onCreate(android.os.Bundle) (TiBaseActivity.java:673)\r\n[INFO] : art: art/runtime/runtime.cc:366] at void org.appcelerator.titanium.TiLaunchActivity.onCreate(android.os.Bundle) (TiLaunchActivity.java:143)\r\n[INFO] : art: art/runtime/runtime.cc:366] at void org.appcelerator.titanium.TiRootActivity.onCreate(android.os.Bundle) (TiRootActivity.java:96)\r\n[INFO] : art: art/runtime/runtime.cc:366] at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6237)\r\n[INFO] : art: art/runtime/runtime.cc:366] at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1107)\r\n[INFO] : art: art/runtime/runtime.cc:366] at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2369)\r\n[INFO] : art: art/runtime/runtime.cc:366] at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2476)\r\n[INFO] : art: art/runtime/runtime.cc:366] at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:-1)\r\n[INFO] : art: art/runtime/runtime.cc:366] at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1344)\r\n[INFO] : art: art/runtime/runtime.cc:366] at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:102)\r\n[INFO] : art: art/runtime/runtime.cc:366] at void android.os.Looper.loop() (Looper.java:148)\r\n[INFO] : art: art/runtime/runtime.cc:366] at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:5417)\r\n[INFO] : art: art/runtime/runtime.cc:366] at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[]) (Method.java:-2)\r\n[INFO] : art: art/runtime/runtime.cc:366] at void com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() (ZygoteInit.java:726)\r\n[INFO] : art: art/runtime/runtime.cc:366] at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:616)\r\n[INFO] : art: art/runtime/runtime.cc:366] Dumping all threads without appropriate locks held: thread list lock mutator lock\r\n[INFO] : art: art/runtime/runtime.cc:366] All threads:\r\n[INFO] : art: art/runtime/runtime.cc:366] DALVIK THREADS (11):\r\n[INFO] : art: art/runtime/runtime.cc:366] \"main\" prio=5 tid=1 Runnable\r\n[INFO] : art: art/runtime/runtime.cc:366] | group=\"\" sCount=0 dsCount=0 obj=0x750d3258 self=0xb4134500\r\n[INFO] : art: art/runtime/runtime.cc:366] | sysTid=3654 nice=0 cgrp=default sched=0/0 handle=0xb77f8c00\r\n[INFO] : art: art/runtime/runtime.cc:366] | state=R schedstat=( 0 0 0 ) utm=10 stm=15 core=1 HZ=100\r\n[INFO] : art: art/runtime/runtime.cc:366] | stack=0xbf344000-0xbf346000 stackSize=8MB\r\n[INFO] : art: art/runtime/runtime.cc:366] | held mutexes= \"abort lock\" \"mutator lock\"(shared held)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #00 pc 0058bd02 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream >&, int, char const*, art::ArtMethod*, void*)+226)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #01 pc 0055194e /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream >&) const+286)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #02 pc 0055c25b /system/lib/libart.so (art::DumpCheckpoint::Run(art::Thread*)+923)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #03 pc 0055edfd /system/lib/libart.so (art::ThreadList::RunCheckpoint(art::Closure*)+301)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #04 pc 005600f3 /system/lib/libart.so (art::ThreadList::Dump(std::__1::basic_ostream >&)+243)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #05 pc 00517548 /system/lib/libart.so (art::Runtime::Abort()+758)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #06 pc 0014d9f3 /system/lib/libart.so (art::LogMessage::~LogMessage()+1343)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #07 pc 003a5252 /system/lib/libart.so (art::JavaVMExt::JniAbort(char const*, char const*)+3842)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #08 pc 003a5eac /system/lib/libart.so (art::JavaVMExt::JniAbortV(char const*, char const*, char*)+116)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #09 pc 00163a10 /system/lib/libart.so (art::ScopedCheck::AbortF(char const*, ...)+62)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #10 pc 0016d9d2 /system/lib/libart.so (art::ScopedCheck::CheckThread(_JNIEnv*)+1890)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #11 pc 0016e4e1 /system/lib/libart.so (art::ScopedCheck::Check(art::ScopedObjectAccess&, bool, char const*, art::JniValueType*) (.constprop.114)+1489)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #12 pc 0018764d /system/lib/libart.so (art::CheckJNI::CallMethodV(char const*, _JNIEnv*, _jobject*, _jclass*, _jmethodID*, char*, art::Primitive::Type, art::InvokeType)+1101)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #13 pc 00188b9b /system/lib/libart.so (art::CheckJNI::CallStaticIntMethodV(_JNIEnv*, _jclass*, _jmethodID*, char*)+92)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #14 pc 00088c0a /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (_JNIEnv::CallStaticIntMethod(_jclass*, _jmethodID*, ...)+42)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #15 pc 00088c7c /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (titanium::ReferenceTable::createReference(_jobject*)+60)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #16 pc 0007f43a /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (titanium::JavaObject::newGlobalRef()+90)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #17 pc 0007f6cc /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (titanium::JavaObject::attach(_jobject*)+76)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #18 pc 00086c6e /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (titanium::Proxy::proxyConstructor(v8::Arguments const&)+366)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #19 pc 0027a24b /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (???)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #20 pc 000d49b8 (???)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #21 pc 98ffffff ???\r\n[INFO] : art: art/runtime/runtime.cc:366] at org.appcelerator.kroll.runtime.v8.V8Runtime.nativeRunModule(Native method)\r\n[INFO] : art: art/runtime/runtime.cc:366] at org.appcelerator.kroll.runtime.v8.V8Runtime.doRunModule(V8Runtime.java:189)\r\n[INFO] : art: art/runtime/runtime.cc:366] at org.appcelerator.kroll.KrollRuntime.runModule(KrollRuntime.java:241)\r\n[INFO] : art: art/runtime/runtime.cc:366] at org.appcelerator.titanium.TiLaunchActivity.loadActivityScript(TiLaunchActivity.java:102)\r\n[INFO] : art: art/runtime/runtime.cc:366] at org.appcelerator.titanium.TiLaunchActivity.windowCreated(TiLaunchActivity.java:150)\r\n[INFO] : art: art/runtime/runtime.cc:366] at org.appcelerator.titanium.TiRootActivity.windowCreated(TiRootActivity.java:107)\r\n[INFO] : art: art/runtime/runtime.cc:366] at org.appcelerator.titanium.TiBaseActivity.onCreate(TiBaseActivity.java:673)\r\n[INFO] : art: art/runtime/runtime.cc:366] at org.appcelerator.titanium.TiLaunchActivity.onCreate(TiLaunchActivity.java:143)\r\n[INFO] : art: art/runtime/runtime.cc:366] at org.appcelerator.titanium.TiRootActivity.onCreate(TiRootActivity.java:96)\r\n[INFO] : art: art/runtime/runtime.cc:366] at android.app.Activity.performCreate(Activity.java:6237)\r\n[INFO] : art: art/runtime/runtime.cc:366] at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1107)\r\n[INFO] : art: art/runtime/runtime.cc:366] at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2369)\r\n[INFO] : art: art/runtime/runtime.cc:366] at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2476)\r\n[INFO] : art: art/runtime/runtime.cc:366] at android.app.ActivityThread.-wrap11(ActivityThread.java:-1)\r\n[INFO] : art: art/runtime/runtime.cc:366] at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1344)\r\n[INFO] : art: art/runtime/runtime.cc:366] at android.os.Handler.dispatchMessage(Handler.java:102)\r\n[INFO] : art: art/runtime/runtime.cc:366] at android.os.Looper.loop(Looper.java:148)\r\n[INFO] : art: art/runtime/runtime.cc:366] at android.app.ActivityThread.main(ActivityThread.java:5417)\r\n[INFO] : art: art/runtime/runtime.cc:366] at java.lang.reflect.Method.invoke!(Native method)\r\n[INFO] : art: art/runtime/runtime.cc:366] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)\r\n[INFO] : art: art/runtime/runtime.cc:366] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)\r\n[INFO] : art: art/runtime/runtime.cc:366]\r\n[INFO] : art: art/runtime/runtime.cc:366] \"Signal Catcher\" prio=5 tid=2 WaitingInMainSignalCatcherLoop\r\n[INFO] : art: art/runtime/runtime.cc:366] | group=\"\" sCount=1 dsCount=0 obj=0x12ca10a0 self=0xaec82000\r\n[INFO] : art: art/runtime/runtime.cc:366] | sysTid=3659 nice=0 cgrp=default sched=0/0 handle=0xb3511930\r\n[INFO] : art: art/runtime/runtime.cc:366] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100\r\n[INFO] : art: art/runtime/runtime.cc:366] | stack=0xb3415000-0xb3417000 stackSize=1014KB\r\n[INFO] : art: art/runtime/runtime.cc:366] | held mutexes=\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: do_sigtimedwait+0xd7/0x19f\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: SyS_rt_sigtimedwait+0x6d/0x9c\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: syscall_call+0x7/0xb\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #00 pc 000833bb /system/lib/libc.so (__rt_sigtimedwait+27)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #01 pc 00027fcc /system/lib/libc.so (sigwait+69)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #02 pc 00522bd6 /system/lib/libart.so (art::SignalCatcher::WaitForSignal(art::Thread*, art::SignalSet&)+118)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #03 pc 005263ce /system/lib/libart.so (art::SignalCatcher::Run(void*)+302)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #04 pc 00080a93 /system/lib/libc.so (__pthread_start(void*)+56)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #05 pc 00021952 /system/lib/libc.so (__start_thread+25)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #06 pc 000170b6 /system/lib/libc.so (__bionic_clone+70)\r\n[INFO] : art: art/runtime/runtime.cc:366] (no managed stack frames)\r\n[INFO] : art: art/runtime/runtime.cc:366]\r\n[INFO] : art: art/runtime/runtime.cc:366] \"JDWP\" prio=5 tid=3 WaitingInMainDebuggerLoop\r\n[INFO] : art: art/runtime/runtime.cc:366] | group=\"\" sCount=1 dsCount=0 obj=0x12ca40a0 self=0xacc6fd00\r\n[INFO] : art: art/runtime/runtime.cc:366] | sysTid=3660 nice=0 cgrp=default sched=0/0 handle=0xb340d930\r\n[INFO] : art: art/runtime/runtime.cc:366] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100\r\n[INFO] : art: art/runtime/runtime.cc:366] | stack=0xb3311000-0xb3313000 stackSize=1014KB\r\n[INFO] : art: art/runtime/runtime.cc:366] | held mutexes=\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: unix_stream_recvmsg+0x22d/0x600\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: sock_recvmsg+0x85/0x9e\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: ___sys_recvmsg+0xec/0x17c\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: __sys_recvmsg+0x2b/0x49\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: SyS_recvmsg+0x11/0x13\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: SyS_socketcall+0x192/0x1db\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: syscall_call+0x7/0xb\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #00 pc 00084d01 /system/lib/libc.so (recvmsg+17)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #01 pc 0066e27f /system/lib/libart.so (art::JDWP::JdwpAdbState::Accept()+267)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #02 pc 003be9fa /system/lib/libart.so (art::JDWP::JdwpState::Run()+282)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #03 pc 003c08b1 /system/lib/libart.so (art::JDWP::StartJdwpThread(void*)+32)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #04 pc 00080a93 /system/lib/libc.so (__pthread_start(void*)+56)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #05 pc 00021952 /system/lib/libc.so (__start_thread+25)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #06 pc 000170b6 /system/lib/libc.so (__bionic_clone+70)\r\n[INFO] : art: art/runtime/runtime.cc:366] (no managed stack frames)\r\n[INFO] : art: art/runtime/runtime.cc:366]\r\n[INFO] : art: art/runtime/runtime.cc:366] \"HeapTaskDaemon\" prio=5 tid=4 Blocked\r\n[INFO] : art: art/runtime/runtime.cc:366] | group=\"\" sCount=1 dsCount=0 obj=0x12ca05e0 self=0xacc77500\r\n[INFO] : art: art/runtime/runtime.cc:366] | sysTid=3664 nice=0 cgrp=default sched=0/0 handle=0xaac3f930\r\n[INFO] : art: art/runtime/runtime.cc:366] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100\r\n[INFO] : art: art/runtime/runtime.cc:366] | stack=0xaab3d000-0xaab3f000 stackSize=1038KB\r\n[INFO] : art: art/runtime/runtime.cc:366] | held mutexes=\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: futex_wait_queue_me+0xcd/0x113\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: futex_wait+0xc5/0x197\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: do_futex+0x9b/0x742\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: SyS_futex+0xaf/0xf6\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: syscall_call+0x7/0xb\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #00 pc 000171e2 /system/lib/libc.so (syscall+34)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #01 pc 00155f21 /system/lib/libart.so (art::ConditionVariable::TimedWait(art::Thread*, long long, int)+849)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #02 pc 002da812 /system/lib/libart.so (art::gc::TaskProcessor::GetTask(art::Thread*)+1170)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #03 pc 002daf35 /system/lib/libart.so (art::gc::TaskProcessor::RunAllTasks(art::Thread*)+37)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #04 pc 0045f34c /system/lib/libart.so (art::VMRuntime_runHeapTasks(_JNIEnv*, _jobject*)+53)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #05 pc 00000494 /data/dalvik-cache/x86/system@framework@boot.oat (Java_dalvik_system_VMRuntime_runHeapTasks__+104)\r\n[INFO] : art: art/runtime/runtime.cc:366] at dalvik.system.VMRuntime.runHeapTasks(Native method)\r\n[INFO] : art: art/runtime/runtime.cc:366] - waiting to lock an unknown object\r\n[INFO] : art: art/runtime/runtime.cc:366] at java.lang.Daemons$HeapTaskDaemon.run(Daemons.java:355)\r\n[INFO] : art: art/runtime/runtime.cc:366] at java.lang.Thread.run(Thread.java:818)\r\n[INFO] : art: art/runtime/runtime.cc:366]\r\n[INFO] : art: art/runtime/runtime.cc:366] \"Binder_1\" prio=5 tid=5 Native\r\n[INFO] : art: art/runtime/runtime.cc:366] | group=\"\" sCount=1 dsCount=0 obj=0x12cdc0a0 self=0xacc77a00\r\n[INFO] : art: art/runtime/runtime.cc:366] | sysTid=3665 nice=0 cgrp=default sched=0/0 handle=0xaa8bf930\r\n[INFO] : art: art/runtime/runtime.cc:366] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100\r\n[INFO] : art: art/runtime/runtime.cc:366] | stack=0xaa7c3000-0xaa7c5000 stackSize=1014KB\r\n[INFO] : art: art/runtime/runtime.cc:366] | held mutexes=\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: binder_thread_read+0xa4a/0xbf3\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: binder_ioctl+0xce0/0x1114\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: do_vfs_ioctl+0x36b/0x418\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: SyS_ioctl+0x4a/0x6a\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: syscall_call+0x7/0xb\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #00 pc 00084424 /system/lib/libc.so (__ioctl+20)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #01 pc 00094f7a /system/lib/libc.so (ioctl+42)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #02 pc 000267ab /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+187)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #03 pc 000270e7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+37)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #04 pc 00027227 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+151)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #05 pc 0003004a /system/lib/libbinder.so (android::PoolThread::threadLoop()+40)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #06 pc 00014aac /system/lib/libutils.so (android::Thread::_threadLoop(void*)+418)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #07 pc 0006bfee /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+98)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #08 pc 000141cf /system/lib/libutils.so (thread_data_t::trampoline(thread_data_t const*)+122)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #09 pc 00080a93 /system/lib/libc.so (__pthread_start(void*)+56)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #10 pc 00021952 /system/lib/libc.so (__start_thread+25)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #11 pc 000170b6 /system/lib/libc.so (__bionic_clone+70)\r\n[INFO] : art: art/runtime/runtime.cc:366] (no managed stack frames)\r\n[INFO] : art: art/runtime/runtime.cc:366]\r\n[INFO] : art: art/runtime/runtime.cc:366] \"FinalizerWatchdogDaemon\" prio=5 tid=6 Waiting\r\n[INFO] : art: art/runtime/runtime.cc:366] | group=\"\" sCount=1 dsCount=0 obj=0x12ca0580 self=0xacc77000\r\n[INFO] : art: art/runtime/runtime.cc:366] | sysTid=3663 nice=0 cgrp=default sched=0/0 handle=0xb30f9930\r\n[INFO] : art: art/runtime/runtime.cc:366] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100\r\n[INFO] : art: art/runtime/runtime.cc:366] | stack=0xb2ff7000-0xb2ff9000 stackSize=1038KB\r\n[INFO] : art: art/runtime/runtime.cc:366] | held mutexes=\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: futex_wait_queue_me+0xcd/0x113\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: futex_wait+0xc5/0x197\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: do_futex+0x9b/0x742\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: SyS_futex+0xaf/0xf6\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: syscall_call+0x7/0xb\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #00 pc 000171e0 /system/lib/libc.so (syscall+32)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #01 pc 00155034 /system/lib/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+772)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #02 pc 0044f511 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+1777)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #03 pc 00453195 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long long, int, bool, art::ThreadState)+197)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #04 pc 00470aa9 /system/lib/libart.so (art::Object_wait(_JNIEnv*, _jobject*)+90)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #05 pc 00000494 /data/dalvik-cache/x86/system@framework@boot.oat (Java_java_lang_Object_wait__+104)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #06 pc 4aec9417 ???\r\n[INFO] : art: art/runtime/runtime.cc:366] at java.lang.Object.wait!(Native method)\r\n[INFO] : art: art/runtime/runtime.cc:366] - waiting on <0x035a5fa6> (a java.lang.Daemons$FinalizerWatchdogDaemon)\r\n[INFO] : art: art/runtime/runtime.cc:366] at java.lang.Daemons$FinalizerWatchdogDaemon.waitForObject(Daemons.java:255)\r\n[INFO] : art: art/runtime/runtime.cc:366] - locked <0x035a5fa6> (a java.lang.Daemons$FinalizerWatchdogDaemon)\r\n[INFO] : art: art/runtime/runtime.cc:366] at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:227)\r\n[INFO] : art: art/runtime/runtime.cc:366] at java.lang.Thread.run(Thread.java:818)\r\n[INFO] : art: art/runtime/runtime.cc:366]\r\n[INFO] : art: art/runtime/runtime.cc:366] \"FinalizerDaemon\" prio=5 tid=7 Waiting\r\n[INFO] : art: art/runtime/runtime.cc:366] | group=\"\" sCount=1 dsCount=0 obj=0x12ca0520 self=0xacc71b00\r\n[INFO] : art: art/runtime/runtime.cc:366] | sysTid=3662 nice=0 cgrp=default sched=0/0 handle=0xb3200930\r\n[INFO] : art: art/runtime/runtime.cc:366] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100\r\n[INFO] : art: art/runtime/runtime.cc:366] | stack=0xb30fe000-0xb3100000 stackSize=1038KB\r\n[INFO] : art: art/runtime/runtime.cc:366] | held mutexes=\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: futex_wait_queue_me+0xcd/0x113\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: futex_wait+0xc5/0x197\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: do_futex+0x9b/0x742\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: SyS_futex+0xaf/0xf6\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: syscall_call+0x7/0xb\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #00 pc 000171e0 /system/lib/libc.so (syscall+32)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #01 pc 00155034 /system/lib/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+772)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #02 pc 0044f511 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+1777)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #03 pc 00453195 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long long, int, bool, art::ThreadState)+197)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #04 pc 00470b0c /system/lib/libart.so (art::Object_waitJI(_JNIEnv*, _jobject*, long long, int)+92)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #05 pc 00000704 /data/dalvik-cache/x86/system@framework@boot.oat (Java_java_lang_Object_wait__JI+136)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #06 pc 4b4119d7 ???\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #07 pc 4aec93ff ???\r\n[INFO] : art: art/runtime/runtime.cc:366] at java.lang.Object.wait!(Native method)\r\n[INFO] : art: art/runtime/runtime.cc:366] - waiting on <0x07037de7> (a java.lang.ref.ReferenceQueue)\r\n[INFO] : art: art/runtime/runtime.cc:366] at java.lang.Object.wait(Object.java:423)\r\n[INFO] : art: art/runtime/runtime.cc:366] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:101)\r\n[INFO] : art: art/runtime/runtime.cc:366] - locked <0x07037de7> (a java.lang.ref.ReferenceQueue)\r\n[INFO] : art: art/runtime/runtime.cc:366] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:72)\r\n[INFO] : art: art/runtime/runtime.cc:366] at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:185)\r\n[INFO] : art: art/runtime/runtime.cc:366] at java.lang.Thread.run(Thread.java:818)\r\n[INFO] : art: art/runtime/runtime.cc:366]\r\n[INFO] : art: art/runtime/runtime.cc:366] \"ReferenceQueueDaemon\" prio=5 tid=8 Waiting\r\n[INFO] : art: art/runtime/runtime.cc:366] | group=\"\" sCount=1 dsCount=0 obj=0x12ca04c0 self=0xacc71600\r\n[INFO] : art: art/runtime/runtime.cc:366] | sysTid=3661 nice=0 cgrp=default sched=0/0 handle=0xb3307930\r\n[INFO] : art: art/runtime/runtime.cc:366] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100\r\n[INFO] : art: art/runtime/runtime.cc:366] | stack=0xb3205000-0xb3207000 stackSize=1038KB\r\n[INFO] : art: art/runtime/runtime.cc:366] | held mutexes=\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: futex_wait_queue_me+0xcd/0x113\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: futex_wait+0xc5/0x197\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: do_futex+0x9b/0x742\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: SyS_futex+0xaf/0xf6\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: syscall_call+0x7/0xb\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #00 pc 000171e0 /system/lib/libc.so (syscall+32)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #01 pc 00155034 /system/lib/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+772)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #02 pc 0044f511 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+1777)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #03 pc 00453195 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long long, int, bool, art::ThreadState)+197)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #04 pc 00470aa9 /system/lib/libart.so (art::Object_wait(_JNIEnv*, _jobject*)+90)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #05 pc 00000494 /data/dalvik-cache/x86/system@framework@boot.oat (Java_java_lang_Object_wait__+104)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #06 pc 8b018b33 ???\r\n[INFO] : art: art/runtime/runtime.cc:366] at java.lang.Object.wait!(Native method)\r\n[INFO] : art: art/runtime/runtime.cc:366] - waiting on <0x04832d94> (a java.lang.Class)\r\n[INFO] : art: art/runtime/runtime.cc:366] at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:147)\r\n[INFO] : art: art/runtime/runtime.cc:366] - locked <0x04832d94> (a java.lang.Class)\r\n[INFO] : art: art/runtime/runtime.cc:366] at java.lang.Thread.run(Thread.java:818)\r\n[INFO] : art: art/runtime/runtime.cc:366]\r\n[INFO] : art: art/runtime/runtime.cc:366] \"Binder_2\" prio=5 tid=9 Native\r\n[INFO] : art: art/runtime/runtime.cc:366] | group=\"\" sCount=1 dsCount=0 obj=0x12cdf0a0 self=0xacc79800\r\n[INFO] : art: art/runtime/runtime.cc:366] | sysTid=3666 nice=0 cgrp=default sched=0/0 handle=0xa2dfd930\r\n[INFO] : art: art/runtime/runtime.cc:366] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100\r\n[INFO] : art: art/runtime/runtime.cc:366] | stack=0xa2d01000-0xa2d03000 stackSize=1014KB\r\n[INFO] : art: art/runtime/runtime.cc:366] | held mutexes=\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: binder_thread_read+0xa4a/0xbf3\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: binder_ioctl+0xce0/0x1114\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: do_vfs_ioctl+0x36b/0x418\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: SyS_ioctl+0x4a/0x6a\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: syscall_call+0x7/0xb\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #00 pc 00084424 /system/lib/libc.so (__ioctl+20)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #01 pc 00094f7a /system/lib/libc.so (ioctl+42)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #02 pc 000267ab /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+187)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #03 pc 000270e7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+37)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #04 pc 000271e1 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+81)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #05 pc 0003004a /system/lib/libbinder.so (android::PoolThread::threadLoop()+40)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #06 pc 00014aac /system/lib/libutils.so (android::Thread::_threadLoop(void*)+418)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #07 pc 0006bfee /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+98)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #08 pc 000141cf /system/lib/libutils.so (thread_data_t::trampoline(thread_data_t const*)+122)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #09 pc 00080a93 /system/lib/libc.so (__pthread_start(void*)+56)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #10 pc 00021952 /system/lib/libc.so (__start_thread+25)\r\n[INFO] : art: art/runtime/runtime.cc:366] native: #11 pc 000170b6 /system/lib/libc.so (__bionic_clone+70)\r\n[INFO] : art: art/runtime/runtime.cc:366] (no managed stack frames)\r\n[INFO] : art: art/runtime/runtime.cc:366]\r\n[INFO] : art: art/runtime/runtime.cc:366] \"pool-1-thread-1\" prio=5 tid=10 TimedWaiting\r\n[INFO] : art: art/runtime/runtime.cc:366] | group=\"\" sCount=1 dsCount=0 obj=0x12d81640 self=0xacc7ac00\r\n[INFO] : art: art/runtime/runtime.cc:366] | sysTid=3671 nice=0 cgrp=default sched=0/0 handle=0xa16ff930\r\n[INFO] : art: art/runtime/runtime.cc:366] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100\r\n[INFO] : art: art/runtime/runtime.cc:366] | stack=0xa15fd000-0xa15ff000 stackSize=1038KB\r\n[INFO] : art: art/runtime/runtime.cc:366] | held mutexes=\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: futex_wait_queue_me+0xcd/0x113\r\n[INFO] : art: art/runtime/runtime.cc:366] kernel: futex_wait+0xc5/0x197\r\n{code}", "attachment": [], "flagged": false, "summary": "Android: Adding Geofence Module crashes application", "creator": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "subtasks": [], "reporter": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "environment": "Appcelerator Studio, build: 4.7.1.201609100950\r\n(c) Copyright 2012-2014 by Appcelerator, Inc. All rights reserved.\r\n\r\nBuild: jenkins-appcelerator-rcp-master-358 (origin/master)\r\nDate: 10 September 2016, 09:51:58\r\n\r\nOperating System\r\n Name = Microsoft Windows 10 Pro\r\n Version = 10.0.14393\r\n Architecture = 32bit\r\n # CPUs = 8\r\n Memory = 17080377344\r\nNode.js\r\n Node.js Version = 4.5.0\r\n npm Version = 2.15.9\r\nTitanium CLI\r\n CLI Version = 5.0.9\r\nTitanium SDK\r\n SDK Version = 5.5.1.GA\r\n SDK Path = C:\\ProgramData\\Titanium\\mobilesdk\\win32\\5.5.1.GA\r\n Target Platform = android", "closedSprints": [ { "id": 758, "state": "closed", "name": "2016 Sprint 24 SDK", "startDate": "2016-11-19T01:32:06.991Z", "endDate": "2016-12-03T01:32:00.000Z", "completeDate": "2016-12-05T01:53:38.311Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "400052", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "Which version of Ti.Geofence are you using? You might use 2.0.x which only works with Titanium 6 and later (due to recompiling against the latest V8 version). Please try 1.x (e.g. 1.1.5) instead if thats the case. Thx!", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-10-28T21:01:26.000+0000", "updated": "2016-10-28T21:01:26.000+0000" }, { "id": "400105", "author": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "body": "Hans,\r\n\r\nSteps Taken:\r\n\r\n# Set Ti.Geofence to use explicitly only version 1.1.5\r\n# Created a new Android emulator using Android 5.1.1 API 22 (since geofence 1.1.5 says it only works with android versions < 6.0.0)\r\n# Saved and tried to run program on the emulator\r\n# Application crashes\r\n\r\nConsole Output: (suspect lines in red)\r\n\r\n[INFO] : TiApplication: (main) [0,0] checkpoint, app created.\r\n[INFO] : TiApplication: (main) [59,59] Titanium 5.5.1 (2016/09/27 05:39 b18727f)\r\n[INFO] : DatabaseHelper: No value in database for platform key: 'unique_machine_id' returning supplied default ''\r\n[INFO] : DatabaseHelper: No value in database for platform key: 'hardware_machine_id' returning supplied default ''\r\n[WARN] : V8Object: (main) [2189,2248] Runtime disposed, cannot set property 'userAgent'\r\n[INFO] : TiApplication: (main) [41,2289] Titanium Javascript runtime: v8\r\n[INFO] : TiRootActivity: (main) [0,0] checkpoint, on root activity create, savedInstanceState: null\r\n{color:red}[INFO] : art: art/runtime/check_jni.cc:65] JNI DETECTED ERROR IN APPLICATION: JNI CallStaticIntMethodV called with pending exception 'java.lang.NoSuchMethodError' thrown in unknown throw location\r\n[INFO] : art: art/runtime/check_jni.cc:65] in call to CallStaticIntMethodV{color}\r\n[INFO] : art: art/runtime/check_jni.cc:65] from void org.appcelerator.kroll.runtime.v8.V8Runtime.nativeRunModule(java.lang.String, java.lang.String, org.appcelerator.kroll.KrollProxySupport)\r\n[INFO] : art: art/runtime/check_jni.cc:65] \"main\" prio=5 tid=1 Runnable\r\n[INFO] : art: art/runtime/check_jni.cc:65] | group=\"main\" sCount=0 dsCount=0 obj=0x73571000 self=0xb4025800\r\n[INFO] : art: art/runtime/check_jni.cc:65] | sysTid=3144 nice=0 cgrp=default sched=0/0 handle=0xb77e2ea0\r\n[INFO] : art: art/runtime/check_jni.cc:65] | state=R schedstat=( 0 0 0 ) utm=5 stm=16 core=0 HZ=100\r\n[INFO] : art: art/runtime/check_jni.cc:65] | stack=0xbf7b3000-0xbf7b5000 stackSize=8MB\r\n[INFO] : art: art/runtime/check_jni.cc:65] | held mutexes= \"mutator lock\"(shared held)\r\n[INFO] : art: art/runtime/check_jni.cc:65] native: #00 pc 00005d03 /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+83)\r\n[INFO] : art: art/runtime/check_jni.cc:65] native: #01 pc 00003051 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+33)\r\n[INFO] : art: art/runtime/check_jni.cc:65] native: #02 pc 003c9e67 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream >&, int, char const*, art::mirror::ArtMethod*)+135)\r\n[INFO] : art: art/runtime/check_jni.cc:65] native: #03 pc 00393222 /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream >&) const+306)\r\n[INFO] : art: art/runtime/check_jni.cc:65] native: #04 pc 001029bb /system/lib/libart.so (art::JniAbort(char const*, char const*)+1019)\r\n[INFO] : art: art/runtime/check_jni.cc:65] native: #05 pc 0010359c /system/lib/libart.so (art::JniAbortF(char const*, char const*, ...)+108)\r\n[INFO] : art: art/runtime/check_jni.cc:65] native: #06 pc 00109663 /system/lib/libart.so (art::ScopedCheck::CheckThread(int)+2867)\r\n[INFO] : art: art/runtime/check_jni.cc:65] native: #07 pc 00109e42 /system/lib/libart.so (art::ScopedCheck::ScopedCheck(_JNIEnv*, int, char const*)+322)\r\n[INFO] : art: art/runtime/check_jni.cc:65] native: #08 pc 00110e3b /system/lib/libart.so (art::CheckJNI::CallStaticIntMethodV(_JNIEnv*, _jclass*, _jmethodID*, char*)+59)\r\n[INFO] : art: art/runtime/check_jni.cc:65] native: #09 pc 00088c0a /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (_JNIEnv::CallStaticIntMethod(_jclass*, _jmethodID*, ...)+42)\r\n[INFO] : art: art/runtime/check_jni.cc:65] native: #10 pc 00088c7c /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (titanium::ReferenceTable::createReference(_jobject*)+60)\r\n[INFO] : art: art/runtime/check_jni.cc:65] native: #11 pc 0007f43a /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (titanium::JavaObject::newGlobalRef()+90)\r\n[INFO] : art: art/runtime/check_jni.cc:65] native: #12 pc 0007f6cc /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (titanium::JavaObject::attach(_jobject*)+76)\r\n[INFO] : art: art/runtime/check_jni.cc:65] native: #13 pc 00086c6e /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (titanium::Proxy::proxyConstructor(v8::Arguments const&)+366)\r\n[INFO] : art: art/runtime/check_jni.cc:65] native: #14 pc 0027a24b /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (???)\r\n[INFO] : art: art/runtime/check_jni.cc:65] native: #15 pc 000d49b8 (???)\r\n[INFO] : art: art/runtime/check_jni.cc:65] native: #16 pc 98ffffff ???\r\n[INFO] : art: art/runtime/check_jni.cc:65] at org.appcelerator.kroll.runtime.v8.V8Runtime.nativeRunModule(Native method)\r\n[INFO] : art: art/runtime/check_jni.cc:65] at org.appcelerator.kroll.runtime.v8.V8Runtime.doRunModule(V8Runtime.java:189)\r\n[INFO] : art: art/runtime/check_jni.cc:65] at org.appcelerator.kroll.KrollRuntime.runModule(KrollRuntime.java:241)\r\n[INFO] : art: art/runtime/check_jni.cc:65] at org.appcelerator.titanium.TiLaunchActivity.loadActivityScript(TiLaunchActivity.java:102)\r\n[INFO] : art: art/runtime/check_jni.cc:65] at org.appcelerator.titanium.TiLaunchActivity.windowCreated(TiLaunchActivity.java:150)\r\n[INFO] : art: art/runtime/check_jni.cc:65] at org.appcelerator.titanium.TiRootActivity.windowCreated(TiRootActivity.java:107)\r\n[INFO] : art: art/runtime/check_jni.cc:65] at org.appcelerator.titanium.TiBaseActivity.onCreate(TiBaseActivity.java:673)\r\n[INFO] : art: art/runtime/check_jni.cc:65] at org.appcelerator.titanium.TiLaunchActivity.onCreate(TiLaunchActivity.java:143)\r\n[INFO] : art: art/runtime/check_jni.cc:65] at org.appcelerator.titanium.TiRootActivity.onCreate(TiRootActivity.java:96)\r\n[INFO] : art: art/runtime/check_jni.cc:65] at android.app.Activity.performCreate(Activity.java:5990)\r\n[INFO] : art: art/runtime/check_jni.cc:65] at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1106)\r\n[INFO] : art: art/runtime/check_jni.cc:65] at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2278)\r\n[INFO] : art: art/runtime/check_jni.cc:65] at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2387)\r\n[INFO] : art: art/runtime/check_jni.cc:65] at android.app.ActivityThread.access$800(ActivityThread.java:151)\r\n[INFO] : art: art/runtime/check_jni.cc:65] at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1303)\r\n[INFO] : art: art/runtime/check_jni.cc:65] at android.os.Handler.dispatchMessage(Handler.java:102)\r\n[INFO] : art: art/runtime/check_jni.cc:65] at android.os.Looper.loop(Looper.java:135)\r\n[INFO] : art: art/runtime/check_jni.cc:65] at android.app.ActivityThread.main(ActivityThread.java:5254)\r\n[INFO] : art: art/runtime/check_jni.cc:65] at java.lang.reflect.Method.invoke!(Native method)\r\n[INFO] : art: art/runtime/check_jni.cc:65] at java.lang.reflect.Method.invoke(Method.java:372)\r\n[INFO] : art: art/runtime/check_jni.cc:65] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)\r\n[INFO] : art: art/runtime/check_jni.cc:65] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)\r\n[INFO] : art: art/runtime/check_jni.cc:65]\r\n[INFO] : art: art/runtime/runtime.cc:289] Runtime aborting...\r\n[INFO] : art: art/runtime/runtime.cc:289] Aborting thread:\r\n[INFO] : art: art/runtime/runtime.cc:289] \"main\" prio=5 tid=1 Native\r\n[INFO] : art: art/runtime/runtime.cc:289] | group=\"\" sCount=0 dsCount=0 obj=0x73571000 self=0xb4025800\r\n[INFO] : art: art/runtime/runtime.cc:289] | sysTid=3144 nice=0 cgrp=default sched=0/0 handle=0xb77e2ea0\r\n[INFO] : art: art/runtime/runtime.cc:289] | state=R schedstat=( 0 0 0 ) utm=5 stm=16 core=0 HZ=100\r\n[INFO] : art: art/runtime/runtime.cc:289] | stack=0xbf7b3000-0xbf7b5000 stackSize=8MB\r\n[INFO] : art: art/runtime/runtime.cc:289] | held mutexes= \"abort lock\" \"mutator lock\"(shared held)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #00 pc 00005d03 /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+83)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #01 pc 00003051 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+33)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #02 pc 003c9e67 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream >&, int, char const*, art::mirror::ArtMethod*)+135)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #03 pc 00393222 /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream >&) const+306)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #04 pc 00377abf /system/lib/libart.so (art::AbortState::Dump(std::__1::basic_ostream >&)+1023)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #05 pc 00377ead /system/lib/libart.so (art::Runtime::Abort()+125)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #06 pc 000ec704 /system/lib/libart.so (art::LogMessage::~LogMessage()+1876)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #07 pc 00102c53 /system/lib/libart.so (art::JniAbort(char const*, char const*)+1683)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #08 pc 0010359c /system/lib/libart.so (art::JniAbortF(char const*, char const*, ...)+108)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #09 pc 00109663 /system/lib/libart.so (art::ScopedCheck::CheckThread(int)+2867)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #10 pc 00109e42 /system/lib/libart.so (art::ScopedCheck::ScopedCheck(_JNIEnv*, int, char const*)+322)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #11 pc 00110e3b /system/lib/libart.so (art::CheckJNI::CallStaticIntMethodV(_JNIEnv*, _jclass*, _jmethodID*, char*)+59)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #12 pc 00088c0a /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (_JNIEnv::CallStaticIntMethod(_jclass*, _jmethodID*, ...)+42)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #13 pc 00088c7c /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (titanium::ReferenceTable::createReference(_jobject*)+60)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #14 pc 0007f43a /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (titanium::JavaObject::newGlobalRef()+90)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #15 pc 0007f6cc /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (titanium::JavaObject::attach(_jobject*)+76)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #16 pc 00086c6e /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (titanium::Proxy::proxyConstructor(v8::Arguments const&)+366)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #17 pc 0027a24b /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (???)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #18 pc 000d49b8 (???)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #19 pc 98ffffff ???\r\n[INFO] : art: art/runtime/runtime.cc:289] at org.appcelerator.kroll.runtime.v8.V8Runtime.nativeRunModule(Native method)\r\n[INFO] : art: art/runtime/runtime.cc:289] at org.appcelerator.kroll.runtime.v8.V8Runtime.doRunModule(V8Runtime.java:189)\r\n[INFO] : art: art/runtime/runtime.cc:289] at org.appcelerator.kroll.KrollRuntime.runModule(KrollRuntime.java:241)\r\n[INFO] : art: art/runtime/runtime.cc:289] at org.appcelerator.titanium.TiLaunchActivity.loadActivityScript(TiLaunchActivity.java:102)\r\n[INFO] : art: art/runtime/runtime.cc:289] at org.appcelerator.titanium.TiLaunchActivity.windowCreated(TiLaunchActivity.java:150)\r\n[INFO] : art: art/runtime/runtime.cc:289] at org.appcelerator.titanium.TiRootActivity.windowCreated(TiRootActivity.java:107)\r\n[INFO] : art: art/runtime/runtime.cc:289] at org.appcelerator.titanium.TiBaseActivity.onCreate(TiBaseActivity.java:673)\r\n[INFO] : art: art/runtime/runtime.cc:289] at org.appcelerator.titanium.TiLaunchActivity.onCreate(TiLaunchActivity.java:143)\r\n[INFO] : art: art/runtime/runtime.cc:289] at org.appcelerator.titanium.TiRootActivity.onCreate(TiRootActivity.java:96)\r\n[INFO] : art: art/runtime/runtime.cc:289] at android.app.Activity.performCreate(Activity.java:5990)\r\n[INFO] : art: art/runtime/runtime.cc:289] at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1106)\r\n[INFO] : art: art/runtime/runtime.cc:289] at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2278)\r\n[INFO] : art: art/runtime/runtime.cc:289] at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2387)\r\n[INFO] : art: art/runtime/runtime.cc:289] at android.app.ActivityThread.access$800(ActivityThread.java:151)\r\n[INFO] : art: art/runtime/runtime.cc:289] at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1303)\r\n[INFO] : art: art/runtime/runtime.cc:289] at android.os.Handler.dispatchMessage(Handler.java:102)\r\n[INFO] : art: art/runtime/runtime.cc:289] at android.os.Looper.loop(Looper.java:135)\r\n[INFO] : art: art/runtime/runtime.cc:289] at android.app.ActivityThread.main(ActivityThread.java:5254)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.reflect.Method.invoke!(Native method)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.reflect.Method.invoke(Method.java:372)\r\n[INFO] : art: art/runtime/runtime.cc:289] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)\r\n[INFO] : art: art/runtime/runtime.cc:289] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)\r\n{color:red}[INFO] : art: art/runtime/runtime.cc:289] Pending exception java.lang.NoSuchMethodError thrown by 'unknown throw location'\r\n[INFO] : art: art/runtime/runtime.cc:289] java.lang.NoSuchMethodError: No direct method (Landroid/content/Context;)V in class Lti/geofence/GeofenceRemover; or its super classes (declaration of 'ti.geofence.GeofenceRemover' appears in /data/app/test.geodemo-1/base.apk)\r\n[INFO] : art: art/runtime/runtime.cc:289] at void ti.geofence.GeofenceModule.() (GeofenceModule.java:92){color}\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.Object java.lang.reflect.Constructor.newInstance!(java.lang.Object[], boolean) (Constructor.java:-2)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.Object java.lang.Class.newInstance() (Class.java:1606)\r\n[INFO] : art: art/runtime/runtime.cc:289] at org.appcelerator.kroll.KrollProxy org.appcelerator.kroll.KrollProxy.createProxy(java.lang.Class, org.appcelerator.kroll.KrollObject, java.lang.Object[], java.lang.String) (KrollProxy.java:142)\r\n[INFO] : art: art/runtime/runtime.cc:289] at void org.appcelerator.kroll.runtime.v8.V8Runtime.nativeRunModule(java.lang.String, java.lang.String, org.appcelerator.kroll.KrollProxySupport) (V8Runtime.java:-2)\r\n[INFO] : art: art/runtime/runtime.cc:289] at void org.appcelerator.kroll.runtime.v8.V8Runtime.doRunModule(java.lang.String, java.lang.String, org.appcelerator.kroll.KrollProxySupport) (V8Runtime.java:189)\r\n[INFO] : art: art/runtime/runtime.cc:289] at void org.appcelerator.kroll.KrollRuntime.runModule(java.lang.String, java.lang.String, org.appcelerator.kroll.KrollProxySupport) (KrollRuntime.java:241)\r\n[INFO] : art: art/runtime/runtime.cc:289] at void org.appcelerator.titanium.TiLaunchActivity.loadActivityScript() (TiLaunchActivity.java:102)\r\n[INFO] : art: art/runtime/runtime.cc:289] at void org.appcelerator.titanium.TiLaunchActivity.windowCreated(android.os.Bundle) (TiLaunchActivity.java:150)\r\n[INFO] : art: art/runtime/runtime.cc:289] at void org.appcelerator.titanium.TiRootActivity.windowCreated(android.os.Bundle) (TiRootActivity.java:107)\r\n[INFO] : art: art/runtime/runtime.cc:289] at void org.appcelerator.titanium.TiBaseActivity.onCreate(android.os.Bundle) (TiBaseActivity.java:673)\r\n[INFO] : art: art/runtime/runtime.cc:289] at void org.appcelerator.titanium.TiLaunchActivity.onCreate(android.os.Bundle) (TiLaunchActivity.java:143)\r\n[INFO] : art: art/runtime/runtime.cc:289] at void org.appcelerator.titanium.TiRootActivity.onCreate(android.os.Bundle) (TiRootActivity.java:96)\r\n[INFO] : art: art/runtime/runtime.cc:289] at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:5990)\r\n[INFO] : art: art/runtime/runtime.cc:289] at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1106)\r\n[INFO] : art: art/runtime/runtime.cc:289] at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2278)\r\n[INFO] : art: art/runtime/runtime.cc:289] at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2387)\r\n[INFO] : art: art/runtime/runtime.cc:289] at void android.app.ActivityThread.access$800(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:151)\r\n[INFO] : art: art/runtime/runtime.cc:289] at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1303)\r\n[INFO] : art: art/runtime/runtime.cc:289] at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:102)\r\n[INFO] : art: art/runtime/runtime.cc:289] at void android.os.Looper.loop() (Looper.java:135)\r\n[INFO] : art: art/runtime/runtime.cc:289] at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:5254)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[], boolean) (Method.java:-2)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:372)\r\n[INFO] : art: art/runtime/runtime.cc:289] at void com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() (ZygoteInit.java:903)\r\n[INFO] : art: art/runtime/runtime.cc:289] at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:698)\r\n[INFO] : art: art/runtime/runtime.cc:289] Dumping all threads without appropriate locks held: thread list lock mutator lock\r\n[INFO] : art: art/runtime/runtime.cc:289] All threads:\r\n[INFO] : art: art/runtime/runtime.cc:289] DALVIK THREADS (13):\r\n[INFO] : art: art/runtime/runtime.cc:289] \"main\" prio=5 tid=1 Native\r\n[INFO] : art: art/runtime/runtime.cc:289] | group=\"\" sCount=0 dsCount=0 obj=0x73571000 self=0xb4025800\r\n[INFO] : art: art/runtime/runtime.cc:289] | sysTid=3144 nice=0 cgrp=default sched=0/0 handle=0xb77e2ea0\r\n[INFO] : art: art/runtime/runtime.cc:289] | state=R schedstat=( 0 0 0 ) utm=5 stm=17 core=0 HZ=100\r\n[INFO] : art: art/runtime/runtime.cc:289] | stack=0xbf7b3000-0xbf7b5000 stackSize=8MB\r\n[INFO] : art: art/runtime/runtime.cc:289] | held mutexes= \"abort lock\"\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #00 pc 00005d03 /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+83)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #01 pc 00003051 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+33)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #02 pc 003c9e67 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream >&, int, char const*, art::mirror::ArtMethod*)+135)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #03 pc 00393222 /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream >&) const+306)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #04 pc 0039f61e /system/lib/libart.so (art::ThreadList::DumpLocked(std::__1::basic_ostream >&)+478)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #05 pc 003778bc /system/lib/libart.so (art::AbortState::Dump(std::__1::basic_ostream >&)+508)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #06 pc 00377ead /system/lib/libart.so (art::Runtime::Abort()+125)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #07 pc 000ec704 /system/lib/libart.so (art::LogMessage::~LogMessage()+1876)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #08 pc 00102c53 /system/lib/libart.so (art::JniAbort(char const*, char const*)+1683)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #09 pc 0010359c /system/lib/libart.so (art::JniAbortF(char const*, char const*, ...)+108)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #10 pc 00109663 /system/lib/libart.so (art::ScopedCheck::CheckThread(int)+2867)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #11 pc 00109e42 /system/lib/libart.so (art::ScopedCheck::ScopedCheck(_JNIEnv*, int, char const*)+322)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #12 pc 00110e3b /system/lib/libart.so (art::CheckJNI::CallStaticIntMethodV(_JNIEnv*, _jclass*, _jmethodID*, char*)+59)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #13 pc 00088c0a /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (_JNIEnv::CallStaticIntMethod(_jclass*, _jmethodID*, ...)+42)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #14 pc 00088c7c /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (titanium::ReferenceTable::createReference(_jobject*)+60)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #15 pc 0007f43a /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (titanium::JavaObject::newGlobalRef()+90)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #16 pc 0007f6cc /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (titanium::JavaObject::attach(_jobject*)+76)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #17 pc 00086c6e /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (titanium::Proxy::proxyConstructor(v8::Arguments const&)+366)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #18 pc 0027a24b /data/app/test.geodemo-1/lib/x86/libkroll-v8.so (???)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #19 pc 000d49b8 (???)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #20 pc 98ffffff ???\r\n[INFO] : art: art/runtime/runtime.cc:289] at org.appcelerator.kroll.runtime.v8.V8Runtime.nativeRunModule(Native method)\r\n[INFO] : art: art/runtime/runtime.cc:289] at org.appcelerator.kroll.runtime.v8.V8Runtime.doRunModule(V8Runtime.java:189)\r\n[INFO] : art: art/runtime/runtime.cc:289] at org.appcelerator.kroll.KrollRuntime.runModule(KrollRuntime.java:241)\r\n[INFO] : art: art/runtime/runtime.cc:289] at org.appcelerator.titanium.TiLaunchActivity.loadActivityScript(TiLaunchActivity.java:102)\r\n[INFO] : art: art/runtime/runtime.cc:289] at org.appcelerator.titanium.TiLaunchActivity.windowCreated(TiLaunchActivity.java:150)\r\n[INFO] : art: art/runtime/runtime.cc:289] at org.appcelerator.titanium.TiRootActivity.windowCreated(TiRootActivity.java:107)\r\n[INFO] : art: art/runtime/runtime.cc:289] at org.appcelerator.titanium.TiBaseActivity.onCreate(TiBaseActivity.java:673)\r\n[INFO] : art: art/runtime/runtime.cc:289] at org.appcelerator.titanium.TiLaunchActivity.onCreate(TiLaunchActivity.java:143)\r\n[INFO] : art: art/runtime/runtime.cc:289] at org.appcelerator.titanium.TiRootActivity.onCreate(TiRootActivity.java:96)\r\n[INFO] : art: art/runtime/runtime.cc:289] at android.app.Activity.performCreate(Activity.java:5990)\r\n[INFO] : art: art/runtime/runtime.cc:289] at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1106)\r\n[INFO] : art: art/runtime/runtime.cc:289] at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2278)\r\n[INFO] : art: art/runtime/runtime.cc:289] at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2387)\r\n[INFO] : art: art/runtime/runtime.cc:289] at android.app.ActivityThread.access$800(ActivityThread.java:151)\r\n[INFO] : art: art/runtime/runtime.cc:289] at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1303)\r\n[INFO] : art: art/runtime/runtime.cc:289] at android.os.Handler.dispatchMessage(Handler.java:102)\r\n[INFO] : art: art/runtime/runtime.cc:289] at android.os.Looper.loop(Looper.java:135)\r\n[INFO] : art: art/runtime/runtime.cc:289] at android.app.ActivityThread.main(ActivityThread.java:5254)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.reflect.Method.invoke!(Native method)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.reflect.Method.invoke(Method.java:372)\r\n[INFO] : art: art/runtime/runtime.cc:289] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)\r\n[INFO] : art: art/runtime/runtime.cc:289] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)\r\n[INFO] : art: art/runtime/runtime.cc:289]\r\n[INFO] : art: art/runtime/runtime.cc:289] \"Heap thread pool worker thread 0\" prio=5 tid=2 Native (still starting up)\r\n[INFO] : art: art/runtime/runtime.cc:289] | group=\"\" sCount=0 dsCount=0 obj=0x0 self=0xaec3a400\r\n[INFO] : art: art/runtime/runtime.cc:289] | sysTid=3150 nice=0 cgrp=default sched=0/0 handle=0xb4053100\r\n[INFO] : art: art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100\r\n[INFO] : art: art/runtime/runtime.cc:289] | stack=0xb35f9000-0xb35fb000 stackSize=1020KB\r\n[INFO] : art: art/runtime/runtime.cc:289] | held mutexes=\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: futex_wait_queue_me+0xcd/0x113\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: futex_wait+0xc5/0x197\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: do_futex+0x9b/0x742\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: SyS_futex+0xaf/0xf6\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #00 pc 000132d0 /system/lib/libc.so (syscall+32)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #01 pc 000fdc97 /dev/ashmem/dalvik-Heap thread pool worker thread 0 (deleted) (???)\r\n[INFO] : art: art/runtime/runtime.cc:289] (no managed stack frames)\r\n[INFO] : art: art/runtime/runtime.cc:289]\r\n[INFO] : art: art/runtime/runtime.cc:289] \"Signal Catcher\" prio=5 tid=3 WaitingInMainSignalCatcherLoop\r\n[INFO] : art: art/runtime/runtime.cc:289] | group=\"\" sCount=0 dsCount=0 obj=0x12c000a0 self=0xb4025c00\r\n[INFO] : art: art/runtime/runtime.cc:289] | sysTid=3151 nice=0 cgrp=default sched=0/0 handle=0xb4053b00\r\n[INFO] : art: art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100\r\n[INFO] : art: art/runtime/runtime.cc:289] | stack=0xb34fb000-0xb34fd000 stackSize=1012KB\r\n[INFO] : art: art/runtime/runtime.cc:289] | held mutexes=\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: do_sigtimedwait+0xd7/0x19f\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: SyS_rt_sigtimedwait+0x6d/0x9c\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #00 pc 0007414b /system/lib/libc.so (__rt_sigtimedwait+27)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #01 pc 00024367 /system/lib/libc.so (sigwait+71)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #02 pc 00380015 /system/lib/libart.so (art::SignalCatcher::WaitForSignal(art::Thread*, art::SignalSet&)+133)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #03 pc 00380c32 /system/lib/libart.so (art::SignalCatcher::Run(void*)+306)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #04 pc 000211a8 /system/lib/libc.so (__pthread_start(void*)+56)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #05 pc 0001c529 /system/lib/libc.so (__start_thread+25)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #06 pc 000130f6 /system/lib/libc.so (__bionic_clone+70)\r\n[INFO] : art: art/runtime/runtime.cc:289] (no managed stack frames)\r\n[INFO] : art: art/runtime/runtime.cc:289]\r\n[INFO] : art: art/runtime/runtime.cc:289] \"JDWP\" prio=5 tid=4 WaitingInMainDebuggerLoop\r\n[INFO] : art: art/runtime/runtime.cc:289] | group=\"\" sCount=0 dsCount=0 obj=0x12c040a0 self=0xaec3b400\r\n[INFO] : art: art/runtime/runtime.cc:289] | sysTid=3152 nice=0 cgrp=default sched=0/0 handle=0xb4054000\r\n[INFO] : art: art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100\r\n[INFO] : art: art/runtime/runtime.cc:289] | stack=0xb33fd000-0xb33ff000 stackSize=1012KB\r\n[INFO] : art: art/runtime/runtime.cc:289] | held mutexes=\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: unix_stream_recvmsg+0x21f/0x5dd\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: sock_recvmsg+0x85/0x9e\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: ___sys_recvmsg+0xec/0x17c\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: __sys_recvmsg+0x2b/0x49\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: SyS_recvmsg+0x11/0x13\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: SyS_socketcall+0x192/0x1db\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #00 pc 000753d1 /system/lib/libc.so (recvmsg+17)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #01 pc 00438455 /system/lib/libart.so (art::JDWP::JdwpAdbState::Accept()+229)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #02 pc 0028f756 /system/lib/libart.so (art::JDWP::JdwpState::Run()+326)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #03 pc 002918a0 /system/lib/libart.so (art::JDWP::StartJdwpThread(void*)+32)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #04 pc 000211a8 /system/lib/libc.so (__pthread_start(void*)+56)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #05 pc 0001c529 /system/lib/libc.so (__start_thread+25)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #06 pc 000130f6 /system/lib/libc.so (__bionic_clone+70)\r\n[INFO] : art: art/runtime/runtime.cc:289] (no managed stack frames)\r\n[INFO] : art: art/runtime/runtime.cc:289]\r\n[INFO] : art: art/runtime/runtime.cc:289] \"HeapTrimmerDaemon\" prio=5 tid=5 Waiting\r\n[INFO] : art: art/runtime/runtime.cc:289] | group=\"\" sCount=0 dsCount=0 obj=0x12c061c0 self=0xb4027c00\r\n[INFO] : art: art/runtime/runtime.cc:289] | sysTid=3156 nice=0 cgrp=default sched=0/0 handle=0xb4051d00\r\n[INFO] : art: art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100\r\n[INFO] : art: art/runtime/runtime.cc:289] | stack=0xaf33d000-0xaf33f000 stackSize=1036KB\r\n[INFO] : art: art/runtime/runtime.cc:289] | held mutexes=\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: futex_wait_queue_me+0xcd/0x113\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: futex_wait+0xc5/0x197\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: do_futex+0x9b/0x742\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: SyS_futex+0xaf/0xf6\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #00 pc 000132d0 /system/lib/libc.so (syscall+32)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #01 pc 001018f7 [stack:3156] (???)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method)\r\n[INFO] : art: art/runtime/runtime.cc:289] - waiting on <0x3918680c> (a java.lang.Daemons$HeapTrimmerDaemon)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.Daemons$HeapTrimmerDaemon.run(Daemons.java:311)\r\n[INFO] : art: art/runtime/runtime.cc:289] - locked <0x3918680c> (a java.lang.Daemons$HeapTrimmerDaemon)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)\r\n[INFO] : art: art/runtime/runtime.cc:289]\r\n[INFO] : art: art/runtime/runtime.cc:289] \"GCDaemon\" prio=5 tid=6 Waiting\r\n[INFO] : art: art/runtime/runtime.cc:289] | group=\"\" sCount=0 dsCount=0 obj=0x12c06220 self=0xb4028000\r\n[INFO] : art: art/runtime/runtime.cc:289] | sysTid=3157 nice=0 cgrp=default sched=0/0 handle=0xb4051f80\r\n[INFO] : art: art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=5 core=1 HZ=100\r\n[INFO] : art: art/runtime/runtime.cc:289] | stack=0xa3ff0000-0xa3ff2000 stackSize=1036KB\r\n[INFO] : art: art/runtime/runtime.cc:289] | held mutexes=\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: futex_wait_queue_me+0xcd/0x113\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: futex_wait+0xc5/0x197\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: do_futex+0x9b/0x742\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: SyS_futex+0xaf/0xf6\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #00 pc 000132d0 /system/lib/libc.so (syscall+32)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #01 pc 001018f7 [stack:3157] (???)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method)\r\n[INFO] : art: art/runtime/runtime.cc:289] - waiting on <0x04602555> (a java.lang.Daemons$GCDaemon)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.Daemons$GCDaemon.run(Daemons.java:344)\r\n[INFO] : art: art/runtime/runtime.cc:289] - locked <0x04602555> (a java.lang.Daemons$GCDaemon)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)\r\n[INFO] : art: art/runtime/runtime.cc:289]\r\n[INFO] : art: art/runtime/runtime.cc:289] \"FinalizerWatchdogDaemon\" prio=5 tid=7 Waiting\r\n[INFO] : art: art/runtime/runtime.cc:289] | group=\"\" sCount=0 dsCount=0 obj=0x12c06160 self=0xb4027800\r\n[INFO] : art: art/runtime/runtime.cc:289] | sysTid=3155 nice=0 cgrp=default sched=0/0 handle=0xb4051a80\r\n[INFO] : art: art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100\r\n[INFO] : art: art/runtime/runtime.cc:289] | stack=0xb30f1000-0xb30f3000 stackSize=1036KB\r\n[INFO] : art: art/runtime/runtime.cc:289] | held mutexes=\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: futex_wait_queue_me+0xcd/0x113\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: futex_wait+0xc5/0x197\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: do_futex+0x9b/0x742\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: SyS_futex+0xaf/0xf6\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #00 pc 000132d0 /system/lib/libc.so (syscall+32)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #01 pc 001018b7 [stack:3155] (???)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method)\r\n[INFO] : art: art/runtime/runtime.cc:289] - waiting on <0x1d0dfb6a> (a java.lang.Daemons$FinalizerWatchdogDaemon)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.Daemons$FinalizerWatchdogDaemon.waitForObject(Daemons.java:240)\r\n[INFO] : art: art/runtime/runtime.cc:289] - locked <0x1d0dfb6a> (a java.lang.Daemons$FinalizerWatchdogDaemon)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:212)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)\r\n[INFO] : art: art/runtime/runtime.cc:289]\r\n[INFO] : art: art/runtime/runtime.cc:289] \"FinalizerDaemon\" prio=5 tid=8 Waiting\r\n[INFO] : art: art/runtime/runtime.cc:289] | group=\"\" sCount=0 dsCount=0 obj=0x12c06100 self=0xb4026800\r\n[INFO] : art: art/runtime/runtime.cc:289] | sysTid=3154 nice=0 cgrp=default sched=0/0 handle=0xb4051800\r\n[INFO] : art: art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100\r\n[INFO] : art: art/runtime/runtime.cc:289] | stack=0xb31f5000-0xb31f7000 stackSize=1036KB\r\n[INFO] : art: art/runtime/runtime.cc:289] | held mutexes=\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: futex_wait_queue_me+0xcd/0x113\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: futex_wait+0xc5/0x197\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: do_futex+0x9b/0x742\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: SyS_futex+0xaf/0xf6\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #00 pc 000132d0 /system/lib/libc.so (syscall+32)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #01 pc 00101807 [stack:3154] (???)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method)\r\n[INFO] : art: art/runtime/runtime.cc:289] - waiting on <0x3f8a885b> (a java.lang.ref.ReferenceQueue)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.Object.wait(Object.java:422)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:101)\r\n[INFO] : art: art/runtime/runtime.cc:289] - locked <0x3f8a885b> (a java.lang.ref.ReferenceQueue)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:72)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:174)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)\r\n[INFO] : art: art/runtime/runtime.cc:289]\r\n[INFO] : art: art/runtime/runtime.cc:289] \"ReferenceQueueDaemon\" prio=5 tid=9 Waiting\r\n[INFO] : art: art/runtime/runtime.cc:289] | group=\"\" sCount=0 dsCount=0 obj=0x12c060a0 self=0xb4026400\r\n[INFO] : art: art/runtime/runtime.cc:289] | sysTid=3153 nice=0 cgrp=default sched=0/0 handle=0xb4051580\r\n[INFO] : art: art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100\r\n[INFO] : art: art/runtime/runtime.cc:289] | stack=0xb32f9000-0xb32fb000 stackSize=1036KB\r\n[INFO] : art: art/runtime/runtime.cc:289] | held mutexes=\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: futex_wait_queue_me+0xcd/0x113\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: futex_wait+0xc5/0x197\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: do_futex+0x9b/0x742\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: SyS_futex+0xaf/0xf6\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #00 pc 000132d0 /system/lib/libc.so (syscall+32)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #01 pc 001018e7 [stack:3153] (???)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method)\r\n[INFO] : art: art/runtime/runtime.cc:289] - waiting on <0x14e9f8f8> (a java.lang.Class)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:134)\r\n[INFO] : art: art/runtime/runtime.cc:289] - locked <0x14e9f8f8> (a java.lang.Class)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)\r\n[INFO] : art: art/runtime/runtime.cc:289]\r\n[INFO] : art: art/runtime/runtime.cc:289] \"Binder_1\" prio=5 tid=10 Native\r\n[INFO] : art: art/runtime/runtime.cc:289] | group=\"\" sCount=0 dsCount=0 obj=0x12c560a0 self=0xaec3c400\r\n[INFO] : art: art/runtime/runtime.cc:289] | sysTid=3158 nice=0 cgrp=default sched=0/0 handle=0xb4054280\r\n[INFO] : art: art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100\r\n[INFO] : art: art/runtime/runtime.cc:289] | stack=0xa3df4000-0xa3df6000 stackSize=1012KB\r\n[INFO] : art: art/runtime/runtime.cc:289] | held mutexes=\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: binder_thread_read+0xa4a/0xbf3\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: binder_ioctl+0x26b/0x644\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: do_vfs_ioctl+0x36b/0x418\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: SyS_ioctl+0x4a/0x6a\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #00 pc 00075734 /system/lib/libc.so (__ioctl+20)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #01 pc 000ad8ca /system/lib/libc.so (ioctl+42)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #02 pc 0002bc1b /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+203)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #03 pc 0002c575 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+37)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #04 pc 0002c639 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+105)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #05 pc 00034ea8 /system/lib/libbinder.so (android::PoolThread::threadLoop()+40)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #06 pc 00016a5e /system/lib/libutils.so (android::Thread::_threadLoop(void*)+398)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #07 pc 00071ca2 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+98)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #08 pc 0001617a /system/lib/libutils.so (thread_data_t::trampoline(thread_data_t const*)+122)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #09 pc 000211a8 /system/lib/libc.so (__pthread_start(void*)+56)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #10 pc 0001c529 /system/lib/libc.so (__start_thread+25)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #11 pc 000130f6 /system/lib/libc.so (__bionic_clone+70)\r\n[INFO] : art: art/runtime/runtime.cc:289] (no managed stack frames)\r\n[INFO] : art: art/runtime/runtime.cc:289]\r\n[INFO] : art: art/runtime/runtime.cc:289] \"Binder_2\" prio=5 tid=11 Native\r\n[INFO] : art: art/runtime/runtime.cc:289] | group=\"\" sCount=0 dsCount=0 obj=0x12c5c0a0 self=0xb4031c00\r\n[INFO] : art: art/runtime/runtime.cc:289] | sysTid=3159 nice=0 cgrp=default sched=0/0 handle=0xaeca1080\r\n[INFO] : art: art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100\r\n[INFO] : art: art/runtime/runtime.cc:289] | stack=0xa3cf6000-0xa3cf8000 stackSize=1012KB\r\n[INFO] : art: art/runtime/runtime.cc:289] | held mutexes=\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: binder_thread_read+0xa4a/0xbf3\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: binder_ioctl+0x26b/0x644\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: do_vfs_ioctl+0x36b/0x418\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: SyS_ioctl+0x4a/0x6a\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #00 pc 00075734 /system/lib/libc.so (__ioctl+20)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #01 pc 000ad8ca /system/lib/libc.so (ioctl+42)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #02 pc 0002bc1b /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+203)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #03 pc 0002c575 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+37)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #04 pc 0002c639 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+105)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #05 pc 00034ea8 /system/lib/libbinder.so (android::PoolThread::threadLoop()+40)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #06 pc 00016a5e /system/lib/libutils.so (android::Thread::_threadLoop(void*)+398)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #07 pc 00071ca2 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+98)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #08 pc 0001617a /system/lib/libutils.so (thread_data_t::trampoline(thread_data_t const*)+122)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #09 pc 000211a8 /system/lib/libc.so (__pthread_start(void*)+56)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #10 pc 0001c529 /system/lib/libc.so (__start_thread+25)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #11 pc 000130f6 /system/lib/libc.so (__bionic_clone+70)\r\n[INFO] : art: art/runtime/runtime.cc:289] (no managed stack frames)\r\n[INFO] : art: art/runtime/runtime.cc:289]\r\n[INFO] : art: art/runtime/runtime.cc:289] \"pool-1-thread-1\" prio=5 tid=12 TimedWaiting\r\n[INFO] : art: art/runtime/runtime.cc:289] | group=\"\" sCount=0 dsCount=0 obj=0x12dda100 self=0xb4032c00\r\n[INFO] : art: art/runtime/runtime.cc:289] | sysTid=3165 nice=0 cgrp=default sched=0/0 handle=0xb4054c80\r\n[INFO] : art: art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100\r\n[INFO] : art: art/runtime/runtime.cc:289] | stack=0xa24fe000-0xa2500000 stackSize=1036KB\r\n[INFO] : art: art/runtime/runtime.cc:289] | held mutexes=\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: futex_wait_queue_me+0xcd/0x113\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: futex_wait+0xc5/0x197\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: do_futex+0x9b/0x742\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: SyS_futex+0xaf/0xf6\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #00 pc 000132d2 /system/lib/libc.so (syscall+34)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #01 pc 00101697 [stack:3165] (???)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method)\r\n[INFO] : art: art/runtime/runtime.cc:289] - waiting on <0x394ac1d1> (a java.lang.Object)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.Thread.parkFor(Thread.java:1220)\r\n[INFO] : art: art/runtime/runtime.cc:289] - locked <0x394ac1d1> (a java.lang.Object)\r\n[INFO] : art: art/runtime/runtime.cc:289] at sun.misc.Unsafe.park(Unsafe.java:299)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:197)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2055)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1060)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:776)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)\r\n[INFO] : art: art/runtime/runtime.cc:289]\r\n[INFO] : art: art/runtime/runtime.cc:289] \"pool-2-thread-1\" prio=5 tid=13 TimedWaiting\r\n[INFO] : art: art/runtime/runtime.cc:289] | group=\"\" sCount=0 dsCount=0 obj=0x12dda3a0 self=0xb4033800\r\n[INFO] : art: art/runtime/runtime.cc:289] | sysTid=3166 nice=0 cgrp=default sched=0/0 handle=0xb4054f00\r\n[INFO] : art: art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100\r\n[INFO] : art: art/runtime/runtime.cc:289] | stack=0xa23fa000-0xa23fc000 stackSize=1036KB\r\n[INFO] : art: art/runtime/runtime.cc:289] | held mutexes=\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: futex_wait_queue_me+0xcd/0x113\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: futex_wait+0xc5/0x197\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: do_futex+0x9b/0x742\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: SyS_futex+0xaf/0xf6\r\n[INFO] : art: art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #00 pc 000132d2 /system/lib/libc.so (syscall+34)\r\n[INFO] : art: art/runtime/runtime.cc:289] native: #01 pc 00101697 [stack:3166] (???)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method)\r\n[INFO] : art: art/runtime/runtime.cc:289] - waiting on <0x24886436> (a java.lang.Object)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.Thread.parkFor(Thread.java:1220)\r\n[INFO] : art: art/runtime/runtime.cc:289] - locked <0x24886436> (a java.lang.Object)\r\n[INFO] : art: art/runtime/runtime.cc:289] at sun.misc.Unsafe.park(Unsafe.java:299)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:197)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2055)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1060)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:776)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)\r\n[INFO] : art: art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)\r\n[INFO] : art: art/runtime/runtime.cc:289]\r\n[INFO] : art: art/runtime/runtime.cc:289]", "updateAuthor": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "created": "2016-10-31T16:36:37.000+0000", "updated": "2016-10-31T16:36:37.000+0000" }, { "id": "400125", "author": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "body": "Additional Information: https://developer.android.com/training/articles/perf-jni.html#exceptions\r\n\r\nThis link describes what is happening in the above red highlighted areas. Trying to call method while an exception is pending.", "updateAuthor": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "created": "2016-10-31T20:04:23.000+0000", "updated": "2016-10-31T21:04:48.000+0000" }, { "id": "400410", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello, Geofence module should be used with physical device. Not on virtual emulators. Thanks.", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2016-11-04T14:51:52.000+0000", "updated": "2016-11-04T14:51:52.000+0000" }, { "id": "400422", "author": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "body": "Same error on a physical device (Nexus 5x).\r\n\r\nLog:\r\n\r\n[INFO] : TiApplication: (main) [0,0] checkpoint, app created.\r\n[INFO] : TiApplication: (main) [182,182] Titanium 5.5.1 (2016/09/27 05:39 b18727f)\r\n[WARN] : V8Object: (main) [424,606] Runtime disposed, cannot set property 'userAgent'\r\n[INFO] : TiApplication: (main) [33,639] Titanium Javascript runtime: v8\r\n[INFO] : TiRootActivity: (main) [0,0] checkpoint, on root activity create, savedInstanceState: null\r\n{color:red}[INFO] : art: art/runtime/java_vm_ext.cc:470] JNI DETECTED ERROR IN APPLICATION: obj == null\r\n[INFO] : art: art/runtime/java_vm_ext.cc:470] in call to CallVoidMethodV\r\n[INFO] : art: art/runtime/java_vm_ext.cc:470] from void{color} org.appcelerator.kroll.runtime.v8.V8Runtime.nativeRunModule(java.lang.String, java.lang.String, org.appcelerator.kroll.KrollProxySupport)\r\n{color:red}[INFO] : art: art/runtime/runtime.cc:403] Pending exception java.lang.NoSuchMethodError: No direct method (Landroid/content/Context;)V in class Lti/geofence/GeofenceRemover; or its super classes (declaration of 'ti.geofence.GeofenceRemover' appears in /data/app/test.geodemo-1/base.apk){color}", "updateAuthor": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "created": "2016-11-04T17:28:31.000+0000", "updated": "2016-11-04T17:29:21.000+0000" }, { "id": "400528", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "Ok, so {{GeofenceRemover}} is causing problems? And previous versions did work? I noticed that 2.0.1 had {{Update Google Play services to 9.6.1}} in it. Can you try 2.0.x with Titanium 6 to see if that worked? If so, we need to backport the commit.", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-11-07T20:50:05.000+0000", "updated": "2016-11-07T20:52:14.000+0000" }, { "id": "400606", "author": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "body": "Setting up the project with:\r\n\r\nTitanium SDK: 6.0.0.v20161017194738\r\nGeofence: 2.0.1\r\n\r\nUnder mobile modules it says ti.geofence [ios] after installing and changing the platform to android in tiapp.xml results in the following message:\r\n\r\n\"The ti.geofence module does not support 'android' platform for Titanium SDK 6.0.0.v20161017194738\"\r\n\r\n\r\n\r\n", "updateAuthor": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "created": "2016-11-08T18:27:10.000+0000", "updated": "2016-11-08T18:27:10.000+0000" }, { "id": "400614", "author": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "body": "Upgrading to Node v6.9.1, and disregarding the message above allows for successful build and execution. However, the previous bug remains with anything below Titanium SDK 6.", "updateAuthor": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "created": "2016-11-08T19:18:11.000+0000", "updated": "2016-11-08T19:26:09.000+0000" }, { "id": "400723", "author": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "body": "Using:\r\n\r\n* Titanium SDK 5.5.1GA\r\n* Node v5.12.0\r\n* ti.geofence 1.1.5\r\n\r\nYou will get the original error on execution:\r\n\r\n[INFO] : art: art/runtime/runtime.cc:289] Pending exception java.lang.NoSuchMethodError thrown by 'unknown throw location'\r\n[INFO] : art: art/runtime/runtime.cc:289] java.lang.NoSuchMethodError: No direct method (Landroid/content/Context;)V in class Lti/geofence/GeofenceRemover; or its super classes (declaration of 'ti.geofence.GeofenceRemover' appears in /data/app/test.geodemo-1/base.apk)\r\n[INFO] : art: art/runtime/runtime.cc:289] at void ti.geofence.GeofenceModule.() (GeofenceModule.java:92)\r\n\r\nUsing:\r\n\r\n* Titanium SDK 5.5.1GA\r\n* Node v6.9.1\r\n* ti.geofence 1.1.5\r\n\r\nYou will get a new error on build:\r\n\r\n[INFO] : Packaging application \r\n2016-11-10T16:49:38.815Z | ERROR | An uncaught exception was thrown!\r\nPath must be a string. Received undefined\r\n2016-11-10T16:49:38.816Z | ERROR | Path must be a string. Received undefined\r\n\r\nAfter updating Appcelerator Studio to 4.8.0.201611020954 I no longer get the unsupported error from the previous comment:\r\n\r\n\"The ti.geofence module does not support 'android' platform for Titanium SDK 6.0.0.v20161017194738\"\r\n\r\nUsing:\r\n\r\n* Titanium SDK 6.0.0.v20161017194738\r\n* Node v6.9.1\r\n* ti.geofence 2.0.1\r\n\r\nThe application compiles and executes fine. But previous bug remains for Titanium versions below 6 as stated in the above examples.", "updateAuthor": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "created": "2016-11-10T16:55:01.000+0000", "updated": "2016-11-10T16:55:01.000+0000" }, { "id": "400724", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "Ok, so it's probably what I suspected and the 1.1.x version that does not have the Google Play Services update causes the problems. I will setup a PR to include the commit from the 2.0.x branch and bump the version to 1.1.6. We'll keep you updated here!", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-11-10T16:58:42.000+0000", "updated": "2016-11-10T16:58:42.000+0000" }, { "id": "400725", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "PR (ti.geofence/1_1_X): https://github.com/appcelerator-modules/ti.geofence/pull/38", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-11-10T17:05:06.000+0000", "updated": "2016-11-10T17:05:06.000+0000" }, { "id": "400909", "author": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "body": "Thank you Hans! Is there an estimation on how long it usually takes? Not sure if this is normal but I get a 404 error on that link above.", "updateAuthor": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "created": "2016-11-14T16:29:44.000+0000", "updated": "2016-11-14T16:29:44.000+0000" }, { "id": "401717", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "PR merged. Created APPTS-9003 for [~pkclark] to update the version in our Downloads section.", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-11-22T20:55:53.000+0000", "updated": "2016-11-22T20:55:53.000+0000" }, { "id": "402189", "author": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "body": "Thank you, I will be on the lookout for it.", "updateAuthor": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "created": "2016-11-29T14:49:43.000+0000", "updated": "2016-11-29T14:49:43.000+0000" }, { "id": "402282", "author": { "name": "fmerzadyan-OLD", "key": "fmerzadyan", "displayName": "Farzad Merzadyan", "active": false, "timeZone": "America/Los_Angeles" }, "body": "What {{app.js}} code was used because you specifically mention to add {{var Geofence = require(\"ti.geofence\");}} at line 11 in step 12. Was it example code in {{ti.geofence/example/Basic/}}?", "updateAuthor": { "name": "fmerzadyan-OLD", "key": "fmerzadyan", "displayName": "Farzad Merzadyan", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-11-30T20:07:09.000+0000", "updated": "2016-11-30T20:07:49.000+0000" }, { "id": "402548", "author": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "body": "It is the default app.js code that is created when you create a new app project > single window application. I didn't use an example project.", "updateAuthor": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "created": "2016-12-05T14:45:07.000+0000", "updated": "2016-12-05T14:47:20.000+0000" }, { "id": "402549", "author": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "body": "Any update on when 1.1.6 will be available for download?", "updateAuthor": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "created": "2016-12-05T14:48:01.000+0000", "updated": "2016-12-05T14:48:01.000+0000" }, { "id": "403268", "author": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "body": "Any updates? https://github.com/appcelerator-modules/ti.geofence/pull/38 Does not exist.", "updateAuthor": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "created": "2016-12-13T15:13:17.000+0000", "updated": "2016-12-13T15:15:12.000+0000" }, { "id": "403436", "author": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "body": "Any updates?", "updateAuthor": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "created": "2016-12-15T16:29:26.000+0000", "updated": "2016-12-15T16:29:26.000+0000" }, { "id": "403438", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "[~joshua.green] The repository is private, so Github returns 404. I've sent you the latest 1.1.6 which didn't seem to work for you (although it did for me), so we need to check it again. I thought it was the google play services causing the issue, but it may be something else. /cc [~gmathews]", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-12-15T16:43:41.000+0000", "updated": "2016-12-15T16:43:41.000+0000" }, { "id": "403443", "author": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "body": "Hans, \r\nI have not tried 1.1.6, the current download available is still 1.1.5 on the downloads page.", "updateAuthor": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "created": "2016-12-15T17:49:51.000+0000", "updated": "2016-12-15T17:49:51.000+0000" }, { "id": "404145", "author": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "body": "Any updates? The download page still has the old version.", "updateAuthor": { "name": "joshua.green", "key": "joshua.green", "displayName": "Joshua Green", "active": true, "timeZone": "America/New_York" }, "created": "2017-01-05T14:36:26.000+0000", "updated": "2017-01-05T14:36:26.000+0000" }, { "id": "440243", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Cleaning up older fixed issues. If this issue should not have been closed as fixed, please reopen.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-08-06T17:49:36.000+0000", "updated": "2018-08-06T17:49:36.000+0000" } ], "maxResults": 27, "total": 27, "startAt": 0 } } }