Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Ant

#1
Ah great to see it is already fixed.

And thanks for the explanation!
#2
First, thanks for the awesome app!

This morning I wasn't able to start Locus for my ride.

I am seeing the following stack trace:

10-12 14:59:57.396 10133  5864  5864 E AndroidRuntime: FATAL EXCEPTION: main
10-12 14:59:57.396 10133  5864  5864 E AndroidRuntime: Process: menion.android.locus.pro, PID: 5864
10-12 14:59:57.396 10133  5864  5864 E AndroidRuntime: java.lang.NoSuchMethodError: No virtual method reversed()Ljava/util/List; in class Ljava/util/ArrayList; or its super classes (declaration of 'java.util.ArrayList' appears in /system/framework/core-oj.jar)
10-12 14:59:57.396 10133  5864  5864 E AndroidRuntime:    at o.zzhdzza.write(:154)
10-12 14:59:57.396 10133  5864  5864 E AndroidRuntime:    at o.zzhdzza.MediaBrowserCompatCustomActionResultReceiver(:116)
10-12 14:59:57.396 10133  5864  5864 E AndroidRuntime:    at o.zzhdzza.read(:42)
10-12 14:59:57.396 10133  5864  5864 E AndroidRuntime:    at o.zzeazza.attachBaseContext(:70)
10-12 14:59:57.396 10133  5864  5864 E AndroidRuntime:    at android.app.Application.attach(Application.java:189)
10-12 14:59:57.396 10133  5864  5864 E AndroidRuntime:    at android.app.Instrumentation.newApplication(Instrumentation.java:1103)
10-12 14:59:57.396 10133  5864  5864 E AndroidRuntime:    at android.app.Instrumentation.newApplication(Instrumentation.java:1087)
10-12 14:59:57.396 10133  5864  5864 E AndroidRuntime:    at android.app.LoadedApk.makeApplication(LoadedApk.java:993)
10-12 14:59:57.396 10133  5864  5864 E AndroidRuntime:    at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5756)
10-12 14:59:57.396 10133  5864  5864 E AndroidRuntime:    at android.app.ActivityThread.-wrap1(Unknown Source:0)
10-12 14:59:57.396 10133  5864  5864 E AndroidRuntime:    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1690)
10-12 14:59:57.396 10133  5864  5864 E AndroidRuntime:    at android.os.Handler.dispatchMessage(Handler.java:106)
10-12 14:59:57.396 10133  5864  5864 E AndroidRuntime:    at android.os.Looper.loop(Looper.java:164)
10-12 14:59:57.396 10133  5864  5864 E AndroidRuntime:    at android.app.ActivityThread.main(ActivityThread.java:6548)
10-12 14:59:57.396 10133  5864  5864 E AndroidRuntime:    at java.lang.reflect.Method.invoke(Native Method)
10-12 14:59:57.396 10133  5864  5864 E AndroidRuntime:    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
10-12 14:59:57.396 10133  5864  5864 E AndroidRuntime:    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:857)


According to https://developer.android.com/reference/java/util/List#reversed() that function was added in android 15.

I see on google play that locus classic was updated two days ago.
Any chance to get that fixed?