[solved]How to get rid "application crashed" notification?
Moderator: Martin
[solved]How to get rid "application crashed" notification?
this is what appear on the screen when an app has crashed (in this case the app is intelliscreen). I just have to press the "ok" button. There is a way to intercept that notification and remove it automatically? (I don't know what app shows that notification) I have Kitkat 4 4 2 .thank you in advice. PS sorry for the Italian screenshot.
- Attachments
-
- Screenshots_2017-09-23-18-18-09.png (19.1 KiB) Viewed 16614 times
Last edited by wfrcrd on 24 Sep 2017 07:39, edited 1 time in total.
Re: How to get rid of "application crashed" notification?
Use Windows Recognizer flow viewtopic.php?f=3&t=6898
You can know the app/package name name which cause the error. Enable it and wait until it appear.
I think you should find what cause it to crash and solve it, rather than dismissing that error everytime it appears
You can know the app/package name name which cause the error. Enable it and wait until it appear.
I think you should find what cause it to crash and solve it, rather than dismissing that error everytime it appears
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Re: How to get rid of "application crashed" notification?
Thank you!Sorry I'm a forever beginner, both flows active, this is what happened (I'm using Nova too ) and to give away the three lines I should close Automagic
Re: How to get rid of "application crashed" notification?
Here the screen shot
- Attachments
-
- Screenshots_2017-09-23-21-09-50.png (36.48 KiB) Viewed 16599 times
Re: How to get rid of "application crashed" notification?
In the log file of the flow I've read this info:
23.09.2017 22:26:01.236 [Windows Recognizer] Starting to execute flow 'Windows Recognizer' with Context{global{global_volume_notification=15,global_volume_alarm=15,global_volume_system=0,global_volume_voice_call=5,global_volume_music=5,global_volume_dtmf=15,global_volume_ring=15,global_ lock=true},local{event_type=32,content_description=null,scrollable=false,password=false,app_name=Sistema Android,source_bounds=[40, 499, 640, 332],scroll_x=-1,removed_count=-1,scroll_y=-1,from_index=-1,to_index=-1,item_count=-1,trigger=UI Event: Window opened package * matches glob *,enabled=true,text=Il programma Tressette_RENAMED è stato arrestato.,package_name=android,flow_name=Windows Recognizer,before_text=null,label=null,current_item_index=-1,fullscreen=false,source_class_name=com.android.server.am.AppErrorDialog,triggertime=1506198361230,checked=false,added_count=-1}}
So I've made a flow with a trigger type 'notification on screen displayed' and put as app name "Sistema Android" but the trigger don't start; so I've choose from the app list in the trigger "Sistema Android" witch give a generic app name "Android" but the trigger don't start anyway.
23.09.2017 22:26:01.236 [Windows Recognizer] Starting to execute flow 'Windows Recognizer' with Context{global{global_volume_notification=15,global_volume_alarm=15,global_volume_system=0,global_volume_voice_call=5,global_volume_music=5,global_volume_dtmf=15,global_volume_ring=15,global_ lock=true},local{event_type=32,content_description=null,scrollable=false,password=false,app_name=Sistema Android,source_bounds=[40, 499, 640, 332],scroll_x=-1,removed_count=-1,scroll_y=-1,from_index=-1,to_index=-1,item_count=-1,trigger=UI Event: Window opened package * matches glob *,enabled=true,text=Il programma Tressette_RENAMED è stato arrestato.,package_name=android,flow_name=Windows Recognizer,before_text=null,label=null,current_item_index=-1,fullscreen=false,source_class_name=com.android.server.am.AppErrorDialog,triggertime=1506198361230,checked=false,added_count=-1}}
So I've made a flow with a trigger type 'notification on screen displayed' and put as app name "Sistema Android" but the trigger don't start; so I've choose from the app list in the trigger "Sistema Android" witch give a generic app name "Android" but the trigger don't start anyway.
Re: How to get rid of "application crashed" notification?
How do you run the windows recognizer flow? It should be started by "Toggle WinRec" flow, not enabled by its own.
The variable global_infobar is initiated at Toggle WinRec flow. The error that you see might caused by the missing global_infobar since it hasn't been created yet in "Toggle WinRec" flow.
The variable global_infobar is initiated at Toggle WinRec flow. The error that you see might caused by the missing global_infobar since it hasn't been created yet in "Toggle WinRec" flow.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Re: How to get rid of "application crashed" notification?
Yes you are right, but your hint has been useful to recognize the app witch produces the error message. In this case the right way to start the trigger is to set it as "ui event window opened", then the trigger starts. Really thank you!