Why debugging does not working inside onReceive method of BroadcastReceiver in Android Studio
up vote
-1
down vote
favorite
I can't to debug onReceive method of BroadcastReceiver in android.
I am using android studio - android 4.2(api 19).
I have not any stop debugging when I set the debug pointer in onReceive method. Why?
android broadcastreceiver android-broadcastreceiver
add a comment |
up vote
-1
down vote
favorite
I can't to debug onReceive method of BroadcastReceiver in android.
I am using android studio - android 4.2(api 19).
I have not any stop debugging when I set the debug pointer in onReceive method. Why?
android broadcastreceiver android-broadcastreceiver
1
Rebuild the project and then set debug point again. and check if you are able to debug.
– Abdul Waheed
Nov 19 at 6:49
Would like to know for what purpose and action you are using broad cast receiver
– Abdul Waheed
Nov 19 at 6:50
I am using BroadcastReceiver and ararm manager for peryodic calling of my service. Every time that this method is triggered I want to get and put some data for the intent. I want to see situation of extras of the intent(see the current parameters and new data...). I want to know why I can not to debug in this point. I can debug in start of my service but no in onreceive method? My need about debugging of this method returns to my previous question about notifications .
– maniaq
Nov 19 at 8:23
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I can't to debug onReceive method of BroadcastReceiver in android.
I am using android studio - android 4.2(api 19).
I have not any stop debugging when I set the debug pointer in onReceive method. Why?
android broadcastreceiver android-broadcastreceiver
I can't to debug onReceive method of BroadcastReceiver in android.
I am using android studio - android 4.2(api 19).
I have not any stop debugging when I set the debug pointer in onReceive method. Why?
android broadcastreceiver android-broadcastreceiver
android broadcastreceiver android-broadcastreceiver
edited Nov 21 at 6:27
asked Nov 19 at 6:48
maniaq
11
11
1
Rebuild the project and then set debug point again. and check if you are able to debug.
– Abdul Waheed
Nov 19 at 6:49
Would like to know for what purpose and action you are using broad cast receiver
– Abdul Waheed
Nov 19 at 6:50
I am using BroadcastReceiver and ararm manager for peryodic calling of my service. Every time that this method is triggered I want to get and put some data for the intent. I want to see situation of extras of the intent(see the current parameters and new data...). I want to know why I can not to debug in this point. I can debug in start of my service but no in onreceive method? My need about debugging of this method returns to my previous question about notifications .
– maniaq
Nov 19 at 8:23
add a comment |
1
Rebuild the project and then set debug point again. and check if you are able to debug.
– Abdul Waheed
Nov 19 at 6:49
Would like to know for what purpose and action you are using broad cast receiver
– Abdul Waheed
Nov 19 at 6:50
I am using BroadcastReceiver and ararm manager for peryodic calling of my service. Every time that this method is triggered I want to get and put some data for the intent. I want to see situation of extras of the intent(see the current parameters and new data...). I want to know why I can not to debug in this point. I can debug in start of my service but no in onreceive method? My need about debugging of this method returns to my previous question about notifications .
– maniaq
Nov 19 at 8:23
1
1
Rebuild the project and then set debug point again. and check if you are able to debug.
– Abdul Waheed
Nov 19 at 6:49
Rebuild the project and then set debug point again. and check if you are able to debug.
– Abdul Waheed
Nov 19 at 6:49
Would like to know for what purpose and action you are using broad cast receiver
– Abdul Waheed
Nov 19 at 6:50
Would like to know for what purpose and action you are using broad cast receiver
– Abdul Waheed
Nov 19 at 6:50
I am using BroadcastReceiver and ararm manager for peryodic calling of my service. Every time that this method is triggered I want to get and put some data for the intent. I want to see situation of extras of the intent(see the current parameters and new data...). I want to know why I can not to debug in this point. I can debug in start of my service but no in onreceive method? My need about debugging of this method returns to my previous question about notifications .
– maniaq
Nov 19 at 8:23
I am using BroadcastReceiver and ararm manager for peryodic calling of my service. Every time that this method is triggered I want to get and put some data for the intent. I want to see situation of extras of the intent(see the current parameters and new data...). I want to know why I can not to debug in this point. I can debug in start of my service but no in onreceive method? My need about debugging of this method returns to my previous question about notifications .
– maniaq
Nov 19 at 8:23
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53369603%2fwhy-debugging-does-not-working-inside-onreceive-method-of-broadcastreceiver-in-a%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Rebuild the project and then set debug point again. and check if you are able to debug.
– Abdul Waheed
Nov 19 at 6:49
Would like to know for what purpose and action you are using broad cast receiver
– Abdul Waheed
Nov 19 at 6:50
I am using BroadcastReceiver and ararm manager for peryodic calling of my service. Every time that this method is triggered I want to get and put some data for the intent. I want to see situation of extras of the intent(see the current parameters and new data...). I want to know why I can not to debug in this point. I can debug in start of my service but no in onreceive method? My need about debugging of this method returns to my previous question about notifications .
– maniaq
Nov 19 at 8:23