-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error running the demo #8
Comments
I have this problem in my project.
Any help? |
+1 Here Further investigation brought to an error calling |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, i'm trying to run the demo. For the heatmap i have no issues, but when clustering i get this on the console.
F/art (22551): sart/runtime/check_jni.cc:65] from java.lang.Object com.tns.Runtime.callJSMethodNative(int, int, java.lang.String, int, boolean, java.lang.Object[])
F/art (22551): sart/runtime/check_jni.cc:65] at com.tns.Runtime.callJSMethodNative(Native method)
F/art (22551): sart/runtime/check_jni.cc:65] at com.tns.Runtime.dispatchCallJSMethodNative(Runtime.java:1043)
F/art (22551): sart/runtime/check_jni.cc:65] at com.tns.Runtime.callJSMethodImpl(Runtime.java:925)
F/art (22551): sart/runtime/check_jni.cc:65] at com.tns.Runtime.callJSMethod(Runtime.java:912)
F/art (22551): sart/runtime/check_jni.cc:65] at com.tns.Runtime.callJSMethod(Runtime.java:896)
F/art (22551): sart/runtime/check_jni.cc:65] at com.tns.Runtime.callJSMethod(Runtime.java:888)
D/RCPManagerService( 2958): PackageReceiver onReceive() bundle Bundle[{com.android.chrome:privileged_process0.ignore_multidex=true, org.chromium.content.browser.NUM_PRIVILEGED_SERVICES=3, org.chromium.content.browser.SMART_CLIP_PROVIDER=org.chromium.content.browser.SmartClipProvider, com.samsung.android.sdk.multiwindow.penwindow.enable=true, com.google.android.partnersetup.RLZ_ACCESS_POINT=Y3, org.chromium.content.browser.REMOTE_MEDIA_PLAYERS=com.google.android.apps.chrome.videofling.YouTubeMediaRouteController, com.google.android.apps.chrome.videofling.ChromeDefaultMediaRouteController, com.google.android.gms.appdatasearch=2131230737, android.content.APP_RESTRICTIONS=2131230723, org.chromium.content.browser.SANDBOXED_SERVICES_NAME=org.chromium.content.app.SandboxedProcessService, com.android.chrome:privileged_process1.ignore_multidex=true, com.google.android.backup.api_key=AEdPqrEAAAAIf0B-GSVFi13Dd76NesRCxr7L1J1lxSqIc46ApA, org.chromium.content.browser.NUM_SANDBOXED_SERVICES=20, org.chromium.content.browser.PRIVILEGED_SERVICES_NAME=org.chromium.content.app.PrivilegedProcessService, com.samsung.android.sdk.multiwindow.multiinstance.launchmode=singleTask, com.google.android.gms.wallet.api.enabled=true, com.android.chrome:privileged_process2.ignore_multidex=true, com.samsung.android.sdk.multiwindow.multiinstance.enable=true, com.samsung.android.sdk.multiwindow.enable=true, com.google.android.gms.version=10298000, ipc.invalidation.ticl.gcm_upstream_service_class=org.chromium.chrome.browser.services.gcm.InvalidationGcmUpstreamSender, com.google.android.safetynet.API_KEY=AIzaSyCfkBVK3ChTdIXvHj-R5VywRmWfyLNRxP0, firebase_analytics_collection_enabled=false, ipc.invalidation.ticl.listener_service_class=org.chromium.chrome.browser.invalidation.ChromeInvalidationClientService}]
I/ActivityManager( 2958): Start proc 24488:com.android.chrome/u0a50 for broadcast-2 com.android.chrome/org.chromium.chrome.browser.upgrade.PackageReplacedBroadcastReceiver
D/ActivityManager( 2958): retrieveServiceLocked(): component = com.android.chrome/org.chromium.components.background_task_scheduler.BackgroundTaskGcmTaskService; callingUser = 0; userId(target) = 0
D/ActivityManager( 2958): retrieveServiceLocked(): component = com.android.chrome/org.chromium.chrome.browser.ChromeBackgroundService; callingUser = 0; userId(target) = 0
I/cr_LibraryLoader(24488): Using linker: org.chromium.base.library_loader.LegacyLinker
W/linker (24488): libchromium_android_linker.so: unused DT entry: type 0x6ffffffe arg 0xd00
W/linker (24488): libchromium_android_linker.so: unused DT entry: type 0x6fffffff arg 0x3
chromium: [INFO:library_loader_hooks.cc(144)] Chromium logging enabled: level = 0, default verbosity = 0
I/cr_BrowserStartup(24488): Initializing chromium process, singleProcess=false
D/ActivityManager( 2958): retrieveServiceLocked(): component = com.android.chrome/org.chromium.chrome.browser.invalidation.ChromeInvalidationClientService; callingUser = 0; userId(target) = 0
D/ActivityManager( 2958): retrieveServiceLocked(): component = com.android.chrome/org.chromium.chrome.browser.invalidation.ChromeInvalidationClientService; callingUser = 0; userId(target) = 0
D/ActivityManager( 2958): retrieveServiceLocked(): component = com.android.chrome/org.chromium.chrome.browser.invalidation.ChromeInvalidationClientService; callingUser = 0; userId(target) = 0
chromium: [WARNING:syncer_proto_util.cc(338)] Error posting from syncer: Response Code (bogus on error): -1 Content-Length (bogus on error): -1 Server Status: SYNC_AUTH_ERROR
D/ActivityManager( 2958): retrieveServiceLocked(): component = com.android.chrome/org.chromium.chrome.browser.services.gcm.InvalidationGcmUpstreamSender; callingUser = 0; userId(target) = 0
Any ideas?
Thanks in advance!
The text was updated successfully, but these errors were encountered: