hi all
the app i am working in, uses two different barcode scanner devices, from different manufacturers.
To get the barcode, the app uses two services (one for each barcode scanner device), and i added two "AddReceiverText" in the manifest for the intent filter (one for each barcode scanner device).
The "Service_Start (StartingIntent As Intent)" sub gets the barcode, and using CallSubDelayed2, the service sends it to the activity.
This works ok (the barcode string is returned to the activity), but with the app compiled in release mode, after pressing the scanning key on the scanner devices, the app always shows the "Waiting for IDE debugger to connect" toastmessage (it happens using any of the two devices)
This message does not shows in any other process of the app.
I searched the forum, but i have not been able to find anything about this problem in release mode.
can be something wrong in my code, or somewhere else?
thanks for your help!
the app i am working in, uses two different barcode scanner devices, from different manufacturers.
To get the barcode, the app uses two services (one for each barcode scanner device), and i added two "AddReceiverText" in the manifest for the intent filter (one for each barcode scanner device).
The "Service_Start (StartingIntent As Intent)" sub gets the barcode, and using CallSubDelayed2, the service sends it to the activity.
This works ok (the barcode string is returned to the activity), but with the app compiled in release mode, after pressing the scanning key on the scanner devices, the app always shows the "Waiting for IDE debugger to connect" toastmessage (it happens using any of the two devices)
This message does not shows in any other process of the app.
I searched the forum, but i have not been able to find anything about this problem in release mode.
can be something wrong in my code, or somewhere else?
thanks for your help!