15

When an Android app is being developed, debugged, and tested, there is a lot of code exceptions being occurred. Almost each exception causes an Android device (Galaxy Note 3, Android 5.0 - if it matters) pops up the annoying "This app is causing your device to run slowly" notification with crash statistics and suggestion to uninstall the app. Is there any way to get rid of this annoying notification?

Selecting the app as a debug app in Developer Options does not help.

Zmiter
  • 298
  • 4
  • 15

1 Answers1

2

There can be many reasons for this to be happening. For instance:

Of course these are very generic points that should be analysed carefully.

Community
  • 1
  • 1
marcelovca90
  • 2,673
  • 3
  • 27
  • 34
  • 3
    Thanks! But the question is not "why?" (I know why, multiple errors/exceptions are always present when you develop a new app), the question is "how to disable the annoying notification?". – Zmiter Jan 23 '16 at 17:49
  • 4
    Does Samsung provides any document what is monitored by this app? I have an app which did not have a single crash in a week and works only in backgroud. Yet I still get these notifications about my app. – pkuszewski Mar 14 '16 at 08:17