Skip to content
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

Why doesn't work? #13

Open
dasmond opened this issue May 13, 2016 · 1 comment
Open

Why doesn't work? #13

dasmond opened this issue May 13, 2016 · 1 comment

Comments

@dasmond
Copy link

dasmond commented May 13, 2016

VS2015 Cordova 6.0
`(function () {
"use strict";

document.addEventListener( 'deviceready', onDeviceReady.bind( this ), false );

function onDeviceReady() {         

    cordova.plugins.autoStart.enable();         

    document.addEventListener( 'pause', onPause.bind( this ), false );
    document.addEventListener( 'resume', onResume.bind( this ), false );         
};

})();`

LOGS:
I/ActivityManager( 1026): Start proc io.test.app for broadcast io.test.app/com.tonikorin.cordova.plugin.autostart.PackageReplacedReceiver: pid=0 uid=10023 gids={50023, 3003, 3002, 3001, 1028, 1015}
W/BroadcastQueue( 1026): Unable to launch app io.test.app/10023 for broadcast Intent { act=android.intent.action.MY_PACKAGE_REPLACED flg=0x4000010 pkg=io.test.app(has extras) }: process is bad

How to deal with it?

@ToniKorin
Copy link
Owner

Have you checked the android logs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants