Ne peut pas Appeler determinedVisibility() n'a jamais vu une connexion pour PID

Nous avons récemment mis à jour notre application mobile à partir de la Lampe 5.0.6 à MobileFirst 7.0. Avant la mise à jour, nous n'avons pas de soutien 4.4 et surtout en raison de Cordova des problèmes avec le JSON Magasin. Maintenant, nous avons décidé de soutenir les nouvelles versions d'Android.

L'application fonctionne très bien sur tous les appareils iOS et Android 4.x appareils. Sur Android 5 et au-dessus, je suis en train de vivre un écran blanc en cliquant sur notre bouton de connexion.

$("#loginButton").on("click", function(e) {
    e.preventDefault();

    $('#realmPopupMenu').popup("open");
});

Dans l'Android Journal, je vois cette erreur:

06-18 07:34:57.329: W/AmazonAppstore.AppManagerAndroidPackageDelegate(2325): Unable to determine asin for package com.MyGPCMobile.  Skipping metadata update.
06-18 07:34:58.709: W/AmazonAppstore.AppManagerAndroidPackageDelegate(2325): Unable to determine asin for package com.MyGPCMobile.  Skipping metadata update.
06-18 07:35:02.129: W/BindingManager(2501): Cannot call determinedVisibility() - never saw a connection for the pid: 2501
06-18 07:35:02.529: W/BindingManager(2501): Cannot call determinedVisibility() - never saw a connection for the pid: 2501
06-18 07:35:03.469: W/BindingManager(2501): Cannot call determinedVisibility() - never saw a connection for the pid: 2501
06-18 07:35:10.879: W/BindingManager(2501): Cannot call determinedVisibility() - never saw a connection for the pid: 2501
06-18 07:35:11.769: W/BindingManager(2501): Cannot call determinedVisibility() - never saw a connection for the pid: 2501
06-18 07:35:30.579: D/DMCFaceEngine(919): caSmartDP_DetermineFixedDevice : TmpFile exists /data/smart_stay_hash.dmc 
06-18 07:35:30.579: D/DMCFaceEngine(919): caSmartDP_DetermineFixedDevice : FIXED OR NOT  : difference 300.376667
06-18 07:35:30.579: D/DMCFaceEngine(919): caSmartDP_DetermineFixedDevice : TmpFile making start /data/smart_stay_hash.dmc 
06-18 07:35:30.589: D/DMCFaceEngine(919): caSmartDP_DetermineFixedDevice : TmpFile making end /data/smart_stay_hash.dmc 
06-18 07:35:30.589: D/DMCFaceEngine(919): caSmartDP_SmartStay : [5.000000] determine[300] result [-1]
06-18 07:35:35.919: W/BindingManager(2501): Cannot call determinedVisibility() - never saw a connection for the pid: 2501
06-18 07:35:35.929: W/BindingManager(2501): Cannot call determinedVisibility() - never saw a connection for the pid: 2501
06-18 07:35:38.739: W/BindingManager(2501): Cannot call determinedVisibility() - never saw a connection for the pid: 2501
06-18 07:35:39.689: W/BindingManager(2501): Cannot call determinedVisibility() - never saw a connection for the pid: 2501
06-18 07:35:39.699: W/BindingManager(2501): Cannot call determinedVisibility() - never saw a connection for the pid: 2501

Ce qui est à l'origine de cette erreur sur Android 5 et versions ci-dessus?

Que l'extrait de code et unique journal en ligne n'est pas aider. Si vous êtes en mesure de reproduire ce en dehors de votre application - veuillez fournir (=projet). Aussi, fournir le LogCat.
Idan, vous avez envoyé un lien Dropbox du projet
Pouvez-vous fournir le LogCat?
Idan, ce que j'ai collé ci-dessus a été le contenu intégral de la LogCat onglet dans l'Éclipse depuis le temps j'ai couru à l'application sur le téléphone jusqu'à ce que le moment j'ai un écran blanc. Est-il autre chose que vous cherchez que je ne suis pas au courant?
Pas sûr. Il suspecte manque de contenu...

OriginalL'auteur Julie Beck | 2015-06-16