Android Question How to stop Debug Logger to receive unwanted notification logs?

bsnqt

Active Member
Licensed User
Longtime User
Hi All,

Few days ago, I worked with a Notification Listener project. And I make the logger recording the posted and received notification.
But later I switched working with other project and stopped working with the notification listener.

Now I still receive a lot of notification records in my logger (see picture). Even now my current project totally not related with Notification listener anymore, it is still logging. Why and How can I stop the logging? My solution:

- Go to my device's Settings -> turn off notification permission of the previous projects (Notification listener) -> it does not work
- Restart the Laptop & device - and after that, when I re-open B4A, I do not open any notification listener project -> it does not work
- Go to B4A menu "Windows" and select "Reset" -> does not work

This is nothing harmful, but I want to take my logger clean back like before (it even logs the notifications during other project's work)

Please advise how can I stop this unwanted logging? Do I miss something? Thank you.

Note. Sorry I did not mention that I have more than 10 - 12 projects of notification. Do I need to go back to all of them, to debug them all again and to remove the static listener intent? And I know how to send but I don't know how to remove such intent?
 

Attachments

  • logger screen.png
    logger screen.png
    108.3 KB · Views: 174

josejad

Expert
Licensed User
Longtime User
Hi:

Do you still have the notification listener app running in your phone? In such a case, try to close the app in your phone
 
Upvote 0

bsnqt

Active Member
Licensed User
Longtime User
Hi:

Do you still have the notification listener app running in your phone? In such a case, try to close the app in your phone

Thank you. Yes, I am aware of that and I did close and uninstalled all the projects that are related to listener but not sure if I still left any of them in my device. Unfortunately I have more than 100 demo, trial apps installed in the device :(, many of them with the listener. I mean maybe it is better to stop it with the B4A logger settings, for example resetting or filtering the logs, or so... Like I have mentioned in my previous post, I did turn off the notification permission of the "suspected" app in the device settings, but it did not help.
 
Upvote 0

bsnqt

Active Member
Licensed User
Longtime User
Thank you Erel and all. Then I think I should go to check "manually" every project and get it out. I will take your advice into account.
 
Upvote 0
Top