You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to run ARODataCollector on a Genymotion emulator without Bluetooth, crash occurs shortly after starting collection. I would imagine that the absence of a particular network adapter should not prevent the collection of other data.
09-09 14:22:13.290: E/AndroidRuntime(2226): FATAL EXCEPTION: main
09-09 14:22:13.290: E/AndroidRuntime(2226): Process: com.att.android.arodatacollector, PID: 2226
09-09 14:22:13.290: E/AndroidRuntime(2226): java.lang.RuntimeException: Unable to create service com.att.android.arodatacollector.main.AROCollectorTraceService: java.lang.NullPointerException
09-09 14:22:13.290: E/AndroidRuntime(2226): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2582)
09-09 14:22:13.290: E/AndroidRuntime(2226): at android.app.ActivityThread.access$1800(ActivityThread.java:135)
09-09 14:22:13.290: E/AndroidRuntime(2226): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1278)
09-09 14:22:13.290: E/AndroidRuntime(2226): at android.os.Handler.dispatchMessage(Handler.java:102)
09-09 14:22:13.290: E/AndroidRuntime(2226): at android.os.Looper.loop(Looper.java:136)
09-09 14:22:13.290: E/AndroidRuntime(2226): at android.app.ActivityThread.main(ActivityThread.java:5017)
09-09 14:22:13.290: E/AndroidRuntime(2226): at java.lang.reflect.Method.invokeNative(Native Method)
09-09 14:22:13.290: E/AndroidRuntime(2226): at java.lang.reflect.Method.invoke(Method.java:515)
09-09 14:22:13.290: E/AndroidRuntime(2226): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
09-09 14:22:13.290: E/AndroidRuntime(2226): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
09-09 14:22:13.290: E/AndroidRuntime(2226): at dalvik.system.NativeStart.main(Native Method)
09-09 14:22:13.290: E/AndroidRuntime(2226): Caused by: java.lang.NullPointerException
09-09 14:22:13.290: E/AndroidRuntime(2226): at com.att.android.arodatacollector.main.AROCollectorTraceService.startAROBluetoothTraceMonitor(AROCollectorTraceService.java:1782)
09-09 14:22:13.290: E/AndroidRuntime(2226): at com.att.android.arodatacollector.main.AROCollectorTraceService.startARODataTraceCollection(AROCollectorTraceService.java:413)
09-09 14:22:13.290: E/AndroidRuntime(2226): at com.att.android.arodatacollector.main.AROCollectorTraceService.onCreate(AROCollectorTraceService.java:347)
09-09 14:22:13.290: E/AndroidRuntime(2226): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2572)
09-09 14:22:13.290: E/AndroidRuntime(2226): ... 10 more
The text was updated successfully, but these errors were encountered:
When attempting to run ARODataCollector on a Genymotion emulator without Bluetooth, crash occurs shortly after starting collection. I would imagine that the absence of a particular network adapter should not prevent the collection of other data.
The text was updated successfully, but these errors were encountered: